diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | 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 <tklauser@access.unizh.ch> Wed, 08 Oct 2008 23:03:05 +0200 + -- Tobias Klauser <tklauser@distanz.ch> 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 <tklauser@access.unizh.ch> -Build-Depends: debhelper (>= 5), dpatch, autotools-dev, bison, flex, libncurses5-dev +Maintainer: Tobias Klauser <tklauser@distanz.ch> +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) |