r10521: new deb pkg
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 6 May 2005 09:42:44 +0000 (09:42 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 6 May 2005 09:42:44 +0000 (09:42 +0000)
debian/rules

index 15a1176a6a9ec4b8ffd22bf466d40f842e18f790..62a6be332fcde9d868f7da665ceaf54545e6832c 100755 (executable)
@@ -34,9 +34,7 @@ pixmap-dir    := usr/share/pixmaps
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-        touch configure.in && \
-        touch aclocal.m4 && \
-        touch configure
+       touch configure.in && touch aclocal.m4 && touch configure
 
        ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn
        touch configure-stamp
@@ -70,10 +68,8 @@ clean:
        find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \;
        rm -f debian/ctsim.postinst.* debian/ctsim.prerm.*
        # Ensure up-to-date versions of config.sub and config.guess
-        -test -r /usr/share/misc/config.sub && \
-           cp -f /usr/share/misc/config.sub config.sub
-        -test -r /usr/share/misc/config.guess && \
-           cp -f /usr/share/misc/config.guess config.guess
+       -test -r /usr/share/misc/config.sub && cp -f /usr/share/misc/config.sub config.sub
+       -test -r /usr/share/misc/config.guess && cp -f /usr/share/misc/config.guess config.guess
        dh_clean
 
 install: DH_OPTIONS=