Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / hdf5
Commits: 7d8a5717 by Bas Couwenberg at 2018-02-10T11:35:56+01:00 Add gbp.conf to use pristine-tar by default. - - - - - 1f1146f2 by Bas Couwenberg at 2018-02-10T11:36:07+01:00 Fix deprecated source override location. - - - - - 3 changed files: - debian/changelog - + debian/gbp.conf - debian/source.lintian-overrides → debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 <[email protected]> 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 ===================================== --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,16 @@ +[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 it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/f22652bc05a7a32a94c04bdab3355324cff193ff...1f1146f27956f3d30690765adabbf44f6797f5d0 --- View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/f22652bc05a7a32a94c04bdab3355324cff193ff...1f1146f27956f3d30690765adabbf44f6797f5d0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

