debian/0000755000000000000000000000000011600477550007173 5ustar debian/source/0000755000000000000000000000000011600477550010473 5ustar debian/source/format0000644000000000000000000000001411600477550011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006611600477550010226 0ustar version=3 http://sf.net/pure-data/boids-(.*)\.tar\.gz debian/copyright0000644000000000000000000000221711600477550011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: boids Maintainer: Jan Schacher Source: http://sourceforge.net/projects/pure-data/files/libraries/boids/ Files: * Copyright: 1995-1998, Eric Singer 2005-2006, André Sier 2005,2007, Jan Schacher 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/links0000644000000000000000000000033711600477550010241 0ustar usr/lib/pd/extra/boids/README.txt usr/share/doc/pd-boids/README usr/lib/pd/extra/boids/examples usr/share/doc/pd-boids/examples usr/share/common-licenses/GPL-2 usr/lib/pd/extra/boids/LICENSE.txt debian/gbp.conf0000644000000000000000000000024511600477550010613 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/changelog0000644000000000000000000000062011600477550011043 0ustar pd-boids (1.1.1-2) unstable; urgency=low * updated Build-Depends to use puredata-dev when available (Closes: #629702) * bumped standards version to 3.9.2 -- Hans-Christoph Steiner Fri, 10 Jun 2011 12:33:07 -0400 pd-boids (1.1.1-1) unstable; urgency=low * Initial release (Closes: #604734) -- Hans-Christoph Steiner Tue, 23 Nov 2010 17:20:14 -0500 debian/rules0000755000000000000000000000077211600477550010261 0ustar #!/usr/bin/make -f LIBRARY_NAME = boids 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/control0000644000000000000000000000253611600477550010604 0ustar Source: pd-boids Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers DM-Upload-Allowed: yes Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~), puredata-dev | puredata (<< 0.43) Standards-Version: 3.9.2 Homepage: http://puredata.info Vcs-Git: git://git.debian.org/pkg-multimedia/pd-boids.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-boids.git;a=summary Package: pd-boids Architecture: any Depends: ${shlibs:Depends}, pd, pd-libdir, ${misc:Depends} Recommends: pd-import, gem Description: a Pd library for the "boids" flocking simulator algorithm Boids is a bird flight and animal flock simulator. It is based on the same algorithm which was used in Jurassic Park for the herding dinosaurs. Boids takes an integer argument which is the number of boids. Each time Boids receives a bang, it calculates and outputs the new positions of the boids. The output consists of thew coordiantes for each boid, the number and type depending on the mode. . The flight parameters can be changed with messages. Use the 'dump' message to output a list of the current parameter settings. . For more information about the Boids algorithm, see Craig Reynolds' Web site at http://www.red3d.com/cwr/ debian/compat0000644000000000000000000000000211600477550010371 0ustar 7