From d2d81b61ef4f250ed377ba9354ff8a788a047d29 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 15 Feb 2001 23:58:48 +0000 Subject: [PATCH] * Updated to use debhelper v3 when converting packages. This automatically should make it start adding ldconfig calls as appropriate to maintainer scripts. Closes: #86088 * It does mean you need debhelper 3.x for alien to convert to deb now, so alien-extra will need an update. * Rebuilt with newer perl, so it will work with newer perl (bug filed; this should not have been necessary). --- Alien/Package/Deb.pm | 4 ++-- debian/changelog | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Alien/Package/Deb.pm b/Alien/Package/Deb.pm index 170d3ce..e01e4e1 100644 --- a/Alien/Package/Deb.pm +++ b/Alien/Package/Deb.pm @@ -319,7 +319,7 @@ sub prep { #export DH_VERBOSE=1 # Use v3 compatability mode, so ldconfig gets added to maint scripts. -export DH_COMAPT=3 +export DH_COMPAT=3 PACKAGE=$(shell dh_listpackages) @@ -350,10 +350,10 @@ binary-arch: build dh_compress # This is too paramoid to be generally useful to alien. # dh_fixperms + dh_makeshlibs dh_installdeb -dh_shlibdeps dh_gencontrol - dh_makeshlibs dh_md5sums dh_builddeb diff --git a/debian/changelog b/debian/changelog index a242182..5202d6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -alien (7.19) unstable; urgency=low +alien (7.20) unstable; urgency=low * Updated to use debhelper v3 when converting packages. This automatically should make it start adding ldconfig calls as appropriate to maintainer scripts. Closes: #86088 * It does mean you need debhelper 3.x for alien to convert to deb now, so alien-extra will need an update. + * Rebuilt with newer perl, so it will work with newer perl (bug filed; + this should not have been necessary). -- Joey Hess Thu, 15 Feb 2001 15:33:07 -0800