[neon/backports-jammy/libdecor-0/Neon/unstable] debian: neon doesn't produce symbols files

Carlos De Maine null at kde.org
Sat Nov 11 01:55:53 GMT 2023


Git commit e58f03bc2df2789e4476440e70c064b9919840e5 by Carlos De Maine.
Committed on 11/11/2023 at 02:55.
Pushed by carlosdem into branch 'Neon/unstable'.

neon doesn't produce symbols files

M  +8    -8    debian/rules

https://invent.kde.org/neon/backports-jammy/libdecor-0/-/commit/e58f03bc2df2789e4476440e70c064b9919840e5

diff --git a/debian/rules b/debian/rules
index 66ee1c3..c28de11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,9 +12,9 @@ lib = libdecor-0-0
 %:
 	dh $@
 
-debian/$(lib).symbols: debian/$(lib).symbols.in
-	sed -e 's/[$$]{DEB_VERSION}/${DEB_VERSION}/g' \
-		< $< > $@
+#debian/$(lib).symbols: debian/$(lib).symbols.in
+#	sed -e 's/[$$]{DEB_VERSION}/${DEB_VERSION}/g' \
+#		< $< > $@
 
 built_binaries := $(shell dh_listpackages)
 configure_options =
@@ -29,11 +29,11 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- $(configure_options)
 
-ifeq ($(DEB_DISTRIBUTION),UNRELEASED)
+#ifeq ($(DEB_DISTRIBUTION),UNRELEASED)
 # We can't expect the symbols file to be fully up to date for a snapshot,
 # so only fail if we broke ABI. This overrides the -c4 below.
-export DPKG_GENSYMBOLS_CHECK_LEVEL = 1
-endif
+#export DPKG_GENSYMBOLS_CHECK_LEVEL = 1
+#endif
 
-override_dh_makeshlibs: debian/$(lib).symbols
-	dh_makeshlibs -- -c4
+#override_dh_makeshlibs: debian/$(lib).symbols
+#	dh_makeshlibs -- -c4


More information about the Neon-commits mailing list