[superlu] 01/01: Migrate from libsuperlu-dbg to ddebs

Nico Schlömer nschloe-guest at moszumanska.debian.org
Mon May 23 16:32:32 UTC 2016


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

nschloe-guest pushed a commit to branch master
in repository superlu.

commit 163ae3c051a22291ae6f5189f9da26fe3d041bfd
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date:   Mon May 23 18:32:14 2016 +0200

    Migrate from libsuperlu-dbg to ddebs
---
 debian/changelog |  1 +
 debian/control   | 27 +--------------------------
 debian/rules     |  2 ++
 3 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 903c251..0090319 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ superlu (5.2.1+dfsg1-1) UNRELEASED; urgency=medium
   [ Nico Schlömer ]
   * Update to SuperLU 5.2.1.
   * Use CMake build.
+  * Migrate from libsuperlu-dbg to ddebs, bump debhelper build-dependency
 
   [ Drew Parsons ]
   * debian/patches/gnuinstalldirs.patch now applied upstream
diff --git a/debian/control b/debian/control
index a43710d..ba84a27 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: devel
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20150628),
  gcc (>= 3.0),
  gfortran,
  cmake,
@@ -62,31 +62,6 @@ Description: Direct solution of large, sparse systems of linear equations
  the relative backward error, and estimate error bounds for the refined
  solutions.
 
-Package: libsuperlu5-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends: libsuperlu5 (= ${binary:Version}), ${misc:Depends}
-Description: Direct solution of large, sparse systems of linear equations
- Debug files for SuperLU.
- .
- SuperLU is a general purpose library for the direct solution of
- large, sparse, nonsymmetric systems of linear equations on high
- performance machines. The library is written in C and is callable from
- either C or Fortran. The library routines will perform an LU
- decomposition with partial pivoting and triangular system solves
- through forward and back substitution. The LU factorization routines
- can handle non-square matrices but the triangular solves are performed
- only for square matrices. The matrix columns may be preordered (before
- factorization) either through library or user supplied routines. This
- preordering for sparsity is completely separate from the
- factorization. Working precision iterative refinement subroutines are
- provided for improved backward stability. Routines are also provided
- to equilibrate the system, estimate the condition number, calculate
- the relative backward error, and estimate error bounds for the refined
- solutions.
-
 Package: libsuperlu-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 1a60736..22e95e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,5 @@ DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e
 get-orig-source:
 	uscan --force-download --verbose --check-dirname-level 0 --download-version $(DEB_STRIPPED_UPSTREAM_VERSION) --upstream-version $(DEB_STRIPPED_UPSTREAM_VERSION) --repack --compression xz
 
+override_dh_strip:
+	dh_strip --ddeb-migration='libsuperlu5-dbg (<< 5.2.1+dfsg1-1~)'

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



More information about the debian-science-commits mailing list