* Build with debhelper v3.

This commit is contained in:
joey
2001-02-10 02:21:17 +00:00
parent bffd564172
commit 21fa0599f1
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (7.18) unstable; urgency=low
* Build with debhelper v3.
-- Joey Hess <joeyh@debian.org> Fri, 9 Feb 2001 17:58:55 -0800
alien (7.17) unstable; urgency=low alien (7.17) unstable; urgency=low
* Munge in #!/bin/sh entries at the top of rpm maintainer * Munge in #!/bin/sh entries at the top of rpm maintainer

2
debian/control vendored
View File

@@ -1,7 +1,7 @@
Source: alien Source: alien
Section: admin Section: admin
Priority: optional Priority: optional
Build-Depends-Indep: debhelper Build-Depends-Indep: debhelper (>= 3)
Maintainer: Joey Hess <joeyh@debian.org> Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.5.0.0 Standards-Version: 3.5.0.0

2
debian/rules vendored
View File

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