[SCM] gmusicbrowser/master: Prevent deletion of the locale/ directory.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 24 08:41:33 UTC 2011


The following commit has been merged in the master branch:
commit d6c5e83d3b4d933ea4484b1c1443d524c310a8ad
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 24 09:40:45 2011 +0100

    Prevent deletion of the locale/ directory.

diff --git a/debian/rules b/debian/rules
index 0b5265d..65aee60 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:
-	dh_auto_clean
+	$(MAKE) clean
 	rm -f $(CURDIR)/pix/gmusicbrowser.xpm
 
 override_dh_installchangelogs:

-- 
gmusicbrowser packaging



More information about the pkg-multimedia-commits mailing list