[Python-modules-commits] r8936 - in packages/catwalk/trunk/debian (7 files)

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


    Date: Saturday, July 4, 2009 @ 13:13:07
  Author: zack
Revision: 8936

* debian/{rules,control}: add support for dpatch
* debian/patches/
  - new patch force-init_py to avoid deletion of (only apparently)
    unnecessary __init__.py by pysupport

Added:
  packages/catwalk/trunk/debian/patches/
  packages/catwalk/trunk/debian/patches/00dpatch.conf
    (from rev 8933, packages/python-toscawidgets/trunk/debian/patches/00dpatch.conf)
  packages/catwalk/trunk/debian/patches/00list
  packages/catwalk/trunk/debian/patches/force-init_py.dpatch
Modified:
  packages/catwalk/trunk/debian/changelog
  packages/catwalk/trunk/debian/control
  packages/catwalk/trunk/debian/rules

Modified: packages/catwalk/trunk/debian/changelog
===================================================================
--- packages/catwalk/trunk/debian/changelog	2009-07-04 09:23:03 UTC (rev 8935)
+++ packages/catwalk/trunk/debian/changelog	2009-07-04 13:13:07 UTC (rev 8936)
@@ -1,3 +1,12 @@
+catwalk (2.0.2-2) experimental; urgency=low
+
+  * debian/{rules,control}: add support for dpatch
+  * 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 12:39:39 +0200
+
 catwalk (2.0.2-1) experimental; urgency=low
 
   * First release (Closes: #534307)

Modified: packages/catwalk/trunk/debian/control
===================================================================
--- packages/catwalk/trunk/debian/control	2009-07-04 09:23:03 UTC (rev 8935)
+++ packages/catwalk/trunk/debian/control	2009-07-04 13:13:07 UTC (rev 8936)
@@ -6,6 +6,7 @@
 Build-Depends:
  debhelper (>= 7),
  cdbs,
+ dpatch,
  python-dev,
  python-support,
  python-setuptools

Copied: packages/catwalk/trunk/debian/patches/00dpatch.conf (from rev 8933, packages/python-toscawidgets/trunk/debian/patches/00dpatch.conf)
===================================================================
--- packages/catwalk/trunk/debian/patches/00dpatch.conf	                        (rev 0)
+++ packages/catwalk/trunk/debian/patches/00dpatch.conf	2009-07-04 13:13:07 UTC (rev 8936)
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs

Added: packages/catwalk/trunk/debian/patches/00list
===================================================================
--- packages/catwalk/trunk/debian/patches/00list	                        (rev 0)
+++ packages/catwalk/trunk/debian/patches/00list	2009-07-04 13:13:07 UTC (rev 8936)
@@ -0,0 +1 @@
+force-init_py

Added: packages/catwalk/trunk/debian/patches/force-init_py.dpatch
===================================================================
--- packages/catwalk/trunk/debian/patches/force-init_py.dpatch	                        (rev 0)
+++ packages/catwalk/trunk/debian/patches/force-init_py.dpatch	2009-07-04 13:13:07 UTC (rev 8936)
@@ -0,0 +1,19 @@
+#! /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~/catwalk/static/__init__.py trunk/catwalk/static/__init__.py
+--- trunk~/catwalk/static/__init__.py	2008-12-15 01:50:41.000000000 +0100
++++ trunk/catwalk/static/__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.
+diff -urNad trunk~/catwalk/templates/__init__.py trunk/catwalk/templates/__init__.py
+--- trunk~/catwalk/templates/__init__.py	2008-12-14 18:27:47.000000000 +0100
++++ trunk/catwalk/templates/__init__.py	2009-07-04 12:42:13.005686946 +0200
+@@ -0,0 +1,2 @@
++# Non empty __init__.py, just to avoid python-support removing it as
++# apparently useless.


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

Modified: packages/catwalk/trunk/debian/rules
===================================================================
--- packages/catwalk/trunk/debian/rules	2009-07-04 09:23:03 UTC (rev 8935)
+++ packages/catwalk/trunk/debian/rules	2009-07-04 13:13:07 UTC (rev 8936)
@@ -2,6 +2,7 @@
 DEB_PYTHON_SYSTEM = pysupport
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 
 PKG = python-catwalk
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed




More information about the Python-modules-commits mailing list