diff options
author | Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de> | 2009-02-04 01:14:20 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:36 +0200 |
commit | 1103e24d2a186a0355eda5742dfeba24cc961f88 (patch) | |
tree | dc24b2d87ce6653189acd130b5b7c9bcc8a0263d /debian/rules | |
parent | ac047a9c6eb8ebd477d775a8fe903c502218a307 (diff) | |
download | screen-1103e24d2a186a0355eda5742dfeba24cc961f88.tar.gz |
Imported Debian patch 4.0.3-12debian/4.0.3-12
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 841750e..afcff18 100755 --- a/debian/rules +++ b/debian/rules @@ -7,25 +7,25 @@ # Uncomment me to turn on debugging #export DH_VERBOSE=1 +include /usr/share/dpatch/dpatch.make + package := screen ROOT := $(CURDIR)/debian/$(package) # statically define this... sucko TTYGROUP := 5 -clean: +clean: unpatch dh_testdir dh_testroot rm -f configure-stamp build-stamp test ! -s doc/Makefile || $(MAKE) -C doc realclean test ! -s Makefile || ! grep -q clean Makefile || $(MAKE) realclean rm -f config.log config.status Makefile - dpatch deapply-all dh_clean configure: configure-stamp -configure-stamp: +configure-stamp: patch dh_testdir - dpatch apply-all ./configure --prefix=/usr \ --infodir='$$(prefix)/share/info' \ --mandir='$$(prefix)/share/man' \ |