summaryrefslogtreecommitdiffstats
path: root/tags/q/quilt-patch-with-non-standard-options.tag
blob: 0ae81d278d6d3f648e764966705a127cb53ed793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tag: quilt-patch-with-non-standard-options
Severity: warning
Check: debian/patches/quilt
Explanation: The quilt series file contains non-standard options to apply some of
 the listed patches. Quilt uses '-p1' by default if nothing is specified
 after the name of the patch and the current series file specify something
 else for some of the patches listed.
 .
 For compatibility with the source "3.0 (quilt)" source package format,
 you should avoid using any option at all and make sure that your patches
 apply with "-p1". This can be done by refreshing all patches like this:
 quilt pop -a; while quilt push; do quilt refresh -pab; done