[neon/kde/kwallet-pam/Neon/unstable] debian: fix the bustedness
Carlos De Maine
null at kde.org
Mon May 22 02:44:37 BST 2023
Git commit b3abae33e532613279a007f50f6804c010cd6bec by Carlos De Maine.
Committed on 22/05/2023 at 01:44.
Pushed by carlosdem into branch 'Neon/unstable'.
fix the bustedness
M +1 -1 debian/control
M +8 -11 debian/rules
https://invent.kde.org/neon/kde/kwallet-pam/commit/b3abae33e532613279a007f50f6804c010cd6bec
diff --git a/debian/control b/debian/control
index 8b1fd5c..5cdd66b 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Architecture: any
Depends: libpam-kwallet-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
-Description: KWallet (Kf5) integration with PAM
+Description: KWallet (Kf6) integration with PAM
The KDE Wallet system provides a secure way to store passwords and other
secret information, allowing the user to remember only a single KDE Wallet
password instead of numerous different passwords and credentials.
diff --git a/debian/rules b/debian/rules
index 4d34a42..872d8dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,19 +5,16 @@
%:
dh $@ --with kf6 --buildsystem kf6
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_clean:
+ dh_auto_clean
-#override_dh_auto_clean:
-# dh_auto_clean
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DCMAKE_INSTALL_LIBDIR="/lib/${DEB_HOST_MULTIARCH}" \
+ -DLIBEXEC_INSTALL_DIR="/usr/share/libpam-kwallet-common"
-#override_dh_auto_configure:
-# dh_auto_configure -- \
-# -DCMAKE_INSTALL_LIBDIR="/lib/${DEB_HOST_MULTIARCH}" \
-# -DLIBEXEC_INSTALL_DIR="/usr/share/libpam-kwallet-common"
-
-#override_dh_auto_build:
-# dh_auto_build
+override_dh_auto_build:
+ dh_auto_build
override_dh_install:
@echo "skip dh_install"
More information about the Neon-commits
mailing list