aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 592076d..7f02e2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,9 +50,8 @@ build-stamp: config.status
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
- -$(MAKE) distclean
- dh_clean
+ [ ! -f Makefile ] || $(MAKE) distclean
+ dh_clean build-stamp
install: build
dh_testdir
n>/+1 2011-04-27Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency onReinhard Tartler2-1/+5 $syslog", thanks to Petter Reinholdtsen (Closes: #582825). 2011-04-27No longer build the mpd module. Closes: #578226Reinhard Tartler1-0/+1 2011-04-27No longer compile against Python. Python 2.6 now links against libssl,Reinhard Tartler2-2/+3 which is in conflicts with the package license GPL.