[Pkg-voip-commits] r9975 - in /opal/trunk/debian: changelog control

dedu-guest at alioth.debian.org dedu-guest at alioth.debian.org
Tue Sep 25 18:22:28 UTC 2012


Author: dedu-guest
Date: Tue Sep 25 18:22:28 2012
New Revision: 9975

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9975
Log:
Make libopal package manually depend on libavcodec package, since opal
loads libavcodec functions during runtime.

Modified:
    opal/trunk/debian/changelog
    opal/trunk/debian/control

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=9975&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Tue Sep 25 18:22:28 2012
@@ -1,3 +1,11 @@
+opal (3.10.7~dfsg-3) UNRELEASED; urgency=low
+
+  [ Eugen Dedu ]
+  * Make libopal package manually depend on libavcodec package, since opal
+    loads libavcodec functions during runtime.
+
+ -- Mark Purcell <msp at debian.org>  Sat, 15 Sep 2012 13:20:59 +1000
+
 opal (3.10.7~dfsg-2) experimental; urgency=low
 
   [ Eugen Dedu ]

Modified: opal/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/control?rev=9975&op=diff
==============================================================================
--- opal/trunk/debian/control (original)
+++ opal/trunk/debian/control Tue Sep 25 18:22:28 2012
@@ -17,7 +17,8 @@
 
 Package: libopal3.10.7
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libspeex1, libspeexdsp1
+Depends: ${shlibs:Depends}, ${misc:Depends}, libspeex1, libspeexdsp1,
+ libavcodec53
 Description: Open Phone Abstraction Library - successor of OpenH323
  This package contains the shared version of the OPAL library.
  .




More information about the Pkg-voip-commits mailing list