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

Proposed by ԜаӀtеr Ⅼарсһуnѕkі
Status: Needs review
Proposed branch: ~wxl/kubuntu-packaging/+git/konversation:kubuntu_yakkety_archive
Merge into: ~kubuntu-packagers/kubuntu-packaging/+git/konversation:kubuntu_yakkety_archive
Diff against target: 157 lines (+89/-34)
3 files modified
debian/README.source (+49/-0)
debian/changelog (+6/-0)
debian/control (+34/-34)
Reviewer Review Type Date Requested Status
Kubuntu Packagers Pending
Review via email: mp+312604@code.launchpad.net

Description of the change

sync yakkety to 1.6.1-1ubuntu2 version

This is in preparation for upping the version to 1.6.2 and pulling an SRU in yakkety, mostly due to:
https://cgit.kde.org/konversation.git/commit/?h=1.6&id=4fa92f7e55dea6354a7dbeae1ddf62c4357912e2

To post a comment you must log in.

Unmerged commits

58e0346... by ԜаӀtеr Ⅼарсһуnѕkі

sync yakkety to 1.6.1-1ubuntu2 version

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 2e3643d..5756edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1konversation (1.6.1-1ubuntu2) yakkety; urgency=medium
2
3 * Konversation breaks/replaces konversation-data << 1.6.1~
4
5 -- Philip Muškovac <yofel@kubuntu.org> Fri, 12 Aug 2016 21:52:18 +0200
6
1konversation (1.6.1-1ubuntu1) yakkety; urgency=low7konversation (1.6.1-1ubuntu1) yakkety; urgency=low
28
3 * Merge from Debian unstable. Remaining changes:9 * Merge from Debian unstable. Remaining changes:
diff --git a/debian/control b/debian/control
index b83b218..e95194a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,38 +1,38 @@
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.836Standards-Version: 3.9.8
37Homepage: http://konversation.kde.org/37Homepage: http://konversation.kde.org/
38Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/konversation.git38Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/konversation.git
@@ -40,10 +40,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-extras/konversation.git
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