summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-20 07:14:49 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-20 07:14:49 +0100
commit5824fdfa1c2298a9fc86fdd30bb26c4306cefde4 (patch)
tree028a025d5d2efdfa69c61f81b374a1d2c866abc3
parent55601d55ab5447689940f1527f26dc5acfbe3bff (diff)
Readd d/patches/110_mailgraph.cgi.patch, d/changelog: Add d/mailgraph.confdebian/1.14-15
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/110_mailgraph.cgi.patch18
-rw-r--r--debian/patches/series1
3 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 702cd5e..6fb4952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mailgraph (1.14-15) unstable; urgency=medium
- Changed files:
+ debian/mailgraph.install
- Add new section to NEWS.debian
+ - New debian/mailgraph.conf, a sample apache2 conf file.
- Thanks to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.
* debian/control:
- Bump Standarts-Version to 3.9.8 (no changes required).
@@ -19,7 +20,7 @@ mailgraph (1.14-15) unstable; urgency=medium
* debian/copyright:
- Add year 2017 to debian/*.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 15 Jan 2017 13:35:50 +0100
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 20 Jan 2017 07:05:03 +0100
mailgraph (1.14-14) unstable; urgency=medium
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
diff --git a/debian/patches/series b/debian/patches/series
index e990548..84357cf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
102_clamav-milter.diff
103_postfix-long-queue-IDs.diff
105_postscreen.diff
+110_mailgraph.cgi.patch