diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7c1dde8..c4c85a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ mailgraph (1.14-8) unstable; urgency=low * Add patch from Malte S. Stretz to replace rrdtool badge by a simple text link which prevents tracking by oss.oetiker.ch + * Bump debhelper compat to 8 - -- Julien Valroff <julien@debian.org> Sun, 30 Jan 2011 13:39:08 +0100 + -- Julien Valroff <julien@debian.org> Sat, 12 Feb 2011 15:11:19 +0100 mailgraph (1.14-7) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index 5e7813e..2d221e7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: extra Maintainer: Julien Valroff <julien@debian.org> Uploaders: Norbert Tretkowski <nobse@debian.org> -Build-Depends: debhelper (>= 7.0.50~), po-debconf +Build-Depends: debhelper (>= 8), po-debconf Standards-Version: 3.9.1 Homepage: http://mailgraph.schweikert.ch |