[neon/backports-noble/jpeg-xl-noble/Neon/release] debian: override_dh_clean:
Carlos De Maine
null at kde.org
Wed Dec 18 11:17:28 GMT 2024
Git commit 9b9865ad3b44e529741267da9c89ff51d9f922ff by Carlos De Maine.
Committed on 18/12/2024 at 11:17.
Pushed by carlosdem into branch 'Neon/release'.
override_dh_clean:
M +4 -1 debian/rules
https://invent.kde.org/neon/backports-noble/jpeg-xl-noble/-/commit/9b9865ad3b44e529741267da9c89ff51d9f922ff
diff --git a/debian/rules b/debian/rules
index c8b499a..5ace0f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,8 +90,11 @@ CMAKE_EXTRA_FLAGS += \
-DJPEGXL_INSTALL_JNIDIR:PATH=lib/$(DEB_HOST_MULTIARCH)/jni \
-DJPEGXL_TEST_DATA_PATH:PATH=/usr/share/libjxl-testdata \
-override_dh_auto_configure:
+override_dh_clean:
rm debian/compat
+ dh_clean --buildsystem=cmake+ninja
+
+override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
override_dh_auto_build-indep:
More information about the Neon-commits
mailing list