aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/copyright14
-rwxr-xr-xdebian/rules16
-rw-r--r--debian/source/format1
6 files changed, 0 insertions, 63 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index c03f281..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-pd-motex (1.1.4-0.0) unstable; urgency=low
-
- * Non-maintainer upload
- * Initial release (Closes: #591736)
-
- -- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 85090c4..0000000
--- a/debian/control
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: pd-motex
-Section: sound
-Priority: optional
-Maintainer: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~), puredata
-Standards-Version: 3.8.3
-Homepage: http://puredata.info
-
-Package: pd-motex
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pd
-Description: Pd Externals by Iain Mott
- A collection of externals from Iain Mott that mostly provide some
- math functions:
- polygate~ - switch between multiple signal inputs - variable fade rate
- both linear & equal power
- shuffle - a no-repeat random generator, outputs numbers within a set range
- pan~ - equal power stereo panning
- system - sends a system message to the console
- ln~ - natural log + inverse
- rec2pol~ - convert rectangular coordinates to polar eg. can be used to
- convert sine & cosine rfft~ output to phase & magnitude
- pol2rec~ - inverse of rec2pol~
- getenv - Sends value of an environment variable argument on bang.
- Use a 'set <NAME>' message to reset the variable name.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 93b59ba..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,14 +0,0 @@
-Debianized-By: Hans-Christoph Steiner <hans@eds.org>
-Debianized-Date: Tue, 9 Feb 2010 17:14:25 -0400
-Original-Source: http://www.reverberant.com/pd/motex_1_1_3.tar.gz
-Files: *
-Copyright: 2001, Iain Mott <iain.mott@bigpond.com>
-
-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.
- .
- On Debian systems, the complete text of the GNU General Public License
- version 2 can be found in file "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 5465001..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = motex
-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
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)