summaryrefslogtreecommitdiffstats
path: root/tags/d/direct-changes-in-diff-but-no-patch-system.tag
blob: 91ca08dca9ac98bb11468bf93d99b5ab8a6e47bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Tag: direct-changes-in-diff-but-no-patch-system
Severity: pedantic
Check: debian/patches
Explanation: The Debian diff.gz contains changes to files or creation of additional
 files outside the <code>debian</code> directory. Keeping the changes as separate
 patches under the control of a patch system allows for more fine grained
 control over them. The package will also more easily support possible
 future source package formats if all changes outside the <code>debian</code>
 directory are stored as patches.
 .
 If the diff only creates new files that can be copied into place by the
 package build rules, consider putting them in the <code>debian</code>
 directory rather than using a patch system.