From da2382cc72849593d0adbbca6d3d2521ce2f352b Mon Sep 17 00:00:00 2001 From: Andrius Merkys Date: Sat, 5 May 2018 06:21:55 -0400 Subject: Switching to automatic debug symbols package generation. --- debian/changelog | 1 + debian/control | 14 -------------- debian/rules | 5 ++++- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98832fd..690cdb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ clipper (2.1.20160809-1) unstable; urgency=medium * debian/libclipper-doc.doc-base: fixing file paths * debian/libclipper-doc.examples: there seems to be no examples/*.c files * debian/watch: turning on passive FTP mode + * Switching to automatic debug symbols package generation -- Andrius Merkys Thu, 03 May 2018 10:24:19 -0400 diff --git a/debian/control b/debian/control index 17c3371..210ce56 100644 --- a/debian/control +++ b/debian/control @@ -64,17 +64,3 @@ Description: doxygen generated documentation for libclipper performance of crystallographic computation. . This package provides doxygen generated documentation for the library. - -Package: libclipper2-dbg -Section: debug -Architecture: any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, - libclipper2 (= ${binary:Version} ) -Description: object oriented development kit for crystallographic computing - The aim of the clipper project is to produce a set of object-oriented - libraries for the organisation of crystallographic data and the - performance of crystallographic computation. - . - This package contains debugging symbols for the clipper libraries. diff --git a/debian/rules b/debian/rules index 367ee30..e0f795d 100755 --- a/debian/rules +++ b/debian/rules @@ -15,5 +15,8 @@ override_dh_clean: rm -rf doc/ dh_clean +override_dh_strip: + dh_strip --dbgsym-migration='libclipper2-dbg (<< 2.1.20160809-1~)' + %: - dh $@ --with autoreconf --dbg-package=libclipper2-dbg + dh $@ --with autoreconf -- cgit v1.2.3