r39959 - in /packages/experimental/gnome-clocks/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Oct 17 13:29:26 UTC 2013


Author: ah
Date: Thu Oct 17 13:29:26 2013
New Revision: 39959

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39959
Log:
* 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

Modified:
    packages/experimental/gnome-clocks/debian/changelog
    packages/experimental/gnome-clocks/debian/control
    packages/experimental/gnome-clocks/debian/control.in
    packages/experimental/gnome-clocks/debian/rules

Modified: packages/experimental/gnome-clocks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-clocks/debian/changelog?rev=39959&op=diff
==============================================================================
--- packages/experimental/gnome-clocks/debian/changelog	[utf-8] (original)
+++ packages/experimental/gnome-clocks/debian/changelog	[utf-8] Thu Oct 17 13:29:26 2013
@@ -1,8 +1,19 @@
-gnome-clocks (3.8.2-3) UNRELEASED; urgency=low
+gnome-clocks (3.10.1-1) UNRELEASED; urgency=low
 
   * 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
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 17 Oct 2013 12:54:54 +0200
 
 gnome-clocks (3.8.2-2) unstable; urgency=low
 

Modified: packages/experimental/gnome-clocks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-clocks/debian/control?rev=39959&op=diff
==============================================================================
--- packages/experimental/gnome-clocks/debian/control	[utf-8] (original)
+++ packages/experimental/gnome-clocks/debian/control	[utf-8] Thu Oct 17 13:29:26 2013
@@ -11,14 +11,17 @@
 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/
@@ -27,7 +30,8 @@
 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/experimental/gnome-clocks/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-clocks/debian/control.in?rev=39959&op=diff
==============================================================================
--- packages/experimental/gnome-clocks/debian/control.in	[utf-8] (original)
+++ packages/experimental/gnome-clocks/debian/control.in	[utf-8] Thu Oct 17 13:29:26 2013
@@ -6,14 +6,17 @@
 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/
@@ -22,7 +25,8 @@
 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/experimental/gnome-clocks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-clocks/debian/rules?rev=39959&op=diff
==============================================================================
--- packages/experimental/gnome-clocks/debian/rules	[utf-8] (original)
+++ packages/experimental/gnome-clocks/debian/rules	[utf-8] Thu Oct 17 13:29:26 2013
@@ -5,3 +5,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	find . -name "*_vala.stamp" | xargs rm -f
+	dh_auto_configure




More information about the pkg-gnome-commits mailing list