diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-10-04 23:30:43 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-10-04 23:30:43 +0200 |
commit | fc97b8bba9cce04107324a93fc1f7fafaf709fcc (patch) | |
tree | fc8983ba541edcbfda381d01bf13d9f2dad24bda /debian/rules | |
parent | 312e8800a3b3b0356f0ebc8a2a63a9000f1f78b9 (diff) | |
download | screen-fc97b8bba9cce04107324a93fc1f7fafaf709fcc.tar.gz |
Import packaging work from Brian P Kroth
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5762708..cff8fc4 100755 --- a/debian/rules +++ b/debian/rules @@ -27,11 +27,13 @@ clean: unpatch test ! -s doc/Makefile || $(MAKE) -C doc realclean test ! -s Makefile || ! grep -q clean Makefile || $(MAKE) realclean rm -f config.log config.status Makefile + rm -f configure config.h.in dh_clean configure: configure-stamp configure-stamp: patch-stamp dh_testdir + ./autogen.sh ./configure --prefix=/usr \ --infodir='$$(prefix)/share/info' \ --mandir='$$(prefix)/share/man' \ |