[Pkg-lyx-devel] [lyx] 03/03: Prepare the -dbg package to automatic -dbgsym migration. Added the migration dh_strip invocation to d/rules and removed the -dbg package from d/control.
Sven Hoexter
hoexter at moszumanska.debian.org
Mon Sep 25 08:22:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
hoexter pushed a commit to branch master
in repository lyx.
commit c3269c26d1ced71a225dc5ff260db58a0c9ad496
Author: Sven Hoexter <sven at stormbind.net>
Date: Mon Sep 25 10:20:26 2017 +0200
Prepare the -dbg package to automatic -dbgsym migration. Added the migration dh_strip invocation to d/rules and removed the -dbg package from d/control.
---
debian/changelog | 2 ++
debian/control | 8 --------
debian/rules | 2 +-
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5cfee46..4d4c605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ lyx (2.2.3-2) UNRELEASED; urgency=medium
* Remove transitional package ttf-lyx.
* Change package maintainer email address to lyx at packages.debian.org due to
the depreciation of the lists.alioth.debian.org mailinglist service.
+ * Prepare the -dbg package to automatic -dbgsym migration. Added the migration
+ dh_strip invocation to d/rules and removed the -dbg package from d/control.
-- Sven Hoexter <hoexter at debian.org> Fri, 19 May 2017 11:51:56 +0200
diff --git a/debian/control b/debian/control
index bf55ed3..c52274d 100644
--- a/debian/control
+++ b/debian/control
@@ -54,14 +54,6 @@ Description: architecture-independent files for LyX
architecture-dependent. See the lyx package for a description of LyX
itself.
-Package: lyx-dbg
-Architecture: any
-Depends: ${misc:Depends}, lyx (= ${binary:Version})
-Section: debug
-Priority: extra
-Description: debugging symbols for LyX
- This package contains debugging symbols for LyX.
-
Package: fonts-lyx
Architecture: all
Multi-arch: foreign
diff --git a/debian/rules b/debian/rules
index dc8f6d6..69a4f55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,4 +74,4 @@ override_dh_installtex:
dh_installtex -plyx-common
override_dh_strip:
- dh_strip --dbg-package=lyx-dbg
+ dh_strip --dbgsym-migration='lyx-dbg (<< 2.2.3-2~)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lyx/lyx.git
More information about the Pkg-lyx-devel
mailing list