[Python-modules-commits] r15141 - in packages/pyglet/trunk/debian (rules)
yoh at users.alioth.debian.org
yoh at users.alioth.debian.org
Sun Dec 26 23:31:48 UTC 2010
Date: Sunday, December 26, 2010 @ 23:31:47
Author: yoh
Revision: 15141
Additional cleanup during DFSGing -- shipped dumps of logs
Modified:
packages/pyglet/trunk/debian/rules
Modified: packages/pyglet/trunk/debian/rules
===================================================================
--- packages/pyglet/trunk/debian/rules 2010-12-26 23:31:39 UTC (rev 15140)
+++ packages/pyglet/trunk/debian/rules 2010-12-26 23:31:47 UTC (rev 15141)
@@ -34,5 +34,8 @@
# 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
+
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