[Pkg-voip-commits] r8401 - in /linphone/trunk/debian: changelog rules
msp at alioth.debian.org
msp at alioth.debian.org
Sat May 22 23:09:30 UTC 2010
Author: msp
Date: Sat May 22 23:09:29 2010
New Revision: 8401
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8401
Log:
configure --disable-strict (Closes: 561708)
Modified:
linphone/trunk/debian/changelog
linphone/trunk/debian/rules
Modified: linphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/changelog?rev=8401&op=diff
==============================================================================
--- linphone/trunk/debian/changelog (original)
+++ linphone/trunk/debian/changelog Sat May 22 23:09:29 2010
@@ -1,8 +1,9 @@
linphone (3.2.1-3) UNRELEASED; urgency=low
* debian/control s/It main/Its main/ (Closes: #582665)
-
- -- Mark Purcell <msp at debian.org> Sun, 23 May 2010 09:04:51 +1000
+ * configure --disable-strict (Closes: 561708)
+
+ -- Mark Purcell <msp at debian.org> Sun, 23 May 2010 09:07:08 +1000
linphone (3.2.1-2) unstable; urgency=low
Modified: linphone/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/rules?rev=8401&op=diff
==============================================================================
--- linphone/trunk/debian/rules (original)
+++ linphone/trunk/debian/rules Sat May 22 23:09:29 2010
@@ -7,6 +7,7 @@
DEB_BUILD_PARALLEL := yes
DEB_DH_MAKESHLIBS_ARGS_libmediastreamer0 := -V"libmediastreamer0 (>= 3)"
DEB_INSTALL_CHANGELOGS_ALL := NEWS
+DEB_CONFIGURE_EXTRA_FLAGS = --disable-strict
DEBVERSION:=$(shell head -n 1 debian/changelog \
| sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
More information about the Pkg-voip-commits
mailing list