[Python-modules-commits] r2756 - in /packages/webhelpers/trunk/debian: changelog patches/00list rules
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Mon Jul 16 19:11:54 UTC 2007
Author: malex
Date: Mon Jul 16 19:11:53 2007
New Revision: 2756
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2756
Log:
Avoid using ez_setup
Modified:
packages/webhelpers/trunk/debian/changelog
packages/webhelpers/trunk/debian/patches/00list
packages/webhelpers/trunk/debian/rules
Modified: packages/webhelpers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/webhelpers/trunk/debian/changelog?rev=2756&op=diff
==============================================================================
--- packages/webhelpers/trunk/debian/changelog (original)
+++ packages/webhelpers/trunk/debian/changelog Mon Jul 16 19:11:53 2007
@@ -1,3 +1,14 @@
+webhelpers (0.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/01_setup_py.dpatch: Added a patch to remove ez_setup use
+ (thanks to Piotr Ozarowski for the suggestion).
+ * debian/patches/00list: Added 01_setup_py.dpatch to the list of patches to
+ apply.
+ * debian/rules: Removed a duplicate build-stamp rule.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Sun, 15 Jul 2007 16:48:11 -0600
+
webhelpers (0.3-2) unstable; urgency=low
* Piotr Ożarowski <piotr at debian.org>:
Modified: packages/webhelpers/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/webhelpers/trunk/debian/patches/00list?rev=2756&op=diff
==============================================================================
--- packages/webhelpers/trunk/debian/patches/00list (original)
+++ packages/webhelpers/trunk/debian/patches/00list Mon Jul 16 19:11:53 2007
@@ -1,1 +1,1 @@
-
+01_setup_py.dpatch
Modified: packages/webhelpers/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/webhelpers/trunk/debian/rules?rev=2756&op=diff
==============================================================================
--- packages/webhelpers/trunk/debian/rules (original)
+++ packages/webhelpers/trunk/debian/rules Mon Jul 16 19:11:53 2007
@@ -21,9 +21,6 @@
patch-stamp:
dpatch apply-all
- touch patch-stamp
-
-build-stamp:
touch $@
build-stamp:
More information about the Python-modules-commits
mailing list