[neon/qt/qbs/Neon/release] debian: Remove override_dh_install target in favor of debian/not-installed.
Dmitry Shachnev
null at kde.org
Thu May 5 12:48:33 BST 2022
Git commit 8db6e90150f93bff313d69148c5fe38cebc71533 by Dmitry Shachnev.
Committed on 02/04/2022 at 17:31.
Pushed by jriddell into branch 'Neon/release'.
Remove override_dh_install target in favor of debian/not-installed.
M +1 -0 debian/changelog
M +2 -0 debian/not-installed
M +0 -6 debian/rules
https://invent.kde.org/neon/qt/qbs/commit/8db6e90150f93bff313d69148c5fe38cebc71533
diff --git a/debian/changelog b/debian/changelog
index 1b1b31f..9e879e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ qbs (1.22.0-1) UNRELEASED; urgency=medium
* Update debian/copyright.
* Remove patches that are not relevant since switch to CMake.
* Add a patch to fix documentation install with CMake.
+ * Remove override_dh_install target in favor of debian/not-installed.
-- Marius Gripsgard <marius at ubports.com> Tue, 28 Dec 2021 17:30:52 +0100
diff --git a/debian/not-installed b/debian/not-installed
index fefffb7..36109f9 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,3 +1,5 @@
usr/bin/qbs_benchmarker
usr/bin/qbs_fuzzy-test
usr/bin/tst_*
+usr/libexec/qbs/dmgbuild
+usr/share/qbs/python
diff --git a/debian/rules b/debian/rules
index 5c72feb..358becb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,9 +53,3 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
endif
override_dh_auto_test-indep:
-
-override_dh_install:
- rm -fv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.so.1
- rm -fv debian/tmp/usr/libexec/qbs/dmgbuild
- rm -rfv debian/tmp/usr/share/qbs/python
- dh_install
More information about the Neon-commits
mailing list