Remove some silly comments.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 7 Mar 2007 19:46:30 +0000 (20:46 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 7 Mar 2007 19:46:30 +0000 (20:46 +0100)
debian/rules

index 20ae34c8f02e284341330c1744cc260787ae423f..22b792215ed0dfe53f051744dd1f37bb784f0afc 100755 (executable)
@@ -10,10 +10,7 @@ configure-stamp:
 build: build-stamp
 build-stamp: configure
        dh_testdir
-       
-       # Add here commands to compile the package.
        $(MAKE) CFLAGS=-fPIC
-       
        touch build-stamp
 
 clean: clean1 
@@ -21,10 +18,7 @@ clean1:
        dh_testdir
        dh_testroot
        rm -f build-stamp
-       
-       # Add here commands to clean up after the build process.
-       [ ! -f Makefile ] || $(MAKE) distclean
-       
+       $(MAKE) distclean
        dh_clean
 
 install: build
@@ -32,15 +26,9 @@ install: build
        dh_testroot
        dh_clean -k
        dh_installdirs
-       
-       # Add here commands to install the package into debian/tmp.
        dh_install
 
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
 binary-arch: build install
        dh_testdir
        dh_testroot