From 24dda4a71f580162219b1d67f5db2c28ba2eb6fe Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner <eighthave@users.sourceforge.net>
Date: Mon, 16 Aug 2010 01:48:45 +0000
Subject: removed old debian files that are unchanged since 2004 and never
 really used

svn path=/trunk/; revision=13801
---
 externals/debian/changelog            |  37 -------
 externals/debian/control              |  46 --------
 externals/debian/copyright            |  10 --
 externals/debian/dirs                 |   2 -
 externals/debian/docs                 |   0
 externals/debian/pd-cyclone.copyright |  31 ------
 externals/debian/pd-cyclone.files     |   2 -
 externals/debian/pd-externals.files   |   3 -
 externals/debian/pd-flext-ext.files   |   7 --
 externals/debian/pd-flext.files       |   1 -
 externals/debian/pd-footils.files     |   5 -
 externals/debian/pd-osc.files         |   2 -
 externals/debian/pd-zexy.files        |   3 -
 externals/debian/rules                | 196 ----------------------------------
 14 files changed, 345 deletions(-)
 delete mode 100644 externals/debian/changelog
 delete mode 100644 externals/debian/control
 delete mode 100644 externals/debian/copyright
 delete mode 100644 externals/debian/dirs
 delete mode 100644 externals/debian/docs
 delete mode 100644 externals/debian/pd-cyclone.copyright
 delete mode 100644 externals/debian/pd-cyclone.files
 delete mode 100644 externals/debian/pd-externals.files
 delete mode 100644 externals/debian/pd-flext-ext.files
 delete mode 100644 externals/debian/pd-flext.files
 delete mode 100644 externals/debian/pd-footils.files
 delete mode 100644 externals/debian/pd-osc.files
 delete mode 100644 externals/debian/pd-zexy.files
 delete mode 100755 externals/debian/rules

diff --git a/externals/debian/changelog b/externals/debian/changelog
deleted file mode 100644
index 99dfabf9..00000000
--- a/externals/debian/changelog
+++ /dev/null
@@ -1,37 +0,0 @@
-pd-externals (00.20031105) unstable; urgency=low
-
-  * New snapshot
-  * removed pdp (will be separate package)
-
- -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Mon, 05 Nov 2003 17:49:15 +0200
-
-pd-externals (00.20030718-1) unstable; urgency=low
-
-  * new release, with cyclone
-
- -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 20 Jun 2003 12:12:10 +0200
-
-pd-externals (0.5-1) unstable; urgency=low
-
-  * added the missing single externals
-
- -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Tue, 10 Jun 2003 22:29:41 +0200
- 
-pd-externals (0.4-1) unstable; urgency=low
-
-  * Update, included pdp 
-
- -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 04 Apr 2003 17:11:46 +0200
-
-pd-externals (0.3-1) unstable; urgency=low
-
-  * Update  
-
- -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Wed, 19 Mar 2003 12:35:13 +0100
- 
-pd-externals (0.2-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Wed,  6 Nov 2002 12:38:33 +0100
-
diff --git a/externals/debian/control b/externals/debian/control
deleted file mode 100644
index 71c0d32c..00000000
--- a/externals/debian/control
+++ /dev/null
@@ -1,46 +0,0 @@
-Source: pd-externals
-Section: sound
-Priority: optional
-Maintainer: Guenter Geiger <geiger@debian.org>
-Build-Depends: debhelper (>> 3.0.0), pd, libquicktime-dev, libsndobj-dev, libvorbis-dev, libogg-dev, libfluidsynth-dev, autoconf
-Standards-Version: 3.8.0
-
-Package: pd-zexy
-Architecture: any
-Depends: pd, ${shlibs:Depends}
-Description: Zexy library for pd
- Zexy is a library that you can load into pd (the pure data software 
- synthesizer). Zexy provides additional functionality to pd.
-
-Package: pd-flext
-Architecture: any
-Depends: pd, ${shlibs:Depends}
-Description: Flext C++ external layer for pd
- Flext is a C++ layer for programming pd externals
-
-Package: pd-osc
-Architecture: any
-Depends: pd, ${shlibs:Depends}
-Description: Open Sound Control Support for PD
- Open Sound Control is a protocol designed for remote controlling
- sound applications.
-
-Package: pd-flext-ext
-Architecture: any
-Depends: pd, ${shlibs:Depends}
-Description: Flext externals
- Externals built using the flext library.
-
-Package: pd-externals
-Architecture: any
-Depends: pd, ${shlibs:Depends}
-Description: PD external collection
- This is a collection of pd externals (plugins for the pure data software
- synthesizer). The collection includes tons of well known pd externals.
-
-Package: pd-cyclone
-Architecture: any
-Depends: pd, ${shlibs:Depends}
-Description: PD cyclone extension
- This extension to PD adds a MAX/MSP compatibility mode. MAX/MSP is
- a trademark of Cycling74. 
diff --git a/externals/debian/copyright b/externals/debian/copyright
deleted file mode 100644
index c5d55b0f..00000000
--- a/externals/debian/copyright
+++ /dev/null
@@ -1,10 +0,0 @@
-This package was debianized by Guenter Geiger <geiger@debian.org> on
-Wed,  6 Nov 2002 12:38:33 +0100.
-
-Downloaded from <pure-data.sf.net>
-
-Copyright:
-
-This software is distributed under the GPL version 2 
-(see /usr/share/common-licenses/GPL-2).
-
diff --git a/externals/debian/dirs b/externals/debian/dirs
deleted file mode 100644
index ca882bbb..00000000
--- a/externals/debian/dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin
diff --git a/externals/debian/docs b/externals/debian/docs
deleted file mode 100644
index e69de29b..00000000
diff --git a/externals/debian/pd-cyclone.copyright b/externals/debian/pd-cyclone.copyright
deleted file mode 100644
index 34ee8399..00000000
--- a/externals/debian/pd-cyclone.copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-This software is copyrighted by Miller Puckette and others.  The following
-terms apply to all files associated with the software unless explicitly
-disclaimed in individual files.
-
-The authors hereby grant permission to use, copy, modify, distribute,
-and license this software and its documentation for any purpose, provided
-that existing copyright notices are retained in all copies and that this
-notice is included verbatim in any distributions. No written agreement,
-license, or royalty fee is required for any of the authorized uses.
-Modifications to this software may be copyrighted by their authors
-and need not follow the licensing terms described here, provided that
-the new terms are clearly indicated on the first page of each file where
-they apply.
-
-IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
-FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
-ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
-DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
-IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
-NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
-MODIFICATIONS.
-
-RESTRICTED RIGHTS: Use, duplication or disclosure by the government
-is subject to the restrictions as set forth in subparagraph (c) (1) (ii)
-of the Rights in Technical Data and Computer Software Clause as DFARS
-252.227-7013 and FAR 52.227-19.
diff --git a/externals/debian/pd-cyclone.files b/externals/debian/pd-cyclone.files
deleted file mode 100644
index 518e160b..00000000
--- a/externals/debian/pd-cyclone.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/pd/externs/cyclone/
-usr/lib/pd/doc/cyclone
diff --git a/externals/debian/pd-externals.files b/externals/debian/pd-externals.files
deleted file mode 100644
index 30329ef7..00000000
--- a/externals/debian/pd-externals.files
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/pd/extra
-usr/lib/pd/doc/5.reference
-
diff --git a/externals/debian/pd-flext-ext.files b/externals/debian/pd-flext-ext.files
deleted file mode 100644
index ed40d054..00000000
--- a/externals/debian/pd-flext-ext.files
+++ /dev/null
@@ -1,7 +0,0 @@
-/usr/lib/pd/extra/shabby*
-/usr/lib/pd/extra/shaffy*
-/usr/lib/pd/extra/syncgrain~.pd_linux
-/usr/lib/pd/extra/fluid*
-/usr/lib/pd/doc/5.reference/*fluid*.pd
-/usr/lib/pd/doc/5.reference/*shaffy~*.pd
-/usr/lib/pd/doc/5.reference/*shabby~*.pd
diff --git a/externals/debian/pd-flext.files b/externals/debian/pd-flext.files
deleted file mode 100644
index 203f7b2e..00000000
--- a/externals/debian/pd-flext.files
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/pd/flext
diff --git a/externals/debian/pd-footils.files b/externals/debian/pd-footils.files
deleted file mode 100644
index 3594ab9d..00000000
--- a/externals/debian/pd-footils.files
+++ /dev/null
@@ -1,5 +0,0 @@
-/usr/lib/pd/extra/shabby*
-/usr/lib/pd/extra/shaffy*
-/usr/lib/pd/extra/syncgrain~.pd_linux
-/usr/lib/pd/extra/fiiwu~.pd_linux
-
diff --git a/externals/debian/pd-osc.files b/externals/debian/pd-osc.files
deleted file mode 100644
index 3eca35b0..00000000
--- a/externals/debian/pd-osc.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/pd/extra/OSC*
-usr/lib/pd/doc/5.reference/*OSC*.pd
diff --git a/externals/debian/pd-zexy.files b/externals/debian/pd-zexy.files
deleted file mode 100644
index 1e08798c..00000000
--- a/externals/debian/pd-zexy.files
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/pd/extra/zexy*
-usr/lib/pd/doc/5.reference/zexy
-
diff --git a/externals/debian/rules b/externals/debian/rules
deleted file mode 100755
index c59a01ae..00000000
--- a/externals/debian/rules
+++ /dev/null
@@ -1,196 +0,0 @@
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
-
-
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
-orig: clean
-	(cd ..;tar czvf pd-externals_00.`date +%Y%m%d`.orig.tar.gz pd-externals)
-
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-FOOBUILD = PD_DIR=../../build/include \
-                          FLEXTPATH=../../grill/flext/pd-linux \
-	                  FLEXTINC=../../grill/flext/source \
-                          FLUIDLIB=" -lfluidsynth"
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	# Build the common externals
-
-	(cd build/linux; $(MAKE))
-
-        # Build zexy
-
-	(cd zexy/src; $(MAKE) -f makefile.linux LINCLUDE="-I ../../build/include")
-
-	# Build flext
-
-	(cd grill/flext; $(MAKE) -f makefile.pd-linux PDPATH=../../build/include STK="" )
-
-	# Flext externals
-	#
-
-	(make -C footils/fluid -k  $(FOOBUILD))
-	(make -C footils/shabby -k  $(FOOBUILD))
-	(make -C footils/syncgrain -k  $(FOOBUILD))
- 
-	# OSC
-
-	(cd OSCx/libOSC;$(MAKE))
-	(cd OSCx/OSC; $(MAKE))
-
-	# build cyclone
-	-mkdir miXed/bin
-	(cd miXed/cyclone; make PD_DIR='../../build/include')
-
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Remove the garbage that ppl put in CVS
-	-rm `find . -name "*.pd_linux"`
-	-rm `find . -name "*.lib"`
-	-rm `find . -name "*.o"`
-	-rm `find . -name "*.dll"`
-	-rm `find . -name "*.obj"` 
-
-	# fix up wrong permissions
-
-	chmod 644 `find . -name "*.h"`
-	chmod 644 `find . -name "*.c"`
-	chmod 644 `find . -name "*.pd"`
-
-	# Add here commands to clean up after the build process.
-	-(cd build/linux;$(MAKE) clean)
-
-	(cd zexy/src; $(MAKE) -f makefile.linux  clean)
-
-	(cd grill/flext; $(MAKE) -f makefile.pd-linux clean)
-
-	-(cd footils; make clean)
-
-	-(cd OSCx/libOSC;$(MAKE) clean)
-	-(cd OSCx/OSC; $(MAKE) pd_linux_clean)
-#
-#  Clean cyclone
-#
-	(cd miXed/cyclone; make clean)
-	-rm miXed/bin/cyclist
-
-	dh_clean
-
-FOOINSTALL = FLEXTPATH=../../grill/flext/pd-linux \
-	        FLEXTINC=../../grill/flext/source \
-		DESTDIR=$(CURDIR)/debian/tmp INSTPATH=$(CURDIR)/debian/tmp/usr/lib/pd/extra
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/pd-externals.
-
-	(cd build/linux; $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp)
-	(rm -r `find $(CURDIR)/debian/tmp/ -name CVS`)
-
-# Install zexy
-
-	(cd zexy/src; $(MAKE) -f makefile.linux install DESTDIR=$(CURDIR)/debian/tmp \
-	                              INSTALL_PREFIX=/usr/ \
-				      PDLIBDIR=lib/pd )
-#	ln -s zexy $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/help-zexy
-
-# Install flext
-
-	(cd grill/flext; $(MAKE) -f makefile.pd-linux install INSTDIR=$(CURDIR)/debian/tmp/usr/lib/pd/flext)
-
-# Install footils ... this is quite messy still, have to find a better solution
-
-	(make -C footils/fluid -k  $(FOOINSTALL) install)
-	(make -C footils/shabby -k  $(FOOINSTALL) install)
-	(make -C footils/syncgrain -k  $(FOOINSTALL) install)
-	install -m 644 footils/fluid/pd/fluid.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference/fluid-help.pd
-	install -m 644 footils/shabby/shaffy~-help.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference
-	install -m 644 footils/shabby/shabby~.pd_linux $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference
-	-rm $(CURDIR)/debian/tmp/usr/lib/pd/extra/fiiwu*
-
-# Install OSC
-
-	install OSCx/OSC/OSC.pd_linux $(CURDIR)/debian/tmp/usr/lib/pd/extra
-	install -m 644 OSCx/doc/*help.pd $(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference
-
-# Install cyclone
-
-	mkdirhier $(CURDIR)/debian/tmp/usr/lib/pd/externs/cyclone
-	install $(CURDIR)/miXed/bin/*.pd_linux $(CURDIR)/debian/tmp/usr/lib/pd/externs/cyclone/
-	install -m 644  $(CURDIR)/miXed/test/cyclone/*.pd  $(CURDIR)/miXed/doc/*/cyclone/*.* \
-				$(CURDIR)/debian/tmp/usr/lib/pd/doc/5.reference
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_movefiles
-#	dh_installdebconf	
-	dh_installdocs
-	dh_installexamples
-	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-	dh_installcron
-	dh_installman
-	dh_installinfo
-#	dh_undocumented
-	dh_installchangelogs 
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_makeshlibs
-	dh_installdeb
-#	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
-- 
cgit v1.2.1