* 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).
This commit is contained in:
joey
2001-02-15 23:58:48 +00:00
parent 9b857e9ea8
commit d2d81b61ef
2 changed files with 5 additions and 3 deletions

View File

@@ -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

4
debian/changelog vendored
View File

@@ -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 <joeyh@debian.org> Thu, 15 Feb 2001 15:33:07 -0800