[neon/backports-jammy/libraqm-jammy/Neon/release] /: clean up the rules
Carlos De Maine
null at kde.org
Sun Feb 19 03:32:18 GMT 2023
Git commit 9219ff41c36d6666af5a216463529eb5fdea916b by Carlos De Maine.
Committed on 19/02/2023 at 03:32.
Pushed by carlosdem into branch 'Neon/release'.
clean up the rules
M +4 -10 debian/rules
D +0 -0 test
https://invent.kde.org/neon/backports-jammy/libraqm-jammy/commit/9219ff41c36d6666af5a216463529eb5fdea916b
diff --git a/debian/rules b/debian/rules
index 95a733e..df5b240 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,19 +15,13 @@ override_dh_auto_configure:
dh_auto_configure -- -Ddocs=true
override_dh_auto_clean:
- dh_auto_clean --builddir build
- #dh_auto_clean --builddir build-udeb
+ dh_auto_clean
override_dh_auto_build:
- dh_auto_build --builddir build
- #dh_auto_build --builddir build-udeb
+ dh_auto_build
override_dh_auto_test:
- dh_auto_test --builddir build
- #dh_auto_test --builddir build-udeb
+ dh_auto_test
override_dh_auto_install:
- dh_auto_install --builddir build
-
-override_dh_makeshlibs:
- #dh_makeshlibs --add-udeb="libharfbuzz0-udeb"
+ dh_auto_install
diff --git a/test b/test
deleted file mode 100644
index e69de29..0000000
More information about the Neon-commits
mailing list