[SCM] qapt packaging branch, kubuntu_unstable, updated. debian/1.3.0-2-18-gf29f0bb

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Feb 16 17:08:11 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/qapt.git;a=commitdiff;h=f29f0bb

The following commit has been merged in the kubuntu_unstable branch:
commit f29f0bb0a0359a48824d4003bb3bafa0b5369876
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Feb 16 20:07:52 2015 +0300

    Export QT_SELECT=qt5 in debian/rules to make lconvert call succeed.
---
 debian/changelog | 4 ++++
 debian/rules     | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9179c0a..54e0548 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 libqapt (3.0.0-0ubuntu3) UNRELEASED; urgency=medium
 
+  [ José Manuel Santamaría Lema ]
   * Update watch file.
   * Build depend on pkg-kde-tools to (>> 0.15.15) so we make sure we are
     building against a pkg-kde-tools which provides the kde frameworks
     module.
 
+  [ Dmitry Shachnev ]
+  * Export QT_SELECT=qt5 in debian/rules to make lconvert call succeed.
+
  -- José Manuel Santamaría Lema <panfaust at gmail.com>  Tue, 10 Feb 2015 15:06:04 +0100
 
 libqapt (3.0.0-0ubuntu2) vivid; urgency=medium
diff --git a/debian/rules b/debian/rules
index 695ec8b..f15bcea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export QT_SELECT := qt5
+
 %:
 	dh $@ --with kf5 --parallel --dbg-package=qapt-dbg
 

-- 
qapt packaging



More information about the pkg-kde-commits mailing list