[Pkg-voip-commits] r9241 - in /yate/trunk/debian: control rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sat Aug 6 21:25:08 UTC 2011


Author: kilian
Date: Sat Aug  6 21:25:08 2011
New Revision: 9241

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9241
Log:
fix building-requirements. Now it only fails with latest ptlib/h323plus

Modified:
    yate/trunk/debian/control
    yate/trunk/debian/rules

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=9241&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Sat Aug  6 21:25:08 2011
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 8),
  autotools-dev,
  dh-autoreconf,
- libh323plus-dev (>= 1.22.0),
+ libh323plus-dev (>= 1.22.0~),
  libpt-dev (>= 2.10),
  libgsm1-dev,
  dahdi-source,

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=9241&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Sat Aug  6 21:25:08 2011
@@ -19,15 +19,12 @@
 	touch $@
 
 %:
-	dh $@ --with autotools_dev --with autoreconf --parallel
+	dh $@ --parallel --with autotools_dev,autoreconf 
 
-override_dh_autoreconf:
+config.status: check-ilbc 
 	dh_autoreconf --as-needed
-
-override_dh_auto_configure: check-ilbc 
 	dh_auto_configure --\
 		--disable-ilbc --without-amrnb --without-coredumper
-		#--prefix=/ --exec-prefix=/usr \
 		#--datarootdir=/usr/share --docdir=/usr/share/doc/yate-doc \
 		#--with-openssl --with-libgsm --with-libqt4
 
@@ -36,9 +33,7 @@
 build-arch: build-arch-stamp
 build-arch-stamp: config.status
 	dh_testdir
-	# Add here commands to compile the package.
 	$(MAKE)
-	#docbook-to-man debian/yate.sgml > yate.1
 	touch $@
 
 build-indep: build-indep-stamp




More information about the Pkg-voip-commits mailing list