* Build alien with debhelper v4.

This commit is contained in:
joey
2002-06-01 23:42:22 +00:00
parent 7c4159cba2
commit c77168987c
4 changed files with 9 additions and 8 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (8.10) unstable; urgency=low
* Build alien with debhelper v4.
-- Joey Hess <joeyh@debian.org> Sat, 1 Jun 2002 17:56:52 -0400
alien (8.09) unstable; urgency=low
* Deal with packages with strange characters in their filenames.

1
debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
4

4
debian/control vendored
View File

@@ -1,14 +1,14 @@
Source: alien
Section: admin
Priority: optional
Build-Depends-Indep: debhelper (>= 3)
Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.5.6.1
Package: alien
Architecture: all
Section: admin
Depends: debhelper (>= 3), ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio
Depends: debhelper (>= 3), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio
Suggests: patch, bzip2, lsb-rpm, lintian
Description: install non-native packages with dpkg
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages

6
debian/rules vendored
View File

@@ -1,11 +1,5 @@
#!/usr/bin/make -f
# This is the debhelper compatability version to use.
export DH_COMPAT=3
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-stamp
build-stamp:
dh_testdir