debian/0000755000000000000000000000000011500514631007162 5ustar debian/source/0000755000000000000000000000000011500477104010465 5ustar debian/source/format0000644000000000000000000000001411500477104011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006711500477104010221 0ustar version=3 http://sf.net/pure-data/purepd-(.*)\.tar\.gz debian/copyright0000644000000000000000000000232711500477104011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: arraysize Maintainer: IOhannes m. zmoelnig Source: http://sourceforge.net/projects/pure-data/files/libraries/purepd/ Copyright: 1997-1999, Miller Puckette 1997-2002, Dieter Kovacic 2003-2010, Free Software Foundation 2004, Tim Blechmann 2009, IOhannes m. zmoelnig 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'. debian/links0000644000000000000000000000022711500477104010231 0ustar usr/lib/pd/extra/purepd/README.txt usr/share/doc/pd-purepd/README usr/share/common-licenses/GPL-2 usr/lib/pd/extra/purepd/LICENSE.txt debian/gbp.conf0000644000000000000000000000024511500477104010605 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000023511500477104011037 0ustar pd-purepd (0.1.1-1) unstable; urgency=low * Initial release (Closes: #591708) -- Hans-Christoph Steiner Fri, 10 Dec 2010 14:22:24 -0500 debian/rules0000755000000000000000000000077311500477104010254 0ustar #!/usr/bin/make -f LIBRARY_NAME = purepd 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 debian/control0000644000000000000000000000141211500477104010566 0ustar Source: pd-purepd Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.1 Homepage: http://puredata.info Package: pd-purepd Architecture: all Depends: ${shlibs:Depends}, pd, pd-libdir, pd-pddp, ${misc:Depends} Description: a library of standard objects re-implemented using Pd-vanilla This is a library focused on re-implementing existing objects written in C using only objects that are included in puredata. The idea is to provide drop-in replacements for the binary objects usable on any platform that are also understandable to any Pd programmer. debian/compat0000644000000000000000000000000211500477104010363 0ustar 7