pd-osc 0.2-2 source package in Ubuntu

Changelog

pd-osc (0.2-2) unstable; urgency=medium

  * Switched buildsystem from dh to cdbs
    * Enabled hardening
    * Bumped dh compat to 11
  * Recommend pd-net
  * Suggest pd-slip
  * Depend on 'puredata' rather than 'puredata-core'
  * Updated maintainer address
  * Updated Vcs-* stanzas to salsa.d.o
  * Removed trailing whitespace in debian/*
  * Switched URLs to https://
  * Updated d/copyright_hints
  * Bumped standards version to 4.1.3

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Thu, 01 Feb 2018 23:26:05 +0100

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pd-osc_0.2-2.dsc 1.9 KiB ec72c1fd27c035e09e2bedd6216b500d852dd636054f9b80e943119d71541371
pd-osc_0.2.orig.tar.gz 32.0 KiB 7536c328adaab0609ec5c5c53ad145ba119f2ac314e6658b29c868ef10ad6544
pd-osc_0.2-2.debian.tar.xz 5.1 KiB 5b711831a76759e36d83028508ab6f3a1db44d60563bbc0994dc0bd305b20ab4

Available diffs

No changes file available.

Binary packages built by this source

pd-osc: 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.
 .
 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-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-dbgsym: debug symbols for pd-osc