debian/0000755000000000000000000000000011723536472007200 5ustar debian/install0000644000000000000000000000006211723536472010567 0ustar debian/pdstring-meta.pd usr/lib/pd/extra/pdstring debian/source/0000755000000000000000000000000011723536472010500 5ustar debian/source/format0000644000000000000000000000001411723536472011706 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000022611723536472010231 0ustar # to be processed with uscan(1) version=3 opts="uversionmangle=s/-/./" \ http://www.ling.uni-potsdam.de/~moocow/projects/pd/pdstring-(.*)\.tar\.gz debian/copyright0000644000000000000000000001026511723536472011137 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 Upstream-Name: pdstring Upstream-Contact: Bryan Jurish Source: http://www.ling.uni-potsdam.de/~moocow/projects/pd/ Files: * Copyright: 2006-2010, Bryan Jurish License: GPL-2 Files: debian/* Copyright: 2011, Roman Haefeli License: GPL-2+ Files: common/m4/* Copyright: 2009, Bryan Jurish License: GAP Files: config/depcomp Copyright: 1999-2000, 2003-2005, Free Software Foundation, Inc. License: GPL-2+-with-Autoconf-exception Files: config/install-sh Copyright: 1994, X Consortium License: Expat-with-X-exception Files: config/missing Copyright: 1996-1997, 1999-2000, 2002-2005, Free Software Foundation, Inc. License: GPL-2+-with-Autoconf-exception Files: src/*.c src/*.h Copyright: 2009, Bryan Jurish License: GPL-2+ Files: src/any2bytes.c src/bytes2any.c src/pdstring.c Copyright: 2004-2009, Bryan Jurish License: GPL-2+ License: GAP Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. 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. . 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 program. If not, see . Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. 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 License: GPL-2+-with-Autoconf-exception As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. License: Expat-with-X-exception Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. debian/patches/0000755000000000000000000000000011723536472010627 5ustar debian/patches/series0000644000000000000000000000004111723536472012037 0ustar fix-help-files-install-dir.patch debian/patches/fix-help-files-install-dir.patch0000644000000000000000000000106411723536472016705 0ustar Description: fix configure to install help-files to extdir Author: Roman Haefeli --- a/configure +++ b/configure @@ -3550,9 +3550,6 @@ - pddocdir="${pddir}/doc/5.reference" - - ##-- pdincludedir # Check whether --with-pd-include was given. @@ -3582,6 +3579,10 @@ pdexternsdir="$pdextdir" pdexecdir="$pdextdir" + ##-- pddocdir + # Nowadays the help files usually are installed besides the class files + pddocdir="${pdextdir}" + ## pd-directory/ies ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ debian/links0000644000000000000000000000010711723536472010241 0ustar usr/share/common-licenses/GPL-2 usr/lib/pd/extra/pdstring/LICENSE.txt debian/README.Debian0000644000000000000000000000065311723536472011245 0ustar pd-pdstring for Debian ----------------------- Unlike the upstream sources this package installs the external and according help-files to /usr/lib/pd/extra in order to comply with the libdir format. In order to fully enable the library for your patch, put an object [declare -stdlib extra/pdstring -stdpath extra/pdstring] somewhere inside the patch. -- Roman Haefeli Mon, 26 Sep 2011 14:31:24 +0200 debian/gbp.conf0000644000000000000000000000005711723536472010621 0ustar [DEFAULT] pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000023511723536472011052 0ustar pd-pdstring (0.10.2-1) unstable; urgency=low * Initial release (Closes: #643837) -- Roman Haefeli Fri, 11 Nov 2011 08:48:28 +0100 debian/pdstring-meta.pd0000644000000000000000000000061111723536472012301 0ustar #N canvas 10 10 200 200 10; #N canvas 20 20 420 300 META 0; #X text 10 10 META this is a prototype of a libdir meta file; #X text 10 30 NAME pdstring; #X text 10 50 AUTHOR Bryan Jurish ; #X text 10 70 DESCRIPTION Dealing with strings by converting them from/to lists of floats; #X text 10 90 LICENSE GPL v2; #X text 10 110 VERSION 0.10-2; #X restore 10 10 pd META; debian/docs0000644000000000000000000000001311723536472010045 0ustar README.txt debian/rules0000755000000000000000000000072211723536472010261 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: dh_auto_configure -- --with-pd-dir=/usr/lib/pd \ --with-pd-extdir=/usr/lib/pd/extra/pdstring override_dh_shlibdeps: dpkg-shlibdeps debian/pd-pdstring/usr/lib/pd/extra/pdstring/pdstring.pd_linux \ -Tdebian/pd-pdstring.substvars override_dh_strip: strip --remove-section=.comment --remove-section=.note --strip-unneeded \ debian/pd-pdstring/usr/lib/pd/extra/pdstring/pdstring.pd_linux debian/control0000644000000000000000000000160211723536472010602 0ustar Source: pd-pdstring Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Roman Haefeli Build-Depends: debhelper (>= 7.0.50~), puredata-dev | puredata (<< 0.43) Standards-Version: 3.9.3 Section: sound Homepage: http://www.ling.uni-potsdam.de/~moocow/projects/pd/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-pdstring Vcs-Browser: http://anonscm.debian.org/git/pkg-multimedia/pd-pdstring.git Package: pd-pdstring Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, puredata-core | pd Description: Pd-objects for string manipulation This is a collection of Pure Data external classes to ease the handling with strings by providing a way to convert Pd messages to lists of floats and vice versa. Support for wide character strings is provided together with the locale external. debian/compat0000644000000000000000000000000211723536472010376 0ustar 7