Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian patches #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Debian patches #9

wants to merge 6 commits into from

Commits on Oct 27, 2020

  1. Exclude repository-config from exported archive

    when using 'git archive' to export a repository into an archive (e.g. as
    is done by github/gitlab to create release-tarballs), we don't really want
    to export any repository configuration (e.g. .gitignore), as this
    interacts badly with downstream importing the release-tarball into their own
    repositories.
    
    e.g. Debian (for the Debian packages) uses their own git-repository for the
    packaging. having debian/ ignored there is rather pointless.
    umlaeute committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    cc61ef0 View commit details
    Browse the repository at this point in the history
  2. Removing encoding entry from desktop file, using icon

    Forwarded: Devin Anderson <[email protected]>
    
    Gbp-Pq: Name 01-destop_file.patch
    Jaromír Mikeš authored and umlaeute committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    92fab70 View commit details
    Browse the repository at this point in the history
  3. Fix build with rtmidi 2.1

    Forwarded: Devin Anderson <[email protected]>
    
    Gbp-Pq: Name 03-fix_build_with_rtmidi_2_1.patch
    fsateler authored and umlaeute committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0c71b9c View commit details
    Browse the repository at this point in the history
  4. Use pkg-config to link against rtmidi

    Forwarded: Devin Anderson <[email protected]>
    
    This fixes the FTBFS with new versions of RtMidi where the include directory
    has moved and a -I flag is now needed.
    Forwarded: Devin Anderson <[email protected]>
    Gbp-Pq: Name 04-rtmidi-pkgconfig.patch
    jcowgill authored and umlaeute committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b945358 View commit details
    Browse the repository at this point in the history
  5. src/engine.h: another qt5 fix

    Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
    
    Gbp-Pq: Name 0005-src-engine.h-another-qt5-fix.patch
    lumag authored and umlaeute committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    51639ac View commit details
    Browse the repository at this point in the history
  6. switch to python3

    Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
    
    Gbp-Pq: Name 0006-switch-to-python3.patch
    lumag authored and umlaeute committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    70bef74 View commit details
    Browse the repository at this point in the history