[SCM] krecipes packaging branch, master, updated. debian/2.1.0-2-4-gd444831

Pino Toscano pino at moszumanska.debian.org
Sat Jun 18 13:25:09 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/krecipes.git;a=commitdiff;h=53f867f

The following commit has been merged in the master branch:
commit 53f867fe9dfd84297a55606ef6b08977a7d332d5
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jun 18 15:24:14 2016 +0200

    remove krecipes-dbg in favour of -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 15 ---------------
 debian/rules     |  2 +-
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa904cc..09dc132 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ krecipes (2.1.0-3) UNRELEASED; urgency=medium
     the cmake minimum version required and policies, and build properly with
     that; patch
     upstream_set-cmake_min_req-to-match-kdelibs-policy-and-enable.patch.
+  * Remove krecipes-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 18 Jun 2016 15:16:33 +0200
 
diff --git a/debian/control b/debian/control
index 3acbe39..1b06a40 100644
--- a/debian/control
+++ b/debian/control
@@ -50,18 +50,3 @@ Description: recipes manager for KDE - data files
  databases.
  .
  This package provides architecture independent files for krecipes.
-
-Package: krecipes-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: krecipes (= ${binary:Version}), ${misc:Depends}
-Description: recipes manager for KDE - debugging symbols
- Krecipes is a KDE application designed to manage recipes. It can help you to
- do your shopping list, search through your recipes to find what you can do
- with available ingredients and a diet helper. It can also import or export
- recipes from files in various format (eg RecipeML or Meal-Master) or from
- databases.
- .
- This package provides debugging symbols for krecipes.
-
diff --git a/debian/rules b/debian/rules
index 113f3c1..b6b378b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	dh $@ --parallel --with kde
 
 override_dh_strip:
-	dh_strip --dbg-package=krecipes-dbg
+	dh_strip --dbgsym-migration='krecipes-dbg (<< 2.1.0-3~)'
 
 get-orig-source:
 	@@dh_testdir

-- 
krecipes packaging



More information about the pkg-kde-commits mailing list