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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Nov 3 13:53:57 UTC 2014


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

The following commit has been merged in the kubuntu-kf5 branch:
commit c31ec8acf05958b7c5968baef93b98366f7b3a84
Author: Rohan Garg <rohan at kde.org>
Date:   Mon Nov 3 14:50:09 2014 +0100

    Revert "dpkg_architecture_value isn't used, remove"
    
    This reverts commit 3c09a10cd9956ac3e6ebdaa6e2cadf56e01d8dc5.
    José Manuel Santamaría Lema pointed out that this breaks the kf5
    helper, and sure enough dpkg_architecture_value is used in the kf5
    helper.
---
 perllib/Debian/Debhelper/Buildsystem/kf5.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perllib/Debian/Debhelper/Buildsystem/kf5.pm b/perllib/Debian/Debhelper/Buildsystem/kf5.pm
index 7fca5e5..d7bbe68 100644
--- a/perllib/Debian/Debhelper/Buildsystem/kf5.pm
+++ b/perllib/Debian/Debhelper/Buildsystem/kf5.pm
@@ -8,7 +8,7 @@ package Debian::Debhelper::Buildsystem::kf5;
 
 use strict;
 use warnings;
-use Debian::Debhelper::Dh_Lib qw(error);
+use Debian::Debhelper::Dh_Lib qw(error dpkg_architecture_value);
 use Dpkg::Version qw();
 
 use base 'Debian::Debhelper::Buildsystem::cmake';

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list