[SCM] pd-osc/master: Regenerated debian/control

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Nov 3 14:05:04 UTC 2015


The following commit has been merged in the master branch:
commit 854ed3e74d84f4a9d14a0a66c204435d76c8a43b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Nov 3 15:03:41 2015 +0100

    Regenerated debian/control

diff --git a/debian/control b/debian/control
index bc0232b..05b728d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,15 +12,15 @@ Standards-Version: 3.9.6
 Section: sound
 Homepage: http://download.puredata.info/osc
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-osc.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-osc.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-osc.git
 
 Package: pd-osc
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- puredata-core | pd
-Recommends: pd-iemnet
-Suggests: pd-comport
+ puredata | pd
+Recommends: pd-iemnet | pd-net
+Suggests: pd-comport, pd-slip
 Description: Open Sound Control for Pd
  This library allows one to construct and parse OSC messages within Pd.  It
  includes support for ordinary OSC-messages, typetags, timetags and bundles.
@@ -28,4 +28,9 @@ Description: Open Sound Control for Pd
  These objects are transport-agnostic, so you can use them to transmit OSC over
  UDP, TCP/IP, serial port, or in fact whatever you want.  However, you will have
  to install additional libraries that will handle the transport layer (like
- pd-iemnet or pd-comport).
+ pd-net or pd-comport).
+ .
+ Note however, that OSC is a packet-based protocol, so if you intend to use it
+ with a stream-based transport (like TCP/IP or the serial line), you must use
+ a packetizer (the OSC-specifications suggest to use SLIP, as provided by
+ pd-slip).

-- 
pd-osc packaging



More information about the pkg-multimedia-commits mailing list