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

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sun Dec 26 23:32:13 UTC 2010


    Date: Sunday, December 26, 2010 @ 23:32:12
  Author: yoh
Revision: 15144

debian/rules: get-orig-sources -- not removing some of previousely pruned materials

* debian/rules: get-orig-sources
  - not removing materials with included now copyright, free license
    terms
  - not pruning tools since script is minimal, written by the pyglet
    original author, part of the project, thus is covered by project's
    copyright/license

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

Modified: packages/pyglet/trunk/debian/changelog
===================================================================
--- packages/pyglet/trunk/debian/changelog	2010-12-26 23:32:04 UTC (rev 15143)
+++ packages/pyglet/trunk/debian/changelog	2010-12-26 23:32:12 UTC (rev 15144)
@@ -7,6 +7,12 @@
   * debian/control:
     - boosted standards version to 3.9.1.  BSD license included
       verbatim in a debian/copyright now
+  * debian/rules: get-orig-sources
+    - not removing materials with included now copyright, free license
+      terms
+    - not pruning tools since script is minimal, written by the pyglet
+      original author, part of the project, thus is covered by project's
+      copyright/license
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Sat, 25 Dec 2010 22:25:44 -0500
 

Modified: packages/pyglet/trunk/debian/rules
===================================================================
--- packages/pyglet/trunk/debian/rules	2010-12-26 23:32:04 UTC (rev 15143)
+++ packages/pyglet/trunk/debian/rules	2010-12-26 23:32:12 UTC (rev 15144)
@@ -19,21 +19,13 @@
 	# have no license attached and thus are non-free.
 	rm -rf pyglet-$(PYGLET_VERSION)/examples/astraea/
 	rm -rf pyglet-$(PYGLET_VERSION)/examples/noisy/
-	rm -rf pyglet-$(PYGLET_VERSION)/examples/soundspace/
-	rm -f pyglet-$(PYGLET_VERSION)/examples/pyglet.png
-	rm -f pyglet-$(PYGLET_VERSION)/examples/html_label.py
-	rm -f pyglet-$(PYGLET_VERSION)/examples/programming_guide/animation.py
-	rm -f pyglet-$(PYGLET_VERSION)/examples/programming_guide/image_viewer.py
 	rm -f pyglet-$(PYGLET_VERSION)/examples/programming_guide/dinosaur.gif
 	rm -f pyglet-$(PYGLET_VERSION)/examples/programming_guide/kitten.jpg
 
-	# Remove complete doc/ folder (unclean licensing). Present in
-	# pyglet-1.1.2.
+	# Remove doc/ folder completely -- compiled material which might use
+	# above non-free content. Present in pyglet-1.1.[24].
 	rm -rf pyglet-$(PYGLET_VERSION)/doc
 
-	# Remove tools that come without copyright and/or license notice.
-	rm -f pyglet-$(PYGLET_VERSION)/tools/inspect_font.py
-
 	# Remove included log dumps since we are modifying archive anyways
 	rm -f tests/pyglet.1.log examples/crashy
 




More information about the Python-modules-commits mailing list