← Back to team overview

ubuntustudio-bugs team mailing list archive

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

 

Public bug reported:

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.

** Affects: musescore (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups