[SCM] Debian Qt/KDE packaging tools branch, kubuntu_wily_archive, updated. debian/0.15.17-31-gd587e08

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Sep 1 11:25:28 UTC 2015


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

The following commit has been merged in the kubuntu_wily_archive branch:
commit 74a0fe118d4f8a5f6877c461e4f2b4625a644ae9
Author: Rohan Garg <rohan at kde.org>
Date:   Sat Nov 22 12:00:56 2014 +0100

    Allow dpkg-genchanges to fail if it's a binary only build
---
 qt-kde-team/3/lintian.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qt-kde-team/3/lintian.mk b/qt-kde-team/3/lintian.mk
index 4719528..f4e6c2b 100644
--- a/qt-kde-team/3/lintian.mk
+++ b/qt-kde-team/3/lintian.mk
@@ -17,7 +17,8 @@
 ifdef dqk_dir
 
 lintian:
-	dpkg-genchanges > ../.pkg-kde-lintian.changes
+	# Allow the target to fail if it's a binary only build
+	-dpkg-genchanges > ../.pkg-kde-lintian.changes
 	@echo "=== Start lintian"
 	@-lintian ../.pkg-kde-lintian.changes
 	@echo "=== End lintian"

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list