diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-18 23:21:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-18 23:21:15 +0000 |
commit | fd7993e98a4403126e3a1ea6b98f7933b7f96482 (patch) | |
tree | cd1bbe0a04ea26c72f7a972878e9dadf31504cd1 /comport/debian | |
parent | 4b0297cb1d4d00c8aa62cd8059d3f65f7fb553a5 (diff) |
get building with debuild
svn path=/trunk/externals/iem/comport/; revision=13831
Diffstat (limited to 'comport/debian')
-rw-r--r-- | comport/debian/changelog | 2 | ||||
-rw-r--r-- | comport/debian/links | 3 | ||||
-rwxr-xr-x | comport/debian/rules | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/comport/debian/changelog b/comport/debian/changelog index c7b4297..85590a0 100644 --- a/comport/debian/changelog +++ b/comport/debian/changelog @@ -1,4 +1,4 @@ -pd-template (0.1-1) unstable; urgency=low +pd-comport (0.1-1) unstable; urgency=low * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> diff --git a/comport/debian/links b/comport/debian/links index cf81ab1..b7c7c46 100644 --- a/comport/debian/links +++ b/comport/debian/links @@ -1,4 +1,3 @@ -usr/lib/pd/extra/template/README.txt usr/share/doc/pd-template/README -usr/lib/pd/extra/template/examples usr/share/doc/pd-template/examples +usr/lib/pd/extra/comport/README.txt usr/share/doc/pd-comport/README diff --git a/comport/debian/rules b/comport/debian/rules index 0c273a4..f6f9142 100755 --- a/comport/debian/rules +++ b/comport/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -LIBRARY_NAME = template +LIBRARY_NAME = comport PACKAGE = pd-$(LIBRARY_NAME) pkglibdir = /usr/lib/pd/extra |