[Pkg-voip-commits] r8432 - in /ptlib/trunk/debian: changelog control libpt2.8.0.install libpt2.8.1.install rules

msp at alioth.debian.org msp at alioth.debian.org
Sun May 30 04:04:10 UTC 2010


Author: msp
Date: Sun May 30 04:04:05 2010
New Revision: 8432

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8432
Log:
* New upstream release
  - NEW packages libpt2.8.1[-dbg] - soname bump

Added:
    ptlib/trunk/debian/libpt2.8.1.install
      - copied unchanged from r8431, ptlib/trunk/debian/libpt2.8.0.install
Removed:
    ptlib/trunk/debian/libpt2.8.0.install
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=8432&op=diff
==============================================================================
--- ptlib/trunk/debian/changelog (original)
+++ ptlib/trunk/debian/changelog Sun May 30 04:04:05 2010
@@ -1,8 +1,10 @@
-ptlib (2.8.0-2) UNRELEASED; urgency=low
-
+ptlib (2.8.1-1) experimental; urgency=low
+
+  * New upstream release
+    - NEW packages libpt2.8.1[-dbg] - soname bump
   * Sync from branches/ptlib-2.6
 
- -- Mark Purcell <msp at debian.org>  Thu, 13 May 2010 10:41:55 +1000
+ -- Mark Purcell <msp at debian.org>  Sun, 30 May 2010 13:37:37 +1000
 
 ptlib (2.6.7-1) unstable; urgency=low
 

Modified: ptlib/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/debian/control?rev=8432&op=diff
==============================================================================
--- ptlib/trunk/debian/control (original)
+++ ptlib/trunk/debian/control Sun May 30 04:04:05 2010
@@ -14,7 +14,7 @@
 Vcs-Svn: svn://svn.debian.org/pkg-voip/ptlib/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/ptlib/trunk/?opt=dir&sc=1
 
-Package: libpt2.8.0
+Package: libpt2.8.1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Portable Tools Library
@@ -29,7 +29,7 @@
 Package: libpt-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpt2.8.0 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpt2.8.1 (= ${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
@@ -37,11 +37,11 @@
  many years ago as a method to produce applications to run on both
  Microsoft Windows and Unix X-Window systems.
 
-Package: libpt2.8.0-dbg
+Package: libpt2.8.1-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpt2.8.0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpt2.8.1 (= ${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=8432&op=diff
==============================================================================
--- ptlib/trunk/debian/rules (original)
+++ ptlib/trunk/debian/rules Sun May 30 04:04:05 2010
@@ -10,7 +10,7 @@
 	dh_auto_build -- all docs
 
 override_dh_strip:
-	dh_strip -a --dbg-package=libpt2.8.0-dbg
+	dh_strip -a --dbg-package=libpt2.8.1-dbg
 
 override_dh_auto_test:
 	$(MAKE) PTLIBDIR=$(CURDIR) -C samples/hello_world clean




More information about the Pkg-voip-commits mailing list