[Pkg-cli-libs-commits] [SCM] taglib-sharp branch, master, updated. debian/2.0.3.7+dfsg-2-15-g67578a9

Chow Loong Jin hyperair at debian.org
Sun Feb 5 17:23:03 UTC 2012


The following commit has been merged in the master branch:
commit 176ca2827ef1af86cd73fb4aeeaccfc68f65a8c0
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Feb 5 22:55:24 2012 +0800

    Get rid of get-orig-source
    
    Upstream has fixed their tarballs to stop including tests/samples, so we no
    longer need repacked tarballs.

diff --git a/debian/rules b/debian/rules
index 6ee906c..32aac98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,26 +16,6 @@ PACKAGES = $(shell sed -n 's/^Package: //p' $(DEBIAN_DIR)/control)
 
 DEB_ABI_VERSION = 2.0
 
-get-orig-source:
-	uscan \
-		--package $(DEB_SOURCE_NAME) \
-		--watchfile $(DEBIAN_DIR)/watch \
-		--upstream-version $(VERSION) \
-		--download-version $(VERSION) \
-		--destdir . \
-		--force-download \
-		--rename \
-		--repack
-	if [ -d $(DEB_SOURCE_NAME)-$(VERSION) ]; then \
-		echo "$(DEB_SOURCE_NAME)-$(VERSION) is in the way, bailing out!"; \
-		exit 1; \
-	fi
-	tar -xzf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm -r $(DEB_SOURCE_NAME)-$(VERSION)/tests/samples/
-	tar -czf $(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar.gz $(DEB_SOURCE_NAME)-$(VERSION)
-	rm -r $(DEB_SOURCE_NAME)-$(VERSION)
-
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr MCS=/usr/bin/mono-csc
 

-- 
taglib-sharp



More information about the Pkg-cli-libs-commits mailing list