summaryrefslogtreecommitdiff
path: root/debian
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
parent0df2b2a2c8e6ebaea05390cb27f2c6432e03448f (diff)
Depend on emacsen-common to be able to install xcscope.el correctly (Closes: #562550).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3eaaa79..f90a7ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cscope (15.7a-3) unstable; urgency=low
+
+ * Depend on emacsen-common to be able to install xcscope.el correctly
+ (Closes: #562550).
+
+ -- Tobias Klauser <tklauser@distanz.ch> Mon, 28 Dec 2009 18:01:10 +0100
+
cscope (15.7a-2) unstable; urgency=low
* Correctly install and remove emacs library file (closes: #515164). Thanks
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.