aboutsummaryrefslogtreecommitdiff
path: root/puremapping
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2010-11-11 17:42:08 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2010-11-11 17:42:08 +0000
commita622458dfd94c27b5a119c5af44779a5bfa6128c (patch)
tree16ed9e5e21ac47d75b5c46f002774d28a1ac4537 /puremapping
parent852d7d8a4a8808dbfcbf9991d3200b75ba59ff29 (diff)
removing useless directory
this will not got to debian svn path=/trunk/externals/nusmuk/; revision=14416
Diffstat (limited to 'puremapping')
-rw-r--r--puremapping/debian/changelog5
-rw-r--r--puremapping/debian/compat1
-rw-r--r--puremapping/debian/control21
-rw-r--r--puremapping/debian/copyright23
-rw-r--r--puremapping/debian/files1
-rw-r--r--puremapping/debian/gbp.conf7
-rw-r--r--puremapping/debian/links3
-rwxr-xr-xpuremapping/debian/rules17
-rw-r--r--puremapping/debian/source/format1
-rw-r--r--puremapping/debian/watch2
10 files changed, 0 insertions, 81 deletions
diff --git a/puremapping/debian/changelog b/puremapping/debian/changelog
deleted file mode 100644
index d962759..0000000
--- a/puremapping/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-pd-puremapping (1.1-1) 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/puremapping/debian/compat b/puremapping/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/puremapping/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/puremapping/debian/control b/puremapping/debian/control
deleted file mode 100644
index 249719e..0000000
--- a/puremapping/debian/control
+++ /dev/null
@@ -1,21 +0,0 @@
-Source: pd-puremapping
-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-puremapping
-Architecture: any
-Depends: ${shlibs:Depends},
- pd,
- ${misc:Depends},
-Description: mapping objects for pure data
- This collection of abstraction are made to facilitate the use of sensors
- and to create complex relations between input and output of a dynamic system
- Puremapping was create based on la-kitchen library, and the mapping library.
- Most object of puremapping should be compatible with the mapping lib object.
- They do however have no dependency.
diff --git a/puremapping/debian/copyright b/puremapping/debian/copyright
deleted file mode 100644
index ab50913..0000000
--- a/puremapping/debian/copyright
+++ /dev/null
@@ -1,23 +0,0 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: puremapping
-Maintainer:
-Source: http://sourceforge.net/projects/pure-data/files/libraries/puremapping/
-
-Files: *
-Copyright: 2009-2010, Cyrille Henry <ch@chnry.net>
-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/puremapping/debian/files b/puremapping/debian/files
deleted file mode 100644
index 2ef1cb2..0000000
--- a/puremapping/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-pd-puremapping_1.1-1_i386.deb sound optional
diff --git a/puremapping/debian/gbp.conf b/puremapping/debian/gbp.conf
deleted file mode 100644
index ae1dc36..0000000
--- a/puremapping/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/puremapping/debian/links b/puremapping/debian/links
deleted file mode 100644
index aceb5c3..0000000
--- a/puremapping/debian/links
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/pd/extra/puremapping/README.txt usr/share/doc/pd-puremapping/README
-usr/lib/pd/extra/puremapping/examples usr/share/doc/pd-puremapping/examples
-usr/share/common-licenses/GPL-2 usr/lib/pd/extra/puremapping/LICENSE.txt
diff --git a/puremapping/debian/rules b/puremapping/debian/rules
deleted file mode 100755
index ff54597..0000000
--- a/puremapping/debian/rules
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = puremapping
-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/puremapping/debian/source/format b/puremapping/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/puremapping/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/puremapping/debian/watch b/puremapping/debian/watch
deleted file mode 100644
index 5e49a8a..0000000
--- a/puremapping/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://sf.net/pure-data/puremapping-(.*)\.tar\.gz