summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.