debian/0000755000000000000000000000000012076142715007173 5ustar debian/watch0000644000000000000000000000006711676746237010245 0ustar version=3 http://sf.net/pure-data/maxlib-(.*)\.tar\.gz debian/copyright0000644000000000000000000000227612033613302011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: maxlib Upstream-Contact: Hans-Christoph Steiner Source: http://sourceforge.net/projects/pure-data/files/libraries/maxlib/ Copyright: 1995, St. Rainstick, Amsterdam 1997-2002, Miller Puckette 2002-2003, Olaf Matthes 2005-2010, Hans-Christoph Steiner 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.conf0000644000000000000000000000024511676746237010631 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/patches/0000755000000000000000000000000012076142156010621 5ustar debian/patches/series0000644000000000000000000000003412076142156012033 0ustar force-pd_linux-as-extension debian/patches/force-pd_linux-as-extension0000644000000000000000000000164112076142156016077 0ustar Description: force .pd_linux as binary file extension Author: Hans-Christoph Steiner --- Last-Update: <2013-01-17> --- pd-maxlib-1.5.5.orig/Makefile +++ pd-maxlib-1.5.5/Makefile @@ -160,29 +160,6 @@ endif ifeq ($(UNAME),Linux) CPU := $(shell uname -m) EXTENSION = pd_linux - ifeq ($(findstring arm,$(CPU)),arm) - EXTENSION = l_arm - endif - ifeq ($(CPU),i386) - EXTENSION = l_i386 - endif - ifeq ($(CPU),i486) - EXTENSION = l_i386 - endif - ifeq ($(CPU),i586) - EXTENSION = l_i386 - endif - ifeq ($(CPU),i686) - EXTENSION = l_i386 - endif - ifeq ($(CPU),amd64) - # amd64 and ia64 aren't the same thing, but that's how its done in pd... - EXTENSION = l_ia64 - endif - ifeq ($(CPU),x86_64) - # x86_64 and ia64 aren't the same thing, but that's how its done in pd... - EXTENSION = l_ia64 - endif SOURCES += $(SOURCES_linux) SHARED_EXTENSION = so OS = linux debian/changelog0000644000000000000000000000223212076142224011037 0ustar pd-maxlib (1.5.5-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 1.5.5 * add patch to force .pd_linux as the binary file extension -- Hans-Christoph Steiner Thu, 17 Jan 2013 22:34:30 -0500 pd-maxlib (1.5.4-1) unstable; urgency=low * actually fix Hurd/kFreeBSD via upstream Makefile update * removed patches since they have been replaced by upstream updates -- Hans-Christoph Steiner Wed, 28 Dec 2011 21:25:12 -0500 pd-maxlib (1.5.3-2) unstable; urgency=low [ IOhannes m zmölnig ] * Makefile-fixes for non-linux (Closes: #609431) * Removed quilt dependency; we use source 3.0 (quilt) * Added Vcs stanzas [ Hans-Christoph Steiner ] * bumped standards version to 3.9.2 * updated Build-Depends to use puredata-dev (Closes: #629716) -- Hans-Christoph Steiner Fri, 10 Jun 2011 14:36:44 -0400 pd-maxlib (1.5.3-1) unstable; urgency=low * Initial release (Closes: #591825) -- Hans-Christoph Steiner Wed, 10 Nov 2010 15:14:39 -0500 debian/control0000644000000000000000000000213412076137742010602 0ustar Source: pd-maxlib 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-maxlib.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-maxlib.git Package: pd-maxlib Architecture: any Depends: ${shlibs:Depends}, puredata-core | pd, pd-libdir, ${misc:Depends} Description: Pd library for analysing musical performance maxlib is a library of non-tilde externals for Pd. The objects can be very useful to analyse any musical performance. Some of the objects are 'borrowed' from Max (they are not ported but rewritten for Pd cheap immitations). maxlib has recently been extended by objects of more general use and some which can be use for composition purposes. It also includes some networking objects for writing Pd patches that act as network clients and servers. debian/compat0000644000000000000000000000000211676746237010407 0ustar 7 debian/rules0000755000000000000000000000077311676746237010300 0ustar #!/usr/bin/make -f LIBRARY_NAME = maxlib 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/links0000644000000000000000000000022711676746237010255 0ustar usr/lib/pd/extra/maxlib/README.txt usr/share/doc/pd-maxlib/README usr/share/common-licenses/GPL-2 usr/lib/pd/extra/maxlib/LICENSE.txt debian/source/0000755000000000000000000000000011676746237010511 5ustar debian/source/format0000644000000000000000000000001411676746237011717 0ustar 3.0 (quilt)