debian/0000775000000000000000000000000011757223064007177 5ustar debian/source/0000775000000000000000000000000011757223063010476 5ustar debian/source/format0000664000000000000000000000001411631746124011703 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000147711714040714010260 0ustar #!/usr/bin/make -f #DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3,sphinxdoc ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test -vv override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_installchangelogs: dh_installchangelogs -k flufl/enum/NEWS.rst override_dh_installdocs: python setup.py build_sphinx dh_installdocs build/sphinx/html override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/python-flufl.enum.links0000664000000000000000000000012211631746124013624 0ustar usr/share/doc/python-flufl.enum/html/_sources usr/share/doc/python-flufl.enum/rst debian/changelog0000664000000000000000000000330511757221477011060 0ustar flufl.enum (3.3.2-1) unstable; urgency=low * New upstream release. -- Barry Warsaw Wed, 23 May 2012 13:46:38 -0400 flufl.enum (3.3.1-2) unstable; urgency=low * Team upload [ Barry Warsaw ] * debian/rules: - Build and install Python 3 versions via % expansion targets instead of for loops in override targets. - Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck. - Remove questionable workaround for bug 618367. - Better override_dh_auto_clean rule so that the package can be built twice in a row. (Closes: #658259) [ Scott Kitterman ] * Rename flufl.enum-docs to the more usual flufl.enum-doc without adding transitional packages since it has never been in a stable release * Add DM-Upload-Allowed * Bump standards-version to 3.9.3 without further changes -- Scott Kitterman Sun, 25 Mar 2012 16:09:31 -0400 flufl.enum (3.3.1-1) unstable; urgency=low [ Jakub Wilk ] * debian/control: - Add Vcs-* fields. [ Barry Warsaw ] * debian/control: - Add ${sphinxdoc:Depends} to Depends. * debian/python-flufl.enum.pyremove - Do not install several files used only during the build process. * New upstream release. * Build for Python 3, and split out common documentation package. * compat level 8 -- Barry Warsaw Thu, 19 Jan 2012 14:14:56 -0500 flufl.enum (3.0.1-2) unstable; urgency=low * Team upload. * Rebuild to add Python 2.7 support -- Piotr Ożarowski Sun, 08 May 2011 16:45:59 +0200 flufl.enum (3.0.1-1) unstable; urgency=low * Initial release (closes: #588857) -- Barry Warsaw Wed, 03 Nov 2010 15:48:49 -0400 debian/copyright0000664000000000000000000000230611631766241011133 0ustar This work was packaged for Debian by: Barry A. Warsaw on 2010-11-03 It was downloaded from: Upstream Author: Barry Warsaw Copyright: 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 . 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 and is licensed under the LGPL version 3, see "/usr/share/common-licenses/LGPL-3". debian/control0000664000000000000000000000442711757201310010577 0ustar Source: flufl.enum Maintainer: Barry Warsaw Uploaders: Debian Python Modules Team Homepage: http://launchpad.net/flufl.enum Section: python X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Priority: optional Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, python-pkg-resources, python-sphinx (>= 1.0.7+dfsg-1~), debhelper (>= 8), python3-all, python3-setuptools, python3-pkg-resources Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.enum/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.enum/trunk/ DM-Upload-Allowed: yes Package: python-flufl.enum-doc Architecture: all Section: doc Breaks: python-flufl.enum-docs Replaces: python-flufl.enum-docs Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: yet another Python enumeration package (common documentation) 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. . This is the common documentation package. Package: python-flufl.enum Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-flufl.enum-doc Description: yet another Python enumeration package (Python 2) 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. Package: python3-flufl.enum Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-flufl.enum-doc Description: yet another Python enumeration package (Python 3) 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. . This is the Python 3 version of the package. debian/python-flufl.enum.pyremove0000664000000000000000000000013611633750721014357 0ustar flufl/enum/conf.py flufl/enum/README.txt flufl/enum/NEWS.txt flufl.enum*.egg-info/SOURCES.txt debian/patches/0000775000000000000000000000000011757223063010625 5ustar debian/patches/series0000664000000000000000000000001411713077016012032 0ustar setup.patch debian/patches/setup.patch0000664000000000000000000000124111713077016013001 0ustar Description: Comment out distribute_setup since this could lead to the downloading of distribute from PyPI. Author: Barry Warsaw Forwarded: not-needed === modified file 'setup.py' --- a/setup.py 2012-01-19 15:52:02 +0000 +++ b/setup.py 2012-01-26 21:11:17 +0000 @@ -15,8 +15,8 @@ # You should have received a copy of the GNU Lesser General Public License # along with flufl.enum. If not, see . -import distribute_setup -distribute_setup.use_setuptools() +## import distribute_setup +## distribute_setup.use_setuptools() from setup_helpers import ( description, get_version, long_description, require_python) debian/python-flufl.enum.install0000664000000000000000000000002111713077016014146 0ustar usr/lib/python2* debian/watch0000664000000000000000000000012511631746124010224 0ustar version=3 http://pypi.python.org/packages/source/f/flufl.enum/flufl.enum-(.*).tar.gz debian/compat0000664000000000000000000000000211713077016010371 0ustar 8 debian/python3-flufl.enum.install0000664000000000000000000000002011713077016014230 0ustar usr/lib/python3