diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8d7e196..02353ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ echolot (2.1.8-5) unstable; urgency=low * Increase Standards-Version from 3.6.2 to 3.7.2 without any additional changes. + * Change the build time dependency on debhelper from a + Build-Depends-Indep to Build-Depends. - -- Peter Palfrader <weasel@debian.org> Sat, 17 Jun 2006 20:49:41 +0200 + -- Peter Palfrader <weasel@debian.org> Sat, 17 Jun 2006 20:51:59 +0200 echolot (2.1.8-4) unstable; urgency=low diff --git a/debian/control b/debian/control index cf512be..df78e46 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: echolot Section: mail Priority: extra Maintainer: Peter Palfrader <weasel@debian.org> -Build-Depends-Indep: debhelper (>= 4.1.16) +Build-Depends: debhelper (>= 4.1.16) Standards-Version: 3.7.2 Package: echolot |