Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg
Commits: 4debb22a by Bas Couwenberg at 2021-06-13T14:24:41+02:00 Use version specific modules path. (closes: #989790) - - - - - eff42d49 by Bas Couwenberg at 2021-06-13T14:55:47+02:00 Update changelog. - - - - - eb35ebb5 by Bas Couwenberg at 2021-06-13T14:56:01+02:00 Set distribution to unstable. - - - - - 5 changed files: - debian/changelog - debian/libogdi4.1.dirs - debian/libogdi4.1.install - debian/libogdi4.1.lintian-overrides - debian/patches/modules_path.patch Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,13 @@ -ogdi-dfsg (4.1.0+ds-4) UNRELEASED; urgency=medium +ogdi-dfsg (4.1.0+ds-4) unstable; urgency=medium * Team upload. * Bump Standards-Version to 4.5.1, no changes. + * Mark patches as Applied-Upstream. * Update watch file for GitHub URL changes. + * Use version specific modules path. + (closes: #989790) - -- Bas Couwenberg <[email protected]> Sat, 28 Nov 2020 14:01:24 +0100 + -- Bas Couwenberg <[email protected]> Sun, 13 Jun 2021 14:55:48 +0200 ogdi-dfsg (4.1.0+ds-3) unstable; urgency=medium ===================================== debian/libogdi4.1.dirs ===================================== @@ -1 +1 @@ -usr/lib +usr/lib/ogdi/4.1 ===================================== debian/libogdi4.1.install ===================================== @@ -1,3 +1,3 @@ usr/lib/libogdi.so.* usr/lib/libvpf.so.* -usr/lib/ogdi/*.so usr/lib/ogdi +usr/lib/ogdi/*.so usr/lib/ogdi/4.1 ===================================== debian/libogdi4.1.lintian-overrides ===================================== @@ -1,3 +1,3 @@ # False positive, string not included in the source. -spelling-error-in-binary usr/lib/ogdi/libvrf.so "allow to" "allow one to" +spelling-error-in-binary usr/lib/ogdi/*/libvrf.so "allow to" "allow one to" ===================================== debian/patches/modules_path.patch ===================================== @@ -9,7 +9,7 @@ Forwarded: not-needed $(EXPAT_INCLUDE) -CFLAGS = $(INCLUDES) $(COMMON_CFLAGS) -DMODULES_PATH="\"$(INST_LIB)/ogdi/\"" -+CFLAGS = $(INCLUDES) $(COMMON_CFLAGS) -DMODULES_PATH="\"/usr/lib/ogdi/\"" ++CFLAGS = $(INCLUDES) $(COMMON_CFLAGS) -DMODULES_PATH="\"/usr/lib/ogdi/4.1/\"" LINK_LIBS= $(RPC_LINKLIB) $(ZLIB_LINKLIB) $(EXPAT_LINKLIB) $(WIN_LINKLIB) \ $(MATH_LINKLIB) View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/compare/b6de354ce77729f0e3af71dd84da5ac892865bba...eb35ebb5dd4b8a9745e21150553290f6b7a51fd5 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/compare/b6de354ce77729f0e3af71dd84da5ac892865bba...eb35ebb5dd4b8a9745e21150553290f6b7a51fd5 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
