summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-12-28 18:04:35 +0100
committerTobias Klauser <tklauser@distanz.ch>2009-12-28 18:05:44 +0100
commit27612087400a3c8fdffc7e03ef5dff1e9c05087f (patch)
tree4daf18b0314036ec8758490d622689f85801a8ee /debian/control
parent0df2b2a2c8e6ebaea05390cb27f2c6432e03448f (diff)
Depend on emacsen-common to be able to install xcscope.el correctly (Closes: #562550).
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 6bc2b1b..f43c33f 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}
+Depends: ${shlibs:Depends}, emacsen-common
Suggests: cbrowser
Description: Interactively examine a C program source
Cscope is an interactive text screen based source browsing tool.