[SCM] zyn packaging branch, master, updated. debian/1+git.20100609-1-4-gf53f2fa

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jul 6 22:36:34 UTC 2010


The following commit has been merged in the master branch:
commit f53f2fa3ec8dfdcaee1d7d6236618f6e03979d1a
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jul 7 00:36:31 2010 +0200

    The license of addsynth_voice.h is clear enough, no need to repack the tarball in future.

diff --git a/debian/copyright b/debian/copyright
index bfb7267..7a1caf4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,8 +2,6 @@ Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&
 Name: zyn
 Maintainer: Nedko Arnaudov <nedko at arnaudov.name>
 Source: http://download.gna.org/zyn/
-X-Comment: The original tarball has been repacked to remove addsynth_voice.h
- file, which misses a license header and it's unnecessary too.
 
 Copyright: 
  2006,2009 Nedko Arnaudov <nedko at arnaudov.name>
diff --git a/debian/rules b/debian/rules
index b635d7b..ddb0850 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,6 @@
 
 # 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 = zyn
-
 WAF = ./waf
 
 %:
@@ -19,17 +15,6 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	$(WAF) distclean
-#	rm -f  autowaf.pyc
 
 override_dh_auto_install:
 	$(WAF) install
-
-get-orig-source:
-	cd $(DEBIAN_DIR)/.. && uscan --force-download --no-symlink
-	tar xf ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.bz2
-	rm ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.bz2
-	mv $(PACKAGE)-$(UPSTREAM_VERSION) $(PACKAGE)-$(UPSTREAM_VERSION)~dfsg
-	tar cf ../$(PACKAGE)_$(UPSTREAM_VERSION)~dfsg.orig.tar \
-	--exclude=addsynth_voice.h $(PACKAGE)-$(UPSTREAM_VERSION)~dfsg
-	bzip2 -9f ../$(PACKAGE)_$(UPSTREAM_VERSION)~dfsg.orig.tar
-	rm -r $(PACKAGE)-$(UPSTREAM_VERSION)~dfsg

-- 
zyn packaging



More information about the pkg-multimedia-commits mailing list