diff --git a/debian/changelog b/debian/changelog index 4bc2c53..00e2e9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ h5utils (1.13.1-4) UNRELEASED; urgency=medium * Bump Standards-Version to 4.3.0, no changes. + * Update gbp.conf to use --source-only-changes by default. -- Bas Couwenberg Sat, 04 Aug 2018 14:40:13 +0200 diff --git a/debian/gbp.conf b/debian/gbp.conf index 21d0417..e3daba6 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -14,3 +14,6 @@ # Always use pristine-tar. pristine-tar = True + +[buildpackage] +pbuilder-options = --source-only-changes