[Pkg-voip-commits] r9067 - in /openh323/trunk/debian: changelog control rules

kilian at alioth.debian.org kilian at alioth.debian.org
Thu Jun 30 19:03:13 UTC 2011


Author: kilian
Date: Thu Jun 30 19:03:13 2011
New Revision: 9067

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9067
Log:
* Add symbols file for libh323-1.22.0 (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)
* Remove duplicate Section for binary package libh323-1.22.0

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

Modified: openh323/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/changelog?rev=9067&op=diff
==============================================================================
--- openh323/trunk/debian/changelog (original)
+++ openh323/trunk/debian/changelog Thu Jun 30 19:03:13 2011
@@ -9,8 +9,15 @@
   * Update VCS fields in debian/control
   * Bump build-depends for libpt-dev to 2.6.7
   * Add legacy PTLIBDIR to build process until upstream uses pkg-config
-
- -- Kilian Krause <kilian at debian.org>  Mon, 27 Jun 2011 09:16:52 +0200
+  * Add symbols file for libh323-1.22.0 (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)
+  * Remove duplicate Section for binary package libh323-1.22.0
+
+ -- Kilian Krause <kilian at debian.org>  Thu, 30 Jun 2011 21:02:30 +0200
 
 h323plus (1.21.0~dfsg-1) unstable; urgency=low
 

Modified: openh323/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/control?rev=9067&op=diff
==============================================================================
--- openh323/trunk/debian/control (original)
+++ openh323/trunk/debian/control Thu Jun 30 19:03:13 2011
@@ -4,7 +4,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Mark Purcell <msp at debian.org>, Faidon Liambotis <paravoid at debian.org>
 Build-Depends: debhelper (>= 8), libsasl2-dev, autotools-dev, binutils (>= 2.17), dpkg-dev (>= 1.13.19), 
- libpt-dev (>= 2.6.7), libldap2-dev, libssl-dev, libexpat1-dev, libsdl1.2-dev, unixodbc-dev
+ libpt-dev (>= 2.6.7), libldap2-dev, libssl-dev, libexpat1-dev, libsdl1.2-dev, unixodbc-dev, pkg-kde-tools
 Build-Conflicts: libopenh323-dev, libopenh323-1.18.0
 Standards-Version: 3.8.4
 Homepage: http://www.h323plus.org/
@@ -12,7 +12,6 @@
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/openh323/trunk/
 
 Package: libh323-1.22.0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: H.323 aka VoIP library

Modified: openh323/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/rules?rev=9067&op=diff
==============================================================================
--- openh323/trunk/debian/rules (original)
+++ openh323/trunk/debian/rules Thu Jun 30 19:03:13 2011
@@ -12,8 +12,12 @@
 
 export PTLIBDIR = $(CURDIR)/debian/ptlibdir
 
+# 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:
 	rm -rf debian/ptlibdir;mkdir debian/ptlibdir;for file in /usr/include/ptlib/* /usr/share/ptlib/*;do ln -sf $$file debian/ptlibdir;done




More information about the Pkg-voip-commits mailing list