diff options
author | joey <joey> | 2002-06-20 01:31:47 +0000 |
---|---|---|
committer | joey <joey> | 2002-06-20 01:31:47 +0000 |
commit | 3c36c2532c3907f0a315d9010654176e8e9fc319 (patch) | |
tree | 70b62139d1778f1d91e390401f5c7499c0ff622e /debian | |
parent | 89e2b47d7d18354a701733b401e613ed84acd8ee (diff) | |
download | debhelper-3c36c2532c3907f0a315d9010654176e8e9fc319.tar.gz |
r532: * Added --mainpackage= option, of use in some kernel modules packages.
* dh_gencontrol only needs to pass -p to dpkg-gencontrol if there is more
than one package in debian/control. This makes it a bit more flexible in
some cases.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5e335939..b26894cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +debhelper (4.0.13) unstable; urgency=low + + * Added --mainpackage= option, of use in some kernel modules packages. + * dh_gencontrol only needs to pass -p to dpkg-gencontrol if there is more + than one package in debian/control. This makes it a bit more flexible in + some cases. + + -- Joey Hess <joeyh@debian.org> Wed, 19 Jun 2002 19:44:12 -0400 + debhelper (4.0.12) unstable; urgency=low * Fixed debconf-utils dependency. |