From ab075c8c109d64b71bf7f252c9132e904ccf3148 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 11 Aug 2010 20:42:49 +0000 Subject: removed debian folder since the Debian stuff is now here: http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary svn path=/trunk/externals/motex/; revision=13791 --- debian/changelog | 6 ------ debian/compat | 1 - debian/control | 25 ------------------------- debian/copyright | 14 -------------- debian/rules | 16 ---------------- debian/source/format | 1 - 6 files changed, 63 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 debian/source/format 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 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 -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 ' 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 -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 - -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) -- cgit v1.2.1