[SCM] gsequencer/master: Removed generated lib*.sym files in 'clean' target

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Dec 13 15:15:58 UTC 2017


The following commit has been merged in the master branch:
commit 4c90dee1e50cd69f48453ec147c423dda0f4775f
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Wed Dec 13 15:35:20 2017 +0100

    Removed generated lib*.sym files in 'clean' target
    
    though the underlying problem is that upstream's 'gen-symbols-all' target
    doesn't sort the symbols, so we get false positives...

diff --git a/debian/rules b/debian/rules
index 29db3f2..e96180d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,4 +99,5 @@ override_dh_clean:
 	rm -f docs/reference/libgsequencer/libgsequencer.types
 	find docs/ -type d -name ".libs" -exec rm -rf {} +
 	find docs/ -type d -name "tmpl" -exec rm -rf {} +
+	rm lib*.sym
 	dh_clean

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list