[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-26-g5567a27

Mirco Bauer meebey at meebey.net
Mon Aug 3 19:39:28 UTC 2009


The following commit has been merged in the master branch:
commit 681d4e173b1420f9661941b40e03b7a8ee80394b
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon Aug 3 21:38:47 2009 +0200

    added ironruby-dbg package and bumped debhelper build-dep to >= 7.0.50 as we use target overrides of it

diff --git a/debian/control b/debian/control
index 381301b..3663e37 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: C.J. Adams-Collier <cjac at colliertech.org>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50),
                cli-common-dev (>= 0.5.7),
                quilt
 Build-Depends-Indep: sharutils,
@@ -26,3 +26,18 @@ Description: Ruby implementation targeting the .NET and Mono platforms
  Framework and makes all .NET libraries easily available to Ruby
  programmers, while maintaining full compatibility with the Ruby
  language.
+
+Package: ironruby-dbg
+Priority: extra
+Section: debug
+Architecture: all
+Depends: ironruby (= ${source:Version})
+Description: Ruby implementation targeting the .NET and Mono platforms - debugging symbols
+ This package contains the debugging symbols of the ironruby package.
+ .
+ IronRuby is an implementation of the Ruby programming language
+ running on .NET. It supports an interactive console with fully
+ dynamic compilation. It is well integrated with the rest of the .NET
+ Framework and makes all .NET libraries easily available to Ruby
+ programmers, while maintaining full compatibility with the Ruby
+ language.
diff --git a/debian/rules b/debian/rules
index 11264d3..c3fa8e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_clean: unpatch
 	find Merlin/ ndp/ -iname '*.exe' -o -iname '*.dll' -delete
 	dh_clean
 
+override_dh_clistrip:
+	dh_clistrip --dbg-package=ironruby-dbg
+
 get-orig-source: TARBALL_DIR = $(DEB_SOURCE_NAME)-$(UPVERSION)
 get-orig-source:
 	uscan \

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list