[SCM] soundmanager2/master: Exclude sourceless files from original tarball

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon Feb 20 21:50:38 UTC 2017


The following commit has been merged in the master branch:
commit d5ea99de7956b347d4aa91a9ba63227edda15126
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Feb 20 20:44:17 2017 +0100

    Exclude sourceless files from original tarball

diff --git a/debian/copyright b/debian/copyright
index af7e828..370d3d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,6 +5,10 @@ Upstream-Contact: Scott Schiller <sm2 at schillmania.com>
 Files-Excluded: demo
                 doc
                 index.html
+                script/soundmanager2-jsmin.js
+                script/soundmanager2-nodebug-jsmin.js
+                script/soundmanager2-nodebug.js
+                swf/*.swf
                 swf/soundmanager2_flash*
                 troubleshoot
 Comment: Since the package is repacked to strip away non buildable Flash files,
diff --git a/debian/rules b/debian/rules
index c65241f..479923f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 override_dh_auto_clean:
 
 get-orig-source:
-	uscan --verbose --rename --force
+	uscan --verbose --repack --force

-- 
soundmanager2 packaging



More information about the pkg-multimedia-commits mailing list