[Pkg-telepathy-commits] ./packages/experimental/farsight2 r21: debian/rules: explicitly enable only the rawudp and multicast transmitter,

sjoerd at luon.net sjoerd at luon.net
Thu Nov 13 22:07:24 UTC 2008


------------------------------------------------------------
revno: 21
committer: sjoerd at luon.net
branch nick: farsight2
timestamp: Thu 2008-11-13 22:07:24 +0000
message:
  debian/rules: explicitly enable only the rawudp and multicast transmitter,
  as the nice autodetection is broken.
modified:
  changelog
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-11-13 21:40:03 +0000
+++ b/changelog	2008-11-13 22:07:24 +0000
@@ -7,8 +7,10 @@
     documentation
   * debian/libgstfarsight0.10-doc.install: Use the new location of the library
     documentation
+  * debian/rules: explicitly enable only the rawudp and multicast transmitter,
+    as the nice autodetection is broken.
 
- -- Sjoerd Simons <sjoerd at debian.org>  Thu, 13 Nov 2008 21:38:26 +0000
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 13 Nov 2008 22:02:03 +0000
 
 farsight2 (0.0.3-1) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2008-03-08 20:27:51 +0000
+++ b/rules	2008-11-13 22:07:24 +0000
@@ -4,7 +4,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-python
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-python \
+  --with-transmitter-plugins=rawudp,multicast
 
 # Testsuit has a race-condition, so disable it for now
 #DEB_MAKE_CHECK_TARGET = check



More information about the Pkg-telepathy-commits mailing list