summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-01-13 18:38:55 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-01-13 18:38:55 +0100
commitc3ca49de5b937873d599ce862ae1f365499f8bfb (patch)
tree8fdc7777f7ad1ce240af12e982d1de5bc906863d /debian/control
parent1c7003c9aaa63d40987078770ba25153d9838dad (diff)
Add ${misc:Depends} to Depends in control to fix a lintian warning15.7a-3
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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.