r54720 - in /desktop/unstable/json-glib/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Nov 3 21:17:31 UTC 2017


Author: biebl
Date: Fri Nov  3 21:17:30 2017
New Revision: 54720

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54720
Log:
Switch to meson build system

Modified:
    desktop/unstable/json-glib/debian/changelog
    desktop/unstable/json-glib/debian/control
    desktop/unstable/json-glib/debian/control.in
    desktop/unstable/json-glib/debian/rules

Modified: desktop/unstable/json-glib/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/changelog?rev=54720&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/changelog	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/changelog	[utf-8] Fri Nov  3 21:17:30 2017
@@ -1,6 +1,7 @@
 json-glib (1.4.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Switch to meson build system
 
  -- Michael Biebl <biebl at debian.org>  Fri, 03 Nov 2017 18:57:22 +0100
 

Modified: desktop/unstable/json-glib/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control?rev=54720&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control	[utf-8] Fri Nov  3 21:17:30 2017
@@ -6,9 +6,9 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9.20160114),
-               dh-autoreconf,
+Uploaders: Iain Lane <laney at debian.org>, Laurent Bigonville <bigon at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 10.3),
+               meson (>= 0.40.1),
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.37.6),
                gtk-doc-tools (>= 1.20),

Modified: desktop/unstable/json-glib/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control.in?rev=54720&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control.in	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control.in	[utf-8] Fri Nov  3 21:17:30 2017
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9.20160114),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10.3),
+               meson (>= 0.40.1),
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.37.6),
                gtk-doc-tools (>= 1.20),

Modified: desktop/unstable/json-glib/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/rules?rev=54720&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/rules	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/rules	[utf-8] Fri Nov  3 21:17:30 2017
@@ -5,12 +5,12 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf,gir,gnome
+	dh $@ --with gir,gnome --buildsystem=meson
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--enable-gtk-doc \
-		--enable-introspection=yes
+		-Ddocs=true \
+		-Dintrospection=true
 
 override_dh_install:
 	dh_install --list-missing




More information about the pkg-gnome-commits mailing list