[pybtex] 101/108: build on Python3; deb/control: added latexcodec to deps

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository pybtex.

commit b28859cfa45622b62018a4a939a5dced5cbd1fd8
Author: Daniel Stender <stender at debian.org>
Date:   Tue May 10 11:51:35 2016 +0000

    build on Python3; deb/control: added latexcodec to deps
---
 debian/changelog |  6 +++++-
 debian/control   | 20 ++++++++++----------
 debian/rules     |  2 +-
 3 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4fa5e5c..27c23e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/control b/debian/control
index fb2b51f..3467e80 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,13 @@ Uploaders: Daniel Stender <stender at debian.org>
 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 @@ Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pybtex/trunk
 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
diff --git a/debian/rules b/debian/rules
index 822ab9c..f546e63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list