r52985 - in /packages/unstable/gnome-tweak-tool/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Aug 29 22:17:30 UTC 2017


Author: jbicha-guest
Date: Tue Aug 29 22:17:30 2017
New Revision: 52985

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

Modified:
    packages/unstable/gnome-tweak-tool/debian/changelog
    packages/unstable/gnome-tweak-tool/debian/control
    packages/unstable/gnome-tweak-tool/debian/control.in
    packages/unstable/gnome-tweak-tool/debian/rules

Modified: packages/unstable/gnome-tweak-tool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/changelog?rev=52985&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/changelog	[utf-8] Tue Aug 29 22:17:30 2017
@@ -2,6 +2,11 @@
 
   * New upstream release.
   * Build with meson
+  * Switch to python3
+  * debian/control.in:
+    - Bump minimum python-gi to 3.10
+    - Bump minimum gsettings-desktop-schemas to 3.24
+    - Drop unnecessary Build-Depends
   * Refresh 01_menu_category.patch
   * Add fix-defs.patch to workaround issue with how the python3
     library install directory is reported during the build

Modified: packages/unstable/gnome-tweak-tool/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/control?rev=52985&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/control	[utf-8] Tue Aug 29 22:17:30 2017
@@ -10,11 +10,8 @@
 Build-Depends: debhelper (>= 10.3~),
                dh-python,
                gnome-pkg-tools,
-               gsettings-desktop-schemas-dev (>= 3.21.2),
-               libgtk-3-dev (>= 3.12.0),
-               python-gi-dev (>= 3.2.1),
-               python (>= 2.6.5),
-               meson (>= 0.40.0)
+               meson (>= 0.40.0),
+               python3
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-tweak-tool
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-tweak-tool
@@ -22,13 +19,13 @@
 
 Package: gnome-tweak-tool
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${misc:Depends},
-         gsettings-desktop-schemas (>= 3.21.2),
+         gsettings-desktop-schemas (>= 3.24),
          gnome-settings-daemon,
          gnome-shell-common (>= 3.4),
          mutter-common,
-         python-gi (>= 3.2.1),
+         python3-gi (>= 3.10),
          gir1.2-gtk-3.0 (>= 3.12),
          gir1.2-gnomedesktop-3.0,
          gir1.2-soup-2.4,

Modified: packages/unstable/gnome-tweak-tool/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/control.in?rev=52985&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/control.in	[utf-8] Tue Aug 29 22:17:30 2017
@@ -6,11 +6,8 @@
 Build-Depends: debhelper (>= 10.3~),
                dh-python,
                gnome-pkg-tools,
-               gsettings-desktop-schemas-dev (>= 3.21.2),
-               libgtk-3-dev (>= 3.12.0),
-               python-gi-dev (>= 3.2.1),
-               python (>= 2.6.5),
-               meson (>= 0.40.0)
+               meson (>= 0.40.0),
+               python3
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-tweak-tool
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-tweak-tool
@@ -18,13 +15,13 @@
 
 Package: gnome-tweak-tool
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${misc:Depends},
-         gsettings-desktop-schemas (>= 3.21.2),
+         gsettings-desktop-schemas (>= 3.24),
          gnome-settings-daemon,
          gnome-shell-common (>= 3.4),
          mutter-common,
-         python-gi (>= 3.2.1),
+         python3-gi (>= 3.10),
          gir1.2-gtk-3.0 (>= 3.12),
          gir1.2-gnomedesktop-3.0,
          gir1.2-soup-2.4,

Modified: packages/unstable/gnome-tweak-tool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/rules?rev=52985&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/rules	[utf-8] Tue Aug 29 22:17:30 2017
@@ -3,8 +3,8 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 %:
-	dh $@ --with gnome,python2 --buildsystem=meson
+	dh $@ --with gnome,python3 --buildsystem=meson
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${prefix}/lib/gnome-tweak-tool
+		--libexecdir=/usr/lib/gnome-tweak-tool




More information about the pkg-gnome-commits mailing list