[SCM] okteta packaging branch, kubuntu_stable, updated. ubuntu/4%15.12.3-0ubuntu2-2-gba0073a

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Mon Apr 18 20:14:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/okteta.git;a=commitdiff;h=ba0073a

The following commit has been merged in the kubuntu_stable branch:
commit ba0073ac9b10850a0ad1c776903477791f5962b2
Author: Scarlett Clark <sgclark at kde.org>
Date:   Mon Apr 18 13:13:21 2016 -0700

    Fix the new so deps with wrap-and-sort.
---
 debian/changelog |  1 +
 debian/control   | 22 ++++++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fdfb6a1..a911a50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ okteta (4:15.12.3-0ubuntu2) xenial; urgency=medium
     is currently broken in pkg-kde-tools. Obviously
     that needs to be fixed. On TODO. 
   * Release to archive. 
+  * Fix the new so deps with wrap-and-sort.
 
  -- Scarlett Clark <sgclark at kubuntu.org>  Mon, 18 Apr 2016 12:52:05 -0700
 
diff --git a/debian/control b/debian/control
index 3ba3733..1b41ad6 100644
--- a/debian/control
+++ b/debian/control
@@ -58,16 +58,18 @@ Description: hexadecimal editor for binary files
 Package: okteta-dev
 Architecture: any
 Section: devel
-Depends: okteta (= ${binary:Version}), ${misc:Depends},
-libkf5xmlgui-dev, qtbase5-dev (>= 5.4),
-libkasten3controllers3 (= ${binary:Version}),
-libkasten3core3 (= ${binary:Version}),
-libkasten3gui3 (= ${binary:Version}),
-libokteta2core2 (= ${binary:Version}),
-libokteta2gui2 (= ${binary:Version}),
-libkasten3okteta1controllers1 (= ${binary:Version}),
-libkasten3okteta1core1 (= ${binary:Version}),
-libkasten3okteta1gui1 (= ${binary:Version})
+Depends: libkasten3controllers3 (= ${binary:Version}),
+         libkasten3core3 (= ${binary:Version}),
+         libkasten3gui3 (= ${binary:Version}),
+         libkasten3okteta1controllers1 (= ${binary:Version}),
+         libkasten3okteta1core1 (= ${binary:Version}),
+         libkasten3okteta1gui1 (= ${binary:Version}),
+         libkf5xmlgui-dev,
+         libokteta2core2 (= ${binary:Version}),
+         libokteta2gui2 (= ${binary:Version}),
+         okteta (= ${binary:Version}),
+         qtbase5-dev (>= 5.4),
+         ${misc:Depends}
 Description: Development files for Okteta
  Okteta is a simple editor for the raw data of files. This type of program is
  also called hexadecimal editor or binary editor.

-- 
okteta packaging



More information about the pkg-kde-commits mailing list