r16000 - in /desktop/unstable/totem/debian: changelog control control.in rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu May 22 08:03:29 UTC 2008


Author: slomo
Date: Thu May 22 08:03:29 2008
New Revision: 16000

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16000
Log:
* debian/control.in,
  debian/rules:
  + Disable vala support for now. It only builds a sample plugin anyway
    and thus is rather useless. Fixes FTBFS with newer valac.

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=16000&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog (original)
+++ desktop/unstable/totem/debian/changelog Thu May 22 08:03:29 2008
@@ -1,3 +1,12 @@
+totem (2.22.2-3) unstable; urgency=low
+
+  * debian/control.in,
+    debian/rules:
+    + Disable vala support for now. It only builds a sample plugin anyway
+      and thus is rather useless. Fixes FTBFS with newer valac.
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 22 May 2008 10:01:33 +0200
+
 totem (2.22.2-2) unstable; urgency=low
 
   [ Sam Morris ]

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=16000&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control (original)
+++ desktop/unstable/totem/debian/control Thu May 22 08:03:29 2008
@@ -49,8 +49,6 @@
                libxxf86vm-dev (>= 1.0.1),
                libx11-dev,
                gnome-doc-utils,
-               libvala-dev (>= 0.1.6),
-               valac (>= 0.1.6),
                python-dev (>= 2.3),
                python-gobject-dev,
                python-gtk2-dev (>= 2.12),

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=16000&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in (original)
+++ desktop/unstable/totem/debian/control.in Thu May 22 08:03:29 2008
@@ -49,8 +49,6 @@
                libxxf86vm-dev (>= 1.0.1),
                libx11-dev,
                gnome-doc-utils,
-               libvala-dev (>= 0.1.6),
-               valac (>= 0.1.6),
                python-dev (>= 2.3),
                python-gobject-dev,
                python-gtk2-dev (>= 2.12),

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=16000&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules (original)
+++ desktop/unstable/totem/debian/rules Thu May 22 08:03:29 2008
@@ -32,8 +32,7 @@
 	--disable-maintainer-mode \
 	--with-gecko=iceape \
 	--disable-run-in-source-tree \
-	--disable-scrollkeeper \
-	--enable-vala
+	--disable-scrollkeeper
 
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
         COMMON_CONFIGURE_FLAGS += --build=$(DEB_BUILD_GNU_TYPE)




More information about the pkg-gnome-commits mailing list