diff options
author | Julien BLACHE <jblache@debian.org> | 2007-08-02 18:15:18 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:29 +0000 |
commit | da2a564cf4b2a135ac5543a4448b031a8f9f127c (patch) | |
tree | b4c412a189429dc1649a7562a8d160a338eb0ed9 /debian/rules | |
parent | f57239b8e7ea51d355fa1f7a3bc0bbc9dcec7190 (diff) |
Imported Debian patch 0.99+0.991-4debian/0.99+0.991-4
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 696e018..daa272b 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ endif autotools: autotools-stamp autotools-stamp: - -rm -f config.sub config.guess + rm -f config.sub config.guess ln -s /usr/share/misc/config.sub config.sub ln -s /usr/share/misc/config.guess config.guess touch autotools-stamp @@ -54,10 +54,10 @@ real-clean: rm -f autotools-stamp build-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean - -rm -f config.sub config.guess - -rm -f po/*.gmo + rm -f config.sub config.guess + rm -f po/*.gmo dh_clean @@ -146,15 +146,12 @@ binary-arch: build install dh_installmenu -a dh_installman -a # dh_installinfo -a -# dh_undocumented -a dh_installchangelogs -a xsane.CHANGES dh_link -a dh_strip -a dh_compress -a dh_fixperms -a -# dh_makeshlibs -a dh_installdeb -a -# dh_perl -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a |