From 68295eb1800cbb5c92b94e5f970d119aaa56a4c4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 11 Sep 2010 21:02:22 +0000 Subject: uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-comport.git;a=summary svn path=/trunk/externals/iem/comport/; revision=14069 --- comport/debian/changelog | 5 ----- comport/debian/compat | 1 - comport/debian/control | 16 ---------------- comport/debian/copyright | 19 ------------------- comport/debian/gbp.conf | 7 ------- comport/debian/links | 2 -- comport/debian/rules | 21 --------------------- comport/debian/source/format | 1 - 8 files changed, 72 deletions(-) delete mode 100644 comport/debian/changelog delete mode 100644 comport/debian/compat delete mode 100644 comport/debian/control delete mode 100644 comport/debian/copyright delete mode 100644 comport/debian/gbp.conf delete mode 100644 comport/debian/links delete mode 100755 comport/debian/rules delete mode 100644 comport/debian/source/format (limited to 'comport') diff --git a/comport/debian/changelog b/comport/debian/changelog deleted file mode 100644 index 9699c7f..0000000 --- a/comport/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -pd-comport (0.1-1) unstable; urgency=low - - * Initial release (Closes: #595978) - - -- Hans-Christoph Steiner Tue, 17 Aug 2010 15:24:53 -0400 diff --git a/comport/debian/compat b/comport/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/comport/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/comport/debian/control b/comport/debian/control deleted file mode 100644 index 3b45de5..0000000 --- a/comport/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -Source: pd-comport -Section: sound -Priority: optional -Maintainer: Debian Multimedia Maintainers -Uploaders: Hans-Christoph Steiner -Build-Depends: debhelper (>= 7.0.50~), puredata, quilt (>= 0.46-7~) -Standards-Version: 3.9.1 -Homepage: http://puredata.info - -Package: pd-comport -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, pd -Description: Pd object for reading and writing to serial ports - comport is a cross-platform object for Pure Data that allows you to read and - write bytes and lists of data to /dev/tty* devices including serial port, - USB-serial devices, Bluetooth-serial, etc. diff --git a/comport/debian/copyright b/comport/debian/copyright deleted file mode 100644 index c0fd650..0000000 --- a/comport/debian/copyright +++ /dev/null @@ -1,19 +0,0 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 -Name: comport -Source: http://sourceforge.net/projects/pure-data/files/libraries/comport/comport-0.1.tar.gz -Debianized-By: Hans-Christoph Steiner -Debianized-Date: Tue, 17 Aug 2010 15:24:53 -0400 -Files: * -Copyright: 1998-2006, Winfried Ritsch, Institute for Electronic Music - Graz - 2005-2010, Hans-Christoph Steiner - 2006-2010, Martin Peach - 2007-2010, IOhannes m. zmoelnig - -License: LGPL-2.1+ - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - . - On Debian systems, the complete text of the GNU Library General Public - License version 2 can be found in file "/usr/share/common-licenses/LGPL-2". diff --git a/comport/debian/gbp.conf b/comport/debian/gbp.conf deleted file mode 100644 index baae294..0000000 --- a/comport/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 - diff --git a/comport/debian/links b/comport/debian/links deleted file mode 100644 index 3fec551..0000000 --- a/comport/debian/links +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/pd/extra/comport/README.txt usr/share/doc/pd-comport/README -usr/share/common-licenses/LGPL-2.1 usr/lib/pd/extra/comport/LICENSE.txt diff --git a/comport/debian/rules b/comport/debian/rules deleted file mode 100755 index 935a3af..0000000 --- a/comport/debian/rules +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/make -f - -LIBRARY_NAME = comport -PACKAGE = pd-$(LIBRARY_NAME) -pkglibdir = /usr/lib/pd/extra - -%: - dh --with quilt $@ - -override_dh_auto_install: - make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install -# 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 - -override_dh_strip: - strip --remove-section=.comment --remove-section=.note --strip-unneeded \ - $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux diff --git a/comport/debian/source/format b/comport/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/comport/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) -- cgit v1.2.1