r52984 - 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:12:20 UTC 2017


Author: jbicha-guest
Date: Tue Aug 29 22:12:20 2017
New Revision: 52984

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52984
Log:
Build with meson

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=52984&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:12:20 2017
@@ -1,6 +1,7 @@
 gnome-tweak-tool (3.25.91-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Build with meson
   * 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=52984&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:12:20 2017
@@ -6,15 +6,15 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Dmitry Shachnev <mitya57 at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 10),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at ubuntu.com>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+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),
-               intltool (>= 0.40.0),
-               python (>= 2.6.5)
+               python (>= 2.6.5),
+               meson (>= 0.40.0)
 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

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=52984&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:12:20 2017
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 10),
+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),
-               intltool (>= 0.40.0),
-               python (>= 2.6.5)
+               python (>= 2.6.5),
+               meson (>= 0.40.0)
 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

Modified: packages/unstable/gnome-tweak-tool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/rules?rev=52984&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:12:20 2017
@@ -3,7 +3,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 %:
-	dh $@ --with gnome,python2
+	dh $@ --with gnome,python2 --buildsystem=meson
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list