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

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Mon Feb 22 16:17:57 UTC 2010


Author: tzafrir-guest
Date: Mon Feb 22 16:17:44 2010
New Revision: 8127

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8127
Log:
If you patch configure.in, better re-run autoconf

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

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=8127&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Mon Feb 22 16:17:44 2010
@@ -11,9 +11,10 @@
     yate (Ioana Stanciu).
   * Also separate out yate-dahdi (Ioana Stanciu).
   * Patch dahdi: backport dahdi support from 2.2 (Ioana Stanciu).
+  * Which also requires running autoconf, and depending on autoconf.
   * Switch to format v3.
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Mon, 22 Feb 2010 15:50:05 +0200
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Mon, 22 Feb 2010 18:16:40 +0200
 
 yate (2.1.0-1~dfsg-1) unstable; urgency=low
 

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=8127&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Mon Feb 22 16:17:44 2010
@@ -5,6 +5,7 @@
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Faidon Liambotis <paravoid at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>= 7),
  autotools-dev,
+ autoconf,
  libopenh323-dev (>= 1.15.6),
  libgsm1-dev,
  dahdi-source,

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=8127&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Mon Feb 22 16:17:44 2010
@@ -48,9 +48,12 @@
 endif
 	touch $@
 
+configure:
+	if [ -f configure ]; then cp -a configure configure.sav; fi
+	autoconf
+
 config.status: check-ilbc configure
 	dh_testdir
-	touch configure
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure $(confflags) --prefix=/usr \
 	       --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
@@ -85,6 +88,7 @@
 	rm -f config.sub config.guess
 	cp /usr/share/misc/config.sub config.sub
 	cp /usr/share/misc/config.guess config.guess
+	if [ -f configure.sav ]; then mv configure.sav configure; fi
 	dh_clean 
 
 install: build




More information about the Pkg-voip-commits mailing list