diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 9 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 9d53a4c..43a4339 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pd-template (0.0-1) unstable; urgency=low +pd-pddp (0.0-1) unstable; urgency=low * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> diff --git a/debian/control b/debian/control index 7435c85..1e9dc3e 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: pd-template +Source: pd-pddp Section: sound Priority: optional Maintainer: Paul Brossier <piem@debian.org> @@ -6,7 +6,10 @@ Build-Depends: debhelper (>= 7.0.50~), puredata (>= 0.42.5-3.1~) Standards-Version: 3.8.3 Homepage: http://puredata.info -Package: pd-template +Package: pd-pddp Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pd -Description: +Description: a support library for the Pure Data Documentation Project + This library provides a collection of objects for making documentation easier + and more interactive, providing standard ways of outputting audio, + controlling the DSP, and making it possible to embed clickable links. diff --git a/debian/rules b/debian/rules index 0c273a4..b2105cc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -LIBRARY_NAME = template +LIBRARY_NAME = pddp PACKAGE = pd-$(LIBRARY_NAME) pkglibdir = /usr/lib/pd/extra |