Walter Lapchynski has proposed merging 
~wxl/kubuntu-packaging/+git/konversation:kubuntu_yakkety_archive into 
~kubuntu-packagers/kubuntu-packaging/+git/konversation:kubuntu_yakkety_archive.

Requested reviews:
  Kubuntu Packagers (kubuntu-packagers)

For more details, see:
https://code.launchpad.net/~wxl/kubuntu-packaging/+git/konversation/+merge/312604

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
-- 
Your team Kubuntu Packagers is requested to review the proposed merge of 
~wxl/kubuntu-packaging/+git/konversation:kubuntu_yakkety_archive into 
~kubuntu-packagers/kubuntu-packaging/+git/konversation:kubuntu_yakkety_archive.
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..c550c02
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,49 @@
+Branches in the Git packaging repository
+----------------------------------------
+
+Packaging branches must NOT have any debian/patches/* applied. When diff'ing
+packaging and the respective upstream branch, there must NOT be any changes
+outside debian/ subdirectory.
+
+Repository layout is as follows:
+
+* master               - the main packaging branch (upstream source and
+                         debian directory). Typically targets Debian unstable.
+* upstream             - upstream source code for the master branch.
+* <suitename>          - packaging branch targeting Debian <suite_name>
+* upstream-<suitename> - upstream source code for packaging in <suite_name>
+                         branch.
+* pristine-tar         - a branch with pristine-tar deltas for original
+                       - upstream tarballs.
+* debian/<dversion>    - annotated signed tags for package releases to Debian
+                         (based on master and <suitename> branches. ~ is
+                         replaced with -. Tag message should be of the form
+                         '<dversion>/<suitename>'.
+* upstream/<uversion>  - annotated tags for upstream releases which had at least one
+                         debian package release (based on upstream and
+                         upstream-<suitename> branches). ~ is replaced with -.
+
+General rules for patches in debian/patches
+-------------------------------------------
+
+- Patches are managed with `QUILT_PATCHES=debian/patches quilt`.
+* Highly recommended ~/.quiltrc settings are as follows:
+  -------<--------->--------
+  QUILT_NO_DIFF_INDEX=y
+  QUILT_NO_DIFF_TIMESTAMPS=y
+  QUILT_REFRESH_ARGS="-p ab"
+  QUILT_DIFF_OPTS="-p"
+  -------<--------->--------
+* All patches must have valid DEP-3 [1] headers with at least Description and
+  Author/Origin fields.
+* Patches should follow these naming rules:
+  - Each patch should be prefixed with either "debian_" for Debian specific
+    changes, "general_" for distribution agnostic changes or "backport_" for
+    changes backported from future releases.
+  - Patch name should be rather short and meaningfully reflect nature of the
+    changes. "_" should be used as a word separator.
+  - It is recommended to suffix the patch name with either  "_fix" for patches
+    fixing bugs or with '_feature' for patches introducing new features.
+* All patches should have .diff extension.
+
+1. 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 @@
+konversation (1.6.1-1ubuntu2) yakkety; urgency=medium
+
+  * Konversation breaks/replaces konversation-data << 1.6.1~ 
+
+ -- Philip Muškovac <[email protected]>  Fri, 12 Aug 2016 21:52:18 +0200
+
 konversation (1.6.1-1ubuntu1) yakkety; urgency=low
 
   * 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 @@
 Source: konversation
 Section: net
 Priority: optional
-Maintainer: Debian/Kubuntu Qt/KDE Team <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian KDE Extras Team <[email protected]>
 Uploaders: Modestas Vainius <[email protected]>, Diane Trout <[email protected]>
-Build-Depends: cmake (>= 2.6.2),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 1.2.0),
-               kdoctools-dev (>= 5.15.0),
-               kio-dev (>= 5.15.0),
-               libkf5archive-dev (>= 5.15.0),
-               libkf5bookmarks-dev (>= 5.15.0),
-               libkf5config-dev (>= 5.15.0),
-               libkf5configwidgets-dev (>= 5.15.0),
-               libkf5coreaddons-dev (>= 5.15.0),
-               libkf5crash-dev (>= 5.15.0),
-               libkf5dbusaddons-dev (>= 5.15.0),
-               libkf5emoticons-dev (>= 5.15.0),
-               libkf5globalaccel-dev (>= 5.15.0),
-               libkf5i18n-dev (>= 5.15.0),
-               libkf5iconthemes-dev (>= 5.15.0),
-               libkf5idletime-dev (>= 5.15.0),
-               libkf5notifications-dev (>= 5.15.0),
-               libkf5notifyconfig-dev (>= 5.15.0),
-               libkf5parts-dev (>= 5.15.0),
-               libkf5solid-dev (>= 5.15.0),
-               libkf5sonnet-dev (>= 5.15.0),
-               libkf5wallet-dev (>= 5.15.0),
-               libkf5widgetsaddons-dev (>= 5.15.0),
-               libkf5windowsystem-dev (>= 5.15.0),
-               libphonon4qt5-dev (>= 4.6.60),
-               libphonon4qt5experimental-dev (>= 4.6.60),
-               libqca-qt5-2-dev (>= 2.1.0),
-               pkg-kde-tools (>= 0.15.16),
-               qtbase5-dev (>= 5.3.0)
+Build-Depends: debhelper (>= 9), cmake (>= 2.6.2),
+ pkg-kde-tools (>= 0.15.16),
+ extra-cmake-modules (>= 1.2.0),
+ qtbase5-dev (>= 5.3.0),
+ kdoctools-dev (>= 5.15.0),
+ kio-dev (>= 5.15.0),
+ libkf5archive-dev (>= 5.15.0),
+ libkf5bookmarks-dev (>= 5.15.0),
+ libkf5config-dev (>= 5.15.0),
+ libkf5configwidgets-dev (>= 5.15.0),
+ libkf5coreaddons-dev (>= 5.15.0),
+ libkf5crash-dev (>= 5.15.0),
+ libkf5emoticons-dev (>= 5.15.0),
+ libkf5idletime-dev (>= 5.15.0),
+ libkf5i18n-dev (>= 5.15.0),
+ libkf5notifyconfig-dev (>= 5.15.0),
+ libkf5parts-dev (>= 5.15.0),
+ libkf5solid-dev (>= 5.15.0),
+ libkf5sonnet-dev (>= 5.15.0),
+ libkf5wallet-dev (>= 5.15.0),
+ libkf5widgetsaddons-dev (>= 5.15.0),
+ libkf5globalaccel-dev (>= 5.15.0),
+ libkf5dbusaddons-dev (>= 5.15.0),
+ libkf5notifications-dev (>= 5.15.0),
+ libkf5windowsystem-dev (>= 5.15.0),
+ libkf5iconthemes-dev (>= 5.15.0),
+ libphonon4qt5-dev (>= 4.6.60),
+ libphonon4qt5experimental-dev (>= 4.6.60),
+ libqca-qt5-2-dev (>= 2.1.0),
 Standards-Version: 3.9.8
 Homepage: http://konversation.kde.org/
 Vcs-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
 
 Package: konversation
 Architecture: any
-Depends: konversation-data (= ${source:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, konversation-data (= ${source:Version})
 Provides: irc
+Breaks: konversation-data (<< 1.6.1~)
+Replaces: konversation-data (<< 1.6.1~)
 Description: user friendly Internet Relay Chat (IRC) client for KDE
  Konversation is a client for the Internet Relay Chat (IRC) protocol.
  It is easy to use and well-suited for novice IRC users, but novice
-- 
kubuntu-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel

Reply via email to