← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1492623] Re: Revision doesn't match upstream v2.0.2

 

Hi,

This is fixed in the Debian repository here (for 2.0.3):
http://anonscm.debian.org/cgit/pkg-multimedia/musescore.git

It'll be uploaded to Debian and should get into yakkety at some point.

Having said that I'm not really a fan of having upstream do this because
it seems very fragile and requires manual steps which distributors must
follow. It seems almost inevitable that someone will forget to do this
again for a future release.

James

** Changed in: musescore (Ubuntu)
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to musescore in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1492623

Title:
  Revision doesn't match upstream v2.0.2

Status in musescore package in Ubuntu:
  Fix Committed

Bug description:
  This bug applies to musescore (2.0.2+dfsg-1) [universe] in the Wily
  repo.

  Go to Help -> About. The following is displayed in the dialog:

  Version: 2.0.2
  Revision: 3543170

  But the revision should be: f51dc11

  The revision number should correspond to the first 7 digits of git commit code corresponding to the v2.0.2 tagged release:
  https://github.com/musescore/MuseScore/tree/2.0.2

  The revision number is specified in the code in the file
  mscore/revision.h. Simply change the number in this file to fix the
  bug.

  Note to maintainer - updating the revision number automatically:
  There is a Makefile target called "revision" (i.e. "make revision") that sets the revision number. Adding the appropriate command to debian/rules would set revision automatically. However, note the following:
  - "make revision" only works in a git repository
  - If using a downstream git repo you MUST use "make revision" BEFORE committing to a downstream repository. (i.e. "revision" should match the upstream git revision, not the downstream git revision).

  I help maintain the MuseScore PPA on Launchpad (https://launchpad.net
  /~mscore-ubuntu) and regularly contribute to the upstream code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/musescore/+bug/1492623/+subscriptions


References