[SCM] deken/master: Split out pd-deken-apt package

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue May 24 14:41:53 UTC 2016


The following commit has been merged in the master branch:
commit 9405b523722ca7a817045a9c41c90d222c35f85b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon May 23 15:55:23 2016 +0200

    Split out pd-deken-apt package

diff --git a/debian/control b/debian/control
index 463f805..b294609 100644
--- a/debian/control
+++ b/debian/control
@@ -16,20 +16,36 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/deken.git
 Package: pd-deken
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends},
- puredata-gui (>= 0.47),
- policykit-1
+ puredata-gui
 Suggests: deken
+Description: Externals wrangler for Pure Data
+ deken is a simple and easy to use package manager for Pure Data (Pd).
+ .
+ The deken-plugin integrates with the Pd user interface, where you can search
+ for externals and install them with a single click.
+ Since Pd-0.47, the deken-plugin is integrated into Pure Data (but the Debian
+ package provides an updated plugin)
+ .
+ Available backends that provide packages are:
+  - puredata.info (downloads packages via the Pure Data community website and
+    installs them into the per-user installation directory (~/pd-externals))
+  - apt (installs Pd packages the Debian way; packaged as "pd-deken-apt")
+
+Package: pd-deken-apt
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ puredata-gui (>= 0.47) | pd-deken
 Description: Externals wrangler for Pure Data (APT backend)
  deken is a simple and easy to use package manager for Pure Data (Pd).
  .
  The deken-plugin integrates with the Pd user interface, where you can search
  for externals and install them with a single click.
- Since Pd-0.47, the deken-plugin is integrated into Pure Data.
  .
  This addon allows to additionally use 'apt' for installing Debian provided
  packages from within the deken-plugin (rather than downloading binaries from
  the Pure Data community website).
 
+
 Package: deken
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends},

-- 
deken packaging



More information about the pkg-multimedia-commits mailing list