[SCM] soundconverter/master: Using upstream tarball again

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue May 16 19:17:34 UTC 2017


The following commit has been merged in the master branch:
commit 523baf4e217fa0140d9a012f4378b494d90bd9c7
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue May 16 21:06:24 2017 +0200

    Using upstream tarball again

diff --git a/debian/rules b/debian/rules
index 61602b3..b1078e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,21 +7,3 @@ override_dh_auto_configure:
 	dh_auto_configure -- --libdir=/usr/share
 
 override_dh_auto_test:
-
-DEB_DEBDIR=$(dir $(firstword $(MAKEFILE_LIST)))
-DEB_UPSTREAM_VER=$(shell dpkg-parsechangelog -l$(DEB_DEBDIR)/changelog \
-	| sed -ne 's/^Version: \(.*\)-[^-]*/\1/p' | sed -ne 's/^\([^+]*\)+git.*/\1/p')
-COMMIT=5ccd1724528995cdddebf1fa480af2f92df22135
-get-orig-source:
-	TMPD=`mktemp -d` && \
-		git clone https://github.com/kassoulet/soundconverter \
-			"$$TMPD/soundconverter" && \
-		git --git-dir="$$TMPD/soundconverter/.git" archive \
-			--prefix=soundconverter/ $(COMMIT) | \
-			xz > $$TMPD/soundconverter.tar.xz && \
-		CDATE=`git --git-dir="$$TMPD/soundconverter/.git" show \
-			--format=format:%ci -s $(COMMIT) | \
-			awk '{ gsub(/-/,""); print $$1 }'` && \
-		mv $$TMPD/soundconverter.tar.xz \
-			soundconverter_$(DEB_UPSTREAM_VER)+git$$CDATE.orig.tar.xz && \
-		rm -rf $$TMPD

-- 
soundconverter packaging



More information about the pkg-multimedia-commits mailing list