diff options
-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 |