summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-01-14 13:23:56 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-01-14 13:23:56 +0100
commitc8eb7d6e3a1d2dad1b6ac2f65c1a0a1d4bfabdf9 (patch)
tree9cbcfe5b69530f7400d2d91fbe3bcd23079ec973
parentd064809654a66129bd75d52cfb1764d7592798b9 (diff)
depend on debhelper 7 to raise compat level
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ae1c459a..5c016d6bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ apt (0.8.11+wheezy) unstable; urgency=low
requested on the commandline, e.g. with a modifier
* debian/control:
- add Vcs-Browser now that loggerhead works again (Closes: #511168)
+ - depend on debhelper 7 to raise compat level
* apt-pkg/contrib/fileutl.cc:
- add a RealFileExists method and check that your configuration files
are real files to avoid endless loops if not (Closes: #604401)
@@ -42,7 +43,7 @@ apt (0.8.11+wheezy) unstable; urgency=low
* debian/rules:
- use -- instead of deprecated -u for dh_gencontrol
- -- David Kalnischkies <kalnischkies@gmail.com> Fri, 14 Jan 2011 12:39:24 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com> Fri, 14 Jan 2011 13:23:08 +0100
apt (0.8.10) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 7ed6ff82d..7f8f011eb 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index c4dedd496..a079ad19c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>,
Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>,
Luca Bruno <lethalman88@gmail.com>, Julian Andres Klode <jak@debian.org>
Standards-Version: 3.9.0
-Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen
+Build-Depends: debhelper (>= 7), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen
Build-Conflicts: autoconf2.13, automake1.4
Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/
Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/