[Python-modules-commits] r26544 - in packages/flufl.i18n/trunk/debian (5 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Nov 25 16:28:26 UTC 2013
Date: Monday, November 25, 2013 @ 16:28:25
Author: barry
Revision: 26544
* d/control:
- Update maintainer email.
- Update Standards-Version to 3.9.5 with no changes necessary.
- wrap-and-sort
* d/rules: Switch to --buildsystem=pybuild
* python*.install: Removed (pybuild does this automatically).
Modified:
packages/flufl.i18n/trunk/debian/changelog
packages/flufl.i18n/trunk/debian/control
packages/flufl.i18n/trunk/debian/python-flufl.i18n.install
packages/flufl.i18n/trunk/debian/python3-flufl.i18n.install
packages/flufl.i18n/trunk/debian/rules
Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog 2013-11-25 15:12:32 UTC (rev 26543)
+++ packages/flufl.i18n/trunk/debian/changelog 2013-11-25 16:28:25 UTC (rev 26544)
@@ -1,11 +1,20 @@
-flufl.i18n (1.1.1-2) UNRELEASED; urgency=low
+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.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:40:48 +0200
+ [ Barry Warsaw ]
+ * d/control:
+ - Update maintainer email.
+ - Update Standards-Version to 3.9.5 with no changes necessary.
+ - wrap-and-sort
+ * d/rules: Switch to --buildsystem=pybuild
+ * python*.install: Removed (pybuild does this automatically).
+ -- Barry Warsaw <barry at debian.org> Mon, 25 Nov 2013 11:24:45 -0500
+
flufl.i18n (1.1.1-1) unstable; urgency=low
* New upstream release.
Modified: packages/flufl.i18n/trunk/debian/control
===================================================================
--- packages/flufl.i18n/trunk/debian/control 2013-11-25 15:12:32 UTC (rev 26543)
+++ packages/flufl.i18n/trunk/debian/control 2013-11-25 16:28:25 UTC (rev 26544)
@@ -1,18 +1,18 @@
Source: flufl.i18n
-Maintainer: Barry Warsaw <barry at python.org>
+Maintainer: Barry Warsaw <barry at debian.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
X-Python3-Version: >= 3.2
Priority: optional
-Build-Depends: python-all (>= 2.6.6-3~),
+Build-Depends: debhelper (>= 8),
+ python-all (>= 2.6.6-3~),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg-1~),
- debhelper (>= 8),
python3-all,
python3-setuptools
-Standards-Version: 3.9.3
+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/
@@ -21,7 +21,7 @@
Section: doc
Breaks: python-flufl.i18n-docs
Replaces: python-flufl.i18n-docs
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+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
@@ -36,8 +36,8 @@
Package: python-flufl.i18n
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-pkg-resources, python-flufl.i18n-doc
+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
@@ -49,8 +49,8 @@
Package: python3-flufl.i18n
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python3-pkg-resources, python-flufl.i18n-doc
+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
Modified: packages/flufl.i18n/trunk/debian/python-flufl.i18n.install
===================================================================
--- packages/flufl.i18n/trunk/debian/python-flufl.i18n.install 2013-11-25 15:12:32 UTC (rev 26543)
+++ packages/flufl.i18n/trunk/debian/python-flufl.i18n.install 2013-11-25 16:28:25 UTC (rev 26544)
@@ -1 +0,0 @@
-usr/lib/python2*
Modified: packages/flufl.i18n/trunk/debian/python3-flufl.i18n.install
===================================================================
--- packages/flufl.i18n/trunk/debian/python3-flufl.i18n.install 2013-11-25 15:12:32 UTC (rev 26543)
+++ packages/flufl.i18n/trunk/debian/python3-flufl.i18n.install 2013-11-25 16:28:25 UTC (rev 26544)
@@ -1 +0,0 @@
-usr/lib/python3
Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules 2013-11-25 15:12:32 UTC (rev 26543)
+++ packages/flufl.i18n/trunk/debian/rules 2013-11-25 16:28:25 UTC (rev 26544)
@@ -1,38 +1,13 @@
#!/usr/bin/make -f
-PYTHON2=$(shell pyversions -vr)
-PYTHON3=$(shell py3versions -vr)
+export PYBUILD_NAME=flufl.i18n
%:
- dh $@ --with python2,python3,sphinxdoc
+ dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-ifeq (,$(findstring 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/i18n/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
More information about the Python-modules-commits
mailing list