[neon/backports-jammy/chafa-jammy/Neon/unstable] debian: make it build on jammy
Carlos De Maine
null at kde.org
Mon Feb 27 04:01:09 GMT 2023
Git commit 1c4bf1cc0c893bb42f3dd5acddb6ca855392444b by Carlos De Maine.
Committed on 27/02/2023 at 04:01.
Pushed by carlosdem into branch 'Neon/unstable'.
make it build on jammy
M +5 -0 debian/rules
https://invent.kde.org/neon/backports-jammy/chafa-jammy/commit/1c4bf1cc0c893bb42f3dd5acddb6ca855392444b
diff --git a/debian/rules b/debian/rules
index 710a731..c8a0253 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--copy-dt-needed-entries
%:
dh $@
@@ -18,3 +19,7 @@ override_dh_auto_configure:
override_dh_auto_test:
$(MAKE) check
+
+override_dh_clean:
+ rmdir ./m4
+ dh_clean
More information about the Neon-commits
mailing list