[Pkg-voip-commits] r4317 - in openh323/trunk/debian: . backports
kilian at alioth.debian.org
kilian at alioth.debian.org
Tue Aug 28 12:14:10 UTC 2007
Author: kilian
Date: 2007-08-28 12:14:10 +0000 (Tue, 28 Aug 2007)
New Revision: 4317
Modified:
openh323/trunk/debian/backports/dapper
openh323/trunk/debian/backports/sarge
openh323/trunk/debian/changelog
openh323/trunk/debian/control
Log:
* Adjust debhelper build-dep to compat level in debian/compat.
Modified: openh323/trunk/debian/backports/dapper
===================================================================
--- openh323/trunk/debian/backports/dapper 2007-08-28 07:27:12 UTC (rev 4316)
+++ openh323/trunk/debian/backports/dapper 2007-08-28 12:14:10 UTC (rev 4317)
@@ -4,6 +4,10 @@
#
# Target dist: Ubuntu Dapper
+# Restore old dephelper compat
+echo 4 > debian/compat
+sed -i -e 's#^\(Build-Depends:.*\)debhelper[^,$]*[\ ,$]\+\(.*\)$#\1debhelper (>= 4.2.32), \2#' debian/control
+
# compile with old xgot hack
sed -i -e 's#^\(Build-Depends:.*\)[\ ,]\+ binutils[^,$]\+\(.*\)$#\1\2#' debian/control
echo mips_xgot_hack >>debian/patches/00list
Modified: openh323/trunk/debian/backports/sarge
===================================================================
--- openh323/trunk/debian/backports/sarge 2007-08-28 07:27:12 UTC (rev 4316)
+++ openh323/trunk/debian/backports/sarge 2007-08-28 12:14:10 UTC (rev 4317)
@@ -4,6 +4,10 @@
#
# Target dist: Debian Sarge
+# Restore old dephelper compat
+echo 4 > debian/compat
+sed -i -e 's#^\(Build-Depends:.*\)debhelper[^,$]*[\ ,$]\+\(.*\)$#\1debhelper (>= 4.2.32), \2#' debian/control
+
# Build with internal libspeex
sed -i -e 's#^\(Build-Depends:.*\)[\ ,]\+ libspeex-dev[^,$]\+\(.*\)$#\1\2#' debian/control
Modified: openh323/trunk/debian/changelog
===================================================================
--- openh323/trunk/debian/changelog 2007-08-28 07:27:12 UTC (rev 4316)
+++ openh323/trunk/debian/changelog 2007-08-28 12:14:10 UTC (rev 4317)
@@ -15,8 +15,9 @@
[ Kilian Krause ]
* Update debian/watch.
* Update backport hooks.
+ * Adjust debhelper build-dep to compat level in debian/compat.
- -- Kilian Krause <kilian at debian.org> Mon, 27 Aug 2007 21:06:10 +0200
+ -- Kilian Krause <kilian at debian.org> Tue, 28 Aug 2007 14:12:10 +0200
openh323 (1.18.0.dfsg-4) unstable; urgency=high
Modified: openh323/trunk/debian/control
===================================================================
--- openh323/trunk/debian/control 2007-08-28 07:27:12 UTC (rev 4316)
+++ openh323/trunk/debian/control 2007-08-28 12:14:10 UTC (rev 4317)
@@ -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>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>=4.0.2), libpt-dev (>=1.10.7~dfsg~), libssl-dev, libgsm1-dev (>=1.0.10-11), libspeex-dev (>=1.1.11-1), dpatch (>=1.11), libsasl2-dev, autotools-dev, binutils (>= 2.17-1), dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 5), libpt-dev (>=1.10.7~dfsg~), libssl-dev, libgsm1-dev (>=1.0.10-11), libspeex-dev (>=1.1.11-1), dpatch (>=1.11), libsasl2-dev, autotools-dev, binutils (>= 2.17-1), dpkg-dev (>= 1.13.19)
Build-Depends-Indep: doxygen
Build-Conflicts: libopenh323-dev, libopenh323-1.18.0
Standards-Version: 3.7.2
More information about the Pkg-voip-commits
mailing list