[Pkg-voip-commits] r9053 - in /ptlib/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Mon Jun 27 19:21:23 UTC 2011


Author: kilian
Date: Mon Jun 27 19:21:22 2011
New Revision: 9053

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9053
Log:
don't fail builds due to symbols while we're in experimental


Modified:
    ptlib/trunk/debian/changelog
    ptlib/trunk/debian/rules

Modified: ptlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/debian/changelog?rev=9053&op=diff
==============================================================================
--- ptlib/trunk/debian/changelog (original)
+++ ptlib/trunk/debian/changelog Mon Jun 27 19:21:22 2011
@@ -14,9 +14,10 @@
   * Re-Add more complete clean target and debian/clean for dh_clean to wipe
     out leftover files
   * Replace jquery.js with Debian's version to make lintian happy
-  * Add symbols file for libpt2.10.1
-
- -- Kilian Krause <kilian at debian.org>  Mon, 27 Jun 2011 15:33:38 +0200
+  * Add symbols file for libpt2.10.1 (but don't fail builds while we're in
+    experimental)
+
+ -- Kilian Krause <kilian at debian.org>  Mon, 27 Jun 2011 21:20:41 +0200
 
 ptlib (2.8.4-1) experimental; urgency=low
 

Modified: ptlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/debian/rules?rev=9053&op=diff
==============================================================================
--- ptlib/trunk/debian/rules (original)
+++ ptlib/trunk/debian/rules Mon Jun 27 19:21:22 2011
@@ -7,6 +7,10 @@
 FILENAME := ptlib_$(UPVERSION)~dfsg.orig.tar.gz
 UPFILENAME := ptlib_$(UPVERSION).orig.tar.gz
 URL := http://transact.dl.sourceforge.net/sourceforge/opalvoip/ptlib-$(UPVERSION).tar.bz2
+
+# 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 $@ --with autotools_dev --parallel




More information about the Pkg-voip-commits mailing list