r21866 - in /packages/unstable/gnome-dvb-daemon/debian: changelog control.in rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Oct 9 08:11:49 UTC 2009


Author: slomo
Date: Fri Oct  9 08:11:34 2009
New Revision: 21866

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21866
Log:
* debian/rules,
  debian/control.in:
  + Regenerate C sources from the Vala sources at build time.

Modified:
    packages/unstable/gnome-dvb-daemon/debian/changelog
    packages/unstable/gnome-dvb-daemon/debian/control.in
    packages/unstable/gnome-dvb-daemon/debian/rules

Modified: packages/unstable/gnome-dvb-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/changelog?rev=21866&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/changelog [utf-8] Fri Oct  9 08:11:34 2009
@@ -1,6 +1,12 @@
 gnome-dvb-daemon (0.1.11-1) unstable; urgency=low
 
+  [ Sebastian Reichel ]
   * New Upstream Release 
+
+  [ Sebastian Dröge ]
+  * debian/rules,
+    debian/control.in:
+    + Regenerate C sources from the Vala sources at build time.
 
  -- Sebastian Reichel <elektranox at gmail.com>  Wed, 07 Oct 2009 00:32:28 +0200
 

Modified: packages/unstable/gnome-dvb-daemon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/control.in?rev=21866&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/control.in [utf-8] Fri Oct  9 08:11:34 2009
@@ -16,7 +16,7 @@
                libsqlite3-dev (>= 3.4),
                libgstreamer0.10-dev (>= 0.10.19),
                libgstrtspserver-0.10-dev (>= 0.10.4),
-               valac (>= 0.7.7),
+               valac (>= 0.7.7-3),
                gstreamer0.10-tools,
                gstreamer0.10-plugins-bad,
                gstreamer0.10-plugins-good,

Modified: packages/unstable/gnome-dvb-daemon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/rules?rev=21866&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/rules [utf-8] Fri Oct  9 08:11:34 2009
@@ -8,7 +8,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-totem-plugin
 
-#DEB_CONFIGURE_SCRIPT_ENV += VALAC="/usr/bin/valac --target-glib=2.16"
+DEB_CONFIGURE_SCRIPT_ENV += VALAC="/usr/bin/valac --target-glib=2.16"
 
 binary-install/gnome-dvb-client::
 	dh_pysupport -pgnome-dvb-client
@@ -16,5 +16,5 @@
 binary-install/totem-plugins-dvb-daemon::
 	dh_pysupport -ptotem-plugins-dvb-daemon /usr/lib/totem/plugins/dvb-daemon
 
-#makebuilddir::
-#	rm -f src/gnome-dvb-daemon.vala.stamp
+makebuilddir::
+	rm -f src/gnome-dvb-daemon.vala.stamp




More information about the pkg-gnome-commits mailing list