[SCM] skanlite packaging branch, master, updated. debian/1.0-2-13-g46aad96

Pino Toscano pino at moszumanska.debian.org
Fri Jun 10 07:22:48 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/skanlite.git;a=commitdiff;h=7d0aec6

The following commit has been merged in the master branch:
commit 7d0aec6be4ccf77d93b7c070d8662dd06a249431
Author: Pino Toscano <pino at debian.org>
Date:   Fri Jun 10 09:12:50 2016 +0200

    remove skanlite-dbg in favour of -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 13 -------------
 debian/rules     |  5 ++++-
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e0d87a8..c3954db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ skanlite (2.0-0r1) UNRELEASED; urgency=medium
     - bump the pkg-kde-tools build dependency to >= 0.15.16
   * Bump the cmake build dependency to >= 2.8.12, according to the upstream
     build system.
+  * Remove skanlite-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 10 Jun 2016 08:53:06 +0200
 
diff --git a/debian/control b/debian/control
index 41015a6..b39f93e 100644
--- a/debian/control
+++ b/debian/control
@@ -25,22 +25,9 @@ Package: skanlite
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: kooka
-Suggests: skanlite-dbg
 Description: image scanner for KDE 4 based on the KSane backend
  Skanlite is a small and simple scanner application for KDE 4 which allows easy
  scanning of images with an attached scanner. Through the KSane backend, it can
  access a wide variety of different scanner models.
  .
  Skanlite can be considered to be the replacement of Kooka.
-
-Package: skanlite-dbg
-Architecture: any
-Depends: skanlite (= ${binary:Version}), ${misc:Depends}
-Section: debug
-Priority: extra
-Description: Skanlite's debugging symbols
- Skanlite is a small and simple scanner application for KDE 4 which allows easy
- scanning of images with an attached scanner. Through the KSane backend, it can
- access a wide variety of different scanner models.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 7dd1c6d..4e63a26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='skanlite-dbg (<< 2.0-1~)'
+
 %:
-	dh $@ --parallel --dbg-package=skanlite-dbg --with kf5
+	dh $@ --parallel --with kf5
 
 .PHONY: override_dh_install

-- 
skanlite packaging



More information about the pkg-kde-commits mailing list