Merge ~wxl/kubuntu-packaging/+git/konversation:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/konversation:kubuntu_unstable

Proposed by ԜаӀtеr Ⅼарсһуnѕkі
Status: Merged
Merged at revision: f61c6d53a0742e2fcc659f421bed7166925eea74
Proposed branch: ~wxl/kubuntu-packaging/+git/konversation:kubuntu_unstable
Merge into: ~kubuntu-packagers/kubuntu-packaging/+git/konversation:kubuntu_unstable
Diff against target: 173 lines (+96/-37)
3 files modified
debian/README.source (+49/-0)
debian/changelog (+12/-2)
debian/control (+35/-35)
Reviewer Review Type Date Requested Status
Simon Quigley Approve
Review via email: mp+312618@code.launchpad.net

Description of the change

Try #3!

New upstream version 1.6.2.

Note it was necessary to update the location of org.kde.konversation.appdata.xml.

I also proposed a sync with the current Ubuntu version in yakkety:
https://code.launchpad.net/~wxl/kubuntu-packaging/+git/konversation/+merge/312604

These together should allow us to eliminate crashing when editing servers:
https://cgit.kde.org/konversation.git/commit/?h=1.6&id=4fa92f7e55dea6354a7dbeae1ddf62c4357912e2

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) wrote :

FWIW LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/README.source b/debian/README.source
0new file mode 1006440new file mode 100644
index 0000000..c550c02
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,49 @@
1Branches in the Git packaging repository
2----------------------------------------
3
4Packaging branches must NOT have any debian/patches/* applied. When diff'ing
5packaging and the respective upstream branch, there must NOT be any changes
6outside debian/ subdirectory.
7
8Repository layout is as follows:
9
10* master - the main packaging branch (upstream source and
11 debian directory). Typically targets Debian unstable.
12* upstream - upstream source code for the master branch.
13* <suitename> - packaging branch targeting Debian <suite_name>
14* upstream-<suitename> - upstream source code for packaging in <suite_name>
15 branch.
16* pristine-tar - a branch with pristine-tar deltas for original
17 - upstream tarballs.
18* debian/<dversion> - annotated signed tags for package releases to Debian
19 (based on master and <suitename> branches. ~ is
20 replaced with -. Tag message should be of the form
21 '<dversion>/<suitename>'.
22* upstream/<uversion> - annotated tags for upstream releases which had at least one
23 debian package release (based on upstream and
24 upstream-<suitename> branches). ~ is replaced with -.
25
26General rules for patches in debian/patches
27-------------------------------------------
28
29- Patches are managed with `QUILT_PATCHES=debian/patches quilt`.
30* Highly recommended ~/.quiltrc settings are as follows:
31 -------<--------->--------
32 QUILT_NO_DIFF_INDEX=y
33 QUILT_NO_DIFF_TIMESTAMPS=y
34 QUILT_REFRESH_ARGS="-p ab"
35 QUILT_DIFF_OPTS="-p"
36 -------<--------->--------
37* All patches must have valid DEP-3 [1] headers with at least Description and
38 Author/Origin fields.
39* Patches should follow these naming rules:
40 - Each patch should be prefixed with either "debian_" for Debian specific
41 changes, "general_" for distribution agnostic changes or "backport_" for
42 changes backported from future releases.
43 - Patch name should be rather short and meaningfully reflect nature of the
44 changes. "_" should be used as a word separator.
45 - It is recommended to suffix the patch name with either "_fix" for patches
46 fixing bugs or with '_feature' for patches introducing new features.
47* All patches should have .diff extension.
48
491. http://dep.debian.net/deps/dep3/
diff --git a/debian/changelog b/debian/changelog
index 6790949..1cd206f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,14 @@
1konversation (1.6.1-1ubuntu2) UNRELEASED; urgency=medium1konversation (1.6.2-0ubuntu1) UNRELEASED; urgency=medium
2
3 * New upstream release.
4 * Changed appdata path to metainfo
5
6 -- Walter Lapchynski <wxl@ubuntu.com> Wed, 07 Dec 2016 01:03:03 +0000
7
8konversation (1.6.1-1ubuntu2) yakkety; urgency=medium
9
10 [ Philip Muškovac ]
11 * Konversation breaks/replaces konversation-data << 1.6.1~
212
3 [ Clive Johnston ]13 [ Clive Johnston ]
4 * Bumping standards version14 * Bumping standards version
@@ -8,7 +18,7 @@ konversation (1.6.1-1ubuntu2) UNRELEASED; urgency=medium
8 [ Simon Quigley ]18 [ Simon Quigley ]
9 * Made the appdata to metainfo transition19 * Made the appdata to metainfo transition
1020
11 -- Clive Johnston <clivejo@kubuntu.org> Thu, 09 Jun 2016 20:16:14 +010021 -- Philip Muškovac <yofel@kubuntu.org> Fri, 12 Aug 2016 21:52:18 +0200
1222
13konversation (1.6.1-1ubuntu1) yakkety; urgency=low23konversation (1.6.1-1ubuntu1) yakkety; urgency=low
1424
diff --git a/debian/control b/debian/control
index 85f4de8..9edbd36 100644
--- a/debian/control
+++ b/debian/control
@@ -1,49 +1,49 @@
1Source: konversation1Source: konversation
2Section: net2Section: net
3Priority: optional3Priority: optional
4Maintainer: Debian/Kubuntu Qt/KDE Team <debian-qt-kde@lists.debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
5Uploaders: Modestas Vainius <modax@debian.org>, Diane Trout <diane@debian.org>6Uploaders: Modestas Vainius <modax@debian.org>, Diane Trout <diane@debian.org>
6Build-Depends: cmake (>= 2.6.2),7Build-Depends: debhelper (>= 9), cmake (>= 2.6.2),
7 debhelper (>= 9),8 pkg-kde-tools (>= 0.15.16),
8 extra-cmake-modules (>= 1.2.0),9 extra-cmake-modules (>= 1.2.0),
9 kdoctools-dev (>= 5.15.0),10 qtbase5-dev (>= 5.3.0),
10 kio-dev (>= 5.15.0),11 kdoctools-dev (>= 5.15.0),
11 libkf5archive-dev (>= 5.15.0),12 kio-dev (>= 5.15.0),
12 libkf5bookmarks-dev (>= 5.15.0),13 libkf5archive-dev (>= 5.15.0),
13 libkf5config-dev (>= 5.15.0),14 libkf5bookmarks-dev (>= 5.15.0),
14 libkf5configwidgets-dev (>= 5.15.0),15 libkf5config-dev (>= 5.15.0),
15 libkf5coreaddons-dev (>= 5.15.0),16 libkf5configwidgets-dev (>= 5.15.0),
16 libkf5crash-dev (>= 5.15.0),17 libkf5coreaddons-dev (>= 5.15.0),
17 libkf5dbusaddons-dev (>= 5.15.0),18 libkf5crash-dev (>= 5.15.0),
18 libkf5emoticons-dev (>= 5.15.0),19 libkf5emoticons-dev (>= 5.15.0),
19 libkf5globalaccel-dev (>= 5.15.0),20 libkf5idletime-dev (>= 5.15.0),
20 libkf5i18n-dev (>= 5.15.0),21 libkf5i18n-dev (>= 5.15.0),
21 libkf5iconthemes-dev (>= 5.15.0),22 libkf5notifyconfig-dev (>= 5.15.0),
22 libkf5idletime-dev (>= 5.15.0),23 libkf5parts-dev (>= 5.15.0),
23 libkf5notifications-dev (>= 5.15.0),24 libkf5solid-dev (>= 5.15.0),
24 libkf5notifyconfig-dev (>= 5.15.0),25 libkf5sonnet-dev (>= 5.15.0),
25 libkf5parts-dev (>= 5.15.0),26 libkf5wallet-dev (>= 5.15.0),
26 libkf5solid-dev (>= 5.15.0),27 libkf5widgetsaddons-dev (>= 5.15.0),
27 libkf5sonnet-dev (>= 5.15.0),28 libkf5globalaccel-dev (>= 5.15.0),
28 libkf5wallet-dev (>= 5.15.0),29 libkf5dbusaddons-dev (>= 5.15.0),
29 libkf5widgetsaddons-dev (>= 5.15.0),30 libkf5notifications-dev (>= 5.15.0),
30 libkf5windowsystem-dev (>= 5.15.0),31 libkf5windowsystem-dev (>= 5.15.0),
31 libphonon4qt5-dev (>= 4.6.60),32 libkf5iconthemes-dev (>= 5.15.0),
32 libphonon4qt5experimental-dev (>= 4.6.60),33 libphonon4qt5-dev (>= 4.6.60),
33 libqca-qt5-2-dev (>= 2.1.0),34 libphonon4qt5experimental-dev (>= 4.6.60),
34 pkg-kde-tools (>= 0.15.16),35 libqca-qt5-2-dev (>= 2.1.0),
35 qtbase5-dev (>= 5.3.0)36Standards-Version: 3.9.8
36Standards-Version: 3.9.7
37Homepage: http://konversation.kde.org/37Homepage: http://konversation.kde.org/
38Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/konversation38Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/konversation
39Vcs-Git: git://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/konversation39Vcs-Git: git://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/konversation
4040
41Package: konversation41Package: konversation
42Architecture: any42Architecture: any
43Depends: konversation-data (= ${source:Version}),43Depends: ${shlibs:Depends}, ${misc:Depends}, konversation-data (= ${source:Version})
44 ${misc:Depends},
45 ${shlibs:Depends}
46Provides: irc44Provides: irc
45Breaks: konversation-data (<< 1.6.1~)
46Replaces: konversation-data (<< 1.6.1~)
47Description: user friendly Internet Relay Chat (IRC) client for KDE47Description: user friendly Internet Relay Chat (IRC) client for KDE
48 Konversation is a client for the Internet Relay Chat (IRC) protocol.48 Konversation is a client for the Internet Relay Chat (IRC) protocol.
49 It is easy to use and well-suited for novice IRC users, but novice49 It is easy to use and well-suited for novice IRC users, but novice

Subscribers

People subscribed via source and target branches