[SCM] musescore/master: Ensure exact version of musescore-common is used

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Mon Jul 11 10:37:20 UTC 2016


The following commit has been merged in the master branch:
commit d84b7d6abe5a44f1befdacd249f656031b47f796
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Thu Jul 7 22:56:20 2016 +0200

    Ensure exact version of musescore-common is used
    
    In a perfect world using a >= relation should work, but it unfortunately has
    some disadvantages:
     - It has to be updated each major version. Looking through d/changelog, this
       has already been missed on previous occasions.
     - It only works if later versions of musescore-common DO work with older
       versions of musescore. This doesn't appear to be the case: the locale files
       are different and the manual is likely to change.
     - There is no significant benefit to doing this given that musescore-common is
       generated from the same source package.

diff --git a/debian/control b/debian/control
index 6ac5715..bc154cc 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Replaces: mscore (<< 0.9.6+dfsg-1)
 Breaks: mscore (<< 0.9.6+dfsg-1)
 Depends: desktop-file-utils,
          libqt5sql5-sqlite,
-         musescore-common (>= 2.0.3),
+         musescore-common (= ${source:Version}),
          qml-module-qtquick-controls,
          qml-module-qtquick-dialogs,
          qml-module-qtquick-layouts,

-- 
musescore packaging



More information about the pkg-multimedia-commits mailing list