[Pkg-voip-commits] r5211 - in /asterisk/trunk/debian: changelog control
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Sun Feb 17 09:01:50 UTC 2008
Author: paravoid
Date: Sun Feb 17 09:01:50 2008
New Revision: 5211
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5211
Log:
* Do not provide asterisk-classic/asterisk-bristuff, we don't want to
satisfy those dependencies anymore.
* Provide asterisk-1.4 virtual package, so that all reverse-dependencies
that use 1.4's ABI can depend on that.
* Switch asterisk-h323 to the new asterisk-1.4 dependency.
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=5211&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Sun Feb 17 09:01:50 2008
@@ -4,6 +4,11 @@
* Update debian/copyright (packaging copyright, formatting etc.)
* Remove workaround for gcc ICE on hppa (#445336), since apparently that has
been fixed.
+ * Do not provide asterisk-classic/asterisk-bristuff, we don't want to
+ satisfy those dependencies anymore.
+ * Provide asterisk-1.4 virtual package, so that all reverse-dependencies
+ that use 1.4's ABI can depend on that.
+ * Switch asterisk-h323 to the new asterisk-1.4 dependency.
[ Tzafrir Cohen ]
* New upstream release.
@@ -19,7 +24,7 @@
* patch tos-libcap remeved: merged by upstream.
* Adjusted patch bristuff/ast-device-state-CID to Asterisk 1.4.18.
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Fri, 8 Feb 2008 00:31:56 +0200
+ -- Faidon Liambotis <paravoid at debian.org> Sun, 17 Feb 2008 11:01:36 +0200
asterisk (1:1.4.17~dfsg-2) unstable; urgency=low
Modified: asterisk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/control?rev=5211&op=diff
==============================================================================
--- asterisk/trunk/debian/control (original)
+++ asterisk/trunk/debian/control Sun Feb 17 09:01:50 2008
@@ -15,7 +15,7 @@
Depends: ${shlibs:Depends}, asterisk-config (= ${source:Version}) | asterisk-config-custom, adduser, asterisk-sounds-main
Conflicts: asterisk-classic, asterisk-bristuff
Replaces: asterisk-classic, asterisk-bristuff
-Provides: asterisk-classic, asterisk-bristuff
+Provides: asterisk-1.4
Suggests: ekiga, ohphone, twinkle, kphone, asterisk-doc, asterisk-dev, asterisk-h323
Description: Open Source Private Branch Exchange (PBX)
Asterisk is an Open Source PBX and telephony toolkit. It is, in a
@@ -44,7 +44,7 @@
Package: asterisk-h323
Architecture: any
Section: comm
-Depends: asterisk (>= 1:1.4.0-1), ${shlibs:Depends}
+Depends: asterisk-1.4, ${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