[SCM] sfarklib/master: Include changes done by sponsor during upload

rubund-guest at users.alioth.debian.org rubund-guest at users.alioth.debian.org
Sun Mar 15 10:32:30 UTC 2015


The following commit has been merged in the master branch:
commit b99a760c77e1459a35289715256a2a502587b702
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Mar 15 11:29:49 2015 +0100

    Include changes done by sponsor during upload

diff --git a/debian/rules b/debian/rules
index 9896775..e8a3243 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,9 +26,9 @@ $(PKG)_$(VER).orig.tar.gz:
 	git clone git://github.com/raboof/sfArkLib.git $(PKG)-$(VER)
 	cd $(PKG)-$(VER) \
 	&& git checkout `echo $(VER) | perl -pe 's/\d+?\.\d+?\+\d\d\d\d\d\d\d\dgit(\w\w\w\w\w\w\w)/\1/'` \
-	&& $(RM) -rf .git
+	&& $(RM) -rf .git .gitignore
 	@echo "# Packing..."
 	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
-	| tar -czvf "$(PKG)_$(VER).orig.tar.gz" -T- --owner=root --group=root --mode=a+rX \
+	| GZIP=-9n tar -czvf "$(PKG)_$(VER).orig.tar.gz" -T- --owner=root --group=root --mode=a+rX \
 	&& $(RM) -rf "$(PKG)-$(VER)"
 	

-- 
sfarklib packaging



More information about the pkg-multimedia-commits mailing list