diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a875cef..a3b1d56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ inotail (0.5-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. + * Update Standards-Version to 3.8.4, no changes necessary. + * Use git:// URI in Vcs-Git control field. - -- Tobias Klauser <tklauser@distanz.ch> Mon, 01 Feb 2010 17:34:40 +0100 + -- Tobias Klauser <tklauser@distanz.ch> Mon, 01 Feb 2010 17:35:59 +0100 inotail (0.5-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 939b439..9025453 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: utils Priority: optional Maintainer: Tobias Klauser <tklauser@distanz.ch> Build-Depends: debhelper (>= 7.0.50) -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Homepage: http://distanz.ch/inotail -Vcs-Git: http://git.distanz.ch/scm/debian/pkg-inotail.git +Vcs-Git: git://git.distanz.ch/debian/pkg-inotail.git Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-inotail.git Package: inotail |