summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrius Merkys <andrius.merkys@gmail.com>2018-05-05 06:21:55 -0400
committerAndrius Merkys <andrius.merkys@gmail.com>2018-05-05 06:21:55 -0400
commitda2382cc72849593d0adbbca6d3d2521ce2f352b (patch)
treede092c2e9f06bc9cd9a3f79f16d923a70ce9f8d4
parent2ed7b7519aa8fdf2c500d0ae6b257b2c806ee452 (diff)
Switching to automatic debug symbols package generation.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control14
-rwxr-xr-xdebian/rules5
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 <andrius.merkys@gmail.com> 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