[pkg-zope-commits] r273 - in zope-tinytableplus/trunk: . debian

Jérémy Bobbio lunar-guest at costa.debian.org
Thu Oct 12 22:43:03 UTC 2006


Author: lunar-guest
Date: 2006-10-12 22:43:02 +0000 (Thu, 12 Oct 2006)
New Revision: 273

Added:
   zope-tinytableplus/trunk/debian/
   zope-tinytableplus/trunk/debian/README.Debian
   zope-tinytableplus/trunk/debian/changelog
   zope-tinytableplus/trunk/debian/compat
   zope-tinytableplus/trunk/debian/control
   zope-tinytableplus/trunk/debian/copyright
   zope-tinytableplus/trunk/debian/docs
   zope-tinytableplus/trunk/debian/dzproduct
   zope-tinytableplus/trunk/debian/rules
   zope-tinytableplus/trunk/debian/watch
Modified:
   zope-tinytableplus/trunk/TinyTablePlus.py
Log:
Load zope-tinytableplus-0.9 into zope-tinytableplus/trunk.


Modified: zope-tinytableplus/trunk/TinyTablePlus.py
===================================================================
--- zope-tinytableplus/trunk/TinyTablePlus.py	2006-10-12 22:42:49 UTC (rev 272)
+++ zope-tinytableplus/trunk/TinyTablePlus.py	2006-10-12 22:43:02 UTC (rev 273)
@@ -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

Added: zope-tinytableplus/trunk/debian/README.Debian
===================================================================
--- zope-tinytableplus/trunk/debian/README.Debian	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/README.Debian	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,15 @@
+zope-tinytableplus for Debian
+-----------------------------
+
+ TinyTablePlus is a revision of TinyTable that provides 4 new methods:
+
+ - setRow
+ - delRows
+ - delAllRows
+ - getRow
+ 
+ This package bases on the obsolete zope-tinytable package by John
+Goerzen <goerzen at complete.org>, and many packaging work done by
+John was adopted for this package.
+
+ -- Jonas Meurer <mejo at debian.org>, Fri, 12 Sep 2003 13:27:30 +0200

Added: zope-tinytableplus/trunk/debian/changelog
===================================================================
--- zope-tinytableplus/trunk/debian/changelog	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/changelog	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,113 @@
+zope-tinytableplus (0.9-16) unstable; urgency=low
+
+  * TinyTablePlus.py: fix typo by Igor Stroh, the module is called
+    persistent.mapping, not persistence.mapping. Thanks to Igor Stroh.
+  * bump debian/compat to 5, build-depend on debhelper (>> 5.0.0)
+
+ -- Jonas Meurer <mejo at debian.org>  Thu,  8 Jun 2006 13:00:46 +0200
+
+zope-tinytableplus (0.9-15) unstable; urgency=low
+
+  * drop obsolete transitional package zope-tinytable (closes: #369108)
+  * bump standards-version to 3.7.2
+  * move debhelper to Build-Depends from Build-Depends-Indep
+
+ -- Jonas Meurer <mejo at debian.org>  Sat,  3 Jun 2006 00:37:06 +0200
+
+zope-tinytableplus (0.9-14) unstable; urgency=low
+
+  * TinyTablePlus.py: changed import statement for PersistentMapping so it
+    matches the zope2.[8,9] requirements
+  * add zope 2.8 and 2.9 again to ZopeVersions in dzproduct file
+
+ -- Igor Stroh <jenner at debian.org>  Thu, 13 Apr 2006 17:34:31 +0200
+
+zope-tinytableplus (0.9-13) unstable; urgency=low
+
+  * revert changes from 0.9-12, only zope 2.7 is supported
+
+ -- Jonas Meurer <mejo at debian.org>  Sat, 21 Jan 2006 01:36:36 +0100
+
+zope-tinytableplus (0.9-12) unstable; urgency=low
+
+  * add zope 2.8 and 2.9 to ZopeVersions in dzproduct file
+
+ -- Jonas Meurer <mejo at debian.org>  Sat, 21 Jan 2006 01:23:19 +0100
+
+zope-tinytableplus (0.9-11) unstable; urgency=low
+
+  * remove the zope-tinytable Provides, as no package depends on
+    zope-tinytable anyway.
+  * tighten zope depends to zope2.6 or zope2.7. Thanks Igor Stroh
+    <stroh at scan-plus.de>. I informed upstream about that issue,
+    let's see whether we get TinyTablePlus for zope2.8 and zope3
+    someday.
+
+ -- Jonas Meurer <mejo at debian.org>  Wed, 12 Oct 2005 12:54:49 +0200
+
+zope-tinytableplus (0.9-10) unstable; urgency=low
+
+  * really upload to unstable
+
+ -- Jonas Meurer <mejo at debian.org>  Mon, 26 Sep 2005 00:25:10 +0200
+
+zope-tinytableplus (0.9-9) experimental; urgency=low
+
+  * upload to unstable
+
+ -- Jonas Meurer <mejo at debian.org>  Thu, 15 Sep 2005 14:30:52 +0200
+
+zope-tinytableplus (0.9-8) experimental; urgency=low
+
+  * upload to experimental
+
+ -- Jonas Meurer <mejo at debian.org>  Mon, 15 Aug 2005 15:26:57 +0200
+
+zope-tinytableplus (0.9-7) unstable; urgency=low
+
+  * build packages with dh_zopeinstall
+  * set maintainer to the Debian Zope team, add myself as uploader
+  * move to standards-version 3.6.2
+
+ -- Jonas Meurer <mejo at debian.org>  Mon, 15 Aug 2005 15:24:02 +0200
+
+zope-tinytableplus (0.9-6) unstable; urgency=low
+
+  * update debian/watch 
+
+ -- Jonas Meurer <mejo at debian.org>  Sat,  4 Jun 2005 02:51:34 +0200
+
+zope-tinytableplus (0.9-5) unstable; urgency=low
+
+  * change Pre-Depends to Depends (closes: #308857) 
+
+ -- Jonas Meurer <mejo at debian.org>  Thu, 12 May 2005 20:48:19 +0200
+
+zope-tinytableplus (0.9-4) unstable; urgency=low
+
+  * hijacked zope-tinytable with maintainer request
+  * added empty zope-tinytable dummy package for transitional purposes
+
+ -- Jonas Meurer <mejo at debian.org>  Wed, 11 May 2005 14:13:26 +0200
+
+zope-tinytableplus (0.9-3) unstable; urgency=low
+
+  * Using zope shared templates now (closes: #250144, #266870)
+  * Added debian/watch file
+  * changed Depends to zope (>> 2.5.1) | zope2.7 
+
+ -- Jonas Meurer <mejo at debian.org>  Thu, 19 Aug 2004 17:16:35 +0200
+
+zope-tinytableplus (0.9-2) unstable; urgency=low
+
+  * Fixed zope restart, only use inovke-rc.d if it's present
+
+ -- Jonas Meurer <mejo at debian.org>  Sat, 20 Mar 2004 12:10:51 +0100
+
+zope-tinytableplus (0.9-1) unstable; urgency=low
+
+  * Initial TinyTablePlus debian release. (closes: #210634)
+  * Replace, Conflict and Provide zope-tinytable 
+
+ -- Jonas Meurer <mejo at debian.org>  Sat, 13 Mar 2004 23:23:30 +0100
+

Added: zope-tinytableplus/trunk/debian/compat
===================================================================
--- zope-tinytableplus/trunk/debian/compat	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/compat	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1 @@
+5

Added: zope-tinytableplus/trunk/debian/control
===================================================================
--- zope-tinytableplus/trunk/debian/control	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/control	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,26 @@
+Source: zope-tinytableplus
+Section: web
+Priority: extra
+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-Indep: zope-debhelper
+
+Package: zope-tinytableplus
+Architecture: all
+Depends: ${zope:Depends}
+Replaces: zope-tinytable (<= 0b2-14)
+Conflicts: zope-tinytable (<= 0b2-14)
+Description: Present tabular data in Zope
+ TinyTablePlus is a product designed to manage a small amount of
+ tabular data. It's intended to fill the gap between a Z Table or an Z
+ SQL Methods accessed SQL table, which are overkill for many tasks, and
+ folder token properties, which allow only a single "column".
+ TinyTablePlus also makes it possible to look up an item within the list,
+ or to return a subset of the list rows where columns equal particular
+ values.
+ .
+ TinyTablePlus is a revision of TinyTable with some new methods.
+ .
+ For more information see http://www.zope.org/Members/hathawsh/TinyTablePlus

Added: zope-tinytableplus/trunk/debian/copyright
===================================================================
--- zope-tinytableplus/trunk/debian/copyright	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/copyright	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,39 @@
+This package was debianized by Jonas Meurer <jonas at freesources.org> on
+Fri, 12 Sep 2003 14:37:59 +0200
+
+It was downloaded from http://www.zope.org/Members/hathawsh/TinyTablePlus
+
+Upstream Authors: Ty Sarna       <sarna at endicor.com>       (1998-1999)
+                  Shane Hathaway <shathaway at earthling.net> (2000)
+
+Copyright:
+
+  Copyright (c) 1998-1999 Endicor Technologies, Inc.
+  All rights reserved. Written by Ty Sarna &lt;tsarna at endicor.com&gt;
+  Renamed from TinyTable to TinyTablePlus and modified by
+  Shane Hathaway. (April 2000)
+
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+
+  3. The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission
+
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: zope-tinytableplus/trunk/debian/docs
===================================================================
--- zope-tinytableplus/trunk/debian/docs	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/docs	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,2 @@
+README.txt
+version.txt

Added: zope-tinytableplus/trunk/debian/dzproduct
===================================================================
--- zope-tinytableplus/trunk/debian/dzproduct	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/dzproduct	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,3 @@
+Package: zope-tinytableplus
+Name: TinyTablePlus
+ZopeVersions: 2.8 2.9

Added: zope-tinytableplus/trunk/debian/rules
===================================================================
--- zope-tinytableplus/trunk/debian/rules	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/rules	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=3
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_installzope .
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdebconf
+	dh_installdocs
+	dh_installchangelogs 
+	dh_link 
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: zope-tinytableplus/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: zope-tinytableplus/trunk/debian/watch
===================================================================
--- zope-tinytableplus/trunk/debian/watch	                        (rev 0)
+++ zope-tinytableplus/trunk/debian/watch	2006-10-12 22:43:02 UTC (rev 273)
@@ -0,0 +1,2 @@
+version=3
+http://www.zope.org/Members/hathawsh/TinyTablePlus/default/TinyTablePlus-([\d\.]*)\.tgz




More information about the pkg-zope-commits mailing list