[DRE-commits] [ruby-fftw3] 03/05: Drop -dbg package

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Jul 7 06:41:59 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-fftw3.

commit 608f8ea4c58650bb1dea21cc8231afac5cbd6981
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Jul 7 15:01:23 2016 +0900

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

diff --git a/debian/control b/debian/control
index 326cca5..ff0f837 100644
--- a/debian/control
+++ b/debian/control
@@ -26,22 +26,3 @@ Description: Ruby interface to the FFTW Ver.3 library
    - Multi-dimensional complex FFT.(Real data are coerced to complex)
    - Supports both double and single float transforms.
    - Not normalized as in FFTW
-
-Package: ruby-fftw3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-fftw3 (=${binary:Version}),
-         ${misc:Depends}
-Description: Ruby FFT library using FFTW Ver.3
- Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library.
- Features:
-   - Use NArray, which is an efficient multi-dimensional numeric array
-     class for Ruby
-   - Multi-dimensional complex FFT.(Real data are coerced to complex)
-   - Supports both double and single float transforms.
-   - Not normalized as in FFTW
- .
- 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 10bd79b..a613c77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,3 @@
 
 %:
 	dh $@ --buildsystem ruby --with ruby
-
-override_dh_strip:
-	dh_strip --dbg-package=ruby-fftw3-dbg

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



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