debian/0000755000000000000000000000000012244711323007165 5ustar debian/source/0000755000000000000000000000000012244711323010465 5ustar debian/source/format0000644000000000000000000000001411416701257011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000043412244675251010257 0ustar #!/usr/bin/make -f export PYBUILD_NAME=flufl.i18n %: dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs -k flufl/i18n/NEWS.rst override_dh_installdocs: python setup.py build_sphinx dh_installdocs build/sphinx/html debian/python-flufl.i18n.links0000644000000000000000000000012211624527011013427 0ustar usr/share/doc/python-flufl.i18n/html/_sources usr/share/doc/python-flufl.i18n/rst debian/changelog0000644000000000000000000000412212244711316011040 0ustar flufl.i18n (1.1.1-3) unstable; urgency=low * Actually remove the d/python*.install files this time. -- Barry Warsaw Mon, 25 Nov 2013 13:10:54 -0500 flufl.i18n (1.1.1-2) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. * Remove DM-Upload-Allowed; it's no longer used by the archive software. [ Barry Warsaw ] * d/control: - Update maintainer email. - Update Standards-Version to 3.9.5 with no changes necessary. - wrap-and-sort - Build-Depend on dh-python explicitly. * d/rules: Switch to --buildsystem=pybuild * python*.install: Removed (pybuild does this automatically). -- Barry Warsaw Mon, 25 Nov 2013 11:24:45 -0500 flufl.i18n (1.1.1-1) unstable; urgency=low * New upstream release. -- Barry Warsaw Wed, 23 May 2012 15:12:19 -0400 flufl.i18n (1.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. * debian/control: - Rename flufl.i18n-docs to the more usual flufl.i18n-doc without adding transitional packages since it has never been in a stable release. - Bump standards-version to 3.9.3 without further changes. [ Scott Kitterman ] * Add DM-Upload-Allowed -- Scott Kitterman Thu, 29 Mar 2012 12:27:41 -0400 flufl.i18n (1.1-1) unstable; urgency=low * New upstream release. * Build for Python 3, and split out common documentation package. * compat level 8 -- Barry Warsaw Thu, 19 Jan 2012 19:10:28 -0500 flufl.i18n (1.0.4-1) unstable; urgency=low [ Jakub Wilk ] * debian/control: - Add Vcs-* fields. [ Barry Warsaw ] * Initial release (closes: #588858) -- Barry Warsaw Thu, 06 Oct 2011 11:13:55 -0400 debian/copyright0000644000000000000000000000235511631770544011136 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, or (at your option) any later version. 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/control0000644000000000000000000000561012244676122010601 0ustar Source: flufl.i18n Maintainer: Barry Warsaw Uploaders: Debian Python Modules Team Homepage: http://launchpad.net/flufl.i18n Section: python X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Priority: optional Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python-sphinx (>= 1.0.7+dfsg-1~), python3-all, python3-setuptools Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flufl.i18n/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flufl.i18n/trunk/ Package: python-flufl.i18n-doc Architecture: all Section: doc Breaks: python-flufl.i18n-docs Replaces: python-flufl.i18n-docs Depends: ${misc:Depends}, ${sphinxdoc:Depends} Suggests: python-pkg-resources Description: high level API for Python internationalization (common documentation) This package provides a high level, convenient API for managing internationalization translation contexts in Python application. There is a simple API for single-context applications, such as command line scripts which only need to translate into one language during the entire course of their execution. There is a more flexible, but still convenient API for multi-context applications, such as servers, which may need to switch language contexts for different tasks. . This is the common documentation package. Package: python-flufl.i18n Architecture: all Depends: ${misc:Depends}, ${python:Depends} Suggests: python-flufl.i18n-doc, python-pkg-resources Description: high level API for Python internationalization (Python 2) This package provides a high level, convenient API for managing internationalization translation contexts in Python application. There is a simple API for single-context applications, such as command line scripts which only need to translate into one language during the entire course of their execution. There is a more flexible, but still convenient API for multi-context applications, such as servers, which may need to switch language contexts for different tasks. Package: python3-flufl.i18n Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-flufl.i18n-doc, python3-pkg-resources Description: high level API for Python internationalization (Python 3) This package provides a high level, convenient API for managing internationalization translation contexts in Python application. There is a simple API for single-context applications, such as command line scripts which only need to translate into one language during the entire course of their execution. There is a more flexible, but still convenient API for multi-context applications, such as servers, which may need to switch language contexts for different tasks. . This is the Python 3 version of the package. debian/patches/0000755000000000000000000000000012244711323010614 5ustar debian/patches/series0000644000000000000000000000001411710371751012030 0ustar setup.patch debian/patches/setup.patch0000644000000000000000000000124711710371751013005 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 23:22:15 +0000 +++ b/setup.py 2012-01-27 00:41:14 +0000 @@ -14,8 +14,8 @@ # You should have received a copy of the GNU Lesser General Public License # along with flufl.i18n. If not, see . -from distribute_setup import use_setuptools -use_setuptools() +## from distribute_setup import use_setuptools +## use_setuptools() from setup_helpers import ( description, get_version, long_description, require_python) debian/watch0000644000000000000000000000012511411166752010221 0ustar version=3 http://pypi.python.org/packages/source/f/flufl.i18n/flufl.i18n-(.*).tar.gz debian/python-flufl.i18n.pyremove0000644000000000000000000000013611633752271014172 0ustar flufl/i18n/conf.py flufl/i18n/README.txt flufl/i18n/NEWS.txt flufl.i18n*.egg-info/SOURCES.txt debian/compat0000644000000000000000000000000211706131774010373 0ustar 8