[SCM] Debian Qt/KDE packaging tools branch, kubuntu-kf5, updated. debian/0.15.15-35-g67cc9f1

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sat Nov 22 11:01:09 UTC 2014


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

The following commit has been merged in the kubuntu-kf5 branch:
commit 67cc9f18acc80bdce253bda85a81fb3b089d21e8
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