[sundials] 02/21: No more -dbg packages. Debian now does this generically

Dima Kogan dima at secretsauce.net
Tue Oct 11 07:12:51 UTC 2016


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

dkogan-guest pushed a commit to branch master
in repository sundials.

commit 40a992b39fabb9921fafb7f6714e3571c0e99023
Author: Dima Kogan <Dmitriy.Kogan at jpl.nasa.gov>
Date:   Tue Oct 4 22:07:21 2016 -0700

    No more -dbg packages. Debian now does this generically
---
 debian/control | 30 ------------------------------
 debian/rules   | 15 ---------------
 2 files changed, 45 deletions(-)

diff --git a/debian/control b/debian/control
index 02f9d76..be7c321 100644
--- a/debian/control
+++ b/debian/control
@@ -161,33 +161,3 @@ Description: SUNDIALS  for octave
  algebraic systems).
  .
  This package contains SUNDIALS plugins for octave.
-
-Package: libsundials-serial-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: libsundials-serial, ${misc:Depends}
-Description: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
- The family of solvers referred to as SUNDIALS consists of solvers CVODE
- (for ODE systems), CVODES (ODE with sensitivity analysis capabilities),
- IDA (for differential-algebraic systems), and KINSOL (for nonlinear
- algebraic systems).
- .
- This package contains the debugging symbols for SUNDIALS.
-
-Package: libsundials-nvecparallel-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: libsundials-nvecparallel0 (= ${binary:Version}), ${misc:Depends}
-Description: MPI vector operations library (SUNDIALS library)
- This package provides implementations for all vector operations
- defined by the generic NVECTOR module in the table of operations for
- SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
- Solvers).
- .
- This package contains files necessary for development applications using
- SUNDIALS in C and, in case of FCVODE and FKINSOL, Fortran.  It also
- contains various example programs distributed by the upstream authors.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 6dab794..5134c3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,21 +69,6 @@ override_dh_auto_install:
 #to generate symbols
 #	dpkg-gensymbols -plibsundials-parallel -O
 
-override_dh_strip:
-	find debian/tmp/$(bpath) -name \*.mex | xargs -r strip
-
-	dh_strip -plibsundials-cvode1 --dbg-package=libsundials-serial-dbg 
-	dh_strip -plibsundials-cvodes2 --dbg-package=libsundials-serial-dbg
-	dh_strip -plibsundials-ida2 --dbg-package=libsundials-serial-dbg
-	dh_strip -plibsundials-idas0 --dbg-package=libsundials-serial-dbg
-	dh_strip -plibsundials-kinsol1 --dbg-package=libsundials-serial-dbg
-	dh_strip -plibsundials-nvecserial0 --dbg-package=libsundials-serial-dbg
-
-	dh_strip -plibsundials-nvecparallel0 --dbg-package=libsundials-nvecparallel-dbg
-	dh_strip -a
-
-	ls -l debian/tmp/usr/lib
-
 override_dh_auto_clean:
 	find examples \
 	        -type f -a  \( -name \*.o \)	\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list