[SCM] qjackctl packaging branch, master, updated. bfa158b8e66b366d3ef08f5d5534e7e7cbc08779

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun Oct 4 13:38:07 UTC 2009


The following commit has been merged in the master branch:
commit bfa158b8e66b366d3ef08f5d5534e7e7cbc08779
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Oct 4 15:10:25 2009 +0200

    Save the translations and copy them back on make clean.
    
    The build process changes these files, and so running "git-buildpackage"
    twice could lead to unclean diff.gz.
    
    For now, I don't know anything better than simply copying the files
    to some rescue location and move them back afterwards.

diff --git a/debian/rules b/debian/rules
index 3a90164..ca00657 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,12 @@ DEB_MAKE_CLEAN_TARGET   := clean
 
 cleanbuilddir::
 	rm -rf .moc/ .obj/ .ui/
+	-cp -a debian/translations . ; rm -rf debian/translations
 
 install/qjackctl::
 	rm -rf debian/qjackctl/usr/share/gnome debian/qjackctl/usr/sbin/
+
+makebuilddir/qjackctl::
+	cp -a translations debian/
+
+

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list