[SCM] Debian Qt/KDE packaging tools branch, kubuntu_xenial_archive, updated. ubuntu/0.15.20_ubuntu4-1-g33e480e

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Apr 27 13:59:49 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=33e480e

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 33e480ee49ad7fc09c22333234862275cc74f57c
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Apr 27 15:59:15 2016 +0200

    ignore when lintian target falls over dead
    
    - genchanges will fail if it can't find a suitable .dsc in ../
    - also prevent subsequent fail from cleanup of temporary file
---
 qt-kde-team/3/lintian.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-kde-team/3/lintian.mk b/qt-kde-team/3/lintian.mk
index 4719528..7942177 100644
--- a/qt-kde-team/3/lintian.mk
+++ b/qt-kde-team/3/lintian.mk
@@ -17,11 +17,11 @@
 ifdef dqk_dir
 
 lintian:
-	dpkg-genchanges > ../.pkg-kde-lintian.changes
+	-dpkg-genchanges > ../.pkg-kde-lintian.changes
 	@echo "=== Start lintian"
 	@-lintian ../.pkg-kde-lintian.changes
 	@echo "=== End lintian"
-	rm ../.pkg-kde-lintian.changes
+	rm -f ../.pkg-kde-lintian.changes
 
 .PHONY: lintian
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list