r53134 - in /desktop/unstable/gnome-color-manager/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 30 17:34:25 UTC 2017


Author: jbicha-guest
Date: Wed Aug 30 17:34:25 2017
New Revision: 53134

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

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

Modified: desktop/unstable/gnome-color-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/changelog?rev=53134&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/changelog	[utf-8] Wed Aug 30 17:34:25 2017
@@ -1,6 +1,7 @@
 gnome-color-manager (3.25.90-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with meson
 
  -- Jeremy Bicha <jbicha at debian.org>  Wed, 30 Aug 2017 13:22:39 -0400
 

Modified: desktop/unstable/gnome-color-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/control?rev=53134&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/control	[utf-8] Wed Aug 30 17:34:25 2017
@@ -6,26 +6,26 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.8
 Build-Depends: appstream-util,
                autoconf-archive,
-               debhelper (>= 10),
+               debhelper (>= 10.3~),
                gnome-pkg-tools,
-               intltool,
                libgtk-3-dev (>= 3.3.8),
                libglib2.0-dev (>= 2.31.10),
                libvte-2.91-dev (>= 0.25.1),
                liblcms2-dev (>= 2.2),
                docbook-utils,
                docbook,
+               itstool,
                libcanberra-gtk3-dev (>= 0.10),
                libtiff-dev,
                libcolord-dev (>= 1.3.1),
                libcolord-gtk-dev (>= 0.1.20),
                libexiv2-dev,
                libexif-dev,
-               yelp-tools
+               meson (>= 0.37)
 Homepage: https://git.gnome.org/browse/gnome-color-manager
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-color-manager/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-color-manager/

Modified: desktop/unstable/gnome-color-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/control.in?rev=53134&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/control.in	[utf-8] Wed Aug 30 17:34:25 2017
@@ -6,22 +6,22 @@
 Standards-Version: 3.9.8
 Build-Depends: appstream-util,
                autoconf-archive,
-               debhelper (>= 10),
+               debhelper (>= 10.3~),
                gnome-pkg-tools,
-               intltool,
                libgtk-3-dev (>= 3.3.8),
                libglib2.0-dev (>= 2.31.10),
                libvte-2.91-dev (>= 0.25.1),
                liblcms2-dev (>= 2.2),
                docbook-utils,
                docbook,
+               itstool,
                libcanberra-gtk3-dev (>= 0.10),
                libtiff-dev,
                libcolord-dev (>= 1.3.1),
                libcolord-gtk-dev (>= 0.1.20),
                libexiv2-dev,
                libexif-dev,
-               yelp-tools
+               meson (>= 0.37)
 Homepage: https://git.gnome.org/browse/gnome-color-manager
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-color-manager/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-color-manager/

Modified: desktop/unstable/gnome-color-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-color-manager/debian/rules?rev=53134&op=diff
==============================================================================
--- desktop/unstable/gnome-color-manager/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-color-manager/debian/rules	[utf-8] Wed Aug 30 17:34:25 2017
@@ -5,10 +5,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with gnome
-
-override_dh_autoreconf:
-	dh_autoreconf --as-needed
+	dh $@ --with gnome --buildsystem=meson
 
 # We run autopkgtest instead
 override_dh_auto_test:




More information about the pkg-gnome-commits mailing list