[Pkg-wmaker-commits] [wmaker] 04/05: Fix library usage without wmaker
Andreas Metzler
ametzler at moszumanska.debian.org
Sat Jul 8 09:46:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
ametzler pushed a commit to branch experimental
in repository wmaker.
commit 14465bdcfb53a0a15d60ebb768e5321861627780
Author: Andreas Metzler <ametzler at bebt.de>
Date: Sat Jul 8 11:42:51 2017 +0200
Fix library usage without wmaker
Add dependency on wmaker-common (>= ${source:Version}) to libwutil5 and
libwings3 to make it possible to use these libraries without wmaker.
---
debian/changelog | 4 ++++
debian/control | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 565cc87..452748b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,10 @@ wmaker (0.95.8-1~exp2) UNRELEASED; urgency=medium
GIT next: Fix wmmenugen parsing of XDG menu files with more than one
group.
+ [ Doug Torrance / Andreas Metzler ]
+ * Add dependency on wmaker-common (>= ${source:Version}) to libwutil5 and
+ libwings3 to make it possible to use these libraries without wmaker.
+
-- Doug Torrance <dtorrance at piedmont.edu> Thu, 16 Mar 2017 11:07:30 -0400
wmaker (0.95.8-1~exp1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 6935cf1..07b770f 100644
--- a/debian/control
+++ b/debian/control
@@ -145,7 +145,8 @@ Package: libwutil5
Architecture: any
Multi-Arch: same
Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ wmaker-common (>= ${source:Version})
Description: Window Maker's own widget set - utility library
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
look and feel. Its API is inspired in OpenSTEP and its
@@ -160,7 +161,8 @@ Package: libwings3
Architecture: any
Multi-Arch: same
Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ wmaker-common (>= ${source:Version})
Description: Window Maker's own widget set - runtime library
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
look and feel. Its API is inspired in OpenSTEP and its
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git
More information about the Pkg-wmaker-commits
mailing list