[libcerf] 01/01: Added package with debugging symbols

Eugen Wintersberger eugenwintersberger-guest at moszumanska.debian.org
Wed Dec 4 21:06:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

eugenwintersberger-guest pushed a commit to branch master
in repository libcerf.

commit ca01f75948a081130ab2de25b1e86bb243da6eb2
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Wed Nov 27 22:38:45 2013 +0100

    Added package with debugging symbols
---
 debian/control | 11 +++++++++++
 debian/rules   |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/debian/control b/debian/control
index 55ae6f7..3da9356 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,17 @@ Description: libcerf binary files
  . 
  This package contains the runtime binary of the library.
 
+Package: libcerf1-dbg
+Section: debug
+Architecture: any
+Depends: libcerf1 (=${binary:Version}), ${misc:Depends}
+Description: debugging symbols for libcerf 
+ libcerf is a self-contained numeric library that provides an efficient and
+ accurate implementation of the complex error functions, along with Dawson,
+ Faddeeva, and Voigt functions.
+ . 
+ This package contains the debugging symbols for the library.
+
 Package: libcerf-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index c1b252c..1aa4427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --docdir=/usr/share/doc/libcerf-doc 
 
+override_dh_strip:
+	dh_strip --dbg-package=libcerf1-dbg
+
 
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libcerf.git



More information about the debian-science-commits mailing list