[SCM] libgig/master: Drop get-orig-source, no longer needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Sep 8 14:22:26 UTC 2010


The following commit has been merged in the master branch:
commit c0f44514b54dec7c126368af152b3eeafc07b89b
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Sep 8 16:21:02 2010 +0200

    Drop get-orig-source, no longer needed.

diff --git a/debian/rules b/debian/rules
index b26eafe..6c0548d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,7 @@
 #!/usr/bin/make -f
 
-# Path to the debian directory
-DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname )
-UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
-PACKAGE=libgig
-
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
@@ -17,12 +12,3 @@ override_dh_auto_build:
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
-
-get-orig-source:
-	cd $(DEBIAN_DIR)/.. && uscan --force-download --repack
-	tar xf ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.gz
-	rm ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.gz
-	tar cf ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar \
-	--exclude=debian $(PACKAGE)-$(UPSTREAM_VERSION)
-	gzip -9fn ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar
-	rm -r $(PACKAGE)-$(UPSTREAM_VERSION)

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list