[DRE-commits] [ruby-odbc] 09/09: updated short description of -dbg, added dh_strip override

Jonas Genannt jonas at brachium-system.net
Mon Dec 16 19:38:26 UTC 2013


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

hggh-guest pushed a commit to branch master
in repository ruby-odbc.

commit 753ddd0637413fffcaee96d85b82b883c75633f4
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Mon Dec 16 20:37:39 2013 +0100

    updated short description of -dbg, added dh_strip override
---
 debian/control | 2 +-
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5f2e157..95e6ba3 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Priority: extra
 Depends: ruby-odbc (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: ODBC Binding for Ruby
+Description: ODBC Binding for Ruby (debugging symbols)
  ODBC is a standard API for connecting to ODBC data sources such as Relational
  Database Management Systems (RDBMSs). For accessing ODBC data sources from the
  Ruby language, an ODBC binding library and Ruby interface are required. This
diff --git a/debian/rules b/debian/rules
index 50f9678..40f829c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@ export DH_VERBOSE=1
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_strip:
+	dh_strip --dbg-package=ruby-odbc-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-odbc.git



More information about the Pkg-ruby-extras-commits mailing list