[SCM] QImageBlitz packaging branch, master, updated. debian/0.0.6-4-12-g17b9753

Pino Toscano pino at moszumanska.debian.org
Mon Jun 26 17:53:33 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/qimageblitz.git;a=commitdiff;h=ecd96c5

The following commit has been merged in the master branch:
commit ecd96c51341b88b05bad06384be11ba47b339d65
Author: Pino Toscano <pino at debian.org>
Date:   Mon Jun 26 19:48:17 2017 +0200

    remove libqimageblitz-dbg in favour of -dbgsym pkgs
---
 debian/changelog |  1 +
 debian/control   | 15 ---------------
 debian/rules     |  4 ++--
 3 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 40635bc..1f1df6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qimageblitz (1:0.0.6-5~) UNRELEASED; urgency=medium
     assembler sources; patch r1203426.diff.
   * Backport upstream r1286623 to fix build with newer/different C++
     compilers; patch r1286623.diff.
+  * Remove libqimageblitz-dbg in favour of the -dbgsym packages.
 
   [ Helmut Grohne ]
   * Fix build/host confusion in rules. (Closes: #839283)
diff --git a/debian/control b/debian/control
index b619f1b..adbff67 100644
--- a/debian/control
+++ b/debian/control
@@ -33,18 +33,3 @@ Description: development files for the QImageBlitz image effects library
  .
  This package contains development files for building software that uses the
  QImageBlitz library.
-
-Package: libqimageblitz-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libqimageblitz4 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: debugging symbols for the QImageBlitz image effects library
- QImageBlitz is an interim graphical effect and filter library for KDE that
- contains many improvements over KDE 3.x's kdefx library, including bugfixes
- and speed improvements.
- .
- This package contains debugging files used to investigate problems with
- binaries included in the QImageBlitz packages.
diff --git a/debian/rules b/debian/rules
index ca68a75..94c5da5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-dh = --dbg-package=libqimageblitz-dbg
-
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 cpu_opt_i386 = 3dnow mmx sse sse2 sse3
@@ -17,3 +15,5 @@ override_dh_auto_configure:
 
 endif
 
+override_dh_strip:
+	$(overridden_command) --dbgsym-migration='libqimageblitz-dbg (<< 1:0.0.6-5~)'

-- 
QImageBlitz packaging



More information about the pkg-kde-commits mailing list