[pybtex] 102/108: stick to build on Python2 for now, much problems
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 6b9a7f4d1cd2065bd15941d79bf1b241f16af749
Author: Daniel Stender <stender at debian.org>
Date: Tue May 10 12:03:58 2016 +0000
stick to build on Python2 for now, much problems
---
debian/changelog | 6 +-----
debian/control | 20 ++++++++++----------
debian/rules | 2 +-
3 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 27c23e1..86440e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,8 @@
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:48:16 +0200
+ -- Daniel Stender <stender at debian.org> Tue, 10 May 2016 13:59:41 +0200
pybtex (0.19-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 3467e80..4933b94 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,13 @@ Uploaders: Daniel Stender <stender at debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
- python3,
- python3-setuptools,
- python3-yaml,
- python3-nose,
- python3-sphinx,
- python3-pygments,
- python3-latexcodec
+ python,
+ python-setuptools,
+ python-yaml,
+ python-nose,
+ python-sphinx,
+ python-pygments
+# python-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:
- python3-pkg-resources,
+ python-pkg-resources,
${misc:Depends},
- ${python3:Depends},
+ ${python:Depends},
${sphinxdoc:Depends},
- python3-yaml
+ python-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 f546e63..822ab9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
export PYBUILD_NAME=pybtex
%:
- dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python2,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