r53349 - in /desktop/unstable/gnome-power-manager/debian: changelog control.in rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Fri Sep 1 23:32:48 UTC 2017
Author: jbicha
Date: Fri Sep 1 23:32:47 2017
New Revision: 53349
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53349
Log:
Switch to meson
Modified:
desktop/unstable/gnome-power-manager/debian/changelog
desktop/unstable/gnome-power-manager/debian/control.in
desktop/unstable/gnome-power-manager/debian/rules
Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=53349&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog [utf-8] Fri Sep 1 23:32:47 2017
@@ -1,6 +1,7 @@
gnome-power-manager (3.25.90-1) UNRELEASED; urgency=medium
* New upstream release
+ * Switch to meson
-- Jeremy Bicha <jbicha at debian.org> Fri, 01 Sep 2017 19:29:16 -0400
Modified: desktop/unstable/gnome-power-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/control.in?rev=53349&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/control.in [utf-8] Fri Sep 1 23:32:47 2017
@@ -3,16 +3,15 @@
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~),
gnome-pkg-tools (>= 0.10),
- autoconf-archive,
libglib2.0-dev (>= 2.45.8),
libgtk-3-dev (>= 3.4.0),
libcairo2-dev (>= 1.0.0),
libupower-glib-dev (>= 0.99),
docbook-to-man,
- intltool (>= 0.50.0),
docbook-utils,
+ meson (>= 0.37.0),
pkg-config,
appstream-util
Standards-Version: 3.9.8
Modified: desktop/unstable/gnome-power-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/rules?rev=53349&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/rules [utf-8] Fri Sep 1 23:32:47 2017
@@ -5,4 +5,4 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
%:
- dh $@ --with gnome
+ dh $@ --with gnome --buildsystem=meson
More information about the pkg-gnome-commits
mailing list