diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7007935e..24f7e662 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,12 @@ debhelper (5.0.41) UNRELEASED; urgency=low * Encoding french translation from charset ISO-8859-1 to UTF-8 * Update french translation with recent change in dh_installchangelogs - -- Joey Hess <joeyh@debian.org> Sun, 15 Oct 2006 13:05:18 -0400 + [ Joey Hess ] + * Tighten python-support and python-central dependencies of debhelper, + in an IMHO rather futile attempt to deal with derived distributions. + Closes: #395495 + + -- Joey Hess <joeyh@debian.org> Fri, 27 Oct 2006 13:35:38 -0400 debhelper (5.0.40) unstable; urgency=medium diff --git a/debian/control b/debian/control index b6b5e0f6..c20f2dc9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: debhelper Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, coreutils, file (>= 3.23-1), dpkg-dev (>= 1.13.13), html2text, binutils, po-debconf Suggests: dh-make -Conflicts: dpkg-cross (<< 1.18), python-support (<= 0.5.2), python-central (<= 0.5.5) +Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6) Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building debian packages. Programs |