[Pkg-voip-commits] r1014 - openh323/trunk/debian

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Sun Nov 20 15:23:37 UTC 2005


Author: jsogo
Date: 2005-11-20 15:23:36 +0000 (Sun, 20 Nov 2005)
New Revision: 1014

Modified:
   openh323/trunk/debian/changelog
   openh323/trunk/debian/control
   openh323/trunk/debian/copyright
   openh323/trunk/debian/rules
Log:
  + Appended 'c2a' suffix for libstdc++ transition
  + Build-depend in right pwlib version
  + Bumped Standards-Version to 3.6.2


Modified: openh323/trunk/debian/changelog
===================================================================
--- openh323/trunk/debian/changelog	2005-11-20 15:21:48 UTC (rev 1013)
+++ openh323/trunk/debian/changelog	2005-11-20 15:23:36 UTC (rev 1014)
@@ -1,9 +1,14 @@
 openh323 (1.15.6-2) unstable; urgency=low
 
+  [ Mark Purcell ]
   * Copyright audit to debian/copyright
 
- -- Mark Purcell <msp at debian.org>  Mon,  7 Nov 2005 21:51:10 +0000
+  [ Jose Carlos Garcia Sogo ]
+  * Add 'c2a' suffix for new libstdc++ transition. (Closes: #339242)
+  * Bumped Standards-Version to 3.6.2. No changes needed. 
 
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 20 Nov 2005 15:45:41 +0100
+
 openh323 (1.15.6-1) unstable; urgency=low
 
   * Mimas_patch2 is called 1.15.6. Rebuilding to agree with dh_shlibdeps.

Modified: openh323/trunk/debian/control
===================================================================
--- openh323/trunk/debian/control	2005-11-20 15:21:48 UTC (rev 1013)
+++ openh323/trunk/debian/control	2005-11-20 15:23:36 UTC (rev 1014)
@@ -3,18 +3,18 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
-Build-Depends: debhelper (>=4.0.2), libpt-dbg (>=1.8.7-1), libpt-dev (>=1.8.7-1), libssl-dev, libgsm1-dev (>=1.0.10-11), libspeex-dev (>=1.0.rel-4), dpatch (>=1.11), libsasl2-dev, doxygen, autotools-dev
+Build-Depends: debhelper (>=4.0.2), libpt-dbg (>=1.8.7-2), libpt-dev (>=1.8.7-2), libssl-dev, libgsm1-dev (>=1.0.10-11), libspeex-dev (>=1.0.rel-4), dpatch (>=1.11), libsasl2-dev, doxygen, autotools-dev
 Build-Depends-Indep: doxygen
 Build-Conflicts: linux-kernel-headers (<< 2.5.999-test7-bk-14), libopenh323-dev
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
 
-Package: libopenh323-1.15.3c2
+Package: libopenh323-1.15.3c2a
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Suggests: libopenh323-dev
-Replaces: libopenh323-1.15.2
-Conflicts: libopenh323-1.15.2 
+Replaces: libopenh323-1.15.2, libopenh323-1.15.2c2
+Conflicts: libopenh323-1.15.2, libopenh323-1.15.2c2
 Description: H.323 aka VoIP library
  This package contains the shared version of the OpenH323 library.
  .
@@ -29,7 +29,7 @@
 Package: libopenh323-dev
 Section: libdevel
 Architecture: any
-Depends: libopenh323-1.15.3c2 (= ${Source-Version}), libssl-dev, libpt-dev (>= 1.8.4-3)
+Depends: libopenh323-1.15.3c2a (= ${Source-Version}), libssl-dev, libpt-dev (>= 1.8.7-2)
 Conflicts: liboh323-dev, libopenh323-dev
 Replaces: liboh323-dev
 Description: H.323 aka VoIP library development files
@@ -64,7 +64,7 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libopenh323-1.15.3c2 (= ${Source-Version})
+Depends: libopenh323-1.15.3c2a (= ${Source-Version})
 Replaces: liboh323-dbg
 Description: H.323 aka VoIP library development debug files
  This package contains the shared and static debug version of the

Modified: openh323/trunk/debian/copyright
===================================================================
--- openh323/trunk/debian/copyright	2005-11-20 15:21:48 UTC (rev 1013)
+++ openh323/trunk/debian/copyright	2005-11-20 15:23:36 UTC (rev 1014)
@@ -10,8 +10,9 @@
 	Tim Johann <t1m at phrogstar.de>
 	and
 	Kilian Krause <kk at verfaction.de>
+and lately maintained by
+	Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 
-
 The sources where downloaded from:
 		
   http://sourceforge.net/projects/openh323

Modified: openh323/trunk/debian/rules
===================================================================
--- openh323/trunk/debian/rules	2005-11-20 15:21:48 UTC (rev 1013)
+++ openh323/trunk/debian/rules	2005-11-20 15:23:36 UTC (rev 1014)
@@ -5,7 +5,7 @@
 # Change this on API breakage
 export LIBH323COMPAT=1.15.3
 
-PACKAGE=libopenh323-$(LIBH323COMPAT)c2
+PACKAGE=libopenh323-$(LIBH323COMPAT)c2a
 
 VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h)
 VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h)




More information about the Pkg-voip-commits mailing list