Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update gbp.conf to use --source-only-changes by default.
· b7b1dbc8
Bas Couwenberg
authored
Jul 07, 2019
b7b1dbc8
Add gbp.conf to use pristine-tar & --source-only-changes by default.
· d20d6b3f
Bas Couwenberg
authored
Jul 07, 2019
d20d6b3f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d20d6b3f
ruby-narray-miss (1.4.0-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Add gbp.conf to use pristine-tar & --source-only-changes by default.
-- Bas Couwenberg <sebastic@debian.org> Sun, 05 Aug 2018 20:31:58 +0200
...
...
debian/gbp.conf
0 → 100644
View file @
d20d6b3f
[
DEFAULT
]
# The default name for the upstream branch is "upstream".
# Change it if the name is different (for instance, "master").
upstream
-
branch
=
upstream
# The default name for the Debian branch is "master".
# Change it if the name is different (for instance, "debian/unstable").
debian
-
branch
=
master
# git-import-orig uses the following names for the upstream tags.
# Change the value if you are not using git-import-orig
upstream
-
tag
=
upstream
/%(
version
)
s
# Always use pristine-tar.
pristine
-
tar
=
True
[
buildpackage
]
pbuilder
-
options
= --
source
-
only
-
changes