Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add gbp.conf to use pristine-tar by default.
· 7d8a5717
Bas Couwenberg
authored
Feb 10, 2018
7d8a5717
Fix deprecated source override location.
· 1f1146f2
Bas Couwenberg
authored
Feb 10, 2018
1f1146f2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1f1146f2
hdf5 (1.10.1+repack-1~exp2) UNRELEASED; urgency=medium
* Team upload.
* Add gbp.conf to use pristine-tar by default.
* Fix deprecated source override location.
-- Bas Couwenberg <sebastic@debian.org> Sat, 10 Feb 2018 11:35:42 +0100
hdf5 (1.10.1+repack-1~exp1) experimental; urgency=medium
* Fix broken debian/watch due to upstrem web site major change; the
...
...
debian/gbp.conf
0 → 100644
View file @
1f1146f2
[
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
debian/source
.
lintian-overrides
→
debian/source
/
lintian-overrides
View file @
1f1146f2
File moved