Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (3d43610193c23e2357528fd00b89a87ea88c91d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3d43610193c23e2357528fd00b89a87ea88c91d9)
  • Date: Tue, 12 Sep 2023 20:18:26 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/dbus/DEPENDS | 2 +-
utils/dbus/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 3d43610193c23e2357528fd00b89a87ea88c91d9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dbus: Fix trailing "&&" in DEPENDS

diff --git a/utils/dbus/DEPENDS b/utils/dbus/DEPENDS
index 64c203f..3b8a0e6 100755
--- a/utils/dbus/DEPENDS
+++ b/utils/dbus/DEPENDS
@@ -62,5 +62,5 @@ fi &&
if is_depends_enabled "${SPELL}" "libx11"; then
depends libsm &&
depends libice
-fi &&
+fi

diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index aa5c6f4..248e5c8 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,6 @@
+2023-09-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Fix trailing '&&'
+
2023-09-05 Pavel Vinogradov <public AT sorcemage.org>
* DEPENDS: stable dbus branch needs autoconf, autoconf-archive and
automake
if elogind dependency is selected, ' -> ""



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3d43610193c23e2357528fd00b89a87ea88c91d9), Eric Sandall, 09/12/2023

Archive powered by MHonArc 2.6.24.

Top of Page