aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 21:41:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 21:41:57 +0000
commitbc325c29c7ad81c5d0d1807532bd8d82c46de0a3 (patch)
tree9f040073c1336b25ed518c464070eef862896444
parentefed3833da03cda6df11163e2ffccc52072ba099 (diff)
fixed up Debian files in preparation for submission to mentors.debian.net
svn path=/trunk/abstractions/jmmmp/; revision=13759
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
-rw-r--r--debian/copyright32
3 files changed, 35 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 09fcdd7..688edf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-pd-jmmmp (0.1-1) unstable; urgency=low
+pd-jmmmp (0.1-0.0) unstable; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release (Closes: #591840)
-- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
diff --git a/debian/control b/debian/control
index 05299e1..78aca4d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: pd-jmmmp
Section: sound
Priority: optional
-Maintainer: Paul Brossier <piem@debian.org>
+Maintainer: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.8.3
Homepage: http://puredata.info
@@ -9,6 +9,6 @@ Homepage: http://puredata.info
Package: pd-jmmmp
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, pd
-Description: a collection of GUI objects for musical performance
+Description: a collection of Pd GUI objects for musical performance
jmmmp is a collection of GUI objects for musical performance, including
controlling the DAC, volume, debugging, linking up with other programs, etc.
diff --git a/debian/copyright b/debian/copyright
index 1310560..cfd6d1d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,4 +3,34 @@ Debianized-Date: Sat, 3 Apr 2010 17:14:25 -0400
Files: *
Copyright: 2005-2009, João Pais <jmmmpais@googlemail.com>
-License:
+License: BSD
+ Copyright (c) João Pais
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+ .
+ On Debian systems, the complete text of the Modified BSD License
+ can be found in file "/usr/share/common-licenses/BSD".
+