[Python-modules-commits] r2788 - in /packages/kid/trunk/debian: changelog control patches/ patches/disable_ez_setup.patch patches/remove_shebang.patch

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Jul 18 20:26:48 UTC 2007


Author: piotr
Date: Wed Jul 18 20:26:47 2007
New Revision: 2788

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2788
Log:
* New upstream release
* Added disable_ez_setup patch
* Added remove_shebang patch
* Added XS-Vcs-Browser field

Added:
    packages/kid/trunk/debian/patches/
    packages/kid/trunk/debian/patches/disable_ez_setup.patch
    packages/kid/trunk/debian/patches/remove_shebang.patch
Modified:
    packages/kid/trunk/debian/changelog
    packages/kid/trunk/debian/control

Modified: packages/kid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/kid/trunk/debian/changelog?rev=2788&op=diff
==============================================================================
--- packages/kid/trunk/debian/changelog (original)
+++ packages/kid/trunk/debian/changelog Wed Jul 18 20:26:47 2007
@@ -1,3 +1,12 @@
+kid (0.9.6-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Added disable_ez_setup patch
+  * Added remove_shebang patch
+  * Added XS-Vcs-Browser field
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 18 Jul 2007 22:01:37 +0200
+
 kid (0.9.5-2) unstable; urgency=medium
 
   * New python-support handles egg's directory name correctly

Modified: packages/kid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/kid/trunk/debian/control?rev=2788&op=diff
==============================================================================
--- packages/kid/trunk/debian/control (original)
+++ packages/kid/trunk/debian/control Wed Jul 18 20:26:47 2007
@@ -7,6 +7,7 @@
 Build-Depends-Indep: python-setuptools (>= 0.6a9), python-elementtree (>= 1.2.6-7)
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/kid/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/kid/?op=log
 Standards-Version: 3.7.2
 
 Package: python-kid

Added: packages/kid/trunk/debian/patches/disable_ez_setup.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/kid/trunk/debian/patches/disable_ez_setup.patch?rev=2788&op=file
==============================================================================
--- packages/kid/trunk/debian/patches/disable_ez_setup.patch (added)
+++ packages/kid/trunk/debian/patches/disable_ez_setup.patch Wed Jul 18 20:26:47 2007
@@ -1,0 +1,13 @@
+--- setup.py.orig	2007-07-18 22:10:01.000000000 +0200
++++ setup.py	2007-07-18 22:10:15.000000000 +0200
+@@ -1,8 +1,8 @@
+ #!/usr/bin/env python
+ 
+ # bootstrap setuptools if necessary
+-from ez_setup import use_setuptools
+-use_setuptools()
++#from ez_setup import use_setuptools
++#use_setuptools()
+ 
+ import os
+ 

Added: packages/kid/trunk/debian/patches/remove_shebang.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/kid/trunk/debian/patches/remove_shebang.patch?rev=2788&op=file
==============================================================================
--- packages/kid/trunk/debian/patches/remove_shebang.patch (added)
+++ packages/kid/trunk/debian/patches/remove_shebang.patch Wed Jul 18 20:26:47 2007
@@ -1,0 +1,7 @@
+--- kid/release.py.orig	2007-07-18 22:16:03.000000000 +0200
++++ kid/release.py	2007-07-18 22:16:10.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ """Pythonic, XML Templating




More information about the Python-modules-commits mailing list