diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:44:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:44:25 +0000 |
commit | 4eae209a441add9fc52334877a47e5bd8c5641d3 (patch) | |
tree | cde7249a5cc481b260f755c8699e992448b1b8b9 /debian | |
parent | 48d170d5d50bb84a96d249f17e2048c48270ea97 (diff) |
got 'make dist' working and fixed up debian stuff
svn path=/trunk/externals/pddp/; revision=13425
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 |