aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cursor-help.pd2
-rw-r--r--debian/control5
-rw-r--r--debian/copyright22
-rw-r--r--examples/cursor.gif (renamed from cursor.gif)bin11717 -> 11717 bytes
4 files changed, 25 insertions, 4 deletions
diff --git a/cursor-help.pd b/cursor-help.pd
index be3d40a..72b248b 100644
--- a/cursor-help.pd
+++ b/cursor-help.pd
@@ -61,7 +61,7 @@
#X text 227 459 <-- mouse buttons;
#X text 86 366 or bang to get the current mouse position;
#N canvas 583 22 481 747 image 0;
-#X obj 240 373 ggee/image cursor.gif;
+#X obj 240 373 moonlib/image examples/cursor.gif;
#X restore 509 309 pd image of all cursors;
#X msg 328 124 clock;
#X msg 288 124 arrow;
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
diff --git a/cursor.gif b/examples/cursor.gif
index 6cab5fc..6cab5fc 100644
--- a/cursor.gif
+++ b/examples/cursor.gif
Binary files differ