[Python-modules-commits] r15028 - in packages/flufl.i18n/trunk/debian (4 files)
warsaw-guest at users.alioth.debian.org
warsaw-guest at users.alioth.debian.org
Mon Dec 6 15:28:26 UTC 2010
Date: Monday, December 6, 2010 @ 15:28:10
Author: warsaw-guest
Revision: 15028
Update packaging based on discussion with Sandro and Piotr.
Added:
packages/flufl.i18n/trunk/debian/python-flufl.i18n.links
Modified:
packages/flufl.i18n/trunk/debian/changelog
packages/flufl.i18n/trunk/debian/control
packages/flufl.i18n/trunk/debian/rules
Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog 2010-12-04 21:04:41 UTC (rev 15027)
+++ packages/flufl.i18n/trunk/debian/changelog 2010-12-06 15:28:10 UTC (rev 15028)
@@ -1,5 +1,5 @@
-flufl.i18n (1.0.2-1) unstable; urgency=low
+flufl.i18n (1.0.3-1) unstable; urgency=low
* Initial release (closes: #588858)
- -- Barry Warsaw <barry at python.org> Wed, 03 Nov 2010 16:46:21 -0400
+ -- Barry Warsaw <barry at python.org> Mon, 06 Dec 2010 09:59:30 -0500
Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control 2010-12-04 21:04:41 UTC (rev 15027)
+++ packages/flufl.i18n/trunk/debian/control 2010-12-06 15:28:10 UTC (rev 15028)
@@ -1,17 +1,18 @@
Source: flufl.i18n
Maintainer: Barry Warsaw <barry at python.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: http://launchpad.net/flufl.i18n
Section: python
X-Python-Version: >= 2.6
Priority: optional
-Build-Depends: python, python-setuptools, debhelper (>= 7)
+Build-Depends: python, python-setuptools, debhelper (>= 7.0.50~), python-sphinx
Standards-Version: 3.9.1
Package: python-flufl.i18n
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
-Description: A high level API for Python internationalization.
+Description: 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
Added: packages/flufl.i18n/trunk/debian/python-flufl.i18n.links
===================================================================
--- packages/flufl.i18n/trunk/debian/python-flufl.i18n.links (rev 0)
+++ packages/flufl.i18n/trunk/debian/python-flufl.i18n.links 2010-12-06 15:28:10 UTC (rev 15028)
@@ -0,0 +1 @@
+usr/share/doc/python-flufl.i18n/html/_sources usr/share/doc/python-flufl.i18n/rst
Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules 2010-12-04 21:04:41 UTC (rev 15027)
+++ packages/flufl.i18n/trunk/debian/rules 2010-12-06 15:28:10 UTC (rev 15028)
@@ -1,4 +1,19 @@
#!/usr/bin/make -f
+PYTHON2=$(shell pyversions -vr)
+PYTHON3=$(shell py3versions -vs)
+
%:
dh $@ --with python2, --buildsystem python_distutils
+
+test-python%:
+ python$* setup.py test -vv
+
+override_dh_auto_test: $(PYTHON2:%=test-python%)
+
+override_dh_installchangelogs:
+ dh_installchangelogs -k flufl/i18n/NEWS.txt
+
+override_dh_installdocs:
+ python setup.py build_sphinx
+ dh_installdocs build/sphinx/html
More information about the Python-modules-commits
mailing list