r1532 - in zope.authentication/trunk (10 files)
Brian Sutherland
jinty-guest at alioth.debian.org
Thu Jun 11 07:42:22 UTC 2009
Date: Thursday, June 11, 2009 @ 07:42:21
Author: jinty-guest
Revision: 1532
[svn-inject] Applying Debian modifications to trunk
Added:
zope.authentication/trunk/debian/
zope.authentication/trunk/debian/changelog
zope.authentication/trunk/debian/compat
zope.authentication/trunk/debian/control
zope.authentication/trunk/debian/copyright
zope.authentication/trunk/debian/rules
zope.authentication/trunk/debian/tests/
zope.authentication/trunk/debian/tests/all
zope.authentication/trunk/debian/tests/control
zope.authentication/trunk/debian/watch
Property changes on: zope.authentication/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: zope.authentication/trunk/debian/changelog
===================================================================
--- zope.authentication/trunk/debian/changelog (rev 0)
+++ zope.authentication/trunk/debian/changelog 2009-06-11 07:42:21 UTC (rev 1532)
@@ -0,0 +1,5 @@
+zope.authentication (3.7.0-1) unstable; urgency=low
+
+ * Initial Packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net> Tue, 09 Jun 2009 09:20:42 +0200
Added: zope.authentication/trunk/debian/compat
===================================================================
--- zope.authentication/trunk/debian/compat (rev 0)
+++ zope.authentication/trunk/debian/compat 2009-06-11 07:42:21 UTC (rev 1532)
@@ -0,0 +1 @@
+7
Added: zope.authentication/trunk/debian/control
===================================================================
--- zope.authentication/trunk/debian/control (rev 0)
+++ zope.authentication/trunk/debian/control 2009-06-11 07:42:21 UTC (rev 1532)
@@ -0,0 +1,18 @@
+Source: zope.authentication
+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.authentication
+Architecture: all
+Depends: ${setuptools:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: ${setuptools:Provides}, ${python:Provides}
+Suggests: ${setuptools:Suggests}
+XB-Python-Version: ${python:Versions}
+Description: Definition of authentication basics for the Zope Framework
+ This package provides a definition of authentication concepts for use in
+ Zope Framework.
Added: zope.authentication/trunk/debian/copyright
===================================================================
--- zope.authentication/trunk/debian/copyright (rev 0)
+++ zope.authentication/trunk/debian/copyright 2009-06-11 07:42:21 UTC (rev 1532)
@@ -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.authentication
+
+Copyright:
+
+Upstream Author: Zope Corporation and Contributers <zope3-dev at zope.org>
+
+Files contain this header:
+
+# Copyright (c) 2009 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.authentication/trunk/debian/rules
===================================================================
--- zope.authentication/trunk/debian/rules (rev 0)
+++ zope.authentication/trunk/debian/rules 2009-06-11 07:42:21 UTC (rev 1532)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
Property changes on: zope.authentication/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: zope.authentication/trunk/debian/tests/all
===================================================================
--- zope.authentication/trunk/debian/tests/all (rev 0)
+++ zope.authentication/trunk/debian/tests/all 2009-06-11 07:42:21 UTC (rev 1532)
@@ -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.authentication',
+ '--test-path', test_path
+ ])
+sys.exit(exitcode)
+EOF
+
+for version in ${PYVERS}; do
+ python${version} ${TMPFILE}
+done
+
+rm $TMPFILE
Added: zope.authentication/trunk/debian/tests/control
===================================================================
--- zope.authentication/trunk/debian/tests/control (rev 0)
+++ zope.authentication/trunk/debian/tests/control 2009-06-11 07:42:21 UTC (rev 1532)
@@ -0,0 +1,3 @@
+Tests: all
+Features: no-build-needed
+Depends: @, python-zope.testing
Added: zope.authentication/trunk/debian/watch
===================================================================
--- zope.authentication/trunk/debian/watch (rev 0)
+++ zope.authentication/trunk/debian/watch 2009-06-11 07:42:21 UTC (rev 1532)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/z/zope.authentication/zope.authentication-(.*)\.tar\.gz
More information about the pkg-zope-commits
mailing list