[Pkg-voip-commits] [asterisk] 01/03: Fix copyright-check script.

Jonas Smedegaard dr at jones.dk
Wed Jun 1 08:06:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository asterisk.

commit 66015e57fb9063bb08186f79f67cbd0f4033ef86
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jun 1 10:09:29 2016 +0200

    Fix copyright-check script.
---
 debian/copyright-check | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright-check b/debian/copyright-check
index dd78f17..e0eef4f 100755
--- a/debian/copyright-check
+++ b/debian/copyright-check
@@ -7,5 +7,5 @@ export DEB_MAINTAINER_MODE=1
 test -f debian/copyright_hints | touch debian/copyright_hints
 
 # these may both fail - we want its fallout for further analysis
-debian/rules.copyright-check pre-build | true
-debian/rules.copyright-check clean | true
+debian/rules.copyright-check pre-build || true
+debian/rules.copyright-check clean || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list