[Pkg-voip-commits] r8334 - in /openh323/branches/h323plus/debian: changelog control libh323-dev.docs libh323-dev.install libh323plus-dev.docs libh323plus-dev.install libh323plus-dev.links rules

msp at alioth.debian.org msp at alioth.debian.org
Mon Apr 26 05:55:34 UTC 2010


Author: msp
Date: Mon Apr 26 05:55:33 2010
New Revision: 8334

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8334
Log:
  - NEW packages libh323plus-dev libh323-1.21.0 libh323-dbg
  - NEW source package h323plus - Upstream New API
* Add libh323plus-dev.links for /usr/include/openh323/openh323u.mak

Added:
    openh323/branches/h323plus/debian/libh323plus-dev.docs
      - copied unchanged from r8199, openh323/branches/h323plus/debian/libh323-dev.docs
    openh323/branches/h323plus/debian/libh323plus-dev.install
      - copied unchanged from r8216, openh323/branches/h323plus/debian/libh323-dev.install
    openh323/branches/h323plus/debian/libh323plus-dev.links
Removed:
    openh323/branches/h323plus/debian/libh323-dev.docs
    openh323/branches/h323plus/debian/libh323-dev.install
Modified:
    openh323/branches/h323plus/debian/changelog
    openh323/branches/h323plus/debian/control
    openh323/branches/h323plus/debian/rules

Modified: openh323/branches/h323plus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/branches/h323plus/debian/changelog?rev=8334&op=diff
==============================================================================
--- openh323/branches/h323plus/debian/changelog (original)
+++ openh323/branches/h323plus/debian/changelog Mon Apr 26 05:55:33 2010
@@ -1,9 +1,9 @@
 h323plus (1.21.0-1) UNRELEASED; urgency=low
 
   * New Upstream Release
+    - NEW packages libh323plus-dev libh323-1.21.0 libh323-dbg
+    - NEW source package h323plus - Upstream New API
     - h323plus is openh323 continued
-    - Upstream source package change to h323plus
-  * NEW packages libh323plus
   * Switch to cdbs
   * debian/compat -> 7
   * Cleanup debian/patches
@@ -11,8 +11,9 @@
   * Add ReleasedCode to version.h
   * Upstream dropped simph323
   * Update Build-Depends
-
- -- Mark Purcell <msp at debian.org>  Sun, 14 Mar 2010 17:37:37 +1100
+  * Add libh323plus-dev.links for /usr/include/openh323/openh323u.mak
+
+ -- Mark Purcell <msp at debian.org>  Mon, 26 Apr 2010 15:52:16 +1000
 
 openh323 (1.18.0.dfsg-10) unstable; urgency=low
 

Modified: openh323/branches/h323plus/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/branches/h323plus/debian/control?rev=8334&op=diff
==============================================================================
--- openh323/branches/h323plus/debian/control (original)
+++ openh323/branches/h323plus/debian/control Mon Apr 26 05:55:33 2010
@@ -23,10 +23,11 @@
  that can be used freely by everybody. This protocol is most used for
  Voice over IP (VoIP) conferencing.
 
-Package: libh323-dev
+Package: libh323plus-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, libh323-1.21.0 (= ${binary:Version}), libssl-dev, libpt2.4.5-dev
+Conflicts: libopenh323-dev
 Description: H.323 aka VoIP library development files
  This package contains the headers and a static version of the
  OpenH323 library.

Added: openh323/branches/h323plus/debian/libh323plus-dev.links
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/branches/h323plus/debian/libh323plus-dev.links?rev=8334&op=file
==============================================================================
--- openh323/branches/h323plus/debian/libh323plus-dev.links (added)
+++ openh323/branches/h323plus/debian/libh323plus-dev.links Mon Apr 26 05:55:33 2010
@@ -1,0 +1,1 @@
+usr/share/openh323/openh323u.mak usr/include/openh323/open323u.mak

Modified: openh323/branches/h323plus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/branches/h323plus/debian/rules?rev=8334&op=diff
==============================================================================
--- openh323/branches/h323plus/debian/rules (original)
+++ openh323/branches/h323plus/debian/rules Mon Apr 26 05:55:33 2010
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
-#export PTLIB_CONFIG = /usr/bin/ptlib-config
-#export PWLIBDIR = /usr/share/ptlib/
-export PTLIBDIR = /usr/share/ptlib/
+export PTLIBDIR = $(shell /usr/bin/ptlib-config --ptlibdir)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -14,5 +12,6 @@
 DEB_CONFIGURE_EXTRA_FLAGS :=  --enable-plugins
 
 
+
 clean::
 	rm -fR lib/ config.status config.log a.out Makefile plugins/config.log plugins/config.status




More information about the Pkg-voip-commits mailing list