[SCM] smplayer-themes/master: Remove get-orig-source, upstream tarball no longer repacked

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Wed May 9 04:19:06 UTC 2012


The following commit has been merged in the master branch:
commit f6bd3e38b9153c1c73586ec1ec1ec89692ca920c
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Wed May 9 10:31:41 2012 +0700

    Remove get-orig-source, upstream tarball no longer repacked

diff --git a/debian/rules b/debian/rules
index 3198d60..286b0e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,5 @@
 #!/usr/bin/make -f
 
-VERSION = $(shell dpkg-parsechangelog | grep Version | sed "s/Version: //")
-ORIG_VERSION = $(shell echo $(VERSION) | sed s/-.*//)
-UPSTREAM_VERSION = $(shell echo $(ORIG_VERSION) | sed s/\+dfsg//)
-TARBALL_NAME = smplayer-themes-$(UPSTREAM_VERSION)
-SRCDIR_NAME = smplayer-themes-$(ORIG_VERSION)
-
 %:
 	dh $@
 
@@ -13,11 +7,3 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install -- PREFIX=/usr
-
-get-orig-source:
-	uscan --verbose --force-download --no-symlink --upstream-version $(UPSTREAM_VERSION)
-	cd debian/ && tar xvjf ../../$(TARBALL_NAME).tar.bz2
-	rm -rf debian/$(TARBALL_NAME)/themes/Breathless
-	mv debian/$(TARBALL_NAME) debian/$(SRCDIR_NAME)
-	cd debian && tar cvzf ../../smplayer-themes_$(ORIG_VERSION).orig.tar.gz $(SRCDIR_NAME)
-	rm -rf debian/$(SRCDIR_NAME)

-- 
smplayer-themes packaging



More information about the pkg-multimedia-commits mailing list