[SCM] audacious/master.stable: Tighten dependency between audacious and audacious-plugins to avoid ABI breakage.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 23 08:45:57 UTC 2012


The following commit has been merged in the master.stable branch:
commit 77659391010822579f3c20e8e98221f436f3f195
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 23 09:35:24 2012 +0100

    Tighten dependency between audacious and audacious-plugins to avoid ABI
    breakage.
    
    Closes: #688644
    Thanks: Adrian Bunk for pointing out this.

diff --git a/debian/control b/debian/control
index f61f09b..e48692b 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ VCS-Git: git://git.debian.org/pkg-multimedia/audacious.git
 
 Package: audacious
 Architecture: any
-Depends: audacious-plugins (>= 3.2),
+Depends: audacious-plugins (>= ${source:Upstream-Version}),
+         audacious-plugins (<< ${source:Upstream-Version}+1~),
          dbus,
          dbus-x11,
          gtk2-engines-pixbuf,

-- 
Small and fast audio player which supports lots of formats



More information about the pkg-multimedia-commits mailing list