Bas Couwenberg pushed to branch master at Debian GIS Project / spatialite-tools
Commits: 9f4e3f5b by Bas Couwenberg at 2019-07-11T11:15:48Z Update gbp.conf to use --source-only-changes by default. - - - - - 9385c843 by Bas Couwenberg at 2019-07-11T11:16:22Z Bump Standards-Version to 4.4.0, no changes. - - - - - 3a3eb924 by Bas Couwenberg at 2019-07-11T11:25:48Z Add patch to fix spelling errors. - - - - - b876b437 by Bas Couwenberg at 2019-07-11T11:25:48Z Set distribution to unstable. - - - - - 5 changed files: - debian/changelog - debian/control - debian/gbp.conf - debian/patches/series - + debian/patches/spelling-errors2.patch Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -spatialite-tools (4.3.0-3) UNRELEASED; urgency=medium +spatialite-tools (4.3.0-3) unstable; urgency=medium * Enable parallel builds. * Enable all hardening buildflags. @@ -11,9 +11,10 @@ spatialite-tools (4.3.0-3) UNRELEASED; urgency=medium * Add patch to fix spelling errors. * Fix typo in manpage. * Add lintian override for testsuite-autopkgtest-missing. - * Bump Standards-Version to 4.3.0, no changes. + * Bump Standards-Version to 4.4.0, no changes. + * Update gbp.conf to use --source-only-changes by default. - -- Bas Couwenberg <[email protected]> Thu, 17 Dec 2015 02:45:01 +0100 + -- Bas Couwenberg <[email protected]> Thu, 11 Jul 2019 13:16:24 +0200 spatialite-tools (4.3.0-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9), docbook-xsl, docbook-xml, xsltproc -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialite-tools Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialite-tools.git Homepage: https://www.gaia-gis.it/fossil/spatialite-tools/ ===================================== debian/gbp.conf ===================================== @@ -14,3 +14,6 @@ upstream-tag = upstream/%(version)s # Always use pristine-tar. pristine-tar = True + +[buildpackage] +pbuilder-options = --source-only-changes ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ spelling-errors.patch +spelling-errors2.patch ===================================== debian/patches/spelling-errors2.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + * defaul -> default +Author: Bas Couwenberg <[email protected]> + +--- a/spatialite_osm_net.c ++++ b/spatialite_osm_net.c +@@ -2218,7 +2218,7 @@ print_template (const char *template_pat + fprintf (out, "#\n"); + fprintf (out, "# - tokens are delimited by colons ':'\n"); + fprintf (out, "# - the second token represents the Road Class-name\n"); +- fprintf (out, "# [no name, i.e. '::' identifies the defaul value\n"); ++ fprintf (out, "# [no name, i.e. '::' identifies the default value\n"); + fprintf (out, "# to be applied when no specific class match is found]\n"); + fprintf (out, "# - the third token represents the corresponding speed\n"); + fprintf (out, "# [expressed in Km/h]\n"); View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/compare/17dd4fa65ff68f9240213de6fa6399536b995559...b876b43786e693dd82ad49d2ad9410e9a85b7fa1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/compare/17dd4fa65ff68f9240213de6fa6399536b995559...b876b43786e693dd82ad49d2ad9410e9a85b7fa1 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
