From 02a21d1b834903518d399de03fac1123a47bcc2e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Sep 2010 17:36:49 +0000 Subject: debianized import svn path=/trunk/externals/import/; revision=14119 --- debian/changelog | 4 ++-- debian/control | 15 ++++++++++----- debian/copyright | 51 ++++++++++++++++++++++++++++++--------------------- debian/links | 5 ++--- debian/rules | 6 +++--- 5 files changed, 47 insertions(+), 34 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d53a4c..fc79d3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -pd-template (0.0-1) unstable; urgency=low +puredata-import (1.3-1) unstable; urgency=low - * Initial release (Closes: #nnnn) + * Initial release (Closes: #596718) -- Hans-Christoph Steiner Thu, 21 Jan 2010 23:27:04 -0500 diff --git a/debian/control b/debian/control index 74fe188..e1b012f 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,22 @@ -Source: pd-template +Source: puredata-import Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~), - puredata + puredata (>= 0.40) Standards-Version: 3.9.1 Homepage: http://puredata.info -Package: pd-template +Package: puredata-import Architecture: any +Provides: pd-import Depends: ${shlibs:Depends}, - pd, + puredata (>= 0.40), ${misc:Depends} Recommends: pd-libdir -Description: +Description: Pd object for loading libraries within a patch + Aiming to provide a simplified Python-style import for Pure Data, this import + object loads libraries as part of a patch. It will load anything that Pd + considers a library, including libraries that are defined by Pd loaders like + 'libdir'. diff --git a/debian/copyright b/debian/copyright index bf20b3b..7d4649b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,23 +1,32 @@ Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 -Name: template -Maintainer: -Source: http://sourceforge.net/projects/pure-data/files/libraries/template/ +Name: import +Maintainer: Hans-Christoph Steiner +Source: http://sourceforge.net/projects/pure-data/files/libraries/import/ -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'. +Copyright: 2004-2010, Hans-Christoph Steiner +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. +X-Comment: On Debian systems, the complete text of the Modified BSD + License can be found in file "/usr/share/common-licenses/BSD". diff --git a/debian/links b/debian/links index e21d901..24433c2 100644 --- a/debian/links +++ b/debian/links @@ -1,3 +1,2 @@ -usr/lib/pd/extra/template/README.txt usr/share/doc/pd-template/README -usr/lib/pd/extra/template/examples usr/share/doc/pd-template/examples -usr/share/common-licenses/GPL-2 usr/lib/pd/extra/template/LICENSE.txt +usr/lib/puredata/extra/import/README.txt usr/share/doc/puredata-import/README +usr/share/common-licenses/BSD usr/lib/puredata/extra/import/LICENSE.txt diff --git a/debian/rules b/debian/rules index df5d06a..5e026b5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,8 @@ #!/usr/bin/make -f -LIBRARY_NAME = template -PACKAGE = pd-$(LIBRARY_NAME) -pkglibdir = /usr/lib/pd/extra +LIBRARY_NAME = import +PACKAGE = puredata-$(LIBRARY_NAME) +pkglibdir = /usr/lib/puredata/extra %: dh $@ --buildsystem=makefile -- cgit v1.2.1