mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* 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:
@@ -319,7 +319,7 @@ sub prep {
|
|||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
# Use v3 compatability mode, so ldconfig gets added to maint scripts.
|
# Use v3 compatability mode, so ldconfig gets added to maint scripts.
|
||||||
export DH_COMAPT=3
|
export DH_COMPAT=3
|
||||||
|
|
||||||
PACKAGE=$(shell dh_listpackages)
|
PACKAGE=$(shell dh_listpackages)
|
||||||
|
|
||||||
@@ -350,10 +350,10 @@ binary-arch: build
|
|||||||
dh_compress
|
dh_compress
|
||||||
# This is too paramoid to be generally useful to alien.
|
# This is too paramoid to be generally useful to alien.
|
||||||
# dh_fixperms
|
# dh_fixperms
|
||||||
|
dh_makeshlibs
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
-dh_shlibdeps
|
-dh_shlibdeps
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_makeshlibs
|
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
||||||
|
|||||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
|
* Updated to use debhelper v3 when converting packages. This
|
||||||
automatically should make it start adding ldconfig calls
|
automatically should make it start adding ldconfig calls
|
||||||
as appropriate to maintainer scripts. Closes: #86088
|
as appropriate to maintainer scripts. Closes: #86088
|
||||||
* It does mean you need debhelper 3.x for alien to convert to
|
* It does mean you need debhelper 3.x for alien to convert to
|
||||||
deb now, so alien-extra will need an update.
|
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
|
-- Joey Hess <joeyh@debian.org> Thu, 15 Feb 2001 15:33:07 -0800
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user