[cod-tools] 81/142: trunk/ Ignoring return status of lintian.

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:20 UTC 2017


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

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit c0ba054a5dd87abb39fc656397d1a492129424ce
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Mon Dec 12 09:34:15 2016 +0000

    trunk/
    Ignoring return status of lintian.
    
    
    git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@81 26752c47-bcd6-4c9c-b022-347364b77eb5
---
 MasterMakefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MasterMakefile b/MasterMakefile
index 725502e..02cd896 100644
--- a/MasterMakefile
+++ b/MasterMakefile
@@ -50,9 +50,9 @@ signed:
 	${MAKE} all DEBUILD_OPTS=
 
 lint lintian:
-	lintian --pedantic ${DSC_FILE}
-	lintian --pedantic ${CHANGES_FILE}
-	lintian --pedantic ${DEB_FILE}
+	-lintian --pedantic ${DSC_FILE}
+	-lintian --pedantic ${CHANGES_FILE}
+	-lintian --pedantic ${DEB_FILE}
 
 cleanAll distclean:
 	rm -rf source ${PKGNAME} ${PROJECT}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git



More information about the debian-science-commits mailing list