[SCM] Calligra suite packaging branch, master, updated. debian/2.8.5+dfsg-1-92-gd158bc6
Pino Toscano
pino at moszumanska.debian.org
Sun Sep 11 17:11:12 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=04723f7
The following commit has been merged in the master branch:
commit 04723f7d473862327e28c006de5e1216f547c4d5
Author: Pino Toscano <pino at debian.org>
Date: Sun Sep 11 18:23:42 2016 +0200
remove calligra-dbg in favour of -dbgsym packages
---
debian/changelog | 1 +
debian/control | 12 ------------
debian/rules | 2 +-
3 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6abf0b4..f6e8493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -94,6 +94,7 @@ calligra (1:2.9.11+dfsg-1) UNRELEASED; urgency=low
in Debian.
* Unconditionally remove the development stuff, since there is not going to
be any -dev package at this point.
+ * Remove calligra-dbg in favour of the -dbgsym packages.
[ Maximiliano Curia ]
* Update homepage links. (Closes: #762305) Thanks to Julian Gilbey
diff --git a/debian/control b/debian/control
index 989f4f1..b359b20 100644
--- a/debian/control
+++ b/debian/control
@@ -546,18 +546,6 @@ Description: Okular backend for ODT documents
.
This package is part of the Calligra Suite.
-Package: calligra-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: calligra-libs (= ${binary:Version}), kde-runtime-dbg, ${misc:Depends}
-Description: debugging symbols for Calligra
- This package contains the debugging symbols associated with Calligra.
- They will automatically be used by gdb for debugging calligra-related
- issues.
- .
- This package is part of the Calligra Suite.
-
Package: calligraauthor
Architecture: any
Section: text
diff --git a/debian/rules b/debian/rules
index 9b9802e..47a8e4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_install:
dh_install --list-missing
override_dh_strip:
- dh_strip --dbg-package=calligra-dbg
+ dh_strip --dbgsym-migration='calligra-dbg (<< 1:2.9.11)'
override_dh_shlibdeps:
dh_shlibdeps $(addprefix -p,$(lib_pkgs)) -- -xkde-runtime -xkdepim-runtime
--
Calligra suite packaging
More information about the pkg-kde-commits
mailing list