diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-01-13 18:38:55 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-01-13 18:38:55 +0100 |
commit | c3ca49de5b937873d599ce862ae1f365499f8bfb (patch) | |
tree | 8fdc7777f7ad1ce240af12e982d1de5bc906863d | |
parent | 1c7003c9aaa63d40987078770ba25153d9838dad (diff) |
Add ${misc:Depends} to Depends in control to fix a lintian warning15.7a-3
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
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. |