diff options
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rwxr-xr-x | 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 <tklauser@access.unizh.ch> 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 <tklauser@distanz.ch> 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 <tklauser@access.unizh.ch> -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.3 +Maintainer: Tobias Klauser <tklauser@distanz.ch> +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 |