From 4eae209a441add9fc52334877a47e5bd8c5641d3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 12 Apr 2010 22:44:25 +0000 Subject: got 'make dist' working and fixed up debian stuff svn path=/trunk/externals/pddp/; revision=13425 --- debian/changelog | 2 +- debian/control | 9 ++++++--- debian/rules | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'debian') 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) 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 @@ -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 -- cgit v1.2.1