diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-10-05 02:05:15 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-10-05 02:07:10 +0200 |
commit | e70bbf027ea830a6a7c5520252fd79761d103107 (patch) | |
tree | 5372410b3f4f670f274d7bbd75900981bd13e540 /debian/rules | |
parent | c839f5ac104455836eff06f49ad371d0f2485806 (diff) | |
download | screen-e70bbf027ea830a6a7c5520252fd79761d103107.tar.gz |
Convert to source format 3.0
Done with help of the deb3 script by Osamu Aoki.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 5955a03..675f93a 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,6 @@ # 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 @@ -20,7 +18,7 @@ else CC_OPTFLAGS := -O2 -g endif -clean: unpatch +clean: dh_testdir dh_testroot rm -f configure-stamp build-stamp install-stamp @@ -31,7 +29,7 @@ clean: unpatch dh_clean configure: configure-stamp -configure-stamp: patch-stamp +configure-stamp: dh_testdir dh_autoreconf ./configure --prefix=/usr \ @@ -101,4 +99,4 @@ binary-arch: install dh_md5sums dh_builddeb -.PHONY: patch configure build clean binary-indep binary-arch binary install +.PHONY: configure build clean binary-indep binary-arch binary install |