summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-04-18 12:27:56 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-04-18 12:27:56 +0200
commitdc080389b64a88ac58385642e5388fc9763be575 (patch)
treeb9e454882ec06e4037c74f85eef46158f1c537e0
parent5858819e4e3bc738463e8f7cc7d808a388ebc6c1 (diff)
Update Debian packaging for inotail 0.3
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules4
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