[SCM] gpac/master: Fix unmanaged SONAME bump

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jul 8 13:44:49 UTC 2015


The following commit has been merged in the master branch:
commit d422ed34b56eb6ccf8d57a1349b7adfa02609dcc
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jul 8 12:25:05 2015 +0100

    Fix unmanaged SONAME bump
    
    Fix Breaks/Replaces fields for smooth libgpac3 -> libgpac4
    migration.
    
    Drop Conflicts as it would make the two SONAME no longer
    co-installable.

diff --git a/debian/control b/debian/control
index 8fdbac5..c0989cb 100644
--- a/debian/control
+++ b/debian/control
@@ -100,9 +100,8 @@ Multi-Arch: same
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
-Conflicts: libgpac3 (>= 0.5.2)
-Replaces: libgpac3 (>= 0.5.2)
-Breaks: libgpac3 (>= 0.5.2)
+Replaces: libgpac3
+Breaks: libgpac3 (= 0.5.2-426-gc5ad4e4~dfsg4-1)
 Description: GPAC Project on Advanced Content - shared libraries
  GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
  an Open Source multimedia framework for research and academic purposes. The

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list