r926 - in /zope-tinytableplus/trunk/debian: changelog control patches/ patches/00list patches/01_PersistentMapping_rename.dpatch rules

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Tue Jul 10 12:52:41 UTC 2007


Author: mejo
Date: Tue Jul 10 12:52:41 2007
New Revision: 926

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=926
Log:
add patches/01_PersistentMapping_rename.dpatch and dpatch magic

Added:
    zope-tinytableplus/trunk/debian/patches/
    zope-tinytableplus/trunk/debian/patches/00list
    zope-tinytableplus/trunk/debian/patches/01_PersistentMapping_rename.dpatch   (with props)
Modified:
    zope-tinytableplus/trunk/debian/changelog
    zope-tinytableplus/trunk/debian/control
    zope-tinytableplus/trunk/debian/rules

Modified: zope-tinytableplus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/zope-tinytableplus/trunk/debian/changelog?rev=926&op=diff
==============================================================================
--- zope-tinytableplus/trunk/debian/changelog (original)
+++ zope-tinytableplus/trunk/debian/changelog Tue Jul 10 12:52:41 2007
@@ -1,8 +1,12 @@
 zope-tinytableplus (0.9-18) unstable; urgency=low
 
   * remove 2.8 from supported zope versions
+  * add 2.10 to supported zope versions
+  * add patches/01_PersistentMapping_rename.dpatch to reflect rename of Module
+    PersistentMapping to persistent.mapping in recent zope2 versions.
+    - add dpatch to build depends
 
- -- Jonas Meurer <mejo at debian.org>  Sun, 13 May 2007 16:27:00 +0200
+ -- Jonas Meurer <mejo at debian.org>  Tue, 10 Jul 2007 14:43:11 +0200
 
 zope-tinytableplus (0.9-17) unstable; urgency=low
 

Modified: zope-tinytableplus/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-zope/zope-tinytableplus/trunk/debian/control?rev=926&op=diff
==============================================================================
--- zope-tinytableplus/trunk/debian/control (original)
+++ zope-tinytableplus/trunk/debian/control Tue Jul 10 12:52:41 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian Zope team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Jonas Meurer <mejo at debian.org>, Igor Stroh <jenner at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper (>> 5.0.0), dpatch
 Build-Depends-Indep: zope-debhelper
 
 Package: zope-tinytableplus

Added: zope-tinytableplus/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-zope/zope-tinytableplus/trunk/debian/patches/00list?rev=926&op=file
==============================================================================
--- zope-tinytableplus/trunk/debian/patches/00list (added)
+++ zope-tinytableplus/trunk/debian/patches/00list Tue Jul 10 12:52:41 2007
@@ -1,0 +1,1 @@
+01_PersistentMapping_rename

Added: zope-tinytableplus/trunk/debian/patches/01_PersistentMapping_rename.dpatch
URL: http://svn.debian.org/wsvn/pkg-zope/zope-tinytableplus/trunk/debian/patches/01_PersistentMapping_rename.dpatch?rev=926&op=file
==============================================================================
--- zope-tinytableplus/trunk/debian/patches/01_PersistentMapping_rename.dpatch (added)
+++ zope-tinytableplus/trunk/debian/patches/01_PersistentMapping_rename.dpatch Tue Jul 10 12:52:41 2007
@@ -1,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+## 01_PersistentMapping_rename.dpatch by Jonas Meurer <mejo at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Rename PersistentMapping to persistent.mapping in TinyTablePlus.py
+
+ at DPATCH@
+
+--- zope-tinytableplus-0.9/TinyTablePlus.py
++++ zope-tinytableplus-0.9/TinyTablePlus.py
+@@ -39,7 +39,7 @@
+ 
+ from Globals import HTMLFile, MessageDialog, Persistent
+ from Shared.DC.ZRDB.Results import Results
+-from PersistentMapping import PersistentMapping
++from persistent.mapping import PersistentMapping
+ from DateTime import DateTime
+ from App.Extensions import getBrain
+ import OFS.ObjectManager, OFS.SimpleItem, Acquisition, AccessControl.Role

Propchange: zope-tinytableplus/trunk/debian/patches/01_PersistentMapping_rename.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: zope-tinytableplus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zope/zope-tinytableplus/trunk/debian/rules?rev=926&op=diff
==============================================================================
--- zope-tinytableplus/trunk/debian/rules (original)
+++ zope-tinytableplus/trunk/debian/rules Tue Jul 10 12:52:41 2007
@@ -1,16 +1,18 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+#-*- makefile -*-
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=3
 
+# Include dpatch stuff.
+include /usr/share/dpatch/dpatch.make
+
 build: build-stamp
-build-stamp:
+build-stamp: patch-stamp
 	dh_testdir
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




More information about the pkg-zope-commits mailing list