[SCM] okteta packaging branch, master, updated. debian/4.11.3-3-3-g0f12da6

Pino Toscano pino at moszumanska.debian.org
Sat Jan 18 10:16:38 UTC 2014


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

The following commit has been merged in the master branch:
commit 424789c30ca32e10454b6babed6d82e21215ac8f
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jan 18 11:15:30 2014 +0100

    use the sodeps dh addon
    
    ... to simplify the list of library dependencies in okteta-dev
---
 debian/changelog |  3 +++
 debian/control   | 10 +---------
 debian/rules     |  2 ++
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c957e7..ccab52a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 okteta (4:4.11.3-4) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Use the sodeps dh addon to simplify the list of library dependencies in
+    okteta-dev.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 18 Jan 2014 10:17:58 +0100
 
diff --git a/debian/control b/debian/control
index 213f5b4..afa061c 100644
--- a/debian/control
+++ b/debian/control
@@ -38,15 +38,7 @@ Description: hexadecimal editor for binary files
 Package: okteta-dev
 Architecture: any
 Section: devel
-Depends: okteta (= ${binary:Version}), ${misc:Depends},
- libkasten2controllers2 (= ${binary:Version}),
- libkasten2core2 (= ${binary:Version}),
- libkasten2gui2 (= ${binary:Version}),
- libokteta1core1 (= ${binary:Version}),
- libokteta1gui1 (= ${binary:Version}),
- libkasten2okteta1controllers1abi1 (= ${binary:Version}),
- libkasten2okteta1core1 (= ${binary:Version}),
- libkasten2okteta1gui1 (= ${binary:Version})
+Depends: okteta (= ${binary:Version}), ${misc:Depends}, ${so: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.
diff --git a/debian/rules b/debian/rules
index 6647e9c..eb4556c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+dh = --with sodeps
+
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 .PHONY: override_dh_auto_test

-- 
okteta packaging



More information about the pkg-kde-commits mailing list