I'll just quietly cry myself to sleep while I once again fix something I've fixed 20 times now.

# Please enter the commit message for your changes.
# (Comment lines starting with '#' will not be included)
# On branch master
# Changes to be committed:
#   (use "git reset HEAD^1 <file>..." to unstage)
#
#	modified:   debian/changelog
#	modified:   rotatedaemon.pro
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	Makefile
#	build-stamp
#	builddir/
#	debian/changelog~
#	debian/files
#	debian/rotatedaemon/
#	main.o
#	moc_rotationdaemon.cpp
#	moc_rotationdaemon.o
#	rotatedaemon
#	rotationdaemon.o
diff --git a/debian/changelog b/debian/changelog
index fe2f90b..cae35e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rotatedaemon (0.1-3) unstable; urgency=low
+
+  * Don't ask.
+
+ -- Robin Burchell <viroteck@viroteck.net>  Fri, 18 Jun 2010 19:01:11 +0100
+
 rotatedaemon (0.1-2) unstable; urgency=low
 
   * Fixes to make it even remotely functional.
diff --git a/rotatedaemon.pro b/rotatedaemon.pro
index 6efe064..5783742 100644
--- a/rotatedaemon.pro
+++ b/rotatedaemon.pro
@@ -3,7 +3,7 @@
 ######################################################################
 
 TEMPLATE = app
-TARGET = 
+TARGET = rotatedaemon
 DEPENDPATH += .
 INCLUDEPATH += .
 
@@ -15,3 +15,7 @@ SOURCES += main.cpp \
 
 HEADERS += \
     rotationdaemon.h
+
+target.path = /usr/bin
+
+INSTALLS += target
