r53139 - in /desktop/unstable/gnome-clocks/debian: changelog control control.in rules

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


Author: jbicha-guest
Date: Wed Aug 30 17:40:36 2017
New Revision: 53139

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

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

Modified: desktop/unstable/gnome-clocks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-clocks/debian/changelog?rev=53139&op=diff
==============================================================================
--- desktop/unstable/gnome-clocks/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-clocks/debian/changelog	[utf-8] Wed Aug 30 17:40:36 2017
@@ -1,6 +1,9 @@
 gnome-clocks (3.25.90-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with meson.
+  * debian/control.in:
+    - Bump Build-Dependencies per upstream to stable releases
 
  -- Jeremy Bicha <jbicha at debian.org>  Wed, 30 Aug 2017 13:38:07 -0400
 

Modified: desktop/unstable/gnome-clocks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-clocks/debian/control?rev=53139&op=diff
==============================================================================
--- desktop/unstable/gnome-clocks/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-clocks/debian/control	[utf-8] Wed Aug 30 17:40:36 2017
@@ -6,20 +6,21 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 10),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 10.3),
                gnome-pkg-tools,
-               libgeoclue-2-dev (>= 2.3.1),
-               libgeocode-glib-dev (>= 0.99.4),
+               itstool,
+               libgeoclue-2-dev (>= 2.4),
+               libgeocode-glib-dev (>= 1.0),
                libgirepository1.0-dev,
                libglib2.0-dev (>= 2.44),
                libgnome-desktop-3-dev (>= 3.7.90),
                libgsound-dev (>= 0.98),
-               libgtk-3-dev (>= 3.19.8),
+               libgtk-3-dev (>= 3.20.0),
                libgweather-3-dev (>= 3.13.91),
+               meson (>= 0.41.0),
                pkg-config,
-               valac (>= 0.32.0),
-               yelp-tools
+               valac (>= 0.32.0)
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-clocks
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-clocks/

Modified: desktop/unstable/gnome-clocks/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-clocks/debian/control.in?rev=53139&op=diff
==============================================================================
--- desktop/unstable/gnome-clocks/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-clocks/debian/control.in	[utf-8] Wed Aug 30 17:40:36 2017
@@ -3,19 +3,20 @@
 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,
-               libgeoclue-2-dev (>= 2.3.1),
-               libgeocode-glib-dev (>= 0.99.4),
+               itstool,
+               libgeoclue-2-dev (>= 2.4),
+               libgeocode-glib-dev (>= 1.0),
                libgirepository1.0-dev,
                libglib2.0-dev (>= 2.44),
                libgnome-desktop-3-dev (>= 3.7.90),
                libgsound-dev (>= 0.98),
-               libgtk-3-dev (>= 3.19.8),
+               libgtk-3-dev (>= 3.20.0),
                libgweather-3-dev (>= 3.13.91),
+               meson (>= 0.41.0),
                pkg-config,
-               valac (>= 0.32.0),
-               yelp-tools
+               valac (>= 0.32.0)
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-clocks
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-clocks/

Modified: desktop/unstable/gnome-clocks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-clocks/debian/rules?rev=53139&op=diff
==============================================================================
--- desktop/unstable/gnome-clocks/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-clocks/debian/rules	[utf-8] Wed Aug 30 17:40:36 2017
@@ -6,12 +6,4 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with gnome
-
-override_dh_clean:
-	dh_clean
-	# delete the vala stamps, so that valac will always rebuild all sources
-	find . -name "*_vala.stamp" -delete
-
-override_dh_autoreconf:
-	dh_autoreconf --as-needed
+	dh $@ --with gnome --buildsystem=meson




More information about the pkg-gnome-commits mailing list