add dpatch infrastructure
This commit is contained in:
parent
e87dd33c7c
commit
bd1517fc23
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: ps-watcher
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Jan Wagner <waja@cyconet.org>
|
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||||
Build-Depends: debhelper (>= 5), autotools-dev
|
Build-Depends: debhelper (>= 5), autotools-dev, dpatch
|
||||||
Build-Depends-Indep: libconfig-inifiles-perl, perl-modules
|
Build-Depends-Indep: libconfig-inifiles-perl, perl-modules
|
||||||
Homepage: http://ps-watcher.sourceforge.net/
|
Homepage: http://ps-watcher.sourceforge.net/
|
||||||
Vcs-Browser: https://trac.cyconet.org/debian/browser/debian/ps-watcher
|
Vcs-Browser: https://trac.cyconet.org/debian/browser/debian/ps-watcher
|
||||||
|
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -4,7 +4,9 @@
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
config.status: configure
|
include /usr/share/dpatch/dpatch.make
|
||||||
|
|
||||||
|
config.status: patch-stamp configure
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
./configure --prefix=/usr --mandir=\$${prefix}/share/man
|
./configure --prefix=/usr --mandir=\$${prefix}/share/man
|
||||||
|
@ -18,7 +20,7 @@ build-stamp: config.status
|
||||||
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
clean:
|
clean: unpatch
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
|
|
Loading…
Reference in a new issue