r38271 - in /desktop/experimental/d-conf/debian: changelog control control.in

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri May 31 16:21:19 UTC 2013


Author: laney
Date: Fri May 31 16:21:18 2013
New Revision: 38271

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38271
Log:
Build-Depend on valac (>= 0.17) to use the default valac instead of
selecting the (now removed) valac-0.18 directly.

Modified:
    desktop/experimental/d-conf/debian/changelog
    desktop/experimental/d-conf/debian/control
    desktop/experimental/d-conf/debian/control.in

Modified: desktop/experimental/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/changelog?rev=38271&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/changelog [utf-8] (original)
+++ desktop/experimental/d-conf/debian/changelog [utf-8] Fri May 31 16:21:18 2013
@@ -1,5 +1,6 @@
 d-conf (0.16.0-2) UNRELEASED; urgency=low
 
+  [ Sebastien Bacher ]
   * debian/control.in, debian/dconf-editor.install, 
     debian/dconf-cli.install, debian/dconf-tools.install:
     - split dconf-tools in dconf-cli and dconf-editor, the dconf command
@@ -8,6 +9,10 @@
       users upgrading still have the editor.
   * debian/control.in, debian/tests: 
     - simple build/run autopkg test, thanks Rafal Cieslak and Martin Pitt
+
+  [ Iain Lane ]
+  * Build-Depend on valac (>= 0.17) to use the default valac instead of
+    selecting the (now removed) valac-0.18 directly.
 
  -- Sebastien Bacher <seb128 at debian.org>  Fri, 31 May 2013 11:48:32 +0200
 

Modified: desktop/experimental/d-conf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control?rev=38271&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control [utf-8] Fri May 31 16:21:18 2013
@@ -14,7 +14,7 @@
                gtk-doc-tools (>= 1.15),
                intltool (>= 0.50.0),
                xsltproc,
-               valac-0.18 (>= 0.17.0),
+               valac (>= 0.17.0),
                libglib2.0-dev (>= 2.35.2),
                libdbus-1-dev,
                libgtk-3-dev (>= 3.0.0),

Modified: desktop/experimental/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control.in?rev=38271&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control.in [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control.in [utf-8] Fri May 31 16:21:18 2013
@@ -10,7 +10,7 @@
                gtk-doc-tools (>= 1.15),
                intltool (>= 0.50.0),
                xsltproc,
-               valac-0.18 (>= 0.17.0),
+               valac (>= 0.17.0),
                libglib2.0-dev (>= 2.35.2),
                libdbus-1-dev,
                libgtk-3-dev (>= 3.0.0),




More information about the pkg-gnome-commits mailing list