[neon/extras/smb4k/Neon/release] debian: rebase

Carlos De Maine null at kde.org
Tue Jul 2 14:41:33 BST 2024


Git commit 1e07e294625f559d9feb7d9adb6afb8d3b3fd695 by Carlos De Maine.
Committed on 02/07/2024 at 13:40.
Pushed by carlosdem into branch 'Neon/release'.

rebase

M  +1    -1    debian/changelog
M  +0    -1    debian/control
M  +5    -2    debian/rules

https://invent.kde.org/neon/extras/smb4k/-/commit/1e07e294625f559d9feb7d9adb6afb8d3b3fd695

diff --git a/debian/changelog b/debian/changelog
index 89f78ff..5f01fc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -629,4 +629,4 @@ smb4k (0.4.0-1) unstable; urgency=low
   * Initial release.
     (closes: #255072)
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 18 Jun 2004 20:02:30 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 18 Jun 2004 20:02:30 +0200
\ No newline at end of file
diff --git a/debian/control b/debian/control
index c14ac21..0aa5863 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,6 @@ Build-Depends: cmake (>= 3.2),
                libkdsoap-qt6-dev,
                libsmbclient-dev,
                libplasma-dev,
-               pkg-kde-tools,
                pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-declarative-dev,
diff --git a/debian/rules b/debian/rules
index ce17162..41c29a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
+#!/usr/bin/make -f
 # SPDX-License-Identifier: LGPL-2.0-or-later
-# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
     dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-    dh_auto_configure -- -DSMB4K_WITH_WS_DISCOVERY=ON
+	dh_auto_configure -- \
+    -DSMB4K_WITH_WS_DISCOVERY=ON \
+    -DECM_DIR=/usr/share/ECM/
\ No newline at end of file



More information about the Neon-commits mailing list