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

Tzafrir Cohen tzafrir-guest at costa.debian.org
Sat Feb 25 23:09:51 UTC 2006


Author: tzafrir-guest
Date: 2006-02-25 23:09:50 +0000 (Sat, 25 Feb 2006)
New Revision: 1324

Modified:
   openh323/trunk/debian/changelog
   openh323/trunk/debian/control
   openh323/trunk/debian/rules
Log:
* hushed version.h error message when tarball not yet extracted
* Removed unneeded dependency on libpt-dbg


Modified: openh323/trunk/debian/changelog
===================================================================
--- openh323/trunk/debian/changelog	2006-02-25 20:54:40 UTC (rev 1323)
+++ openh323/trunk/debian/changelog	2006-02-25 23:09:50 UTC (rev 1324)
@@ -1,6 +1,8 @@
 openh323 (1.17.4-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * hushed version.h error message when tarball not yet extracted
+  * Removed unneeded dependency on libpt-dbg
 
  -- Kilian Krause <kilian at debian.org>  Sat, 18 Feb 2006 17:53:23 +0000
 

Modified: openh323/trunk/debian/control
===================================================================
--- openh323/trunk/debian/control	2006-02-25 20:54:40 UTC (rev 1323)
+++ openh323/trunk/debian/control	2006-02-25 23:09:50 UTC (rev 1324)
@@ -3,7 +3,7 @@
 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.9.3-1), libpt-dev (>=1.9.3-1), libssl-dev, libgsm1-dev (>=1.0.10-11), libspeex-dev (>=1.1.11-1), dpatch (>=1.11), libsasl2-dev, doxygen, autotools-dev
+Build-Depends: debhelper (>=4.0.2), libpt-dev (>=1.9.3-1), libssl-dev, libgsm1-dev (>=1.0.10-11), libspeex-dev (>=1.1.11-1), 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, libopenh323-1.15.3c2, libopenh323-1.15.6
 Standards-Version: 3.6.2

Modified: openh323/trunk/debian/rules
===================================================================
--- openh323/trunk/debian/rules	2006-02-25 20:54:40 UTC (rev 1323)
+++ openh323/trunk/debian/rules	2006-02-25 23:09:50 UTC (rev 1324)
@@ -7,9 +7,9 @@
 
 PACKAGE=libopenh323-$(LIBH323COMPAT)
 
-VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h)
-VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h)
-VER_SUB   := $(shell awk '/BUILD_NUMBER/  { print $$3 }' version.h)
+VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h 2>/dev/null)
+VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h 2>/dev/null)
+VER_SUB   := $(shell awk '/BUILD_NUMBER/  { print $$3 }' version.h 2>/dev/null)
 
 SHLIBSVER=$(VER_MAJOR).$(VER_MINOR).$(VER_SUB)
 




More information about the Pkg-voip-commits mailing list