[Python-modules-commits] r8908 - in packages/pyutil/trunk (10 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Jun 30 22:30:15 UTC 2009
Date: Tuesday, June 30, 2009 @ 22:30:14
Author: piotr
Revision: 8908
[svn-inject] Applying Debian modifications to trunk
Added:
packages/pyutil/trunk/debian/
packages/pyutil/trunk/debian/changelog
packages/pyutil/trunk/debian/compat
packages/pyutil/trunk/debian/control
packages/pyutil/trunk/debian/copyright
packages/pyutil/trunk/debian/patches/
packages/pyutil/trunk/debian/patches/do_not_regenerate_darcs_stuff.patch
packages/pyutil/trunk/debian/patches/series
packages/pyutil/trunk/debian/rules
packages/pyutil/trunk/debian/watch
Property changes on: packages/pyutil/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/pyutil/trunk/debian/changelog
===================================================================
--- packages/pyutil/trunk/debian/changelog (rev 0)
+++ packages/pyutil/trunk/debian/changelog 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1,5 @@
+pyutil (1.3.33-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Zooko O'Whielacronx <zooko at zooko.com> Tue, 30 Jun 2009 09:08:03 -0600
Added: packages/pyutil/trunk/debian/compat
===================================================================
--- packages/pyutil/trunk/debian/compat (rev 0)
+++ packages/pyutil/trunk/debian/compat 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1 @@
+7
Added: packages/pyutil/trunk/debian/control
===================================================================
--- packages/pyutil/trunk/debian/control (rev 0)
+++ packages/pyutil/trunk/debian/control 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1,24 @@
+Source: pyutil
+Section: python
+Priority: optional
+Maintainer: Zooko O'Whielacronx <zooko at zooko.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50), python-setuptools (>= 0.6b3), python-all, quilt (>= 0.46-7)
+Build-Depends-Indep: python-support (>= 0.6.4)
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyutils/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyutils/trunk/
+Homepage: http://allmydata.org/trac/pycryptopp
+XS-Python-Version: all
+
+Package: python-pyutil
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-argparse (>= 0.8), python-zbase32 (>= 1.0)
+XB-Python-Version: ${python:Versions}
+Description: collection of mature utilities for Python programmers
+ These are a few data structures, classes and functions which we've needed over
+ many years of Python programming and which seem to be of general use to other
+ Python programmers. Many of the modules that have existed in pyutil over the
+ years have subsequently been obsoleted by new features added to the Python
+ language or its standard library, thus showing that we're not alone in wanting
+ tools like these.
Added: packages/pyutil/trunk/debian/copyright
===================================================================
--- packages/pyutil/trunk/debian/copyright (rev 0)
+++ packages/pyutil/trunk/debian/copyright 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1,25 @@
+This package was debianized by Zooko O'Whielacronx zooko at zooko.com on
+Tue, 30 June 2009 12:11:00 +0000.
+
+It was originally downloaded from http://allmydata.org/trac/pyutil
+
+Upstream Author: Zooko O'Whielacronx <zooko at zooko.com>
+
+Copyright:
+
+You may use this package under the GNU General Public License, version 2 or, at
+your option, any later version. You may use this package under the Transitive
+Grace Period Public Licence, version 1.0 or, at your option, any later version.
+(You may choose to use this package under the terms of either licence, at your
+option.) See the file COPYING.GPL for the terms of the GNU General Public
+License, version 2. See the file COPYING.TGPPL.html for the terms of the
+Transitive Grace Period Public Licence, version 1.0. In addition, Allmydata,
+Inc. offers other licensing terms. If you would like to inquire about a
+commercial relationship with Allmydata, Inc., please contact
+partnerships at allmydata.com and visit http://allmydata.com .
+
+The Debian packaging is © 2009 Zooko O'Whielacronx <zooko at zooko.com> - it is
+licensed under the same terms as the zfec source code itself.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
Added: packages/pyutil/trunk/debian/patches/do_not_regenerate_darcs_stuff.patch
===================================================================
--- packages/pyutil/trunk/debian/patches/do_not_regenerate_darcs_stuff.patch (rev 0)
+++ packages/pyutil/trunk/debian/patches/do_not_regenerate_darcs_stuff.patch 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1,15 @@
+# upstream tarball already has all .py files generated by darcs / setuptools_darcs
+# no need to regenerate them
+Index: pyutil-1.3.33/setup.py
+===================================================================
+--- pyutil-1.3.33.orig/setup.py
++++ pyutil-1.3.33/setup.py
+@@ -69,7 +69,7 @@ if 'darcsver' in sys.argv[1:]:
+ # "sdist" or "bdist_egg"), unless there is a pyutil.egg-info/SOURCE.txt file
+ # present which contains a complete list of files that should be included.
+ # http://pypi.python.org/pypi/setuptools_darcs
+-setup_requires.append('setuptools_darcs >= 1.1.0')
++#setup_requires.append('setuptools_darcs >= 1.1.0')
+
+ data_fnames=[ 'COPYING.GPL', 'COPYING.TGPPL.html', 'README.txt', 'CREDITS' ]
+
Added: packages/pyutil/trunk/debian/patches/series
===================================================================
--- packages/pyutil/trunk/debian/patches/series (rev 0)
+++ packages/pyutil/trunk/debian/patches/series 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1 @@
+do_not_regenerate_darcs_stuff.patch
Added: packages/pyutil/trunk/debian/rules
===================================================================
--- packages/pyutil/trunk/debian/rules (rev 0)
+++ packages/pyutil/trunk/debian/rules 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+%:
+ dh --with quilt $@
+
+override_dh_auto_clean:
+ find . -name '*\.py[co]' -delete
Property changes on: packages/pyutil/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pyutil/trunk/debian/watch
===================================================================
--- packages/pyutil/trunk/debian/watch (rev 0)
+++ packages/pyutil/trunk/debian/watch 2009-06-30 22:30:14 UTC (rev 8908)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/p/pyutil pyutil-(.*)\.tar\.gz debian uupdate
More information about the Python-modules-commits
mailing list