[DRE-commits] [ruby-sdl] 02/07: Drop -dbg package

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sat Apr 9 17:58:56 UTC 2016


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

uwabami-guest pushed a commit to branch master
in repository ruby-sdl.

commit 02e2c24aa38f598c05b573a8b0e991212443f257
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Apr 10 02:17:37 2016 +0900

    Drop -dbg package
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/control | 15 ---------------
 debian/rules   |  3 ---
 2 files changed, 18 deletions(-)

diff --git a/debian/control b/debian/control
index 660e0bd..19ba616 100644
--- a/debian/control
+++ b/debian/control
@@ -31,18 +31,3 @@ Description: Ruby/SDL interface for Ruby
  Ruby/SDL is the ruby extension library to use SDL. SDL (Simple
  DirectMedia Layer) is a cross-platform multimedia library designed to
  provide fast access to the graphics framebuffer and audio device.
-
-Package: ruby-sdl-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-sdl (=${binary:Version}),
-         ${misc:Depends}
-Description: Ruby/SDL interface for Ruby (debug symbols)
- Ruby/SDL is the ruby extension library to use SDL. SDL (Simple
- DirectMedia Layer) is a cross-platform multimedia library designed to
- provide fast access to the graphics framebuffer and audio device.
- .
- This package is provided primarily to provide a backtrace with names
- in a debugger, this makes it somewhat easier to interpret core
- dumps. Most people will not need this package.
diff --git a/debian/rules b/debian/rules
index 4bf38fe..b2aa581 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,5 @@
 %:
 	dh $@ --with ruby --buildsystem ruby
 
-override_dh_strip:
-	dh_strip --dbg-package=ruby-sdl-dbg
-
 override_dh_installchangelogs:
 	dh_installchangelogs --all --keep $(CURDIR)/NEWS.en

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



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