[SCM] zyn packaging branch, master, updated. upstream/1.dfsg-1-gbeb4016

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jun 8 10:57:45 UTC 2010


The following commit has been merged in the master branch:
commit beb40164de6428e61ba41b535e63e10e72f181c6
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jun 8 12:57:33 2010 +0200

    Add debian directory.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cfa275f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+zyn (1~dfsg-1) unstable; urgency=low
+
+  * Fixed install path (LP: #532590)
+
+ -- falkTX <falktx at gmail.com>  Fri, 05 Mar 2010 11:47:40 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f826229
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: zyn
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Alessio Treglia <alessio at debian.org>,
+ Filipe Coelho <falktx at gmail.com>
+Build-Depends: debhelper (>= 7),
+ pkg-config,
+ libfftw3-dev,
+ liblv2dynparam1-dev,
+ lv2core
+Standards-Version: 3.8.4
+Homepage: http://home.gna.org/zyn/
+
+Package: zynadd
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Recommends: zynjacku
+Description: ZynAddSubFX engines converted to LV2 plugin format
+ The zyn project main goal is to extract synth engines from ZynAddSubFX
+ and pack them in LV2 plugin format. Resulting plugins are heavily
+ based on work made by Nasca Octavian Paul. If you like the amazing
+ sounds these plugins generate you should thank Paul for this.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b2d642e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+This package was debianized by:
+
+    falkTX <falktx at gmail.com> on Wed, 09 Sep 2009 04:17:22 +0200
+
+It was downloaded from:
+
+    http://download.gna.org/zyn/
+
+Upstream Author(s):
+
+    Nasca Octavian Paul
+    Nedko Arnaudov <nedko at arnaudov.name>
+    Lars Luthman <lars.luthman at gmail.com>
+
+Copyright:
+
+    2002-2005 Nasca Octavian Paul
+    2006,2007 Nedko Arnaudov <nedko at arnaudov.name>
+    2006 Lars Luthman <lars.luthman at gmail.com>
+
+The f
+
+License:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License
+ 
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ 
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright © 2009, falkTX <falktx at gmail.com>
+    Copyright © 2010, Alessio Treglia <alessio at debian.org>
+
+and is licensed under the GPL v2, see above.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..5adc266
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+zynadd.lv2 usr/lib/lv2/ 
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..baff312
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/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 = zyn
+
+%:
+	dh $@
+
+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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..43cd900
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=dversionmangle=s/~dfsg$// \
+http://download.gna.org/zyn/zyn-(.*)\.tar\.bz2

-- 
zyn packaging



More information about the pkg-multimedia-commits mailing list