[DRE-commits] [ruby-grib] 06/07: Drop -dbg package

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Mon Jun 20 13:00:41 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-grib.

commit 477702a94585d9c610f30c0bbf7eebdfd25ad371
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Jun 20 21:55:12 2016 +0900

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

diff --git a/debian/control b/debian/control
index 6359b9e..4b98b90 100644
--- a/debian/control
+++ b/debian/control
@@ -28,18 +28,3 @@ Description: Ruby interface to the ECMWF GRIB API
  RUBY-GRIB is a Ruby library to handle GRIB(GRidded Binary) file, a
  mathematically concise data format commonly used in meteorology to
  store historical and forecast weather data.
-
-Package: ruby-grib-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-grib (=${binary:Version}),
-         ${misc:Depends}
-Description: Ruby interface to the ECMWF GRIB API (debug symbol)
- RUBY-GRIB is a Ruby library to handle GRIB(GRidded Binary) file, a
- mathematically concise data format commonly used in meteorology to
- store historical and forecast weather data.
- .
- This package is primarily to provide a backtrace with names in a
- debugger, this make it somewhat easier to interpret core dumps. Most
- people will not need this package.
diff --git a/debian/rules b/debian/rules
index b03a8fe..c6142f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,3 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-override_dh_strip:
-	dh_strip --dbg-package=ruby-grib-dbg
-

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



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