[SCM] swh-plugins/master: Remove gsm dir from orig tarball.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 1 22:09:57 UTC 2016


The following commit has been merged in the master branch:
commit 17b1cfef9e7ea84efe73a7b2713e4dbfa25087b5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 2 00:09:08 2016 +0200

    Remove gsm dir from orig tarball.

diff --git a/debian/rules b/debian/rules
index e105271..447a5c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 git_date= $(shell date +%Y%m%d)
-dfsg_version = $(upstream_version)+git$(git_date)~repack0
+dfsg_version = $(upstream_version)+git$(git_date)~repack1
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
@@ -61,6 +61,7 @@ get-orig-source:
 	git  clone  git://github.com/swh/ladspa swh-plugins
 	rm -fR $(pkg)/.git
 	rm -fR $(pkg)/.gitignore
+	rm -fR $(pkg)/gsm
 	tar cf $(pkg)_$(dfsg_version).orig.tar $(pkg)
 	xz -zf $(pkg)_$(dfsg_version).orig.tar
 	rm -rf $(pkg)

-- 
swh-plugins packaging



More information about the pkg-multimedia-commits mailing list