debian/0000755000000000000000000000000012076146244007174 5ustar debian/watch0000644000000000000000000000006411466361425010227 0ustar version=3 http://sf.net/pure-data/cxc-(.*)\.tar\.gz debian/copyright0000644000000000000000000000216312033613302011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cxc Upstream-Contact: jdl@xdv.org Source: http://sourceforge.net/projects/pure-data/files/libraries/cxc/ Copyright: 2001-2003, jdl@xdv.org 1999-2003, Glenn Rhoads 1997-1999, Mark Danks 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/gbp.conf0000644000000000000000000000024511466361425010616 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/changelog0000644000000000000000000000162512076146172011052 0ustar pd-cxc (0.5.2-1) unstable; urgency=low * Depends: puredata-core | pd, so the depends is not only on a virtual package * updated to copyright-format/1.0 * Standards-Version: 3.9.4 * Imported Upstream version 0.5.2 * remove non-linux fixes patches since they are now included upstream -- Hans-Christoph Steiner Thu, 17 Jan 2013 23:15:41 -0500 pd-cxc (0.5.1-2) unstable; urgency=low [ Alessio Treglia ] * Add Vcs-* tags. [ IOhannes m zmölnig ] * Makefile-fixes for non-linux (Closes: #609436) [ Hans-Christoph Steiner ] * updated Build-Depends to use puredata-dev when available (Closes: #629704) * bumped standards version to 3.9.2 -- Hans-Christoph Steiner Fri, 10 Jun 2011 12:33:41 -0400 pd-cxc (0.5.1-1) unstable; urgency=low * Initial release (Closes: #591847) -- Hans-Christoph Steiner Thu, 11 Nov 2010 10:53:01 -0500 debian/control0000644000000000000000000000372212076137742010606 0ustar Source: pd-cxc Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~), puredata-dev | puredata (<< 0.43) Standards-Version: 3.9.4 Homepage: http://puredata.info Vcs-Git: git://git.debian.org/pkg-multimedia/pd-cxc.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-cxc.git Package: pd-cxc Architecture: any Depends: ${shlibs:Depends}, puredata-core | pd, ${misc:Depends}, pd-libdir Description: Pd library for working with patterns and numbers cxc is a library of Pd objects for random numbers, number patterns and a couple errant system tools. . * ixprint: print data on console without prefix (needed for ascwave) * binshift: binary shift objects (<<,>>) * ascseq: ascii-sequencer: input anything, which is output again sequentially character by character with a given delay * ascwave: print funny ascii constructions on console * bfilt: re-output every argumen-th event, useful for modulo-sequencers * bfilt2: features internal counter, output just bangs * cxc_counter: a clone of the counting object from pd-markex * reson: an interpolating reson filter * cxc_prepend: prepend stuff with another symbol * cxc_split: split incoming string at specified delimiter * utime: output seconds since epoch and microsecond fraction * random1, random_fl, random_icg, random_tw, dist_normal: PRNG algorithms * random1~, random_fl~, random_icg~: signal version of above algorithms * ENV: get and set environment variables and certain defines like RAND_MAX * proc: get stuff out of the Linux proc directory (so far: cpuinfo, loadavg, version, uptime) * delta~: emit distance to last sample as signal * cx.mean, cx.avgdev, cx.stddev: calculate mean, standard and average deviation of a signal in an array debian/compat0000644000000000000000000000000211466361425010374 0ustar 7 debian/rules0000755000000000000000000000077011466361425010262 0ustar #!/usr/bin/make -f LIBRARY_NAME = cxc 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/links0000644000000000000000000000021311466361425010235 0ustar usr/lib/pd/extra/cxc/README.txt usr/share/doc/pd-cxc/README usr/share/common-licenses/GPL-2 usr/lib/pd/extra/cxc/LICENSE.txt debian/source/0000755000000000000000000000000011574544202010472 5ustar debian/source/format0000644000000000000000000000001411466361425011704 0ustar 3.0 (quilt)