[Reproducible-commits] [discount] 72/121: Add libmarkdown2-dbg package

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 23 20:56:18 UTC 2014


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

lunar pushed a commit to branch pu/reproducible_builds
in repository discount.

commit e35192a2dd303f43d781edb5d35b4d59a8265f8f
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sat Mar 31 16:34:00 2012 +0200

    Add libmarkdown2-dbg package
---
 debian/control | 13 +++++++++++++
 debian/rules   |  3 +++
 2 files changed, 16 insertions(+)

diff --git a/debian/control b/debian/control
index 6993199..2e0b3fa 100644
--- a/debian/control
+++ b/debian/control
@@ -42,3 +42,16 @@ Description: Implementation of Markdown markup language in C (development files)
  syntax document and passes the Markdown 1.0 test suite.
  .
  This package provides the development file for libmarkdown.
+
+Package: libmarkdown2-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, libmarkdown2 (= ${binary:Version})
+Multi-Arch: same
+Description: Implementation of Markdown markup language in C (debug)
+ Discount is an implementation of John Gruber's Markdown markup
+ language. It implements all of the language described in the Markdown
+ syntax document and passes the Markdown 1.0 test suite.
+ .
+ This package provide the debugging symbols for discount.
diff --git a/debian/rules b/debian/rules
index d77625c..e613069 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_install
+
+override_dh_strip:
+	dh_strip --dbg-package=libmarkdown2-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/discount.git



More information about the Reproducible-commits mailing list