Merge lp:~mitya57/ubuntu/trusty/pkg-kde-tools/0.15.12ubuntu1 into lp:ubuntu/trusty/pkg-kde-tools

Proposed by Dmitry Shachnev
Status: Merged
Merged at revision: 93
Proposed branch: lp:~mitya57/ubuntu/trusty/pkg-kde-tools/0.15.12ubuntu1
Merge into: lp:ubuntu/trusty/pkg-kde-tools
Diff against target: 140 lines (+61/-8)
3 files modified
debian/changelog (+52/-0)
debian/control (+2/-1)
perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm (+7/-7)
To merge this branch: bzr merge lp:~mitya57/ubuntu/trusty/pkg-kde-tools/0.15.12ubuntu1
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+201812@code.launchpad.net

Description of the change

 * Merge from Debian unstable, remaining changes:
   - qt-kde-team/1/debian-qt-kde.mk: distribution text = "Kubuntu packages"
   - debian/rules: add rules to sync l10n
   - add debian/KUBUNTU-BZR-WORKFLOW
   - Add l10n scripts in kubuntu/
   - debian/install: install kubuntu/ files
   - makefiles/1/cdbs, qt-kde-team/1/debian-qt-kde.mk:
     compress packages with LZMA
   - add perllib/Debian/Debhelper/Sequence/lzma.pm and xz.pm
   - perllib/Debian/Debhelper/Sequence/kde.pm: include xz sequences
   - qt-kde-team/{1,2}/policy.mk: remove maintainer checking
   - qt-kde-team/2/debian-qt-kde.mk: run list-missing after the binary target
   - qt-kde-team/2/list-missing.mk: print marker before and after list-missing
     output for script parsing
   - Add qt-kde-team/2/lintian.mk and call it in qt-kde-team/2/debian-qt-kde.mk
   - Depend on python and docbook-to-man, recommend lintian
   - TypeSubst.pm: Anchor architecture matches to the ends of the string, to
     avoid erroneously mapping qreal to float on arm64.
   - TypeSubst.pm: Add arm64 and ppc64el to the 64-bit matches.

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-10-13 10:14:05 +0000
3+++ debian/changelog 2014-01-15 16:42:48 +0000
4@@ -1,3 +1,55 @@
5+pkg-kde-tools (0.15.12ubuntu1) trusty; urgency=low
6+
7+ * Merge from Debian unstable, remaining changes:
8+ - qt-kde-team/1/debian-qt-kde.mk: distribution text = "Kubuntu packages"
9+ - debian/rules: add rules to sync l10n
10+ - add debian/KUBUNTU-BZR-WORKFLOW
11+ - Add l10n scripts in kubuntu/
12+ - debian/install: install kubuntu/ files
13+ - makefiles/1/cdbs, qt-kde-team/1/debian-qt-kde.mk:
14+ compress packages with LZMA
15+ - add perllib/Debian/Debhelper/Sequence/lzma.pm and xz.pm
16+ - perllib/Debian/Debhelper/Sequence/kde.pm: include xz sequences
17+ - qt-kde-team/{1,2}/policy.mk: remove maintainer checking
18+ - qt-kde-team/2/debian-qt-kde.mk: run list-missing after the binary target
19+ - qt-kde-team/2/list-missing.mk: print marker before and after list-missing
20+ output for script parsing
21+ - Add qt-kde-team/2/lintian.mk and call it in qt-kde-team/2/debian-qt-kde.mk
22+ - Depend on python and docbook-to-man, recommend lintian
23+ - TypeSubst.pm: Anchor architecture matches to the ends of the string, to
24+ avoid erroneously mapping qreal to float on arm64.
25+ - TypeSubst.pm: Add arm64 and ppc64el to the 64-bit matches.
26+
27+ -- Dmitry Shachnev <mitya57@ubuntu.com> Wed, 15 Jan 2014 20:36:23 +0400
28+
29+pkg-kde-tools (0.15.12) unstable; urgency=low
30+
31+ [ Dmitry Shachnev ]
32+ * pkgkde-symbolshelper: fix qptrdiff expansion for s390x.
33+
34+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 18 Dec 2013 11:23:46 -0300
35+
36+pkg-kde-tools (0.15.11) unstable; urgency=low
37+
38+ * Add support for mips64 and mips64el. Thanks YunQiang Su for the patch.
39+ (Closes: #723223).
40+
41+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 14 Nov 2013 09:23:17 -0300
42+
43+pkg-kde-tools (0.15.10) unstable; urgency=low
44+
45+ * Actually s390 uses 'j' (unsigned int) for quintptr (Closes: #725300).
46+
47+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 03 Oct 2013 19:02:46 -0300
48+
49+pkg-kde-tools (0.15.9) unstable; urgency=low
50+
51+ * Add s390 and s390x to the list of archs that use 'y' (unsigned long long)
52+ as replacement for quintptr (Closes: #725023).
53+ * Add myself to Uploaders.
54+
55+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 02 Oct 2013 17:34:04 -0300
56+
57 pkg-kde-tools (0.15.8ubuntu2) saucy; urgency=low
58
59 * perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm:
60
61=== modified file 'debian/control'
62--- debian/control 2013-09-03 10:48:47 +0000
63+++ debian/control 2014-01-15 16:42:48 +0000
64@@ -7,7 +7,8 @@
65 Standards-Version: 3.9.4
66 Uploaders: Sune Vuorela <sune@debian.org>,
67 Modestas Vainius <modax@debian.org>,
68- Maximiliano Curia <maxy@debian.org>
69+ Maximiliano Curia <maxy@debian.org>,
70+ Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
71 Vcs-Git: git://anonscm.debian.org/pkg-kde/pkg-kde-tools.git
72 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/pkg-kde-tools.git;a=summary
73
74
75=== modified file 'perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm'
76--- perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm 2013-10-13 10:14:05 +0000
77+++ perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm 2014-01-15 16:42:48 +0000
78@@ -161,7 +161,7 @@
79
80 sub _expand {
81 my ($self, $arch) = @_;
82- return ($arch =~ /^(amd64|ia64|alpha|s390|s390x|sparc64|ppc64|ppc64el|arm64)$/) ? 'm' : 'j';
83+ return ($arch =~ /^(amd64|ia64|alpha|s390|s390x|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? 'm' : 'j';
84 }
85
86 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::ssize_t;
87@@ -180,7 +180,7 @@
88
89 sub _expand {
90 my ($self, $arch) = @_;
91- return ($arch =~ /^(amd64|ia64|alpha|s390|s390x|sparc64|ppc64|ppc64el|arm64)$/) ? 'l' : 'i';
92+ return ($arch =~ /^(amd64|ia64|alpha|s390|s390x|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? 'l' : 'i';
93 }
94
95 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::int64_t;
96@@ -199,7 +199,7 @@
97
98 sub _expand {
99 my ($self, $arch) = @_;
100- return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|arm64)$/) ? 'l' : 'x';
101+ return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? 'l' : 'x';
102 }
103
104 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::uint64_t;
105@@ -218,7 +218,7 @@
106
107 sub _expand {
108 my ($self, $arch) = @_;
109- return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|arm64)$/) ? 'm' : 'y';
110+ return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? 'm' : 'y';
111 }
112
113 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::qptrdiff;
114@@ -237,7 +237,7 @@
115
116 sub _expand {
117 my ($self, $arch) = @_;
118- return ($arch =~ /^(amd64|ia64|alpha|sparc64|ppc64|ppc64el|arm64)$/) ? 'x' : 'i';
119+ return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? 'x' : 'i';
120 }
121
122 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::quintptr;
123@@ -256,7 +256,7 @@
124
125 sub _expand {
126 my ($self, $arch) = @_;
127- return ($arch =~ /^(amd64|ia64|alpha|sparc64|ppc64|ppc64el|arm64)$/) ? 'y' : 'j';
128+ return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? 'y' : 'j';
129 }
130
131 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::intptr_t;
132@@ -275,7 +275,7 @@
133
134 sub _expand {
135 my ($self, $arch) = @_;
136- return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|arm64)$/) ? 'l' : 'i';
137+ return ($arch =~ /^(amd64|ia64|alpha|s390x|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? 'l' : 'i';
138 }
139
140 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::qreal;

Subscribers

People subscribed via source and target branches