[Pkg-voip-commits] r4487 - in /asterisk/trunk/debian: changelog control
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Tue Sep 11 15:20:10 UTC 2007
Author: paravoid
Date: Tue Sep 11 15:20:10 2007
New Revision: 4487
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4487
Log:
* Add a versioned >= 1.4 dependency of asterisk in asterisk-h323.
Modified:
asterisk/trunk/debian/changelog
asterisk/trunk/debian/control
Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=4487&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Tue Sep 11 15:20:10 2007
@@ -14,13 +14,14 @@
* Build depend on libcurl4-openssl-dev instead of libcurl4-dev which is a
virtual package. This also means using the more complete OpenSSL libcurl
backend instead of the GnuTLS one.
+ * Add a versioned >= 1.4 dependency of asterisk in asterisk-h323.
[ Kilian Krause ]
* Add backport hook for Sarge. Update Dapper.
* Update backports scripts for libcurl4*-dev
* Fix IMAP crash with upstream source snipplet. (Closes: #440187)
- -- Kilian Krause <kilian at debian.org> Thu, 30 Aug 2007 17:43:11 +0200
+ -- Faidon Liambotis <paravoid at debian.org> Tue, 11 Sep 2007 18:19:49 +0300
asterisk (1:1.4.11~dfsg-1) unstable; urgency=low
Modified: asterisk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/control?rev=4487&op=diff
==============================================================================
--- asterisk/trunk/debian/control (original)
+++ asterisk/trunk/debian/control Tue Sep 11 15:20:10 2007
@@ -44,7 +44,7 @@
Package: asterisk-h323
Architecture: any
Section: comm
-Depends: asterisk, ${shlibs:Depends}
+Depends: asterisk (>= 1:1.4.0-1), ${shlibs:Depends}
Description: H.323 protocol support for Asterisk
Asterisk is an Open Source PBX and telephony toolkit.
.
More information about the Pkg-voip-commits
mailing list