[Python-modules-commits] r6521 - in packages/pyglet/trunk/debian (TODO changelog rules)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Tue Sep 16 08:13:28 UTC 2008


    Date: Tuesday, September 16, 2008 @ 08:13:26
  Author: speijnik-guest
Revision: 6521

Removed "broken" examples as per the upstream author's request.

Modified:
  packages/pyglet/trunk/debian/TODO
  packages/pyglet/trunk/debian/changelog
  packages/pyglet/trunk/debian/rules

Modified: packages/pyglet/trunk/debian/TODO
===================================================================
--- packages/pyglet/trunk/debian/TODO	2008-09-15 22:39:53 UTC (rev 6520)
+++ packages/pyglet/trunk/debian/TODO	2008-09-16 08:13:26 UTC (rev 6521)
@@ -16,4 +16,5 @@
 
 Package contains examples which use resources, such as sound or image files,
 wich are explicitly marked as being non-free, so we need to repackage
-it and remove those directories.
+it and remove those directories. Upstream has been notified about this and
+is working to get these problems solved by the next upstream release.

Modified: packages/pyglet/trunk/debian/changelog
===================================================================
--- packages/pyglet/trunk/debian/changelog	2008-09-15 22:39:53 UTC (rev 6520)
+++ packages/pyglet/trunk/debian/changelog	2008-09-16 08:13:26 UTC (rev 6521)
@@ -1,3 +1,10 @@
+pyglet (1.1.1.dfsg-2) unstable; urgency=low
+
+  * Removed examples broken by the removal of non-free files as per the
+  upstream maintainer's request.
+
+ -- Stephan Peijnik <debian at sp.or.at>  Tue, 16 Sep 2008 10:04:40 +0200
+
 pyglet (1.1.1.dfsg-1) unstable; urgency=low
 
   [ Stephan Peijnik ]

Modified: packages/pyglet/trunk/debian/rules
===================================================================
--- packages/pyglet/trunk/debian/rules	2008-09-15 22:39:53 UTC (rev 6520)
+++ packages/pyglet/trunk/debian/rules	2008-09-16 08:13:26 UTC (rev 6521)
@@ -20,6 +20,9 @@
 	rm -rf pyglet-1.1.1/examples/noisy/
 	rm -rf pyglet-1.1.1/examples/soundspace/
 	rm -f pyglet-1.1.1/examples/pyglet.png
+	rm -f pyglet-1.1.1/examples/html_label.py
+	rm -f pyglet-1.1.1/examples/programming_guide/animation.py
+	rm -f pyglet-1.1.1/examples/programming_guide/image_viewer.py
 	rm -f pyglet-1.1.1/examples/programming_guide/dinosaur.gif
 	rm -f pyglet-1.1.1/examples/programming_guide/kitten.jpg
 




More information about the Python-modules-commits mailing list