r55065 - in /desktop/unstable/gnome-control-center/debian: changelog control control.in rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sat Mar 10 19:46:19 UTC 2018


Author: jbicha
Date: Sat Mar 10 19:46:18 2018
New Revision: 55065

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

* Build-Depend on policykit-1 for itstool rules
* Build-Depend on networkmanager-dev

Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/control
    desktop/unstable/gnome-control-center/debian/control.in
    desktop/unstable/gnome-control-center/debian/rules

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=55065&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog	[utf-8] Sat Mar 10 19:46:18 2018
@@ -1,6 +1,9 @@
 gnome-control-center (1:3.27.92-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate
+  * Build with meson
+  * Build-Depend on policykit-1 for itstool rules
+  * Build-Depend on networkmanager-dev
 
  -- Jeremy Bicha <jbicha at debian.org>  Sat, 10 Mar 2018 14:26:02 -0500
 

Modified: desktop/unstable/gnome-control-center/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/control?rev=55065&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/control	[utf-8] Sat Mar 10 19:46:18 2018
@@ -1,5 +1,5 @@
 # This file is autogenerated. DO NOT EDIT!
-# 
+#
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
 Source: gnome-control-center
@@ -8,7 +8,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremy Bicha <jbicha at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 4.1.1
-Build-Depends: debhelper (>= 10.3),
+Build-Depends: debhelper (>= 11.1.3),
                libaccountsservice-dev (>= 0.6.39),
                desktop-file-utils,
                gnome-common,
@@ -50,6 +50,9 @@
                libxklavier-dev (>= 5.1),
                libxml2-dev,
                locales,
+               meson (>= 0.43.0),
+               network-manager-dev (>= 1.2.0) [linux-any],
+               policykit-1,
                shared-mime-info,
                tzdata <!nocheck>
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-control-center/

Modified: desktop/unstable/gnome-control-center/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/control.in?rev=55065&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/control.in	[utf-8] Sat Mar 10 19:46:18 2018
@@ -4,7 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 4.1.1
-Build-Depends: debhelper (>= 10.3),
+Build-Depends: debhelper (>= 11.1.3),
                libaccountsservice-dev (>= 0.6.39),
                desktop-file-utils,
                gnome-common,
@@ -46,6 +46,9 @@
                libxklavier-dev (>= 5.1),
                libxml2-dev,
                locales,
+               meson (>= 0.43.0),
+               network-manager-dev (>= 1.2.0) [linux-any],
+               policykit-1,
                shared-mime-info,
                tzdata <!nocheck>
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-control-center/

Modified: desktop/unstable/gnome-control-center/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/rules?rev=55065&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/rules	[utf-8] Sat Mar 10 19:46:18 2018
@@ -1,21 +1,17 @@
 #!/usr/bin/make -f
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
 export DEB_CPPFLAGS_MAINT_APPEND = -DSSHD_SERVICE=\"ssh.service\"
 
 %:
 	dh $@ --with gnome
 
-override_dh_autoreconf:
-	dh_autoreconf --as-needed
-
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir=\$${prefix}/lib/gnome-control-center \
-		--with-gnome-session-libexecdir=\$${prefix}/lib/gnome-session \
-		--disable-update-mimedb
+		--libexecdir=/usr/lib/gnome-control-center \
+		-Dgnome_session_libexecdir=/usr/lib/gnome-session \
+		-Ddocumentation=true
 
 override_dh_missing:
 	dh_missing --fail-missing




More information about the pkg-gnome-commits mailing list