r49204 - in /desktop/unstable/gobject-introspection/debian: changelog control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Jun 30 17:59:26 UTC 2016


Author: pochu
Date: Thu Jun 30 17:59:26 2016
New Revision: 49204

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49204
Log:
Switch to python3.

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/control.in
    desktop/unstable/gobject-introspection/debian/rules

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=49204&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Thu Jun 30 17:59:26 2016
@@ -1,3 +1,9 @@
+gobject-introspection (1.48.0-3) UNRELEASED; urgency=medium
+
+  * Switch to python3.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 29 Jun 2016 13:42:17 +0200
+
 gobject-introspection (1.48.0-2) unstable; urgency=medium
 
   * Upload to unstable.

Modified: desktop/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control.in?rev=49204&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control.in	[utf-8] Thu Jun 30 17:59:26 2016
@@ -7,7 +7,7 @@
                cdbs (>= 0.4.90~),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
-               python-dev (>= 2.7),
+               python3-dev,
                pkg-config,
                flex,
                gtk-doc-tools (>= 1.19),
@@ -16,10 +16,9 @@
                libcairo2-dev,
                libffi-dev (>= 3.0.0),
                libtool,
-               python-mako
+               python3-mako,
 Build-Depends-Indep: libglib2.0-doc
 Standards-Version: 3.9.7
-X-Python-Version: >= 2.6
 Homepage: https://wiki.gnome.org/GObjectIntrospection
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gobject-introspection
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gobject-introspection/
@@ -89,10 +88,10 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          libgirepository-1.0-1 (= ${binary:Version}),
          build-essential,
-         python-mako
+         python3-mako
 Description: Generate interface introspection data for GObject libraries
  GObject Introspection is a project for providing machine readable
  introspection data of the API of C libraries. This introspection

Modified: desktop/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/rules?rev=49204&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/rules	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/rules	[utf-8] Thu Jun 30 17:59:26 2016
@@ -21,11 +21,11 @@
 # To get how the tests failed in case of failures
 export VERBOSE=1
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-doctool
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-doctool --with-python=python3
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
 
 binary-install/gobject-introspection::
-	dh_python2 -p$(cdbs_curpkg)
+	dh_python3 -p$(cdbs_curpkg)
 
 build/gobject-introspection:: debian/dh_girepository.1
 debian/dh_girepository.1:: debian/dh_girepository




More information about the pkg-gnome-commits mailing list