[Git][debian-gis-team/jeolib-miallib][master] Don't fail on symbols changes.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Feb 25 04:23:38 GMT 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / jeolib-miallib
Commits:
a7339e0c by Bas Couwenberg at 2025-02-25T05:23:29+01:00
Don't fail on symbols changes.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jeolib-miallib (1.1.6-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Don't fail on symbols changes.
+
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 25 Feb 2025 05:23:10 +0100
+
jeolib-miallib (1.1.6-2) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
debian/rules
=====================================
@@ -10,6 +10,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Package maintainers to append LDFLAGS.
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+include /usr/share/dpkg/pkg-info.mk
+
+UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
+
%:
dh $@ --buildsystem cmake --builddirectory=build
@@ -23,3 +27,6 @@ override_dh_auto_configure:
execute_after_dh_auto_install:
sed -i -e "s|$(CURDIR)/build||g" -e "s|/include|/usr/include|" debian/tmp/usr/lib/*/cmake/miallib/miallib-config.cmake
+
+override_dh_makeshlibs:
+ dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION)
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/commit/a7339e0cd3c588b17d6f961903176fd8c61a72ff
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/commit/a7339e0cd3c588b17d6f961903176fd8c61a72ff
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/20250225/d03b625f/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list