The following commit has been merged in the master branch:
commit 514ccc624926197325e8cdfff3c5b77059dd5aab
Author: Andreas Tille <[email protected]>
Date:   Tue Apr 5 09:57:32 2016 +0200

    Silencing `make dist` output

diff --git a/debian/changelog b/debian/changelog
index efdea54..b5ee28c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ blends (0.6.93) UNRELEASED; urgency=medium
 
   [ Andreas Tille ]
   * Update list of Uploaders
+  * Silencing `make dist` output
 
  -- Ole Streicher <[email protected]>  Thu, 31 Mar 2016 15:33:25 +0200
 
diff --git a/devtools/rules b/devtools/rules
index 309d629..bd35206 100755
--- a/devtools/rules
+++ b/devtools/rules
@@ -71,21 +71,21 @@ override_dh_clean:
        dh_clean
 
 get-orig-source: $(BLEND)-tasks.desc debian/control
-       if [ ! -f debian/changelog ] ; then \
+       @if [ ! -f debian/changelog ] ; then \
            echo "File debian/changelog is missing. Something is wrong!" ; \
            exit -1 ; \
        fi
-       if [ "$(VERSION)" = "" ] ; then \
+       @if [ "$(VERSION)" = "" ] ; then \
            echo "Unable to obtain version number from debian/changelog. 
Something is wrong!" ; \
            exit -1 ; \
        fi ;
-       rm -rf $(DISTDIR)
-       mkdir $(DISTDIR)
-       chmod 777 $(DISTDIR)
-       # copy with exception of VCS stuff
-       tar -cf - --exclude $(DISTDIR) \
+       @rm -rf $(DISTDIR)
+       @mkdir $(DISTDIR)
+       @chmod 777 $(DISTDIR)
+       @# copy with exception of VCS stuff
+       @tar -cf - --exclude $(DISTDIR) \
                  --exclude CVS --exclude .svn --exclude svn-commit.tmp 
--exclude .git . | \
            (cd $(DISTDIR); tar xfBp -)
-       rm -f `find $(DISTDIR) -name "*~"`
-       GZIP=-9 tar -czf ../$(BLENDNAME)_$(VERSION).tar.gz $(DISTDIR)
-       rm -rf $(DISTDIR)
+       @rm -f `find $(DISTDIR) -name "*~"`
+       @GZIP=-9 tar -czf ../$(BLENDNAME)_$(VERSION).tar.gz $(DISTDIR)
+       @rm -rf $(DISTDIR)

-- 
Git repository for blends code

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

Reply via email to