r1821 - in zc.buildout/trunk (10 files)

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Sun Sep 27 19:32:28 UTC 2009


    Date: Sunday, September 27, 2009 @ 19:32:26
  Author: kobold
Revision: 1821

packaging zc.buildout

Added:
  zc.buildout/trunk/debian/
  zc.buildout/trunk/debian/changelog
  zc.buildout/trunk/debian/compat
  zc.buildout/trunk/debian/control
  zc.buildout/trunk/debian/copyright
  zc.buildout/trunk/debian/rules
  zc.buildout/trunk/debian/tests/
  zc.buildout/trunk/debian/tests/all
  zc.buildout/trunk/debian/tests/control
  zc.buildout/trunk/debian/watch


Property changes on: zc.buildout/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: zc.buildout/trunk/debian/changelog
===================================================================
--- zc.buildout/trunk/debian/changelog	                        (rev 0)
+++ zc.buildout/trunk/debian/changelog	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1,5 @@
+zc.buildout (1.4.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Thu,  8 Nov 2007 19:27:48 +0100

Added: zc.buildout/trunk/debian/compat
===================================================================
--- zc.buildout/trunk/debian/compat	                        (rev 0)
+++ zc.buildout/trunk/debian/compat	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1 @@
+4

Added: zc.buildout/trunk/debian/control
===================================================================
--- zc.buildout/trunk/debian/control	                        (rev 0)
+++ zc.buildout/trunk/debian/control	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1,21 @@
+Source: zc.buildout
+Section: zope
+Priority: optional
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb
+Standards-Version: 3.8.3
+XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zc.buildout/trunk
+
+Package: python-zc.buildout
+Architecture: all
+Depends: ${setuptools:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: python-zc, ${python:Provides}
+Recommends: ${setuptools:Recommends}
+XB-Python-Version: ${python:Versions}
+Description: system for managing development buildouts
+ The Buildout project provides support for creating applications, especially
+ Python applications. It provides tools for assembling applications from
+ multiple parts, Python or otherwise. An application may actually contain
+ multiple programs, processes, and configuration settings.

Added: zc.buildout/trunk/debian/copyright
===================================================================
--- zc.buildout/trunk/debian/copyright	                        (rev 0)
+++ zc.buildout/trunk/debian/copyright	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1,74 @@
+This package was debianized by Brian Sutherland <brian at vanguardistas.net>
+
+It was downloaded from http://pypi.python.org/pypi/zc.buildout
+
+Copyright:
+
+Upstream Author: Zope Corporation and Contributers <zope3-dev at zope.org>
+
+Files contain this header:
+
+# Copyright (c) 2004 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.
+
+Zope Public License (ZPL) Version 2.1
+-------------------------------------
+
+A copyright notice accompanies this license document that
+identifies the copyright holders.
+
+This license has been certified as open source. It has also
+been designated as GPL compatible by the Free Software
+Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the
+following conditions are met:
+
+1. Redistributions in source code must retain the
+   accompanying copyright notice, this list of conditions,
+   and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the accompanying
+   copyright notice, this list of conditions, and the
+   following disclaimer in the documentation and/or other
+   materials provided with the distribution.
+
+3. Names of the copyright holders must not be used to
+   endorse or promote products derived from this software
+   without prior written permission from the copyright
+   holders.
+
+4. The right to distribute this software or to use it for
+   any purpose does not give you the right to use
+   Servicemarks (sm) or Trademarks (tm) of the copyright
+   holders. Use of them is covered by separate agreement
+   with the copyright holders.
+
+5. If any files are modified, you must cause the modified
+   files to carry prominent notices stating that you changed
+   the files and the date of any change.
+
+Disclaimer
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
+  AND ANY EXPRESSED 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 COPYRIGHT HOLDERS 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: zc.buildout/trunk/debian/rules
===================================================================
--- zc.buildout/trunk/debian/rules	                        (rev 0)
+++ zc.buildout/trunk/debian/rules	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+
+post-install-python%:
+	mv debian/$(package)/usr/bin/buildout debian/$(package)/usr/bin/buildout$*


Property changes on: zc.buildout/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: zc.buildout/trunk/debian/tests/all
===================================================================
--- zc.buildout/trunk/debian/tests/all	                        (rev 0)
+++ zc.buildout/trunk/debian/tests/all	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1,34 @@
+#!/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.testing',
+                '--test-path', test_path
+                ])
+sys.exit(exitcode)
+EOF
+
+for version in ${PYVERS}; do
+    stderr=$(mktemp)
+    python${version} ${TMPFILE} 2>${stderr}
+    # ignoring 'Not printing coverage data for' - spurious failure on python2.4
+    # last "cat" in pipe below because grep exits with nonzero exit status if no match.
+    cat ${stderr} | grep -v 'Not printing coverage data for' | grep -v 'A message on stderr.  Please ignore (expected in test output).' | cat >&2
+    rm ${stderr}
+done
+
+rm $TMPFILE

Added: zc.buildout/trunk/debian/tests/control
===================================================================
--- zc.buildout/trunk/debian/tests/control	                        (rev 0)
+++ zc.buildout/trunk/debian/tests/control	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1,2 @@
+Tests: all
+Features: no-build-needed

Added: zc.buildout/trunk/debian/watch
===================================================================
--- zc.buildout/trunk/debian/watch	                        (rev 0)
+++ zc.buildout/trunk/debian/watch	2009-09-27 19:32:26 UTC (rev 1821)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/z/zc.buildout/zc.buildout-(.*)\.tar\.gz




More information about the pkg-zope-developers mailing list