From e2b5aa02a4c7d23ebd83e38892fe431b1749459f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 2 Jan 2009 18:51:14 +0100 Subject: * Replaced obsolete dh_clean -k with dh_prep in rules. * Updated debhelper compatibility level from 5 to 7. * Changed maintainer e-mail address. --- debian/changelog | 9 ++++++--- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2347d09..bc29182 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -cscope (15.6-7) unstable; urgency=low +cscope (15.6-7) UNRELEASED; urgency=low - * Update to Standards-Version 3.8.0, no changes needed. * Do not ignore errors in cscope.preinst. Fixes a lintian warning. + * Replaced obsolete dh_clean -k with dh_prep in rules. + * Updated debhelper compatibility level from 5 to 7. + * Updated to Standards-Version 3.8.0, no changes needed. + * Changed maintainer e-mail address. - -- Tobias Klauser Wed, 08 Oct 2008 23:03:05 +0200 + -- Tobias Klauser Fri, 02 Jan 2009 18:46:53 +0100 cscope (15.6-6) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 50fee3d..6b1e89e 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: cscope Section: devel Priority: optional -Maintainer: Tobias Klauser -Build-Depends: debhelper (>= 5), dpatch, autotools-dev, bison, flex, libncurses5-dev +Maintainer: Tobias Klauser +Build-Depends: debhelper (>= 7), dpatch, autotools-dev, bison, flex, libncurses5-dev Standards-Version: 3.8.0 Homepage: http://cscope.sourceforge.net Vcs-Git: http://git.distanz.ch/scm/debian/pkg-cscope.git diff --git a/debian/rules b/debian/rules index 702a0a9..d944d01 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ endif install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs usr/share/emacs/site-lisp $(MAKE) install DESTDIR=$(DEST) -- cgit v1.2.3-54-g00ecf