From 79096fd626b946efd6947fa94ab15d30bf003ba0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Aug 2010 05:04:28 +0000 Subject: converted to new library template and debianized svn path=/trunk/externals/ekext/; revision=13835 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 14 ++++++++++++++ debian/links | 4 ++++ debian/rules | 16 ++++++++++++++++ debian/source/format | 1 + 7 files changed, 57 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/links create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..316c86a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pd-ekext (0.1-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Hans-Christoph Steiner Wed, 18 Aug 2010 17:14:25 -0400 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..d81b410 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: pd-ekext +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Hans-Christoph Steiner +Build-Depends: debhelper (>= 7.0.50~), puredata (>= 0.42.5-3.1~) +Standards-Version: 3.9.1 +Homepage: http://puredata.info + +Package: pd-ekext +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: Pd objects for music information retrieval and polyphony control + This library is a collection of objects for analyzing audio to get musical + information, like spectrum and peak information, to generate sound based on + analysis, like Linear-Predictive Coding, and for working with polyphony. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6b4e2a3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,14 @@ +Debianized-By: Hans-Christoph Steiner +Debianized-Date: Wed, 18 Aug 2010 17:14:25 -0400 +Files: * +Copyright: 2005-2009, Ed Kelly + +License: GPL-3+ + This package 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; either version 3 of the License, or + (at your option) any later version. + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in file "/usr/share/common-licenses/GPL-3". + diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..6b085af --- /dev/null +++ b/debian/links @@ -0,0 +1,4 @@ +usr/lib/pd/extra/ekext/README.txt usr/share/doc/pd-ekext/README +usr/lib/pd/extra/ekext/examples usr/share/doc/pd-ekext/examples + + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8cfe268 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +LIBRARY_NAME = ekext +PACKAGE = pd-$(LIBRARY_NAME) +pkglibdir = /usr/lib/pd/extra + +%: + dh $@ + +override_dh_auto_install: + make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install + +override_dh_shlibdeps: + dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ + -T$(CURDIR)/debian/$(PACKAGE).substvars + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.1