[Blends-commit] [SCM] blends-dev branch, master, updated. 743d917492f548dfb061dbcfe74e97e5da08d579
Andreas Tille
tille at debian.org
Tue Apr 5 08:36:02 UTC 2016
The following commit has been merged in the master branch:
commit 514ccc624926197325e8cdfff3c5b77059dd5aab
Author: Andreas Tille <tille at debian.org>
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 <olebole at debian.org> 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
More information about the Blends-commit
mailing list