aboutsummaryrefslogtreecommitdiff
path: root/comport
diff options
context:
space:
mode:
Diffstat (limited to 'comport')
-rw-r--r--comport/debian/changelog5
-rw-r--r--comport/debian/compat1
-rw-r--r--comport/debian/control16
-rw-r--r--comport/debian/copyright19
-rw-r--r--comport/debian/gbp.conf7
-rw-r--r--comport/debian/links2
-rwxr-xr-xcomport/debian/rules21
-rw-r--r--comport/debian/source/format1
8 files changed, 0 insertions, 72 deletions
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 <hans@eds.org> 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 <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Uploaders: Hans-Christoph Steiner <hans@eds.org>
-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 <hans@eds.org>
-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)