diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-08 21:38:01 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-08 21:38:01 +0000 |
commit | b71e0f56b57177433f955076dbfe9afa01adc1f7 (patch) | |
tree | 9868838a99908bcb555c8e8b82e137cf26938fca /debian | |
parent | 59d7db2faa2f059ba8d0b51b5558b4bef6dda512 (diff) |
switched out ggee's [image] for moonlib's since its already in Debian, and fixed up inclusion of cursors.gif
svn path=/trunk/externals/hcs/; revision=14310
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/copyright | 22 |
2 files changed, 24 insertions, 3 deletions
diff --git a/debian/control b/debian/control index ea20fd7..963cb13 100644 --- a/debian/control +++ b/debian/control @@ -13,13 +13,12 @@ Package: pd-hcs Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends}, pd-cyclone, - pd-ggee, pd-libdir, pd-pddp, pd-purepd, - pd-zexy + pd-zexy, + ${misc:Depends} Description: a random grabbag of Pd objects by Hans-Christoph Steiner The 'hcs' library is a random grabbag of objects that are experiments that sometimes lead to full-fledged libraries. There are objects for diff --git a/debian/copyright b/debian/copyright index 4073400..1ec50db 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,28 @@ Copyright: 2003-2009, Hans-Christoph Steiner 2007, Free Software Foundation 2006, Fredrik Olofsson License: GPL-3+ + +Files: example/cursors.gif +Copyright: 2005, Stephen O. Lidie +License: GPL-1+ + +License: GPL-1+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +X-Comment: On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or |