[Pkg-voip-commits] r9425 - in /ptlib/trunk/debian: changelog control libpt2.10.1.install libpt2.10.3.install patches/ rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Dec 31 03:10:41 UTC 2011


Author: msp
Date: Sat Dec 31 03:10:39 2011
New Revision: 9425

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9425
Log:
* New upstream release
* NEW package libpt2.10.3 - soname bump
* Ack NMU - Thks Robert
* Fixed upstream "RTF_WASCLONED macro" (Closes: #634502)
* Refresh symbols for 2.10.3 - all symbols updated :-(
* TODO: Drop symbol support?? - few rdepends and exporting lots of symbols
* Non-maintainer upload.
* Fix for missing RTF_WASCLONED macro on GNU/kFreeBSD.  (Closes: #637944)
* Replace hard-coded non-Linux architectures with "linux-any".
  (Closes: #634502)
* Merge with Debian experimental. (LP: #836915) Remaining Ubuntu changes:
  - debian/rules: Configure with --enable-exceptions, to avoid
    -fno-exceptions leaking into pkg-config.
* New upstream bug fix release
* Drop pluginmgr.patch, dlclose_fix.patch: Included upstream.
* debian/rules: Disable failing and rather dubious "compiled static" test,
  as this makes no actual effort of checking the binary. (The binary is
  really compiled dynamically)

Added:
    ptlib/trunk/debian/libpt2.10.3.install
      - copied unchanged from r9424, ptlib/trunk/debian/libpt2.10.1.install
Removed:
    ptlib/trunk/debian/libpt2.10.1.install
    ptlib/trunk/debian/patches/
Modified:
    ptlib/trunk/debian/changelog
    ptlib/trunk/debian/control
    ptlib/trunk/debian/rules

Modified: ptlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/debian/changelog?rev=9425&op=diff
==============================================================================
--- ptlib/trunk/debian/changelog (original)
+++ ptlib/trunk/debian/changelog Sat Dec 31 03:10:39 2011
@@ -1,13 +1,44 @@
-ptlib (2.10.1~dfsg-2) UNRELEASED; urgency=low
-
-  [ Kilian Krause ]
-  * Activate symbols file check in debian/rules
+ptlib (2.10.3~dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+  [ Mark Purcell ]
+  * NEW package libpt2.10.3 - soname bump
 
   [ Eugen Dedu ]
   * Replace !kfreebsd* Build-Depends with linux-any to easy ports (Closes:
     #634502)
 
- -- Kilian Krause <kilian at debian.org>  Mon, 18 Jul 2011 16:59:24 +0200
+  [ Mark Purcell ]
+  * Ack NMU - Thks Robert
+  * Fixed upstream "RTF_WASCLONED macro" (Closes: #634502)
+  * Refresh symbols for 2.10.3 - all symbols updated :-(
+
+  * TODO: Drop symbol support?? - few rdepends and exporting lots of symbols
+
+ -- Mark Purcell <msp at debian.org>  Sat, 31 Dec 2011 14:03:53 +1100
+
+ptlib (2.6.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix for missing RTF_WASCLONED macro on GNU/kFreeBSD.  (Closes: #637944)
+  * Replace hard-coded non-Linux architectures with "linux-any".
+    (Closes: #634502)
+
+ -- Robert Millan <rmh at debian.org>  Sat, 22 Oct 2011 17:28:09 +0200
+
+ptlib (2.10.2~dfsg-0ubuntu1) oneiric; urgency=low
+
+  * Merge with Debian experimental. (LP: #836915) Remaining Ubuntu changes:
+    - debian/rules: Configure with --enable-exceptions, to avoid
+      -fno-exceptions leaking into pkg-config.
+  * New upstream bug fix release
+  * Drop pluginmgr.patch, dlclose_fix.patch: Included upstream.
+  * debian/rules: Disable failing and rather dubious "compiled static" test,
+    as this makes no actual effort of checking the binary. (The binary is
+    really compiled dynamically)
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Sat, 10 Sep 2011 09:12:12 +0200
 
 ptlib (2.10.1~dfsg-1) experimental; urgency=low
 

Modified: ptlib/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/debian/control?rev=9425&op=diff
==============================================================================
--- ptlib/trunk/debian/control (original)
+++ ptlib/trunk/debian/control Sat Dec 31 03:10:39 2011
@@ -9,13 +9,13 @@
  libsdl1.2-dev, libdv4-dev, 
  libv4l-dev [linux-any],
  libasound2-dev  [linux-any]
-Build-Conflicts: libpt-dev, libpt2.8.4, libpt2.8.3, libpt2.10.1
+Build-Conflicts: libpt-dev, libpt2.8.4, libpt2.10.3, libpt2.10.1
 Standards-Version: 3.9.2
 Homepage: http://www.opalvoip.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/ptlib/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/ptlib/trunk/
 
-Package: libpt2.10.1
+Package: libpt2.10.3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Portable Tools Library
@@ -30,7 +30,7 @@
 Package: libpt-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libpt2.10.1 (= ${binary:Version}),
+Depends: ${misc:Depends}, libpt2.10.3 (= ${binary:Version}),
  libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev, unixodbc-dev, pkg-config
 Description: Portable Tools Library development files
  This package contains the headers and a static version of the library
@@ -42,7 +42,7 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, libpt2.10.1 (= ${binary:Version})
+Depends: ${misc:Depends}, libpt2.10.3 (= ${binary:Version})
 Description: Portable Tools Library development debug files
  This package contains the shared and static debug symbols of the library
  PTLib, which is a moderately large class library that has its genesis

Modified: ptlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/debian/rules?rev=9425&op=diff
==============================================================================
--- ptlib/trunk/debian/rules (original)
+++ ptlib/trunk/debian/rules Sat Dec 31 03:10:39 2011
@@ -20,7 +20,7 @@
 	dh_clean
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-oss --enable-v4l --disable-avc --disable-dc 
+	dh_auto_configure -- --enable-oss --enable-v4l --disable-avc --disable-dc --enable-exceptions
 
 override_dh_auto_build:
 	dh_auto_build -- optshared docs
@@ -36,11 +36,11 @@
 override_dh_auto_test:
 	$(MAKE) PTLIBDIR=$(CURDIR) -C samples/hello_world clean
 	$(MAKE) PTLIBDIR=$(CURDIR) -C samples/hello_world opt
-	if (samples/hello_world/obj*/hello 2>/dev/null);then \
-	   echo opt hello_world sample incorrectly compiled static; false ; \
-	else \
-	   echo opt hello_world sample correctly compiled non-static; \
-	fi
+	#if (samples/hello_world/obj*/hello 2>/dev/null);then \
+	#   echo opt hello_world sample incorrectly compiled static; false ; \
+	#else \
+	#   echo opt hello_world sample correctly compiled non-static; \
+	#fi
 	ln -s lib* lib ; LD_LIBRARY_PATH=$(CURDIR)/lib samples/hello_world/obj*/hello
 	# if this won't work, we needn't even try going any further...
 	rm lib




More information about the Pkg-voip-commits mailing list