[Git][debian-gis-team/lerc][master] debian/rules: Remove -c0 override for dpkg-gensymbols on Ubuntu

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Thu Nov 17 07:15:52 GMT 2022



Antonio Valentino pushed to branch master at Debian GIS Project / lerc


Commits:
9bd3beae by Jeremy Bicha at 2022-11-16T15:00:03-05:00
debian/rules: Remove -c0 override for dpkg-gensymbols on Ubuntu

Closes: #1013146

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -38,5 +38,10 @@ override_dh_auto_install:
 	dh_auto_install --builddirectory build-static
 	dh_auto_install
 
+# Ubuntu wants the build to fail when symbols disappear
 override_dh_makeshlibs:
+ifneq ($(shell dpkg-vendor --query vendor),Ubuntu)
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION) -c0
+else
+	dh_makeshlibs -- -v$(UPSTREAM_VERSION)
+endif



View it on GitLab: https://salsa.debian.org/debian-gis-team/lerc/-/commit/9bd3beae1e25b51d2669bba61701ebea401d7b02

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/lerc/-/commit/9bd3beae1e25b51d2669bba61701ebea401d7b02
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/20221117/67c0c92d/attachment.htm>


More information about the Pkg-grass-devel mailing list