[Python-modules-commits] r8940 - in packages/sprox/trunk/debian (3 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Jul 4 13:28:09 UTC 2009


    Date: Saturday, July 4, 2009 @ 13:28:02
  Author: zack
Revision: 8940

* debian/patches/
  - new patch force-init_py to avoid deletion of (only apparently)
    unnecessary __init__.py by pysupport

Added:
  packages/sprox/trunk/debian/patches/force-init_py.dpatch
Modified:
  packages/sprox/trunk/debian/changelog
  packages/sprox/trunk/debian/patches/00list

Modified: packages/sprox/trunk/debian/changelog
===================================================================
--- packages/sprox/trunk/debian/changelog	2009-07-04 13:26:47 UTC (rev 8939)
+++ packages/sprox/trunk/debian/changelog	2009-07-04 13:28:02 UTC (rev 8940)
@@ -1,3 +1,11 @@
+sprox (0.6.2-2) experimental; urgency=low
+
+  * debian/patches/
+    - new patch force-init_py to avoid deletion of (only apparently)
+      unnecessary __init__.py by pysupport
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 04 Jul 2009 13:37:14 +0200
+
 sprox (0.6.2-1) experimental; urgency=low
 
   * First release (Closes: #534311)

Modified: packages/sprox/trunk/debian/patches/00list
===================================================================
--- packages/sprox/trunk/debian/patches/00list	2009-07-04 13:26:47 UTC (rev 8939)
+++ packages/sprox/trunk/debian/patches/00list	2009-07-04 13:28:02 UTC (rev 8940)
@@ -1 +1,2 @@
 do-not-install-tests
+force-init_py

Added: packages/sprox/trunk/debian/patches/force-init_py.dpatch
===================================================================
--- packages/sprox/trunk/debian/patches/force-init_py.dpatch	                        (rev 0)
+++ packages/sprox/trunk/debian/patches/force-init_py.dpatch	2009-07-04 13:28:02 UTC (rev 8940)
@@ -0,0 +1,13 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## force-init_py.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: avoid removal of apparently useless __init__.py by pysupport
+
+ at DPATCH@
+diff -urNad trunk~/sprox/widgets/templates/__init__.py trunk/sprox/widgets/templates/__init__.py
+--- trunk~/sprox/widgets/templates/__init__.py	2008-12-15 01:50:41.000000000 +0100
++++ trunk/sprox/widgets/templates/__init__.py	2009-07-04 12:41:56.317687405 +0200
+@@ -0,0 +1,2 @@
++# Non empty __init__.py, just to avoid python-support removing it as
++# apparently useless.


Property changes on: packages/sprox/trunk/debian/patches/force-init_py.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list