[scottfree] 04/11: Add ${misc:Depends} to the dependencies
Stephen Kitt
skitt at moszumanska.debian.org
Fri Jan 20 11:54:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository scottfree.
commit 155934a6d86e949546533748bc253c0fedc20c3b
Author: Stephen Kitt <steve at sk2.org>
Date: Fri Jan 20 09:15:56 2017 +0100
Add ${misc:Depends} to the dependencies
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ae230ba..17870b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ scottfree (1.14-10) UNRELEASED; urgency=low
* Switch to source format 3.0 (quilt).
* Switch to simple dh, compatibility level 10.
* Move packaging repository to git.
+ * Add ${misc:Depends} to the dependencies.
-- Evgeni Golov <evgeni at debian.org> Mon, 15 Jul 2013 22:22:03 +0200
diff --git a/debian/control b/debian/control
index dadc9e4..5e28fcb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-games/scottfree.git
Package: scottfree
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Interpreter for Adventure International games
ScottFree reads and executes TRS-80 format Scott Adams data files. It is
possible to run other formats either by writing a loader for that format or
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scottfree.git
More information about the Pkg-games-commits
mailing list