File: control

package info (click to toggle)
deken 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,708 kB
  • sloc: tcl: 1,407; sh: 333; python: 212; makefile: 21
file content (75 lines) | stat: -rw-r--r-- 2,424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: deken
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-buildinfo,
 help2man,
 hy,
 python3-setuptools,
Standards-Version: 4.4.0
Homepage: https://github.com/pure-data/deken
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/deken.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/deken

Package: pd-deken
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 puredata-gui,
Recommends:
 pd-deken-apt,
 tcllib,
 tcl-tls,
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
Multi-Arch: foreign
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.
 .
 This addon allows one 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
Multi-Arch: foreign
Depends: ${misc:Depends},
 python3-hy (>= 0.17),
 python3-easywebdav,
 python3-gnupg,
 python3-keyring,
 python3-macholib,
 python3-pefile,
 python3-pyelftools,
 python3-requests,
Recommends:
 pd-deken,
Description: Externals wrangler for Pure Data - upload utility
 deken is a simple and easy to use package manager for Pure Data (Pd).
 .
 This package provides a command line tool that facilitates the creation
 and upload of your own packages to the official package repository
 puredata.info.