]> git.decadent.org.uk Git - emusic-remote.git/commitdiff
Removed useless commands and comments.
authorBen Hutchings <ben@decadent.org.uk>
Tue, 12 Feb 2008 23:38:51 +0000 (23:38 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 3 Nov 2008 00:36:20 +0000 (00:36 +0000)
debian/rules

index e26014d70305c7cda784043c7aa425273081f977..fc68116eeef6e073f38569816eaf11a228e77ab2 100755 (executable)
@@ -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