Update gbp.conf to use --source-only-changes by default.
This commit is contained in:
parent
122d9b7698
commit
3c972467df
3
debian/gbp.conf
vendored
3
debian/gbp.conf
vendored
|
@ -1,2 +1,5 @@
|
||||||
[git-buildpackage]
|
[git-buildpackage]
|
||||||
postbuild = lintian --info --display-info --display-experimental --pedantic --show-overrides $GBP_CHANGES_FILE
|
postbuild = lintian --info --display-info --display-experimental --pedantic --show-overrides $GBP_CHANGES_FILE
|
||||||
|
|
||||||
|
[buildpackage]
|
||||||
|
pbuilder-options = --source-only-changes
|
||||||
|
|
Loading…
Reference in a new issue