Author: onlyjob
Date: 2013-05-14 05:28:46 +0000 (Tue, 14 May 2013)
New Revision: 13550

Modified:
   trunk/packages/ginkgocadx/trunk/debian/rules
Log:
use tabs only when required by GNU Make, spaces for multi-line commands

Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules        2013-05-13 09:54:11 UTC 
(rev 13549)
+++ trunk/packages/ginkgocadx/trunk/debian/rules        2013-05-14 05:28:46 UTC 
(rev 13550)
@@ -53,14 +53,14 @@
        uscan --noconf --verbose --rename --destdir=$(CURDIR) 
--check-dirname-level=0 --force-download --download-version $(VER) $(PKD)
        @echo "# Extracting..."
        mkdir $(PKG)-$(VER) \
-       && tar -xf $(PKG)_$(VER).orig.tar.* --directory $(PKG)-$(VER) 
--strip-components 2 \
-       || $(RM) -r $(PKG)-$(VER)
+        && tar -xf $(PKG)_$(VER).orig.tar.* --directory $(PKG)-$(VER) 
--strip-components 2 \
+        || $(RM) -r $(PKG)-$(VER)
        @echo "# Clean-up..."
        cd $(PKG)-$(VER) \
-       && $(RM) -r -v src/cadxcore/jsoncpp
+        && $(RM) -r -v src/cadxcore/jsoncpp
        @echo "# Correcting permissions..."
        chmod a-x $(PKG)-$(VER)/src/cadxcore/resources/conformance.xml
        find $(PKG)-$(VER) -type f -executable -exec chmod a-x '{}' \;
        @echo "# Packing..."
        tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" "$(PKG)-$(VER)" \
-       && $(RM) -r "$(PKG)-$(VER)"
+        && $(RM) -r "$(PKG)-$(VER)"


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to