[slepc] 02/02: new upstream version 3.7.2 +dfsg1

Drew Parsons dparsons at moszumanska.debian.org
Sun Jul 31 09:30:03 UTC 2016


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

dparsons pushed a commit to branch experimental
in repository slepc.

commit 9de51bfe76bcd7d4b307154ba4df07b918a46542
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Jul 31 17:22:14 2016 +0800

    new upstream version 3.7.2 +dfsg1
---
 debian/README.Debian                               | 20 +++++++++---------
 debian/changelog                                   |  6 ++++++
 debian/control                                     | 24 +++++++++++-----------
 debian/libslepc-complex-3.7.1.lintian-overrides    |  9 --------
 ...ostinst => libslepc-complex-3.7.2-dev.postinst} |  0
 ...-dev.prerm => libslepc-complex-3.7.2-dev.prerm} |  0
 debian/libslepc-complex-3.7.2.lintian-overrides    |  9 ++++++++
 ....1.postinst => libslepc-complex-3.7.2.postinst} |  0
 ...ex-3.7.1.prerm => libslepc-complex-3.7.2.prerm} |  0
 debian/libslepc3.7.1.lintian-overrides             |  9 --------
 ...7.1-dev.postinst => libslepc3.7.2-dev.postinst} |  0
 ...lepc3.7.1-dev.prerm => libslepc3.7.2-dev.prerm} |  0
 debian/libslepc3.7.2.lintian-overrides             |  9 ++++++++
 ...bslepc3.7.1.postinst => libslepc3.7.2.postinst} |  0
 .../{libslepc3.7.1.prerm => libslepc3.7.2.prerm}   |  0
 debian/rules                                       |  2 +-
 .../{slepc3.7.1-doc.docs => slepc3.7.2-doc.docs}   |  0
 17 files changed, 47 insertions(+), 41 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 3909a1c..acf7979 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -3,21 +3,21 @@ SLEPc for Debian
 
 This source package includes the following binary packages:
 
-     libslepc3.7.1      - shared libraries
+     libslepc3.7.2      - shared libraries
      libslepc3.7-dev    - static libraries, shared links, and header files
                           (latest v3.7)
-     libslepc3.7.1-dev  - static libraries, shared links, and header files
-                          (specific patch version 3.7.1)
-     slepc3.7.1-doc     - documentation and examples
+     libslepc3.7.2-dev  - static libraries, shared links, and header files
+                          (specific patch version 3.7.2)
+     slepc3.7.2-doc     - documentation and examples
 
 The following binary packages include support for complex numbers:
-     libslepc-complex-3.7.1
+     libslepc-complex-3.7.2
      libslepc-complex-3.7-dev
-     libslepc-complex-3.7.1-dev
+     libslepc-complex-3.7.2-dev
 
 
-With slepc-dev installed (or libslepc3.7-dev, or libslepc-3.7.1-dev 
-or libslepc-complex-3.7.1-dev), you can build programs against it two ways:
+With slepc-dev installed (or libslepc3.7-dev, or libslepc-3.7.2-dev 
+or libslepc-complex-3.7.2-dev), you can build programs against it two ways:
 
      1. Standard build convention: use -I/usr/include/slepc for headers and
 	link to optimized libraries in /usr/lib, so your resulting binaries
@@ -31,8 +31,8 @@ or libslepc-complex-3.7.1-dev), you can build programs against it two ways:
 	  PETSC_LIB_DIR=$PETSC_DIR/$PETSC_ARCH/lib SLEPC_DIR=/usr/lib/slepc \
 	  SLEPC_LIB_DIR=$SLEPC_DIR/$PETSC_ARCH/lib make
 
-The slepc3.7.1-doc package comes with the SLEPc examples in 
-/usr/share/doc/slepc3.7.1-doc/examples/ 
+The slepc3.7.2-doc package comes with the SLEPc examples in 
+/usr/share/doc/slepc3.7.2-doc/examples/ 
 Copy as needed and use the PETSc/SLEPc build convention make command 
 above.
 
diff --git a/debian/changelog b/debian/changelog
index 123e5d3..1b20357 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+slepc (3.7.2+dfsg1-1exp1) UNRELEASED; urgency=medium
+
+  * New upstream version.
+
+ -- Drew Parsons <dparsons at debian.org>  Sun, 31 Jul 2016 17:21:31 +0800
+
 slepc (3.7.1+dfsg1-1exp1) experimental; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 67900d2..8b3ceea 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
 Package: libslepc3.7-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.7.1-dev, ${misc:Depends}, ${python:Depends}
+Depends: libslepc3.7.2-dev, ${misc:Depends}, ${python:Depends}
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
  problems on parallel computers. It is an extension of PETSc and can be used
@@ -41,13 +41,13 @@ Description: Scalable Library for Eigenvalue Problem Computations
  which provides the static libraries, shared links, and header files
  for SLEPC with real numbers.
 
-Package: libslepc3.7.1-dev
+Package: libslepc3.7.2-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.7.1 (= ${binary:Version}), libpetsc3.7-dev,
+Depends: libslepc3.7.2 (= ${binary:Version}), libpetsc3.7-dev,
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python:Depends}
-Suggests: slepc3.7.1-doc (= ${binary:Version})
+Suggests: slepc3.7.2-doc (= ${binary:Version})
 Conflicts: libslepc2.3.2-dev
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
@@ -59,7 +59,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
  This package contains the static libraries, shared links, and header files
  for SLEPC with real numbers.
 
-Package: libslepc3.7.1
+Package: libslepc3.7.2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -73,11 +73,11 @@ Description: Scalable Library for Eigenvalue Problem Computations
  .
  This package contains the shared libraries for SLEPc with real numbers.
 
-Package: slepc3.7.1-doc
+Package: slepc3.7.2-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: libslepc3.7.1-dev (= ${binary:Version})
+Suggests: libslepc3.7.2-dev (= ${binary:Version})
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
  problems on parallel computers. It is an extension of PETSc and can be used
@@ -90,7 +90,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
 Package: libslepc-complex-3.7-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc-complex-3.7.1-dev, ${misc:Depends}, ${python:Depends}
+Depends: libslepc-complex-3.7.2-dev, ${misc:Depends}, ${python:Depends}
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
  problems on parallel computers. It is an extension of PETSc and can be used
@@ -102,13 +102,13 @@ Description: Scalable Library for Eigenvalue Problem Computations
  which provides the static libraries, shared links, and header files
  for SLEPC with complex numbers.
 
-Package: libslepc-complex-3.7.1-dev
+Package: libslepc-complex-3.7.2-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc-complex-3.7.1 (= ${binary:Version}), libpetsc-complex-3.7-dev,
+Depends: libslepc-complex-3.7.2 (= ${binary:Version}), libpetsc-complex-3.7-dev,
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python:Depends}
-Suggests: slepc3.7.1-doc (= ${binary:Version})
+Suggests: slepc3.7.2-doc (= ${binary:Version})
 Conflicts: libslepc2.3.2-dev
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
@@ -120,7 +120,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
  This package contains the static libraries, shared links, and header files
  for SLEPC with complex numbers.
 
-Package: libslepc-complex-3.7.1
+Package: libslepc-complex-3.7.2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libslepc-complex-3.7.1.lintian-overrides b/debian/libslepc-complex-3.7.1.lintian-overrides
deleted file mode 100644
index 26c3a88..0000000
--- a/debian/libslepc-complex-3.7.1.lintian-overrides
+++ /dev/null
@@ -1,9 +0,0 @@
-# libslepc_complex.so.3.7 soname links are managed by alternatives (libslepc_complex.so.3.7)
-libslepc-complex-3.7.1: ldconfig-symlink-missing-for-shlib usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7 usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7.1 libslepc_complex.so.3.7
-
-# the libslepc_complex.so link is managed by alternatives in libslepc-complex-3.7.1-dev (alternative slepc)
-libslepc-complex-3.7.1: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7.1 usr/lib/x86_64-linux-gnu/libslepc_complex.so
-
-# libslepc-complex-3.7.1 provides soname libslepc-complex3.7
-libslepc-complex-3.7.1: package-name-doesnt-match-sonames libslepc-complex3.7
-
diff --git a/debian/libslepc-complex-3.7.1-dev.postinst b/debian/libslepc-complex-3.7.2-dev.postinst
similarity index 100%
rename from debian/libslepc-complex-3.7.1-dev.postinst
rename to debian/libslepc-complex-3.7.2-dev.postinst
diff --git a/debian/libslepc-complex-3.7.1-dev.prerm b/debian/libslepc-complex-3.7.2-dev.prerm
similarity index 100%
rename from debian/libslepc-complex-3.7.1-dev.prerm
rename to debian/libslepc-complex-3.7.2-dev.prerm
diff --git a/debian/libslepc-complex-3.7.2.lintian-overrides b/debian/libslepc-complex-3.7.2.lintian-overrides
new file mode 100644
index 0000000..b18fe70
--- /dev/null
+++ b/debian/libslepc-complex-3.7.2.lintian-overrides
@@ -0,0 +1,9 @@
+# libslepc_complex.so.3.7 soname links are managed by alternatives (libslepc_complex.so.3.7)
+libslepc-complex-3.7.2: ldconfig-symlink-missing-for-shlib usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7 usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7.2 libslepc_complex.so.3.7
+
+# the libslepc_complex.so link is managed by alternatives in libslepc-complex-3.7.2-dev (alternative slepc)
+libslepc-complex-3.7.2: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7.2 usr/lib/x86_64-linux-gnu/libslepc_complex.so
+
+# libslepc-complex-3.7.2 provides soname libslepc-complex3.7
+libslepc-complex-3.7.2: package-name-doesnt-match-sonames libslepc-complex3.7
+
diff --git a/debian/libslepc-complex-3.7.1.postinst b/debian/libslepc-complex-3.7.2.postinst
similarity index 100%
rename from debian/libslepc-complex-3.7.1.postinst
rename to debian/libslepc-complex-3.7.2.postinst
diff --git a/debian/libslepc-complex-3.7.1.prerm b/debian/libslepc-complex-3.7.2.prerm
similarity index 100%
rename from debian/libslepc-complex-3.7.1.prerm
rename to debian/libslepc-complex-3.7.2.prerm
diff --git a/debian/libslepc3.7.1.lintian-overrides b/debian/libslepc3.7.1.lintian-overrides
deleted file mode 100644
index 4ff7405..0000000
--- a/debian/libslepc3.7.1.lintian-overrides
+++ /dev/null
@@ -1,9 +0,0 @@
-# libslepc.so.3.7 soname links are managed by alternatives (libslepc.so.3.7)
-libslepc3.7.1: ldconfig-symlink-missing-for-shlib usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7 usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7.1 libslepc_real.so.3.7
-
-# the libslepc.so link is managed by alternatives in libslepc3.7.1-dev (alternative slepc)
-libslepc3.7.1: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7.1 usr/lib/x86_64-linux-gnu/libslepc_real.so
-
-# libslepc3.7.1 provides soname libslepc-real3.7
-libslepc3.7.1: package-name-doesnt-match-sonames libslepc-real3.7
-
diff --git a/debian/libslepc3.7.1-dev.postinst b/debian/libslepc3.7.2-dev.postinst
similarity index 100%
rename from debian/libslepc3.7.1-dev.postinst
rename to debian/libslepc3.7.2-dev.postinst
diff --git a/debian/libslepc3.7.1-dev.prerm b/debian/libslepc3.7.2-dev.prerm
similarity index 100%
rename from debian/libslepc3.7.1-dev.prerm
rename to debian/libslepc3.7.2-dev.prerm
diff --git a/debian/libslepc3.7.2.lintian-overrides b/debian/libslepc3.7.2.lintian-overrides
new file mode 100644
index 0000000..f03823c
--- /dev/null
+++ b/debian/libslepc3.7.2.lintian-overrides
@@ -0,0 +1,9 @@
+# libslepc.so.3.7 soname links are managed by alternatives (libslepc.so.3.7)
+libslepc3.7.2: ldconfig-symlink-missing-for-shlib usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7 usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7.2 libslepc_real.so.3.7
+
+# the libslepc.so link is managed by alternatives in libslepc3.7.2-dev (alternative slepc)
+libslepc3.7.2: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7.2 usr/lib/x86_64-linux-gnu/libslepc_real.so
+
+# libslepc3.7.2 provides soname libslepc-real3.7
+libslepc3.7.2: package-name-doesnt-match-sonames libslepc-real3.7
+
diff --git a/debian/libslepc3.7.1.postinst b/debian/libslepc3.7.2.postinst
similarity index 100%
rename from debian/libslepc3.7.1.postinst
rename to debian/libslepc3.7.2.postinst
diff --git a/debian/libslepc3.7.1.prerm b/debian/libslepc3.7.2.prerm
similarity index 100%
rename from debian/libslepc3.7.1.prerm
rename to debian/libslepc3.7.2.prerm
diff --git a/debian/rules b/debian/rules
index f23301f..09d97e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ SLEPC_COMPLEX_BUILD_DIR=$(SLEPC_ARCH)-complex
 
 # SLEPC_VERSION is used for the package names, library sonames, and
 # /usr/lib/slepcdir subdirectory names.
-SLEPC_VERSION=3.7.1$(SLEPC_EXT)
+SLEPC_VERSION=3.7.2$(SLEPC_EXT)
 # use only major.minor as general soname (rather than major.minor.patch.build)
 SLEPC_SONAME_VERSION=$(shell echo $(SLEPC_VERSION) | awk 'BEGIN { FS="."}; {print $$1"."$$2 }')
 
diff --git a/debian/slepc3.7.1-doc.docs b/debian/slepc3.7.2-doc.docs
similarity index 100%
rename from debian/slepc3.7.1-doc.docs
rename to debian/slepc3.7.2-doc.docs

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



More information about the debian-science-commits mailing list