[frobby] 01/02: Add libfrobby-dbg package for debugging symbols.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Mar 21 13:07:48 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository frobby.

commit 22a992456f7af8d587828a18dfb3891b6762cee8
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Mar 19 14:27:57 2015 -0500

    Add libfrobby-dbg package for debugging symbols.
---
 debian/control | 12 ++++++++++++
 debian/rules   |  3 +++
 2 files changed, 15 insertions(+)

diff --git a/debian/control b/debian/control
index 0b5d7bd..266491d 100644
--- a/debian/control
+++ b/debian/control
@@ -51,3 +51,15 @@ Description: Computations with monomial ideals (library documentation)
  mathematical research on monomial ideals.
  .
  This package contains the library documentation.
+
+Package: libfrobby-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libfrobby0 (= ${binary:Version}), ${misc:Depends}
+Description: Computations with monomial ideals (debugging symbols)
+ Frobby is a software system and project for computations with monomial ideals.
+ Frobby is free software and it is intended as a vehicle for computational and
+ mathematical research on monomial ideals.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 6b1951f..37621c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install -- BIN_INSTALL_DIR=/usr/bin
+
+override_dh_strip:
+	dh_strip --dbg-package=libfrobby-dbg

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



More information about the debian-science-commits mailing list