r1517 - in zope.hookable/trunk (10 files)

Brian Sutherland jinty-guest at alioth.debian.org
Thu Jun 11 07:39:31 UTC 2009


    Date: Thursday, June 11, 2009 @ 07:39:30
  Author: jinty-guest
Revision: 1517

[svn-inject] Applying Debian modifications to trunk

Added:
  zope.hookable/trunk/debian/
  zope.hookable/trunk/debian/changelog
  zope.hookable/trunk/debian/compat
  zope.hookable/trunk/debian/control
  zope.hookable/trunk/debian/copyright
  zope.hookable/trunk/debian/rules
  zope.hookable/trunk/debian/tests/
  zope.hookable/trunk/debian/tests/all
  zope.hookable/trunk/debian/tests/control
  zope.hookable/trunk/debian/watch


Property changes on: zope.hookable/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: zope.hookable/trunk/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog	                        (rev 0)
+++ zope.hookable/trunk/debian/changelog	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1,5 @@
+zope.hookable (3.4.1-1) unstable; urgency=low
+
+  * Initial Packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Tue, 09 Jun 2009 09:21:02 +0200

Added: zope.hookable/trunk/debian/compat
===================================================================
--- zope.hookable/trunk/debian/compat	                        (rev 0)
+++ zope.hookable/trunk/debian/compat	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1 @@
+7

Added: zope.hookable/trunk/debian/control
===================================================================
--- zope.hookable/trunk/debian/control	                        (rev 0)
+++ zope.hookable/trunk/debian/control	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1,17 @@
+Source: zope.hookable
+Section: python
+Priority: extra
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-van.pydeb
+Standards-Version: 3.8.1
+XS-Python-Version: all
+
+Package: python-zope.hookable
+Architecture: any
+Depends: ${setuptools:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: ${setuptools:Provides}, ${python:Provides}
+Suggests: ${setuptools:Suggests}
+XB-Python-Version: ${python:Versions}
+Description: Hookable object support
+ Hookable object support.

Added: zope.hookable/trunk/debian/copyright
===================================================================
--- zope.hookable/trunk/debian/copyright	                        (rev 0)
+++ zope.hookable/trunk/debian/copyright	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1,19 @@
+This package was debianized by Brian Sutherland <brian at vanguardistas.net>
+
+It was downloaded from http://pypi.python.org/pypi/zope.hookable
+
+Copyright:
+
+Upstream Author: Zope Corporation and Contributers <zope3-dev at zope.org>
+
+Files contain this header:
+
+# Copyright (c) 2003 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.

Added: zope.hookable/trunk/debian/rules
===================================================================
--- zope.hookable/trunk/debian/rules	                        (rev 0)
+++ zope.hookable/trunk/debian/rules	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/python-van.pydeb/rules_templates/rules.1.mk


Property changes on: zope.hookable/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: zope.hookable/trunk/debian/tests/all
===================================================================
--- zope.hookable/trunk/debian/tests/all	                        (rev 0)
+++ zope.hookable/trunk/debian/tests/all	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1,29 @@
+#!/bin/bash
+
+set -e
+
+PYVERS=$(pyversions -vr debian/control)
+TMPFILE=$(mktemp)
+
+cat > $TMPFILE << EOF
+import sys
+from zope.testing import testrunner
+
+subs = (sys.version_info[0], sys.version_info[1])
+test_path = '/usr/lib/python%s.%s/site-packages/' % subs
+
+
+
+exitcode = testrunner.run([
+                '--tests-pattern', '^f?tests$',
+                '-s', 'zope.hookable',
+                '--test-path', test_path
+                ])
+sys.exit(exitcode)
+EOF
+
+for version in ${PYVERS}; do
+    python${version} ${TMPFILE}
+done
+
+rm $TMPFILE

Added: zope.hookable/trunk/debian/tests/control
===================================================================
--- zope.hookable/trunk/debian/tests/control	                        (rev 0)
+++ zope.hookable/trunk/debian/tests/control	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1,3 @@
+Tests: all
+Features: no-build-needed
+Depends: @, python-zope.testing

Added: zope.hookable/trunk/debian/watch
===================================================================
--- zope.hookable/trunk/debian/watch	                        (rev 0)
+++ zope.hookable/trunk/debian/watch	2009-06-11 07:39:30 UTC (rev 1517)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-(.*)\.tar\.gz




More information about the pkg-zope-commits mailing list