r40532 - in /packages/unstable/gnome-clocks: ./ debian/changelog debian/control debian/control.in debian/rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Feb 16 15:44:23 UTC 2014


Author: bigon
Date: Sun Feb 16 15:44:23 2014
New Revision: 40532

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40532
Log:
Merge from experimental

Modified:
    packages/unstable/gnome-clocks/   (props changed)
    packages/unstable/gnome-clocks/debian/changelog
    packages/unstable/gnome-clocks/debian/control
    packages/unstable/gnome-clocks/debian/control.in
    packages/unstable/gnome-clocks/debian/rules

Propchange: packages/unstable/gnome-clocks/
------------------------------------------------------------------------------
    svn:mergeinfo = /packages/experimental/gnome-clocks:39950-40531

Modified: packages/unstable/gnome-clocks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-clocks/debian/changelog?rev=40532&op=diff
==============================================================================
--- packages/unstable/gnome-clocks/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-clocks/debian/changelog	[utf-8] Sun Feb 16 15:44:23 2014
@@ -1,8 +1,24 @@
-gnome-clocks (3.8.2-3) UNRELEASED; urgency=low
+gnome-clocks (3.10.1-1) UNRELEASED; urgency=low
 
+  [ Andreas Henriksson ]
   * Fix Vcs-* fields in debian/control*
+  * New upstream release.
+  * Update build-dependencies according to configure.ac:
+    - Bump libgweather-3-dev to >= 3.9.91
+    - Add libgeocode-glib-dev (>= 0.99.4)
+    - Bump valac to >= 0.21.2
+    - Bump libgtk-3-dev to >= 3.9.11
+    - Add geoclue (>= 2.0)
+  * Add gnome-clocks dependency on geoclue (>= 2.0)
+  * Add blurb in debian/rules that forces rebuild from vala source
+  * Bump build-dependency on libgweather-3-dev to >= 3.10.1-1~
+    - vala bindings got enabled in that package revision
 
- -- Andreas Henriksson <andreas at fatal.se>  Thu, 17 Oct 2013 11:52:41 +0200
+  [ Jackson Doak ]
+  * Add --disable-silent-rules to configure call, gives verbose buildlogs
+  * Update homepage. Closes: #728997
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Fri, 27 Dec 2013 08:25:01 +1100
 
 gnome-clocks (3.8.2-2) unstable; urgency=low
 

Modified: packages/unstable/gnome-clocks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-clocks/debian/control?rev=40532&op=diff
==============================================================================
--- packages/unstable/gnome-clocks/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-clocks/debian/control	[utf-8] Sun Feb 16 15:44:23 2014
@@ -11,23 +11,27 @@
 Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
                pkg-config,
+               geoclue (>= 2.0),
                intltool,
-               valac (>= 0.17.4),
-               libgweather-3-dev (>= 3.7.90),
+               valac (>= 0.21.2),
+               libgeocode-glib-dev (>= 0.99.4),
+               libgweather-3-dev (>= 3.10.1-1~),
                libnotify-dev (>= 0.7.0),
                libcanberra-dev (>= 0.30),
-               libgtk-3-dev (>= 3.7.12),
+               libgtk-3-dev (>= 3.9.11),
                libgnome-desktop-3-dev (>= 3.7.90),
-               libgirepository1.0-dev
+               libgirepository1.0-dev,
+               yelp-tools
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-clocks
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-clocks/
-Homepage: https://wiki.gnome.org/GnomeClocks
+Homepage: https://wiki.gnome.org/Design/Apps/Clock
 
 Package: gnome-clocks
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         geoclue (>= 2.0)
 Description: Simple GNOME app with stopwatch, timer, and world clock support
  GNOME Clocks is a simple application to show the time and date in multiple
  locations and set alarms or timers. A stopwatch is also included.

Modified: packages/unstable/gnome-clocks/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-clocks/debian/control.in?rev=40532&op=diff
==============================================================================
--- packages/unstable/gnome-clocks/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-clocks/debian/control.in	[utf-8] Sun Feb 16 15:44:23 2014
@@ -6,23 +6,27 @@
 Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
                pkg-config,
+               geoclue (>= 2.0),
                intltool,
-               valac (>= 0.17.4),
-               libgweather-3-dev (>= 3.7.90),
+               valac (>= 0.21.2),
+               libgeocode-glib-dev (>= 0.99.4),
+               libgweather-3-dev (>= 3.10.1-1~),
                libnotify-dev (>= 0.7.0),
                libcanberra-dev (>= 0.30),
-               libgtk-3-dev (>= 3.7.12),
+               libgtk-3-dev (>= 3.9.11),
                libgnome-desktop-3-dev (>= 3.7.90),
-               libgirepository1.0-dev
+               libgirepository1.0-dev,
+               yelp-tools
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-clocks
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-clocks/
-Homepage: https://wiki.gnome.org/GnomeClocks
+Homepage: https://wiki.gnome.org/Design/Apps/Clock
 
 Package: gnome-clocks
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         geoclue (>= 2.0)
 Description: Simple GNOME app with stopwatch, timer, and world clock support
  GNOME Clocks is a simple application to show the time and date in multiple
  locations and set alarms or timers. A stopwatch is also included.

Modified: packages/unstable/gnome-clocks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-clocks/debian/rules?rev=40532&op=diff
==============================================================================
--- packages/unstable/gnome-clocks/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-clocks/debian/rules	[utf-8] Sun Feb 16 15:44:23 2014
@@ -5,3 +5,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	find . -name "*_vala.stamp" | xargs rm -f
+	dh_auto_configure -- --disable-silent-rules




More information about the pkg-gnome-commits mailing list