diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:59 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:59 +0000 |
commit | 8e58cc21a0063737b1058fb19c5eda47011d993c (patch) | |
tree | f7f0d61517f14d873d30bfdda8f48bb23deb0d36 | |
parent | 1f64c1c02100e6c9ddff843e1b9c5face501d0e5 (diff) |
Add dependency on debhelper 3 to go with compat level 3
Author: mdz
Date: 2003-08-09 19:19:02 GMT
Add dependency on debhelper 3 to go with compat level 3
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a37fb0bf5..c920fe9ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ apt (0.5.9) unstable; urgency=low - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs will add them - echo 3 > debian/compat + - Build-Depends: debhelper (>= 3) -- Matt Zimmerman <mdz@debian.org> Sat, 9 Aug 2003 15:14:56 -0400 diff --git a/debian/control b/debian/control index 43fff9b48..daba32903 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: important Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org> Standards-Version: 3.5.8.0 -Build-Depends: debhelper (>= 2), libdb2-dev, gettext (>= 0.11.5) +Build-Depends: debhelper (>= 3), libdb2-dev, gettext (>= 0.11.5) Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt |