summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index df8fd35..29128eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,11 @@ cscope (15.7a-3) unstable; urgency=low
* Depend on emacsen-common to be able to install xcscope.el correctly
(Closes: #562550).
+ * Add ${misc:Depends} to Depends field in control (this fixes a lintian
+ warning).
* Fix spelling error in ocs.1 manpage (this fixes a lintian warning).
- -- Tobias Klauser <tklauser@distanz.ch> Mon, 04 Jan 2010 14:14:43 +0100
+ -- Tobias Klauser <tklauser@distanz.ch> Wed, 13 Jan 2010 18:08:30 +0100
cscope (15.7a-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f43c33f..91a4af7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-cscope.git
Package: cscope
Architecture: any
-Depends: ${shlibs:Depends}, emacsen-common
+Depends: ${shlibs:Depends}, ${misc:Depends}, emacsen-common
Suggests: cbrowser
Description: Interactively examine a C program source
Cscope is an interactive text screen based source browsing tool.