svn path=/trunk/externals/iem/comport/; revision=14069
This commit is contained in:
Hans-Christoph Steiner 2010-09-11 21:02:22 +00:00
parent a474f3fb39
commit 68295eb180
8 changed files with 0 additions and 72 deletions

View file

@ -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

View file

@ -1 +0,0 @@
7

View file

@ -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.

View file

@ -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".

View file

@ -1,7 +0,0 @@
[DEFAULT]
upstream-branch = upstream
debian-branch = master
upstream-tag = upstream/%(version)s
debian-tag = debian/%(version)s
pristine-tar = True

View file

@ -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

View file

@ -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

View file

@ -1 +0,0 @@
3.0 (quilt)