From c3ca49de5b937873d599ce862ae1f365499f8bfb Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 13 Jan 2010 18:38:55 +0100 Subject: Add ${misc:Depends} to Depends in control to fix a lintian warning --- debian/changelog | 4 +++- 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 Mon, 04 Jan 2010 14:14:43 +0100 + -- Tobias Klauser 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. -- cgit v1.2.3-54-g00ecf