[Pkg-voip-commits] r9634 - in /yate/trunk/debian: changelog control rules yate-core.install

msp at alioth.debian.org msp at alioth.debian.org
Sun Apr 1 00:09:37 UTC 2012


Author: msp
Date: Sun Apr  1 00:09:36 2012
New Revision: 9634

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9634
Log:
* configure --without-pwlib --without-openh323 - FTBFS
* Disable --parallel

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/control
    yate/trunk/debian/rules
    yate/trunk/debian/yate-core.install

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=9634&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Sun Apr  1 00:09:36 2012
@@ -22,8 +22,10 @@
   [ Mark Purcell ]
   * Update build/watch/g-o-s to yate4
   * ACK NMU - Thanks Matthias & Gregor
-
- -- Mark Purcell <msp at debian.org>  Sun, 01 Apr 2012 08:59:48 +1000
+  * configure --without-pwlib --without-openh323 - FTBFS
+  * Disable --parallel
+
+ -- Mark Purcell <msp at debian.org>  Sun, 01 Apr 2012 09:50:39 +1000
 
 yate (2.2.0-1~dfsg-1.2) unstable; urgency=low
 

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=9634&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Sun Apr  1 00:09:36 2012
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 8),
  autotools-dev,
  dh-autoreconf,
- libh323plus-dev (>= 1.22.0~),
+# libh323plus-dev (>= 1.22.0~),
  libgsm1-dev,
  dahdi-source,
  libmysqlclient-dev,
@@ -107,17 +107,17 @@
  .
  These are the modules that require PostgreSQL.
 
-Package: yate-h323
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
-Conflicts: yate-openh323
-Replaces: yate-openh323
-Description: H323 module for YATE based on H323Plus
- YATE is a telephony engine aimed at creating a telephony server that
- performs well enough to deal with PBX requirements and also flexible
- enough for complex Gateway and IVR solutions.
- .
- This is the H.323 protocol module.
+#Package: yate-h323
+#Architecture: any
+#Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
+#Conflicts: yate-openh323
+#Replaces: yate-openh323
+#Description: H323 module for YATE based on H323Plus
+# YATE is a telephony engine aimed at creating a telephony server that
+# performs well enough to deal with PBX requirements and also flexible
+# enough for complex Gateway and IVR solutions.
+# .
+# This is the H.323 protocol module.
 
 Package: yate-qt4
 Conflicts: yate-gtk2

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=9634&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Sun Apr  1 00:09:36 2012
@@ -19,14 +19,12 @@
 	touch $@
 
 %:
-	dh $@ --parallel --with autotools_dev,autoreconf 
+	dh $@ --with autotools_dev,autoreconf 
 
 config.status: check-ilbc 
 	dh_autoreconf --as-needed
 	dh_auto_configure --\
-		--disable-ilbc --without-amrnb --without-coredumper --enable-sctp
-		#--datarootdir=/usr/share --docdir=/usr/share/doc/yate-doc \
-		#--with-openssl --with-libgsm --with-libqt4
+		--disable-ilbc --without-amrnb --without-coredumper --enable-sctp  --without-pwlib --without-openh323
 
 build: build-arch build-indep
 
@@ -38,7 +36,7 @@
 
 build-indep: build-indep-stamp
 build-indep-stamp: config.status
-	cd share/scripts/yaypm ; python2.6 ./setup.py build
+	cd share/scripts/yaypm ; python ./setup.py build
 	touch $@
 
 

Modified: yate/trunk/debian/yate-core.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate-core.install?rev=9634&op=diff
==============================================================================
--- yate/trunk/debian/yate-core.install (original)
+++ yate/trunk/debian/yate-core.install Sun Apr  1 00:09:36 2012
@@ -1,5 +1,6 @@
+etc/yate/*.conf
 usr/lib/yate/*.yate
 usr/lib/yate/client/osschan.yate
 usr/lib/yate/client/jabberclient.yate
+usr/lib/yate/sig/
 usr/share/yate/data/*
-etc/yate/*.conf




More information about the Pkg-voip-commits mailing list