[Python-modules-commits] r13924 - in packages/flufl.i18n/trunk (10 files)
warsaw-guest at users.alioth.debian.org
warsaw-guest at users.alioth.debian.org
Mon Jul 12 21:01:48 UTC 2010
Date: Monday, July 12, 2010 @ 21:01:35
Author: warsaw-guest
Revision: 13924
Respond to ScottK review
Modified:
packages/flufl.i18n/trunk/debian/changelog
packages/flufl.i18n/trunk/debian/control
packages/flufl.i18n/trunk/debian/copyright
packages/flufl.i18n/trunk/debian/rules
packages/flufl.i18n/trunk/debian/source/format
Deleted:
packages/flufl.i18n/trunk/MANIFEST.in
packages/flufl.i18n/trunk/Makefile
packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst
packages/flufl.i18n/trunk/flufl/
packages/flufl.i18n/trunk/setup.cfg
Deleted: packages/flufl.i18n/trunk/MANIFEST.in
===================================================================
--- packages/flufl.i18n/trunk/MANIFEST.in 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/MANIFEST.in 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,3 +0,0 @@
-include *.py *.rc
-global-include *.txt *.po *.mo
-exclude MANIFEST.in .bzrignore
Deleted: packages/flufl.i18n/trunk/Makefile
===================================================================
--- packages/flufl.i18n/trunk/Makefile 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/Makefile 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,89 +0,0 @@
-# Makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line.
-SPHINXOPTS =
-SPHINXBUILD = sphinx-build
-PAPER =
-BUILDDIR = build
-
-# Internal variables.
-PAPEROPT_a4 = -D latex_paper_size=a4
-PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
-
-.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
-
-help:
- @echo "Please use \`make <target>' where <target> is one of"
- @echo " html to make standalone HTML files"
- @echo " dirhtml to make HTML files named index.html in directories"
- @echo " pickle to make pickle files"
- @echo " json to make JSON files"
- @echo " htmlhelp to make HTML files and a HTML help project"
- @echo " qthelp to make HTML files and a qthelp project"
- @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
- @echo " changes to make an overview of all changed/added/deprecated items"
- @echo " linkcheck to check all external links for integrity"
- @echo " doctest to run all doctests embedded in the documentation (if enabled)"
-
-clean:
- -rm -rf $(BUILDDIR)/*
-
-html:
- $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
- @echo
- @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
-
-dirhtml:
- $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
- @echo
- @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
-
-pickle:
- $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
- @echo
- @echo "Build finished; now you can process the pickle files."
-
-json:
- $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
- @echo
- @echo "Build finished; now you can process the JSON files."
-
-htmlhelp:
- $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
- @echo
- @echo "Build finished; now you can run HTML Help Workshop with the" \
- ".hhp project file in $(BUILDDIR)/htmlhelp."
-
-qthelp:
- $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
- @echo
- @echo "Build finished; now you can run "qcollectiongenerator" with the" \
- ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
- @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/flufli18n.qhcp"
- @echo "To view the help file:"
- @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/flufli18n.qhc"
-
-latex:
- $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
- @echo
- @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
- @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
- "run these through (pdf)latex."
-
-changes:
- $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
- @echo
- @echo "The overview file is in $(BUILDDIR)/changes."
-
-linkcheck:
- $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
- @echo
- @echo "Link check complete; look for any errors in the above output " \
- "or in $(BUILDDIR)/linkcheck/output.txt."
-
-doctest:
- $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
- @echo "Testing of doctests in the sources finished, look at the " \
- "results in $(BUILDDIR)/doctest/output.txt."
Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/debian/changelog 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,5 +1,5 @@
flufl.i18n (1.0.1-1) unstable; urgency=low
- * source package automatically created by stdeb 0.5.1+git
+ * Initial release (closes: #588858)
-- Barry Warsaw <barry at python.org> Thu, 10 Jun 2010 16:59:03 -0400
Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/debian/control 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,20 +1,17 @@
Source: flufl.i18n
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
Priority: optional
-Build-Depends: python (>= 2.6), python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
+Build-Depends: python, python-setuptools, debhelper (>= 7), python-support
Standards-Version: 3.8.4
Package: python-flufl.i18n
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
-Provides: ${python:Provides}
-Description: A high level API for Python internationalization
- ======================================================
- flufl.i18n - A high level API for internationalization
- ======================================================
- .
+Description: python-flufl.i18n is a high level API for Python internationalization.
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
@@ -22,10 +19,3 @@
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.
- .
- .
- Requirements
- ============
- .
- ``flufl.i18n`` requires Python 2.6.5 or newer, and is compatible with Python 3
- when used with ``2to3``.
Modified: packages/flufl.i18n/trunk/debian/copyright
===================================================================
--- packages/flufl.i18n/trunk/debian/copyright 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/debian/copyright 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,18 +1,39 @@
-Copyright (C) 2004-2010 by Barry A. Warsaw
+This work was packaged for Debian by:
-This file is part of flufl.enum
+ Barry Warsaw <barry at python.org> on 2010-07-12
-flufl.enum 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, version 3 of the License.
+It was downloaded from <http://launchpad.net/flufl.i18n>
-flufl.enum 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.
+Upstream Author(s):
-You should have received a copy of the GNU Lesser General Public License
-along with flufl.enum. If not, see <http://www.gnu.org/licenses/>.
+ Barry Warsaw <barry at python.org>
-This copyright file may also be available on your file system in
-/usr/share/common-licenses/LGPL-3
\ No newline at end of file
+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, 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, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+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'.
Deleted: packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst
===================================================================
--- packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/debian/python-flufl.i18n.preinst 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-set -e
-
-# This was added by stdeb to workaround Debian #479852. In a nutshell,
-# pycentral does not remove normally remove its symlinks on an
-# upgrade. Since we're using python-support, however, those symlinks
-# will be broken. This tells python-central to clean up any symlinks.
-if [ -e /var/lib/dpkg/info/python-flufl.i18n.list ] && which pycentral >/dev/null 2>&1
-then
- pycentral pkgremove python-flufl.i18n
-fi
-
-#DEBHELPER#
Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/debian/rules 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,18 +1,5 @@
#!/usr/bin/make -f
-# This file was automatically generated by stdeb 0.5.1+git at
-# Thu, 10 Jun 2010 16:59:03 -0400
-
-# Unset the environment variables set by dpkg-buildpackage. (This is
-# necessary because distutils is brittle with compiler/linker flags
-# set. Specifically, packages using f2py will break without this.)
-unexport CPPFLAGS
-unexport CFLAGS
-unexport CXXFLAGS
-unexport FFLAGS
-unexport LDFLAGS
-
-#exports specified using stdeb Setup-Env-Vars:
export DH_OPTIONS=--buildsystem=python_distutils
Modified: packages/flufl.i18n/trunk/debian/source/format
===================================================================
--- packages/flufl.i18n/trunk/debian/source/format 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/debian/source/format 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
Deleted: packages/flufl.i18n/trunk/setup.cfg
===================================================================
--- packages/flufl.i18n/trunk/setup.cfg 2010-07-12 20:59:19 UTC (rev 13923)
+++ packages/flufl.i18n/trunk/setup.cfg 2010-07-12 21:01:35 UTC (rev 13924)
@@ -1,5 +0,0 @@
-[build_sphinx]
-source_dir: flufl/i18n
-
-[upload_docs]
-upload_dir: build/sphinx/html
More information about the Python-modules-commits
mailing list