[SCM] easytag/master: Remove get-orig-source, not needed anymore

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Mon Apr 9 05:08:24 UTC 2012


The following commit has been merged in the master branch:
commit 3548834dff6e7d34f88d843ca526aba47720279b
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Mon Apr 9 11:43:13 2012 +0700

    Remove get-orig-source, not needed anymore

diff --git a/debian/rules b/debian/rules
index c474936..613a4c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,3 @@ override_dh_install:
 	dh_install
 	# The changelog is installed in /usr/share/doc/easytag/changelog.gz
 	rm debian/easytag/usr/share/easytag/ChangeLog
-
-VERSION = $(shell dpkg-parsechangelog | grep "^Version:" | sed -r "s/Version: (.*)-.*/\1/")
-
-get-orig-source:
-	cd debian && git clone --depth 1 git://github.com/stsquad/easytag.git
-	cd debian/easytag && git archive --format=tar --prefix=easytag-$(VERSION)/ HEAD | \
-		gzip -9c > ../../../easytag_$(VERSION).orig.tar.gz
-	rm -rf debian/easytag

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list