[Python-modules-commits] r14871 - in packages/flufl.enum/tags (10 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Nov 11 01:57:57 UTC 2010


    Date: Thursday, November 11, 2010 @ 01:57:52
  Author: kitterman
Revision: 14871

Tagging 3.0.1-1.

Added:
  packages/flufl.enum/tags/3.0.1-1/
  packages/flufl.enum/tags/3.0.1-1/debian/
  packages/flufl.enum/tags/3.0.1-1/debian/changelog
  packages/flufl.enum/tags/3.0.1-1/debian/compat
  packages/flufl.enum/tags/3.0.1-1/debian/control
  packages/flufl.enum/tags/3.0.1-1/debian/copyright
  packages/flufl.enum/tags/3.0.1-1/debian/rules
  packages/flufl.enum/tags/3.0.1-1/debian/source/
  packages/flufl.enum/tags/3.0.1-1/debian/source/format
  packages/flufl.enum/tags/3.0.1-1/debian/watch

Added: packages/flufl.enum/tags/3.0.1-1/debian/changelog
===================================================================
--- packages/flufl.enum/tags/3.0.1-1/debian/changelog	                        (rev 0)
+++ packages/flufl.enum/tags/3.0.1-1/debian/changelog	2010-11-11 01:57:52 UTC (rev 14871)
@@ -0,0 +1,5 @@
+flufl.enum (3.0.1-1) unstable; urgency=low
+
+  * Initial release (closes: #588857)
+
+ -- Barry Warsaw <barry at python.org>  Wed, 03 Nov 2010 15:48:49 -0400

Added: packages/flufl.enum/tags/3.0.1-1/debian/compat
===================================================================
--- packages/flufl.enum/tags/3.0.1-1/debian/compat	                        (rev 0)
+++ packages/flufl.enum/tags/3.0.1-1/debian/compat	2010-11-11 01:57:52 UTC (rev 14871)
@@ -0,0 +1 @@
+7

Added: packages/flufl.enum/tags/3.0.1-1/debian/control
===================================================================
--- packages/flufl.enum/tags/3.0.1-1/debian/control	                        (rev 0)
+++ packages/flufl.enum/tags/3.0.1-1/debian/control	2010-11-11 01:57:52 UTC (rev 14871)
@@ -0,0 +1,17 @@
+Source: flufl.enum
+Maintainer: Barry Warsaw <barry at python.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Section: python
+X-Python-Version: >= 2.6
+Priority: optional
+Build-Depends: python, python-setuptools, debhelper (>= 7)
+Standards-Version: 3.9.1
+
+Package: python-flufl.enum
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Yet another Python enumeration package.
+ This package provides a Python enumeration, with an emphasis on simple,
+ specific, concise semantics in an easy to read and write syntax.
+ ``flufl.enum`` has just enough of the features needed to make enumerations
+ useful, but without a lot of extra baggage to weigh them down.

Added: packages/flufl.enum/tags/3.0.1-1/debian/copyright
===================================================================
--- packages/flufl.enum/tags/3.0.1-1/debian/copyright	                        (rev 0)
+++ packages/flufl.enum/tags/3.0.1-1/debian/copyright	2010-11-11 01:57:52 UTC (rev 14871)
@@ -0,0 +1,40 @@
+This work was packaged for Debian by:
+
+    Barry A. Warsaw <barry at python.org> on 2010-11-03
+
+It was downloaded from:
+
+    <http://pypi.python.org/pypi/flufl.enum>
+
+Upstream Author(s):
+
+    Barry Warsaw <barry at python.org>
+
+Copyright:
+
+    <Copyright (C) 2004-2010 Barry A. Warsaw>
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 3 of the License.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public License
+    along with this package. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in "/usr/share/common-licenses/LGPL-3".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Barry A. Warsaw <barry at python.org>
+
+and is licensed under the LGPL version 3,
+see "/usr/share/common-licenses/LGPL-3".

Added: packages/flufl.enum/tags/3.0.1-1/debian/rules
===================================================================
--- packages/flufl.enum/tags/3.0.1-1/debian/rules	                        (rev 0)
+++ packages/flufl.enum/tags/3.0.1-1/debian/rules	2010-11-11 01:57:52 UTC (rev 14871)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2, --buildsystem python_distutils


Property changes on: packages/flufl.enum/tags/3.0.1-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/flufl.enum/tags/3.0.1-1/debian/source/format
===================================================================
--- packages/flufl.enum/tags/3.0.1-1/debian/source/format	                        (rev 0)
+++ packages/flufl.enum/tags/3.0.1-1/debian/source/format	2010-11-11 01:57:52 UTC (rev 14871)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/flufl.enum/tags/3.0.1-1/debian/watch
===================================================================
--- packages/flufl.enum/tags/3.0.1-1/debian/watch	                        (rev 0)
+++ packages/flufl.enum/tags/3.0.1-1/debian/watch	2010-11-11 01:57:52 UTC (rev 14871)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/f/flufl.enum/flufl.enum-(.*).tar.gz




More information about the Python-modules-commits mailing list