aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-31 05:58:25 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-31 05:58:25 +0000
commit8e4e151b43b27da5bf43a442492999afb29ed2b2 (patch)
tree364e4a7703f0f48541ba274d913584d5f78a3bff
parent656f234e71eca418df39b53d8b8123f897c990ba (diff)
removed 'debian' subfolder since this package is now on git.debian.org: http://git.debian.org/?p=pkg-multimedia/pd-jmmmp.git;a=summary
svn path=/trunk/abstractions/jmmmp/; revision=14685
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control51
-rw-r--r--debian/copyright49
-rw-r--r--debian/gbp.conf7
-rw-r--r--debian/links2
-rw-r--r--debian/pd-jmmmp.lintian-overrides42
-rwxr-xr-xdebian/rules17
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
10 files changed, 0 insertions, 177 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 8bda472..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-pd-jmmmp (0.1.1-1) unstable; urgency=low
-
- * Initial release (Closes: #591840)
-
- -- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 1a662ba..0000000
--- a/debian/control
+++ /dev/null
@@ -1,51 +0,0 @@
-Source: pd-jmmmp
-Section: sound
-Priority: optional
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Uploaders: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.1
-Homepage: http://puredata.info
-
-Package: pd-jmmmp
-Architecture: all
-Depends: ${shlibs:Depends},
- pd,
- pd-libdir,
- ${misc:Depends}
-Recommends: pd-import
-Description: a collection of Pd GUI objects for musical performance
- jmmmp is a collection of Pure Data GUI objects for musical
- performance, including controlling the DAC, volume, debugging,
- linking up with other programs, etc.
- .
- * array-edit - edit properties of arrays
- * but - Monochrome bang button
- * clock - Chronometer with display in seconds
- * dacm~ - Mono dac~ for lazy people
- * datei-o - Sends the message "open ../../"
- * datei-r - Sends the message "read ../../"
- * datei-w - Sends the message "write ../../"
- * dsp01 - DSP switch
- * f+ - Counter with variable increment
- * gui-edit - edit standard GUI objects fast
- * lbang - loadbang which can be triggered more often
- * liner~ - practical implementation of [line~]
- * liner+~ - practical implementation of signal envelopping
- * mat~ - Level meter with amplitude control
- * maat~ - Level meter with amplitude control, stereo
- * met~ - Level meter with amplitude control, with VU
- * metrum - Metro with GUI
- * m-i - Automatic conversion of MIDI controller
- * mk - shows the controller number and MIDI value
- * oscD - Counts received OSC messages
- * oscS - Interface for sendOSC
- * pd-colors - Pd color palettes (Data Structures + Tcl/Tk)
- * rec-name - Automatic naming for a record/playback engine
- * sguigot - spigot GUI implementation
- * sliders - GUI for incoming midi data
- * snaps~ - snapshot~ GUI implementation
- * spectrogram~ - Spectrogram with 512 bins resolution
- * stoppuhr - Chronometer with two layers
- * tastin - Gate for keyboard input
- * uhr - Shows the time
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 661216f..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,49 +0,0 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: jmmmmp
-Maintainer: João Pais <jmmmpais@googlemail.com>
-Source: http://sourceforge.net/projects/pure-data/files/libraries/jmmmp
-
-Files: *
-Copyright: 2005-2009, João Pais <jmmmpais@googlemail.com>
-License: BSD
-
-Files: examples/*.gif examples/*.png
-Copyright: 1999-2010, Paul Davis and others
-License: GPL-2+
-
-License: BSD
- Copyright (c) João Pais
- 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.
-
-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.
- .
- On Debian systems, the complete text of the GNU General Public License
- version 2 can be found in file "/usr/share/common-licenses/GPL-2".
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index ae1dc36..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-[DEFAULT]
-upstream-branch = upstream
-debian-branch = master
-upstream-tag = upstream/%(version)s
-debian-tag = debian/%(version)s
-pristine-tar = True
-sign-tags = True
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 5e0a1e1..0000000
--- a/debian/links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/pd/extra/jmmmp/README.txt usr/share/doc/pd-jmmmp/README
-usr/share/common-licenses/BSD usr/lib/pd/extra/jmmmp/LICENSE.txt
diff --git a/debian/pd-jmmmp.lintian-overrides b/debian/pd-jmmmp.lintian-overrides
deleted file mode 100644
index a8850d9..0000000
--- a/debian/pd-jmmmp.lintian-overrides
+++ /dev/null
@@ -1,42 +0,0 @@
-# the upstream library format includes an 'examples' directory where example
-# scripts are kept. This directory needs to be part of the library itself so
-# that the documentation browser, aka the "Help Browser" can find and display
-# the examples. Sometimes the example scripts include image files to
-# manipulate.
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/ardour_icon_48px.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/computer_keyboard.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/computer_keyboard_active.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-S1.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-S2.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-constant-power.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-fast-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-linear.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-long-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-short-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-in-slow-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-S1.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-S2.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-constant-power.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-fast-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-linear.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-long-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-short-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/crossfade-out-slow-cut.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/fader_belt.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/fader_belt_h.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/hide.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/nudge_left.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/nudge_right.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/record_normal_red.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/record_tape_red.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/strip_width.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/transport_end.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/transport_loop.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/transport_play.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/transport_range.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/transport_record.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/transport_start.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/transport_stop.gif
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/zoom_full.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/zoom_in.png
-image-file-in-usr-lib usr/lib/pd/extra/jmmmp/examples/zoom_out.png
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 0026b2a..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = jmmmp
-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
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 1c2e0f2..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://sf.net/pure-data/jmmmp-(.*)\.tar\.gz