diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-23 09:09:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-23 09:09:02 +0200 |
commit | 2aa4f16fa8bfac03f43b7747722d98d3b991679f (patch) | |
tree | a73028f47a9cfbbbded1c4718b641b88b3eb92cb /debian/patches/110_mailgraph.cgi.patch | |
parent | 5cebc4c02853018c6d1079517284df1fb5977f69 (diff) |
some changes in debian/*debian/1.14-12
Diffstat (limited to 'debian/patches/110_mailgraph.cgi.patch')
-rw-r--r-- | debian/patches/110_mailgraph.cgi.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/110_mailgraph.cgi.patch b/debian/patches/110_mailgraph.cgi.patch new file mode 100644 index 0000000..a5338cf --- /dev/null +++ b/debian/patches/110_mailgraph.cgi.patch @@ -0,0 +1,18 @@ +Description: patch mailgraph.cgi for valid code + move the changes from debina/rules into this patch +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Last-Update: 2014-08-23 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/mailgraph.cgi +=================================================================== +--- trunk.orig/mailgraph.cgi 2014-08-23 08:19:59.810656652 +0200 ++++ trunk/mailgraph.cgi 2014-08-23 08:20:15.282979723 +0200 +@@ -197,6 +197,7 @@ + <meta http-equiv="Refresh" content="300" /> + <meta http-equiv="Pragma" content="no-cache" /> + <link rel="stylesheet" href="mailgraph.css" type="text/css" /> ++</style> + </head> + <body> + HEADER |