[Chinese-commits] [lunar-date] 04/09: Migrate dbg to dbgsym
ChangZhuo Chen
czchen at moszumanska.debian.org
Sat Nov 12 04:53:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to tag debian/2.4.0-4
in repository lunar-date.
commit 163fad26feabf5aef3b9f894d36f44591dfa83fb
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Sat Nov 12 12:34:36 2016 +0800
Migrate dbg to dbgsym
---
debian/control | 15 ++-------------
debian/rules | 2 +-
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 9be8c32..b2c3c85 100644
--- a/debian/control
+++ b/debian/control
@@ -34,25 +34,14 @@ Package: liblunar-date-2.0-0
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Chinese Lunar library based on GObject
Lunar-date is a Chinese Lunar library based on GObject, which can
covert between Chinese lunar calendar and Gregorian calendar.
.
This package contains shared library and vala bindings.
-Package: liblunar-date-dbg
-Section: debug
-Priority: extra
-Multi-Arch: same
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, liblunar-date-2.0-0 (= ${binary:Version})
-Description: Chinese Lunar library based on GObject - debug symbols
- Lunar-date is a Chinese Lunar library based on GObject, which can
- covert between Chinese lunar calendar and Gregorian calendar.
- .
- This package contains debug symbols of shared library.
-
Package: liblunar-date-doc
Section: doc
Architecture: all
diff --git a/debian/rules b/debian/rules
index 16c691f..20de3ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_install:
find debian/ -name *.la -delete
dh_install --fail-missing
override_dh_strip:
- dh_strip -pliblunar-date-2.0-0 --dbg-package=liblunar-date-dbg
+ dh_strip --ddeb-migration='liblunar-date-dbg (<< 2.4.0-4~)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/lunar-date.git
More information about the Chinese-commits
mailing list