Skip to content

Refreshing Debian quilt patches duplicates the patches #3

Description

@laeti-tia

Using the latest quilt (0.67) on a BSD system (for example, MacOS) results in Quilt duplicating the patch entries in the patch file. This is a known issue with Quilt 0.67 on BSD systems.

The bug has been reported to the Quilt developers and is actually already corrected in the latest source code, just not been released yet. This is due to a different behaviour of BSD awk to GNU awk.

Meanwhile, there are a few workarounds:

  1. Not using a BSD system to refresh patches or doing a pS repo release.
  2. Using a Quilt version prior to 0.67 on a BSD system.
  3. Porting the patch from Quilt git repo to your own installation.
  4. Calling the make-repo-release script with the -q option to not refresh the patches.
  5. Modifying all the patches to include a diff index and change quilt refresh option to use a diff index as well: QUILT_REFRESH_ARGS="-p ab"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions