r47511 - in /packages/arpack/trunk/debian: changelog control rules

sebastien at users.alioth.debian.org sebastien at users.alioth.debian.org
Thu Sep 14 10:08:47 UTC 2017


Author: sebastien
Date: Thu Sep 14 10:08:47 2017
New Revision: 47511

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47511
Log:
Migrate to -dbgsym debug packages.


Modified:
    packages/arpack/trunk/debian/changelog
    packages/arpack/trunk/debian/control
    packages/arpack/trunk/debian/rules

Modified: packages/arpack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/arpack/trunk/debian/changelog?rev=47511&op=diff
==============================================================================
--- packages/arpack/trunk/debian/changelog	(original)
+++ packages/arpack/trunk/debian/changelog	Thu Sep 14 10:08:47 2017
@@ -9,6 +9,7 @@
   * Ship arpack.pc in libarpack2-dev.
   * Use canonical URLs for Vcs-* fields.
   * Install doc using dh_installdocs (instead of dh_install).
+  * Migrate to -dbgsym debug packages.
   * Remove obsolete README.source.
   * Remove obsolete source lintian override.
   * Remove obsolete Conflicts+Replaces on arpack2{,-dev}.

Modified: packages/arpack/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/arpack/trunk/debian/control?rev=47511&op=diff
==============================================================================
--- packages/arpack/trunk/debian/control	(original)
+++ packages/arpack/trunk/debian/control	Thu Sep 14 10:08:47 2017
@@ -69,25 +69,6 @@
  This package contains the static libraries and the documentation for
  development with libarpack (including examples).
 
-Package: libarpack2-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libarpack2 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Fortran77 subroutines to solve large scale eigenvalue problems (debug)
- ARPACK software is capable of solving large scale symmetric,
- nonsymmetric, and generalized eigenproblems from significant
- application areas. The software is designed to compute a few (k)
- eigenvalues with user specified features such as those of largest
- real part or largest magnitude. Storage requirements are on the order
- of n*k locations. No auxiliary storage is required. A set of Schur
- basis vectors for the desired k-dimensional eigen-space is computed
- which is numerically orthogonal to working precision. Numerically
- accurate eigenvectors are available on request.
- .
- This package contains the debugging symbols for libarpack and libparpack.
-
 Package: libparpack2
 Architecture: any
 Multi-Arch: same
@@ -148,23 +129,3 @@
  .
  This package contains the static libraries and the documentation for
  development with libparpack (including examples).
-
-Package: libparpack2-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libparpack2 (= ${binary:Version}),
-         ${misc:Depends}
-Replaces: libarpack2-dbg
-Description: Parallel subroutines to solve large scale eigenvalue problems (debug)
- ARPACK software is capable of solving large scale symmetric,
- nonsymmetric, and generalized eigenproblems from significant
- application areas. The software is designed to compute a few (k)
- eigenvalues with user specified features such as those of largest
- real part or largest magnitude. Storage requirements are on the order
- of n*k locations. No auxiliary storage is required. A set of Schur
- basis vectors for the desired k-dimensional eigen-space is computed
- which is numerically orthogonal to working precision. Numerically
- accurate eigenvectors are available on request.
- .
- This package contains the debugging symbols for libparpack.

Modified: packages/arpack/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/arpack/trunk/debian/rules?rev=47511&op=diff
==============================================================================
--- packages/arpack/trunk/debian/rules	(original)
+++ packages/arpack/trunk/debian/rules	Thu Sep 14 10:08:47 2017
@@ -11,7 +11,4 @@
 	dh_auto_configure --  --enable-mpi --with-blas=blas
 
 override_dh_strip:
-	dh_strip -Xlibparpack2 --dbg-package=libarpack2-dbg
-	dh_strip --dbg-package=libparpack2-dbg
-
-.PHONY: override_dh_strip
+	dh_strip --dbgsym-migration='libarpack2-dbg (<< 3.5.0+real-1~), libparpack2-dbg (<< 3.5.0+real-1~)'




More information about the debian-science-commits mailing list