[Python-modules-commits] r29285 - in packages/mako/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Jun 10 19:16:18 UTC 2014
Date: Tuesday, June 10, 2014 @ 19:16:17
Author: piotr
Revision: 29285
* New upstream release
* Add python-changelog and python-sphinx-paramlinks to Build-Depends
(needed while rebuilding documentation)
* Enable Python 3.X tests during build (add necessary packages to
Build-Depends)
* Update links to upstream changelog (now points to changelog.rst)
* Add lintian override for source-is-missing doc/searchindex.js
(this file is generated by sphinx-build, all sources are in the tarball)
Modified:
packages/mako/trunk/debian/changelog
packages/mako/trunk/debian/control
packages/mako/trunk/debian/python-mako-doc.links
packages/mako/trunk/debian/rules
Modified: packages/mako/trunk/debian/changelog
===================================================================
--- packages/mako/trunk/debian/changelog 2014-06-10 18:34:31 UTC (rev 29284)
+++ packages/mako/trunk/debian/changelog 2014-06-10 19:16:17 UTC (rev 29285)
@@ -1,3 +1,16 @@
+mako (1.0.0-1) unstable; urgency=medium
+
+ * New upstream release
+ * Add python-changelog and python-sphinx-paramlinks to Build-Depends
+ (needed while rebuilding documentation)
+ * Enable Python 3.X tests during build (add necessary packages to
+ Build-Depends)
+ * Update links to upstream changelog (now points to changelog.rst)
+ * Add lintian override for source-is-missing doc/searchindex.js
+ (this file is generated by sphinx-build, all sources are in the tarball)
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 10 Jun 2014 20:38:26 +0200
+
mako (0.9.1-1) unstable; urgency=low
* New upstream release
Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control 2014-06-10 18:34:31 UTC (rev 29284)
+++ packages/mako/trunk/debian/control 2014-06-10 19:16:17 UTC (rev 29285)
@@ -7,9 +7,10 @@
Build-Depends-Indep: python-all, python-setuptools,
python3-all, python3-setuptools,
# to rebuild docs:
- python-sphinx,
+ python-sphinx, python-changelog, python-sphinx-paramlinks,
# for tests:
- python-nose, python-markupsafe
+ python-nose, python-markupsafe, python-mock,
+ python3-nose, python3-markupsafe, python3-mock
Standards-Version: 3.9.5
Homepage: http://www.makotemplates.org/
X-Python-Version: >= 2.4
Modified: packages/mako/trunk/debian/python-mako-doc.links
===================================================================
--- packages/mako/trunk/debian/python-mako-doc.links 2014-06-10 18:34:31 UTC (rev 29284)
+++ packages/mako/trunk/debian/python-mako-doc.links 2014-06-10 19:16:17 UTC (rev 29285)
@@ -1,7 +1,7 @@
/usr/share/doc/python-mako-doc/html/_sources /usr/share/doc/python-mako-doc/rst
/usr/share/doc/python-mako-doc/html /usr/share/doc/python-mako/html
/usr/share/doc/python-mako-doc/rst /usr/share/doc/python-mako/rst
-/usr/share/doc/python-mako-doc/changelog.gz /usr/share/doc/python-mako/changelog.gz
-/usr/share/doc/python-mako-doc/changelog.gz /usr/share/doc/python3-mako/changelog.gz
+/usr/share/doc/python-mako-doc/rst/changelog.txt /usr/share/doc/python-mako/changelog
+/usr/share/doc/python-mako-doc/rst/changelog.txt /usr/share/doc/python3-mako/changelog
/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-mako-doc/html/_static/jquery.js
/usr/share/javascript/underscore/underscore.js /usr/share/doc/python-mako-doc/html/_static/underscore.js
Modified: packages/mako/trunk/debian/rules
===================================================================
--- packages/mako/trunk/debian/rules 2014-06-10 18:34:31 UTC (rev 29284)
+++ packages/mako/trunk/debian/rules 2014-06-10 19:16:17 UTC (rev 29285)
@@ -19,7 +19,7 @@
build-indep: build-docs
build-arch:
-test: $(PYVERS:%=test-python%)
+test: $(PYVERS:%=test-python%) $(PY3VERS:%=test-python%)
test-python%:
-
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
@@ -50,7 +50,6 @@
dh_testdir -i
dh_testroot -i
dh_installchangelogs -i
- dh_installchangelogs -p python-mako-doc CHANGES
dh_installdocs -i
dh_installexamples -i
dh_link -i
More information about the Python-modules-commits
mailing list