From: Ben Hutchings <ben@decadent.org.uk>
Date: Tue, 12 Feb 2008 23:38:51 +0000 (+0000)
Subject: Removed useless commands and comments.
X-Git-Tag: 1.0.0.2ds2-1~5
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=ab0f3e4d5c840e2c8c7377d87a0c5222f6db01f4;p=emusic-remote.git

Removed useless commands and comments.
---

diff --git a/debian/rules b/debian/rules
index e26014d..fc68116 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	touch $@
+build:
 
 clean:
 	dh_testdir
@@ -14,9 +12,7 @@ install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	#dh_installdirs
 
-# Build architecture-independent files here.
 binary-indep: install
 	dh_testdir
 	dh_testroot
@@ -24,7 +20,6 @@ binary-indep: install
 	dh_installdocs
 	dh_install
 	dh_installmenu
-	dh_installman
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -32,7 +27,6 @@ binary-indep: install
 	dh_md5sums
 	dh_builddeb
 
-# Build architecture-dependent files here.
 binary-arch:
 
 binary: binary-indep binary-arch