r33324 - in /desktop/unstable/d-conf/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Mar 18 14:43:46 UTC 2012


Author: biebl
Date: Sun Mar 18 14:43:46 2012
New Revision: 33324

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33324
Log:
Build-Depend on valac (>= 0.12) instead of valac-0.12 to be ready for the
upcoming vala 0.12 removal. Closes: #663303

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

Modified: desktop/unstable/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/changelog?rev=33324&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/changelog [utf-8] (original)
+++ desktop/unstable/d-conf/debian/changelog [utf-8] Sun Mar 18 14:43:46 2012
@@ -11,8 +11,10 @@
 
   [ Michael Biebl ]
   * Bump Build-Depends on cdbs for multiarch support.
-
- -- Michael Biebl <biebl at debian.org>  Sun, 18 Mar 2012 15:41:42 +0100
+  * Build-Depend on valac (>= 0.12) instead of valac-0.12 to be ready for the
+    upcoming vala 0.12 removal. Closes: #663303
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 18 Mar 2012 15:42:27 +0100
 
 d-conf (0.10.0-3) unstable; urgency=low
 

Modified: desktop/unstable/d-conf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/control?rev=33324&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/control [utf-8] (original)
+++ desktop/unstable/d-conf/debian/control [utf-8] Sun Mar 18 14:43:46 2012
@@ -13,7 +13,7 @@
                autotools-dev,
                gnome-pkg-tools,
                gtk-doc-tools (>= 1.15),
-               valac-0.12 (>= 0.11.7),
+               valac (>= 0.12),
                libglib2.0-dev (>= 2.29.90),
                libdbus-1-dev,
                libgtk-3-dev (>= 3.0.0),

Modified: desktop/unstable/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/control.in?rev=33324&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/control.in [utf-8] (original)
+++ desktop/unstable/d-conf/debian/control.in [utf-8] Sun Mar 18 14:43:46 2012
@@ -8,7 +8,7 @@
                autotools-dev,
                gnome-pkg-tools,
                gtk-doc-tools (>= 1.15),
-               valac-0.12 (>= 0.11.7),
+               valac (>= 0.12),
                libglib2.0-dev (>= 2.29.90),
                libdbus-1-dev,
                libgtk-3-dev (>= 3.0.0),




More information about the pkg-gnome-commits mailing list