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

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Sat Feb 16 12:11:23 UTC 2008


    Date: Saturday, February 16, 2008 @ 12:11:22
  Author: certik-guest
Revision: 4551

preparing for upload

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

Modified: packages/pyglet/trunk/debian/changelog
===================================================================
--- packages/pyglet/trunk/debian/changelog	2008-02-16 01:23:20 UTC (rev 4550)
+++ packages/pyglet/trunk/debian/changelog	2008-02-16 12:11:22 UTC (rev 4551)
@@ -1,4 +1,4 @@
-pyglet (1.0-1) UNRELEASED; urgency=low
+pyglet (1.0.dfsg-1) unstable; urgency=low
 
   * Please read debian/TODO for things that needs to be done before we can
     upload to unstable

Modified: packages/pyglet/trunk/debian/rules
===================================================================
--- packages/pyglet/trunk/debian/rules	2008-02-16 01:23:20 UTC (rev 4550)
+++ packages/pyglet/trunk/debian/rules	2008-02-16 12:11:22 UTC (rev 4551)
@@ -8,3 +8,10 @@
 
 DEB_COMPRESS_EXCLUDE := .py
 DEB_INSTALL_CHANGELOGS_ALL := CHANGELOG
+
+get-orig-sources:
+	wget http://pyglet.googlecode.com/files/pyglet-1.0.tar.gz
+	tar xzf pyglet-1.0.tar.gz
+	rm -rf pyglet-1.0/doc/
+	tar czf pyglet_1.0.dfsg.orig.tar.gz pyglet-1.0
+	rm -r pyglet-1.0 pyglet-1.0.tar.gz




More information about the Python-modules-commits mailing list