[Python-modules-commits] r32833 - in packages/liblarch/experimental/debian (4 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Tue Jun 2 12:22:25 UTC 2015
Date: Tuesday, June 2, 2015 @ 12:22:24
Author: dktrkranz
Revision: 32833
Build python3-liblarch package instead of python-liblarch
Modified:
packages/liblarch/experimental/debian/changelog
packages/liblarch/experimental/debian/control
packages/liblarch/experimental/debian/docs
packages/liblarch/experimental/debian/rules
Modified: packages/liblarch/experimental/debian/changelog
===================================================================
--- packages/liblarch/experimental/debian/changelog 2015-06-02 12:13:02 UTC (rev 32832)
+++ packages/liblarch/experimental/debian/changelog 2015-06-02 12:22:24 UTC (rev 32833)
@@ -1,6 +1,13 @@
liblarch (3.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * debian/control:
+ - Build python3-liblarch package instead of python-liblarch. Adjust
+ (build-)dependencies accordingly to support Python 3 only.
+ * debian/docs:
+ - README renamed to README.md in upstream tarball.
+ * debian/rules:
+ - Support build of Python 3 module only.
-- Luca Falavigna <dktrkranz at debian.org> Tue, 02 Jun 2015 14:12:00 +0200
Modified: packages/liblarch/experimental/debian/control
===================================================================
--- packages/liblarch/experimental/debian/control 2015-06-02 12:13:02 UTC (rev 32832)
+++ packages/liblarch/experimental/debian/control 2015-06-02 12:22:24 UTC (rev 32833)
@@ -3,19 +3,17 @@
Priority: optional
Maintainer: Luca Falavigna <dktrkranz at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~), dh-python
+Build-Depends: debhelper (>= 9~), python3-all, dh-python
Standards-Version: 3.9.6
-X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.0
Homepage: https://wiki.gnome.org/Projects/liblarch
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/liblarch/trunk/
Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/liblarch/trunk/
XS-Testsuite: autopkgtest
-Package: python-liblarch
+Package: python3-liblarch
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gobject-2, python-gtk2
-Breaks: python-liblarch-gtk (<< 2.1.0), gtg (<< 0.3)
-Replaces: python-liblarch-gtk (<< 2.1.0)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-gi, gir1.2-gtk-3.0
Description: easily handle data structures
Liblarch is a Python module created to easily handle data structure such as
lists, trees and directed acyclic graphs (tree where nodes can have multiple
Modified: packages/liblarch/experimental/debian/docs
===================================================================
--- packages/liblarch/experimental/debian/docs 2015-06-02 12:13:02 UTC (rev 32832)
+++ packages/liblarch/experimental/debian/docs 2015-06-02 12:22:24 UTC (rev 32833)
@@ -1,2 +1,2 @@
AUTHORS
-README
+README.md
Modified: packages/liblarch/experimental/debian/rules
===================================================================
--- packages/liblarch/experimental/debian/rules 2015-06-02 12:13:02 UTC (rev 32832)
+++ packages/liblarch/experimental/debian/rules 2015-06-02 12:22:24 UTC (rev 32833)
@@ -3,4 +3,4 @@
export PYBUILD_NAME=liblarch
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list