[SCM] gmusicbrowser/master: Use make distclean rather than make clean
noskcaj-guest at users.alioth.debian.org
noskcaj-guest at users.alioth.debian.org
Fri Mar 7 19:08:49 UTC 2014
The following commit has been merged in the master branch:
commit 4cea52292618d89597d579ad1452d708a4cd48d3
Author: Jackson Doak (Noskcaj) <noskcaj at ubuntu.com>
Date: Sat Mar 8 06:06:30 2014 +1100
Use make distclean rather than make clean
diff --git a/debian/changelog b/debian/changelog
index f9337d1..65a110b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
gmusicbrowser (1.1.12-1) UNRELEASED; urgency=medium
* New upstream release
+ * debian/rules: Use make distclean rather than make clean
-- Jackson Doak <noskcaj at ubuntu.com> Sun, 16 Feb 2014 09:13:33 +1100
diff --git a/debian/rules b/debian/rules
index 65aee60..6fd31c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_build:
mogrify -format xpm -geometry 32x32 $(CURDIR)/pix/gmusicbrowser.png
override_dh_auto_clean:
- $(MAKE) clean
+ $(MAKE) distclean
rm -f $(CURDIR)/pix/gmusicbrowser.xpm
override_dh_installchangelogs:
--
gmusicbrowser packaging
More information about the pkg-multimedia-commits
mailing list