[Pkg-voip-commits] r8175 - in /yate/trunk/debian: rules yate.install

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Mon Mar 8 14:31:29 UTC 2010


Author: tzafrir-guest
Date: Mon Mar  8 14:31:29 2010
New Revision: 8175

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8175
Log:
* Move yate.ocnf to package yate (Ioana Stanciu).
* Explicitly disable some build options, just in case (Ioana Stanciu).

Modified:
    yate/trunk/debian/rules
    yate/trunk/debian/yate.install

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=8175&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Mon Mar  8 14:31:29 2010
@@ -57,7 +57,8 @@
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure $(confflags) --prefix=/usr \
 	       --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
-	       --sysconfdir=/etc --disable-ilbc
+	       --sysconfdir=/etc --disable-ilbc --without-amrnb \
+	       --without-coredumper
 		#--prefix=/ --exec-prefix=/usr \
 		#--datarootdir=/usr/share --docdir=/usr/share/doc/yate-doc \
 		#--mandir=/usr/share/man --includedir=/usr/include \
@@ -122,7 +123,7 @@
 	dh_builddeb -i
 
 subpacks_names = alsa dahdi qt4 mysql openh323 pgsql
-subpacks = $(subpacks_names:%=$(CURDIR)/debian/yate-%)
+subpacks = $(subpacks_names:%=$(CURDIR)/debian/yate-%) $(CURDIR)/debian/yate
 
 # Build architecture-dependent files here.
 binary-arch: install

Modified: yate/trunk/debian/yate.install
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate.install?rev=8175&op=diff
==============================================================================
--- yate/trunk/debian/yate.install (original)
+++ yate/trunk/debian/yate.install Mon Mar  8 14:31:29 2010
@@ -1,2 +1,3 @@
 usr/bin/yate
 usr/share/man/man8/yate.*
+etc/yate/yate.conf




More information about the Pkg-voip-commits mailing list