Fix some debian package related bugs
# 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 <file>..." to unstage)
#
#	modified:   debian/changelog
#	modified:   debian/control
#	modified:   debian/rules
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	Makefile
#	blib/
#	build-stamp
#	debian/files
#	debian/substvars
#	debian/tmp/
#	install-stamp
#	pm_to_blib
diff --git a/debian/changelog b/debian/changelog
index 438c801..7c785e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-rrdpoller (0.01) unstable; urgency=low
+mysql-genocide (0.01) unstable; urgency=low
 
   * Initial release.
 
diff --git a/debian/control b/debian/control
index e5a5f0a..0d82cf7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,6 @@ Package: mysql-genocide
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdbd-mysql-perl
 Description: mysql-genocide helps you play with big MySQL processlists.
-It can filter it using different criterias like execution time, query
-type, user or regexp matching of the SQL query etc. Actions can then be
-peformed on the result like killing, sorting or generating statistics.
+ It can filter it using different criterias like execution time, query
+ type, user or regexp matching of the SQL query etc. Actions can then be
+ peformed on the result like killing, sorting or generating statistics.
diff --git a/debian/rules b/debian/rules
index cc1228d..f24d788 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,6 @@ clean:
 	dh_testdir
 	dh_testroot
 
-	-$(MAKE) distclean
-	
 	dh_clean build-stamp install-stamp
 
 install: install-stamp
