aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2010-11-10 16:14:40 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2010-11-10 16:14:40 +0000
commit32defffd77d6b55bcbef3979ae4e0b10e1baed1a (patch)
tree41c5667c8b7d41690deec50ab95ad63c27ba8e96
parentc0428a7534d1679dbbe3e43818e863b931d91ceb (diff)
svn path=/trunk/externals/nusmuk/; revision=14366
-rw-r--r--nusmuk_audio/debian/changelog5
-rw-r--r--nusmuk_audio/debian/compat1
-rw-r--r--nusmuk_audio/debian/control17
-rw-r--r--nusmuk_audio/debian/copyright23
-rw-r--r--nusmuk_audio/debian/gbp.conf7
-rw-r--r--nusmuk_audio/debian/links3
-rwxr-xr-xnusmuk_audio/debian/rules17
-rw-r--r--nusmuk_audio/debian/source/format1
-rw-r--r--nusmuk_audio/debian/watch2
9 files changed, 0 insertions, 76 deletions
diff --git a/nusmuk_audio/debian/changelog b/nusmuk_audio/debian/changelog
deleted file mode 100644
index e923023..0000000
--- a/nusmuk_audio/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-pd-nusmuk_audio (1.02) unstable; urgency=low
-
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-
- -- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
diff --git a/nusmuk_audio/debian/compat b/nusmuk_audio/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/nusmuk_audio/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/nusmuk_audio/debian/control b/nusmuk_audio/debian/control
deleted file mode 100644
index 10b8185..0000000
--- a/nusmuk_audio/debian/control
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: pd-nusmuk_audio
-Section: sound
-Priority: optional
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Uploaders: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~),
- puredata
-Standards-Version: 3.9.1
-Homepage: http://puredata.info
-
-Package: pd-template
-Architecture: any
-Depends: ${shlibs:Depends},
- pd,
- ${misc:Depends},
- pd-libdir
-Description:
diff --git a/nusmuk_audio/debian/copyright b/nusmuk_audio/debian/copyright
deleted file mode 100644
index b7aa0dc..0000000
--- a/nusmuk_audio/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: nusmuk_audio
-Maintainer:
-Source: http://sourceforge.net/projects/pure-data/files/libraries/template/
-
-Files: *
-Copyright: 2001-2003, Free Software Foundation
-License: GPL-2+
- 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 2 of the License, or
- (at your option) any later version.
- .
- This package 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 package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-X-Comment: On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/nusmuk_audio/debian/gbp.conf b/nusmuk_audio/debian/gbp.conf
deleted file mode 100644
index ae1dc36..0000000
--- a/nusmuk_audio/debian/gbp.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-[DEFAULT]
-upstream-branch = upstream
-debian-branch = master
-upstream-tag = upstream/%(version)s
-debian-tag = debian/%(version)s
-pristine-tar = True
-sign-tags = True
diff --git a/nusmuk_audio/debian/links b/nusmuk_audio/debian/links
deleted file mode 100644
index 92e0f9c..0000000
--- a/nusmuk_audio/debian/links
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/pd/extra/nusmuk_audio/README.txt usr/share/doc/pd-template/README
-usr/lib/pd/extra/nusmuk_audio/examples usr/share/doc/pd-template/examples
-usr/share/common-licenses/GPL-2 usr/lib/pd/extra/template/LICENSE.txt
diff --git a/nusmuk_audio/debian/rules b/nusmuk_audio/debian/rules
deleted file mode 100755
index 7c32885..0000000
--- a/nusmuk_audio/debian/rules
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = nusmuk_audio
-PACKAGE = pd-$(LIBRARY_NAME)
-pkglibdir = /usr/lib/pd/extra
-
-%:
- dh $@ --buildsystem=makefile
-
-override_dh_auto_install:
- dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)
-# replace license file with link to the Debian license file
- rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt
-
-override_dh_shlibdeps:
- dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
- -T$(CURDIR)/debian/$(PACKAGE).substvars
diff --git a/nusmuk_audio/debian/source/format b/nusmuk_audio/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/nusmuk_audio/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/nusmuk_audio/debian/watch b/nusmuk_audio/debian/watch
deleted file mode 100644
index 4a77243..0000000
--- a/nusmuk_audio/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://sf.net/pure-data/nusmuk_audio-(.*)\.tar\.gz