[Python-apps-commits] r13193 - in packages/pybtex/trunk/debian (changelog control rules)
stender at users.alioth.debian.org
stender at users.alioth.debian.org
Tue May 10 11:51:36 UTC 2016
Date: Tuesday, May 10, 2016 @ 11:51:35
Author: stender
Revision: 13193
build on Python3; deb/control: added latexcodec to deps
Modified:
packages/pybtex/trunk/debian/changelog
packages/pybtex/trunk/debian/control
packages/pybtex/trunk/debian/rules
Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog 2016-05-10 11:44:15 UTC (rev 13192)
+++ packages/pybtex/trunk/debian/changelog 2016-05-10 11:51:35 UTC (rev 13193)
@@ -1,8 +1,12 @@
pybtex (0.20.1-1) UNRELEASED; urgency=medium
* New upstream release (Closes: #818183).
+ * build/run on Python3:
+ + changed deps in deb/control.
+ + build with dh_python3.
+ * deb/control: added latexcodec to deps.
- -- Daniel Stender <stender at debian.org> Tue, 10 May 2016 13:42:57 +0200
+ -- Daniel Stender <stender at debian.org> Tue, 10 May 2016 13:48:16 +0200
pybtex (0.19-2) unstable; urgency=medium
Modified: packages/pybtex/trunk/debian/control
===================================================================
--- packages/pybtex/trunk/debian/control 2016-05-10 11:44:15 UTC (rev 13192)
+++ packages/pybtex/trunk/debian/control 2016-05-10 11:51:35 UTC (rev 13193)
@@ -6,13 +6,13 @@
Build-Depends:
debhelper (>= 9),
dh-python,
- python (>= 2.6.6-3~),
-# build/run on Python3 coming soon
- python-setuptools,
- python-yaml,
- python-nose,
- python-sphinx,
- python-pygments
+ python3,
+ python3-setuptools,
+ python3-yaml,
+ python3-nose,
+ python3-sphinx,
+ python3-pygments,
+ python3-latexcodec
Standards-Version: 3.9.7
Homepage: http://pybtex.org/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pybtex/trunk/
@@ -21,11 +21,11 @@
Package: pybtex
Architecture: all
Depends:
- python-pkg-resources,
+ python3-pkg-resources,
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
${sphinxdoc:Depends},
- python-yaml
+ python3-yaml
Description: BibTeX-compatible bibliography processor
Pybtex reads citation information from a file and produces a formatted
bibliography. BibTeX style files are supported. Alternatively it is
Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules 2016-05-10 11:44:15 UTC (rev 13192)
+++ packages/pybtex/trunk/debian/rules 2016-05-10 11:51:35 UTC (rev 13193)
@@ -4,7 +4,7 @@
export PYBUILD_NAME=pybtex
%:
- dh $@ --with python2,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc --buildsystem=pybuild
.PHONY: override_dh_auto_test
override_dh_auto_test:
More information about the Python-apps-commits
mailing list