[memtailor] 01/02: Add libmemtailor-dbg package for debugging symbols.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Mar 21 01:08:28 UTC 2015


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

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

commit 763dcb93fdfa34985166a72df36112619500875d
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Mar 19 14:30:36 2015 -0500

    Add libmemtailor-dbg package for debugging symbols.
---
 debian/control | 11 +++++++++++
 debian/rules   |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/debian/control b/debian/control
index fa256a3..3a11565 100644
--- a/debian/control
+++ b/debian/control
@@ -28,3 +28,14 @@ Description: C++ library of special purpose memory allocators (shared library)
  offers an arena allocator and a memory pool.
  .
  This package contains the shared library.
+
+Package: libmemtailor-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libmemtailor0 (= ${binary:Version}), ${misc:Depends}
+Description: C++ library of special purpose memory allocators (debug symbols)
+ Memtailor is a C++ library of special purpose memory allocators. It currently
+ offers an arena allocator and a memory pool.
+ .
+ This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index a6ae1fb..57d9b8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
 override_dh_auto_configure:
 	dh_auto_configure -- GTEST_PATH=/usr/src
 
+override_dh_strip:
+	dh_strip --dbg-package=libmemtailor-dbg
+
 get-orig-source:
 	wget https://github.com/broune/memtailor/archive/master.tar.gz
 	git checkout upstream

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



More information about the debian-science-commits mailing list