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

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sun Dec 26 23:33:01 UTC 2010


    Date: Sunday, December 26, 2010 @ 23:33:01
  Author: yoh
Revision: 15150

fixing up cleaning -- needed explicit pyglet director name

Modified:
  packages/pyglet/trunk/debian/rules

Modified: packages/pyglet/trunk/debian/rules
===================================================================
--- packages/pyglet/trunk/debian/rules	2010-12-26 23:32:53 UTC (rev 15149)
+++ packages/pyglet/trunk/debian/rules	2010-12-26 23:33:01 UTC (rev 15150)
@@ -27,7 +27,8 @@
 	rm -rf pyglet-$(PYGLET_VERSION)/doc
 
 	# Remove included log dumps since we are modifying archive anyways
-	rm -f tests/pyglet.1.log examples/crashy
+	rm -f pyglet-$(PYGLET_VERSION)/tests/pyglet.1.log
+	rm -f pyglet-$(PYGLET_VERSION)/examples/crashy
 
 	tar czf pyglet_$(PYGLET_VERSION).dfsg.orig.tar.gz pyglet-$(PYGLET_VERSION)
 	rm -r pyglet-$(PYGLET_VERSION) pyglet-$(PYGLET_VERSION).tar.gz




More information about the Python-modules-commits mailing list