[SCM] qjackctl/master: Properly restore the original src/translations directory.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Dec 2 14:19:42 UTC 2010


The following commit has been merged in the master branch:
commit 9b413b624edd6eac3b2e511e62cd98343ec74d48
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Dec 2 15:19:08 2010 +0100

    Properly restore the original src/translations directory.

diff --git a/debian/rules b/debian/rules
index 5427c8b..29ed36c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,8 @@ DEB_CLEAN_EXCLUDE       := qjackctl.pro
 cleanbuilddir::
 	rm -rf src/.moc/ src/.obj/ src/.ui/
 	rm -rf src/config.h src/qjackctl.desktop src/src.pri
-	-cp -a debian/translations src/ ; rm -rf debian/translations
+	-cp -a --remove-destination debian/translations src/ ; \
+	rm -rf debian/translations
 
 install/qjackctl::
 	rm -rf debian/qjackctl/usr/share/gnome debian/qjackctl/usr/sbin/

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list