debian/0000755000000000000000000000000011530313000007150 5ustar debian/source/0000755000000000000000000000000011526556773010507 5ustar debian/source/format0000644000000000000000000000001411526556773011715 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007111526556773010236 0ustar version=3 http://sf.net/pure-data/list-abs-(.*)\.tar\.gz debian/copyright0000644000000000000000000000340211526556773011141 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: list-abs Maintainer: Frank Barknecht Source: http://sourceforge.net/projects/pure-data/files/libraries/list-abs/ Copyright: 2005-2009, Frank Barknecht 2009, Mathieu Bouchard License: BSD Copyright (c) Frank Barknecht and others All rights reserved. . 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. . debian/links0000644000000000000000000000023711526556773010254 0ustar usr/lib/pd/extra/list-abs/README.txt usr/share/doc/pd-list-abs/README usr/share/common-licenses/BSD usr/lib/pd/extra/list-abs/LICENSE.txt debian/gbp.conf0000644000000000000000000000024511526556773010627 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/changelog0000644000000000000000000000023511526556773011061 0ustar pd-list-abs (0.1-1) unstable; urgency=low * Initial release (Closes: #591834) -- Hans-Christoph Steiner Tue, 15 Feb 2011 15:10:52 -0500 debian/rules0000755000000000000000000000077511526556773010300 0ustar #!/usr/bin/make -f LIBRARY_NAME = list-abs 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/control0000644000000000000000000000127711526556773010621 0ustar Source: pd-list-abs 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-list-abs Architecture: all Depends: ${shlibs:Depends}, pd, ${misc:Depends}, pd-libdir Description: a library of list operations for Pd list-abs is a Pd library of all sorts of operations for lists of data, ranging from mathematics, sorting, ranging, etc. All of the objects are implemented using Pd, and for the most part only using objects included in Pd-vanilla. debian/compat0000644000000000000000000000000211526556773010405 0ustar 7