pd-lua 0.11.6+ds1-1 source package in Ubuntu

Changelog

pd-lua (0.11.6+ds1-1) unstable; urgency=medium

  * New upstream version 0.11.6+ds1
    + Drop obsolete patches
    + Switch buildsystem to pd-lib-builder
    + Add patch for cross-building
    + B-D on liblua5.4-dev
  * Build for both single and double-precision Pd
  * Repack upstream sources
    + Exclude repository config from source tarball
    + Exclude generated documentation
    + Add '+ds' repacksuffix
  * Update upstream information
    + Update upstream contact
    + Watch new upstream repository
  * Update copyright information
    + Update d/copyright
    + Exclude binary files from 'licensecheck'
    + Re-generate d/copyright_hints
  * Apply 'wrap-and-sort -ast'
  * Bump standards version to 4.6.2

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 05 Jul 2023 15:02:17 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
pd-lua_0.11.6+ds1-1.dsc 2.1 KiB 97ffa371e2afe6d7c3bc35af436208da3f52570c40703c1e292428723e344ce4
pd-lua_0.11.6+ds1.orig.tar.xz 907.6 KiB c43ce801ef1b89c5153b5d8728ee7889a88b4c51ef0a9ce792ff106854bd1994
pd-lua_0.11.6+ds1-1.debian.tar.xz 8.5 KiB 24f463bb383b425a67f5cc68ede83043b65ac7f84cbc94577dfc59e73340438a

Available diffs

No changes file available.

Binary packages built by this source

pd-lua: Lua bindings for Pure Data

 pd-lua adds a new loader to Pure Data (Pd), that allows one to load
 objectclasses written in the popular Lua programming language.
 .
 Some programming problems are complicated to express in graphical
 dataflow languages like Pd, requiring the user to ressort to objectclasses
 written in more general purpose languages.
 For those who do not want to use compiled languages like C/C++, this package
 offers the possibility to write first-class objectclasses in the lightweight
 programming language "Lua".

pd-lua-dbgsym: debug symbols for pd-lua