diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6f4d25b..ca3a68f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +inotail (0.3-1) unstable; urgency=low + + * New upstream release + + -- Tobias Klauser <tklauser@access.unizh.ch> Tue, 17 Apr 2007 20:09:20 +0200 + inotail (0.2-1) unstable; urgency=low * New upstream release diff --git a/debian/copyright b/debian/copyright index d2745f5..048932c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -27,7 +27,7 @@ can be found in /usr/share/common-licenses/GPL file. License (everything else): - Copyright (C) 2005-2006 Tobias Klauser <tklauser@distanz.ch> + Copyright (C) 2005-2007 Tobias Klauser <tklauser@distanz.ch> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 8618b96..eb2ae17 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ install: build dh_clean -k dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/inotail + $(MAKE) install prefix=$(CURDIR)/debian/inotail/usr binary-indep: build install # We have nothing to do by default. @@ -31,7 +31,7 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs changelog dh_installdocs dh_install dh_link |