mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Build with debhelper v3.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
|
||||
|
||||
* Munge in #!/bin/sh entries at the top of rpm maintainer
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -1,7 +1,7 @@
|
||||
Source: alien
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Build-Depends-Indep: debhelper
|
||||
Build-Depends-Indep: debhelper (>= 3)
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.5.0.0
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# This is the debhelper compatability version to use.
|
||||
export DH_COMPAT=2
|
||||
export DH_COMPAT=3
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
Reference in New Issue
Block a user