[Python-apps-commits] r13194 - in packages/pybtex/trunk/debian (changelog control rules)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Tue May 10 12:04:00 UTC 2016


    Date: Tuesday, May 10, 2016 @ 12:03:58
  Author: stender
Revision: 13194

stick to build on Python2 for now, much problems

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:51:35 UTC (rev 13193)
+++ packages/pybtex/trunk/debian/changelog	2016-05-10 12:03:58 UTC (rev 13194)
@@ -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
 

Modified: packages/pybtex/trunk/debian/control
===================================================================
--- packages/pybtex/trunk/debian/control	2016-05-10 11:51:35 UTC (rev 13193)
+++ packages/pybtex/trunk/debian/control	2016-05-10 12:03:58 UTC (rev 13194)
@@ -6,13 +6,13 @@
 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 @@
 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

Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2016-05-10 11:51:35 UTC (rev 13193)
+++ packages/pybtex/trunk/debian/rules	2016-05-10 12:03:58 UTC (rev 13194)
@@ -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:




More information about the Python-apps-commits mailing list