[Pkg-voip-commits] r9066 - in /opal/trunk/debian: changelog control rules
kilian at alioth.debian.org
kilian at alioth.debian.org
Thu Jun 30 19:00:42 UTC 2011
Author: kilian
Date: Thu Jun 30 19:00:41 2011
New Revision: 9066
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9066
Log:
* Add symbols file for libopal3.10.1 (but don't fail builds while we're in
experimental)
* Add pkg-kde-tools to take advantage of pkgkde-symbolshelper which is
better suited for C++ libs - thanks to Modestas Vainius!
(this makes c++ symbol files somewhat less painful. But still different
g++ versions emit a bit different symbol sets so ftbfs'es happen)
Modified:
opal/trunk/debian/changelog
opal/trunk/debian/control
opal/trunk/debian/rules
Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=9066&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Thu Jun 30 19:00:41 2011
@@ -17,6 +17,12 @@
upstream
* Remove Changelog from docs as upstream doesn't ship it
* Replace jquery.js with Debian's libjs-jquery version to make lintian happy
+ * Add symbols file for libopal3.10.1 (but don't fail builds while we're in
+ experimental)
+ * Add pkg-kde-tools to take advantage of pkgkde-symbolshelper which is
+ better suited for C++ libs - thanks to Modestas Vainius!
+ (this makes c++ symbol files somewhat less painful. But still different
+ g++ versions emit a bit different symbol sets so ftbfs'es happen)
[ Tzafrir Cohen ]
* Patch spandsp_autoconf_cppflags: fix detection of spandsp
Modified: opal/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/control?rev=9066&op=diff
==============================================================================
--- opal/trunk/debian/control (original)
+++ opal/trunk/debian/control Thu Jun 30 19:00:41 2011
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 8), doxygen, autotools-dev, pkg-config,
libpt-dev (>= 2.10.1~),
libsrtp-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390],
- libcelt-dev,
+ libcelt-dev, pkg-kde-tools,
libtheora-dev, libgsm1-dev, libspeex-dev, libspeexdsp-dev,
libcapi20-dev, libspandsp-dev (>= 0.0.6~pre17)
Build-Conflicts: libopal-dev, libx264-dev,
Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=9066&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Thu Jun 30 19:00:41 2011
@@ -14,8 +14,12 @@
# no := here for we need evaluation at runtime!
OPAL_LIBDIR=$(shell sed -n -e "/^OPAL_LIBDIR/s,^.*/,$(CURDIR)/,p" opal_defs.mak)
+# to collect all symbols on all archs in experimental
+# and set this to 1 or higher once we move to unstable
+export DPKG_GENSYMBOLS_CHECK_LEVEL=0
+
%:
- dh $@ --parallel --with autotools_dev
+ dh $@ --parallel --with autotools_dev --with=pkgkde-symbolshelper
override_dh_auto_configure:
More information about the Pkg-voip-commits
mailing list