From a3cfc81479478c52f61b3452f743d6d76c920ada Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 3 Jan 2009 19:23:20 +0100 Subject: Packaging updates --- debian/changelog | 13 ++++++++----- debian/compat | 2 +- debian/control | 6 +++--- debian/rules | 2 +- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf8ace1..c6c52a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,13 @@ inotail (0.5-2) UNRELEASED; urgency=low - * Update Standards Version to 3.7.3, no changes needed. - * Remove Homepage tag in control in favour of the new control field. - * Add Vcs-Git and Vcs-Browser control fields. - - -- Tobias Klauser Sun, 27 Jan 2008 11:51:45 +0100 + * Replaced obsolete dh_clean -k with dh_prep in rules. + * Updated debhelper compatibility level from 5 to 7. + * Updated Standards Version to 3.8.0. + * Removed Homepage tag in control in favour of the new control field. + * Added Vcs-Git and Vcs-Browser control fields. + * Changed maintainer email address. + + -- Tobias Klauser Sat, 03 Jan 2009 19:21:11 +0100 inotail (0.5-1) 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 2889cbc..f5cd82e 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: inotail Section: utils Priority: optional -Maintainer: Tobias Klauser -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.3 +Maintainer: Tobias Klauser +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 Homepage: http://distanz.ch/inotail Vcs-Git: http://git.distanz.ch/scm/debian/pkg-inotail.git Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-inotail.git diff --git a/debian/rules b/debian/rules index eb2ae17..786c709 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install prefix=$(CURDIR)/debian/inotail/usr -- cgit v1.2.3-54-g00ecf