[SCM] mixxx/master: The get-orig-source is no longer needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Sep 23 17:09:37 UTC 2010


The following commit has been merged in the master branch:
commit 76665f0cb53c816931f36059eebbd0a3708116dc
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Sep 23 18:22:00 2010 +0200

    The get-orig-source is no longer needed.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index ec5c0a9..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,9 +0,0 @@
-mixxx for Debian
-----
-
-The upstream's tarball was repacked to remove all DFSG-incompatible skins.
-However more skins are available at this URL:
-
-http://www.mixxx.org/forums/viewforum.php?f=8
-
- -- Alessio Treglia <alessio at debian.org>  Sat, 18 Sep 2010 17:15:53 +0200
diff --git a/debian/rules b/debian/rules
index 84b6309..a41c89d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,18 +28,3 @@ override_dh_auto_install:
 		-o -name shifter.sh -o -name '*.xsl' -o -name '*.php' \) \
 		-exec rm -f {} \;
 	find $(CURDIR)/debian/tmp -name '*.js' -exec chmod -x {} \;
-
-get-orig-source:
-	cd $(DEBIAN_DIR)/.. && uscan --rename --force-download
-	tar xf ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar.gz
-	rm ../$(PACKAGE)_$(UPSTREAM_VERSION).orig.tar.gz
-	mv $(PACKAGE)-$(UPSTREAM_VERSION) $(PACKAGE)-$(UPSTREAM_VERSION)~dfsg
-	tar cf ../$(PACKAGE)_$(UPSTREAM_VERSION)~dfsg.orig.tar \
-		--exclude=res/skins/Deere* \
-		--exclude=res/skins/LateNight* \
-		--exclude=res/skins/Phoney* \
-		--exclude=res/skins/Shade* \
-	$(PACKAGE)-$(UPSTREAM_VERSION)~dfsg
-	gzip -9fn ../$(PACKAGE)_$(UPSTREAM_VERSION)~dfsg.orig.tar
-	rm -r $(PACKAGE)-$(UPSTREAM_VERSION)~dfsg
-

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list