[Git][debian-gis-team/mapcache][master] 5 commits: Include changes from 1.14.0-2.1~exp1.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Feb 5 12:48:27 GMT 2024



Bas Couwenberg pushed to branch master at Debian GIS Project / mapcache


Commits:
0f64b5ad by Bas Couwenberg at 2024-02-05T13:41:12+01:00
Include changes from 1.14.0-2.1~exp1.

- - - - -
71f256fd by Bas Couwenberg at 2024-02-05T13:41:12+01:00
Drop SOVERSION from -dev package.

- - - - -
55e2502e by Bas Couwenberg at 2024-02-05T13:41:12+01:00
Drop obsolete rules to move library to multiarch path.

- - - - -
8e068391 by Bas Couwenberg at 2024-02-05T13:42:11+01:00
Update lintian overrides.

- - - - -
1f085878 by Bas Couwenberg at 2024-02-05T13:42:11+01:00
Set distribution to experimental.

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/libmapcache1-dev.install → debian/libmapcache-dev.install
- debian/libmapcache1.install → debian/libmapcache1t64.install
- + debian/libmapcache1t64.lintian-overrides
- debian/libmapcache1.symbols → debian/libmapcache1t64.symbols
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,12 +1,22 @@
-mapcache (1.14.0-3) UNRELEASED; urgency=medium
+mapcache (1.14.0-3~exp1) experimental; urgency=medium
 
   * Add patch to support pcre2.
   * Enable pcre2 support.
   * Use execute_{before,after} instead of override in rules file.
   * Enable Salsa CI.
   * Switch to dh-sequence-*.
+  * Drop SOVERSION from -dev package.
+  * Drop obsolete rules to move library to multiarch path.
+  * Update lintian overrides.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 05 Feb 2024 13:28:58 +0100
+
+mapcache (1.14.0-2.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
 
- -- Bas Couwenberg <sebastic at debian.org>  Fri, 28 Jul 2023 19:48:23 +0200
+ -- Graham Inggs <ginggs at debian.org>  Sat, 03 Feb 2024 18:41:19 +0000
 
 mapcache (1.14.0-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -45,12 +45,15 @@ Vcs-Git: https://salsa.debian.org/debian-gis-team/mapcache.git
 Homepage: http://www.mapserver.org/mapcache/
 Rules-Requires-Root: no
 
-Package: libmapcache1
+Package: libmapcache1t64
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
+Provides: ${t64:Provides}
+Breaks: libmapcache1 (<< ${source:Version})
+Replaces: libmapcache1
 Description: tile caching server - shared library
  This package contains the shared library.
  .
@@ -59,10 +62,10 @@ Description: tile caching server - shared library
  offering the essential features (and more!) expected from a tile caching
  solution.
 
-Package: libmapcache1-dev
+Package: libmapcache-dev
 Architecture: any
 Section: libdevel
-Depends: libmapcache1 (= ${binary:Version}),
+Depends: libmapcache1t64 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: mapcache-cgi,
           mapcache-tools,


=====================================
debian/libmapcache1-dev.install → debian/libmapcache-dev.install
=====================================


=====================================
debian/libmapcache1.install → debian/libmapcache1t64.install
=====================================


=====================================
debian/libmapcache1t64.lintian-overrides
=====================================
@@ -0,0 +1,6 @@
+# False positive, string not included in source
+spelling-error-in-binary wTH with *
+
+# 64-bit time_t transition
+package-name-doesnt-match-sonames libmapcache1
+


=====================================
debian/libmapcache1.symbols → debian/libmapcache1t64.symbols
=====================================


=====================================
debian/rules
=====================================
@@ -13,8 +13,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 # Remove buildpath from binaries
 export DEB_CFLAGS_MAINT_APPEND=-DNDEBUG
 
-DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
@@ -74,9 +73,6 @@ execute_before_dh_auto_build:
 	done
 
 execute_after_dh_auto_install:
-	-mkdir -p $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
-	-mv -v $(CURDIR)/debian/tmp/usr/lib/libmapcache*.so* $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
-
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/cgi-bin/
 	mv $(CURDIR)/debian/tmp/usr/bin/mapcache.fcgi $(CURDIR)/debian/tmp/usr/lib/cgi-bin/mapcache
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/5418d2ddbd055cda3449768d1389bb09c4a0363a...1f0858784c616a7fedb69c94e078db54ef7b8ad5

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/5418d2ddbd055cda3449768d1389bb09c4a0363a...1f0858784c616a7fedb69c94e078db54ef7b8ad5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240205/b1dc4e9b/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list