[DRE-commits] [ruby-pgplot] 02/03: Remove dbg package

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Mar 6 13:05:24 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-pgplot.

commit b4884aadf5ae365f88844b5fbd088276068e7070
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Mar 6 21:59:50 2016 +0900

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

diff --git a/debian/control b/debian/control
index c5115df..4834c2f 100644
--- a/debian/control
+++ b/debian/control
@@ -30,19 +30,3 @@ Description: Ruby interface to the PGPLOT graphics library
  PGPLOT is a FORTRAN library to draw line/scatter/histogram plot, error
  bar, contour/image/vector map, etc. Supports various output devices
  including Postscript, PNG, X-Window, etc.
-
-Package: ruby-pgplot-dbg
-Section: contrib/debug
-Priority: extra
-Architecture: any
-Depends: ruby-pgplot (=${binary:Version}),
-         ${misc:Depends}
-Description: Ruby-PGPLOT debugging symbols
- Ruby/PGPLOT is the Ruby interface to the PGPLOT graphics library.
- PGPLOT is a FORTRAN library to draw line/scatter/histogram plot, error
- bar, contour/image/vector map, etc. Supports various output devices
- including Postscript, PNG, X-Window, etc.
- .
- 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 a013e14..0e4df8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,6 @@ override_dh_installdocs:
 	( cd $(CURDIR)/debian/ruby-pgplot/usr/share/doc/ruby-pgplot/doc && \
 	  rm -fr Makefile *.rb *.sh || true )
 
-override_dh_strip:
-	dh_strip --dbg-package=ruby-pgplot-dbg
-
 override_dh_auto_clean:
 	dh_auto_clean
 	( cd $(CURDIR)/doc && make clean )

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



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