[Python-modules-commits] r32837 - in packages/liblarch/experimental/debian (changelog control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Jun 2 13:03:02 UTC 2015


    Date: Tuesday, June 2, 2015 @ 13:03:01
  Author: dktrkranz
Revision: 32837

Build-depend on python3-gi and gir1.2-gtk-3.0

Modified:
  packages/liblarch/experimental/debian/changelog
  packages/liblarch/experimental/debian/control

Modified: packages/liblarch/experimental/debian/changelog
===================================================================
--- packages/liblarch/experimental/debian/changelog	2015-06-02 12:55:42 UTC (rev 32836)
+++ packages/liblarch/experimental/debian/changelog	2015-06-02 13:03:01 UTC (rev 32837)
@@ -4,7 +4,8 @@
   * debian/control:
     - Build python3-liblarch package instead of python-liblarch. Adjust
       (build-)dependencies accordingly to support Python 3 only.
-    - Build-depend on python3-nose for testsuite support.
+    - Build-depend on python3-nose, python3-gi and gir1.2-gtk-3.0
+      for testsuite support.
     - Remove XS-Testsuite field, not needed anymore with recent dpkg.
   * debian/docs:
     - README renamed to README.md in upstream tarball.
@@ -19,7 +20,7 @@
   * debian/tests/python3-smoketest:
     - Rename from python2-smoketest, and adjust to work with Python 3.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Tue, 02 Jun 2015 14:42:28 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 02 Jun 2015 14:58:09 +0200
 
 liblarch (2.1.0-3) unstable; urgency=medium
 

Modified: packages/liblarch/experimental/debian/control
===================================================================
--- packages/liblarch/experimental/debian/control	2015-06-02 12:55:42 UTC (rev 32836)
+++ packages/liblarch/experimental/debian/control	2015-06-02 13:03:01 UTC (rev 32837)
@@ -6,7 +6,9 @@
 Build-Depends: debhelper (>= 9~),
                python3-all,
                dh-python,
-               python3-nose
+               python3-nose,
+               python3-gi,
+               gir1.2-gtk-3.0
 Standards-Version: 3.9.6
 X-Python3-Version: >= 3.0
 Homepage: https://wiki.gnome.org/Projects/liblarch




More information about the Python-modules-commits mailing list