* Use dh_perl for automatic, correct perl dependancies, Closes: #77669

This commit is contained in:
joey
2000-11-21 23:53:02 +00:00
parent 2e4daa4fd0
commit 73f3d5b7ad
3 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (7.10) unstable; urgency=low
* Use dh_perl for automatic, correct perl dependancies, Closes: #77669
-- Joey Hess <joeyh@debian.org> Tue, 21 Nov 2000 15:52:08 -0800
alien (7.9) unstable; urgency=low alien (7.9) unstable; urgency=low
* Whoops, alien was still trying to use /usr/lib/alien/pactches, * Whoops, alien was still trying to use /usr/lib/alien/pactches,

2
debian/control vendored
View File

@@ -8,7 +8,7 @@ Standards-Version: 3.2.1.0
Package: alien Package: alien
Architecture: all Architecture: all
Section: admin Section: admin
Depends: debhelper (>= 2.1.0), perl5 | perl (>= 5.004), rpm (>= 2.4.4-2), dpkg-dev, make, cpio Depends: debhelper (>= 2.1.0), ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio
Suggests: patch, bzip2 Suggests: patch, bzip2
Description: Install Red Hat, Stampede, and Slackware Packages with dpkg. Description: Install Red Hat, Stampede, and Slackware Packages with dpkg.
Alien allows you to convert Red Hat, Stampede and Slackware Packages into Alien allows you to convert Red Hat, Stampede and Slackware Packages into

1
debian/rules vendored
View File

@@ -40,6 +40,7 @@ binary-indep: build
dh_installchangelogs dh_installchangelogs
dh_compress dh_compress
dh_fixperms dh_fixperms
dh_perl
dh_installdeb dh_installdeb
dh_gencontrol dh_gencontrol
dh_md5sums dh_md5sums