[neon/kde/spectacle/Neon/unstable] debian: add a skip idh_nstall as it is only one package and doesn't need to call dh_install
Carlos De Maine
null at kde.org
Sat Mar 25 05:06:57 GMT 2023
Git commit 85780918b507b2c0c871598f488bb7132f2b6b4d by Carlos De Maine.
Committed on 25/03/2023 at 05:06.
Pushed by carlosdem into branch 'Neon/unstable'.
add a skip idh_nstall as it is only one package and doesn't need to call dh_install
D +0 -1 debian/kde-spectacle.install
M +4 -1 debian/rules
https://invent.kde.org/neon/kde/spectacle/commit/85780918b507b2c0c871598f488bb7132f2b6b4d
diff --git a/debian/kde-spectacle.install b/debian/kde-spectacle.install
deleted file mode 100644
index 72a5a8b..0000000
--- a/debian/kde-spectacle.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/kf6/
diff --git a/debian/rules b/debian/rules
index f13d9eb..3143073 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,7 @@
dh $@ --with kf6 --buildsystem kf6
override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
\ No newline at end of file
+ dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+
+override_dh_install:
+ @echo "skip dh_install"
\ No newline at end of file
More information about the Neon-commits
mailing list