Bas Couwenberg pushed to branch master at Debian GIS Project / pyogrio
Commits: 67eff51c by Bas Couwenberg at 2024-09-29T08:21:07+02:00 Add gbp.conf to use pristine-tar & --source-only-changes by default. - - - - - 2 changed files: - debian/changelog - + debian/gbp.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyogrio (0.10.0+ds-2) UNRELEASED; urgency=medium + + * Team upload. + * Add gbp.conf to use pristine-tar & --source-only-changes by default. + + -- Bas Couwenberg <[email protected]> Sun, 29 Sep 2024 08:21:01 +0200 + pyogrio (0.10.0+ds-1) unstable; urgency=medium * Team upload. ===================================== debian/gbp.conf ===================================== @@ -0,0 +1,19 @@ +[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 View it on GitLab: https://salsa.debian.org/debian-gis-team/pyogrio/-/commit/67eff51c9ec43f10810c0e4872d637290a529c96 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyogrio/-/commit/67eff51c9ec43f10810c0e4872d637290a529c96 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
