[Python-modules-commits] r14823 - in packages/flufl.enum/trunk/debian (4 files)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Wed Nov 3 20:34:02 UTC 2010


    Date: Wednesday, November 3, 2010 @ 20:33:49
  Author: warsaw-guest
Revision: 14823

Updated packaging for initial release based on comments by Scott Kitterman.

Modified:
  packages/flufl.enum/trunk/debian/changelog
  packages/flufl.enum/trunk/debian/control
  packages/flufl.enum/trunk/debian/copyright
  packages/flufl.enum/trunk/debian/rules

Modified: packages/flufl.enum/trunk/debian/changelog
===================================================================
--- packages/flufl.enum/trunk/debian/changelog	2010-11-03 13:50:25 UTC (rev 14822)
+++ packages/flufl.enum/trunk/debian/changelog	2010-11-03 20:33:49 UTC (rev 14823)
@@ -2,4 +2,4 @@
 
   * Initial release (closes: #588857)
 
- -- Barry Warsaw <barry at python.org>  Mon, 12 Jul 2010 15:15:58 -0400
+ -- Barry Warsaw <barry at python.org>  Wed, 03 Nov 2010 15:48:49 -0400

Modified: packages/flufl.enum/trunk/debian/control
===================================================================
--- packages/flufl.enum/trunk/debian/control	2010-11-03 13:50:25 UTC (rev 14822)
+++ packages/flufl.enum/trunk/debian/control	2010-11-03 20:33:49 UTC (rev 14823)
@@ -1,24 +1,16 @@
 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
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.6
 Priority: optional
-Build-Depends: python, python-setuptools, debhelper (>= 7), python-support
-Standards-Version: 3.8.4
+Build-Depends: python, python-setuptools, debhelper (>= 7)
+Standards-Version: 3.9.1
 
 Package: python-flufl.enum
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
-Description: python-flufl.enum is an easy to read and write enum package.
- This package is called ``flufl.enum``.  It is yet another Python enumeration
- package, but with a slightly different take on syntax and semantics than
- earlier such packages.
- .
- The goals of ``flufl.enum`` are to produce 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.  This work grew out of the Mailman 3.0 project and
- it is the enum package used there.  Until version 3.0, this package was called
- ``munepy``.
+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.

Modified: packages/flufl.enum/trunk/debian/copyright
===================================================================
--- packages/flufl.enum/trunk/debian/copyright	2010-11-03 13:50:25 UTC (rev 14822)
+++ packages/flufl.enum/trunk/debian/copyright	2010-11-03 20:33:49 UTC (rev 14823)
@@ -1,16 +1,18 @@
 This work was packaged for Debian by:
 
-    Barry Warsaw <barry at python.org> on 2010-07-12
+    Barry Warsaw <barry at python.org> on 2010-11-03
 
-It was downloaded from <http://launchpad.net/flufl.enum>
+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>
+    <Copyright (C) 2004-2010 Barry Warsaw>
 
 License:
 
@@ -24,16 +26,15 @@
     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, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+    You should have received a copy of the GNU General Public License
+    along with this program. 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'.
+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>
+    Copyright (C) 2010 Barry Warsaw <barry at python.org>
 
-and is licensed under the LGPL version 3, 
-see `/usr/share/common-licenses/LGPL-3'.
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Modified: packages/flufl.enum/trunk/debian/rules
===================================================================
--- packages/flufl.enum/trunk/debian/rules	2010-11-03 13:50:25 UTC (rev 14822)
+++ packages/flufl.enum/trunk/debian/rules	2010-11-03 20:33:49 UTC (rev 14823)
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-export DH_OPTIONS=--buildsystem=python_distutils
-
-
 %:
-	dh $@
-
-
+	dh $@ --with python2, --buildsystem python_distutils




More information about the Python-modules-commits mailing list