[slepc] 02/03: update for new upstream version 3.7.4
Drew Parsons
dparsons at moszumanska.debian.org
Sat Jun 10 16:11:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag experimental/3.7.4+dfsg1-1
in repository slepc.
commit bf80d261a4176a138bbdadf7c71382313e7512a6
Author: Drew Parsons <dparsons at debian.org>
Date: Sat Jun 10 23:37:55 2017 +0800
update for new upstream version 3.7.4
---
debian/README.Debian | 20 +++++++++---------
debian/changelog | 6 ++++++
debian/control | 24 +++++++++++-----------
debian/libslepc-complex-3.7.3.lintian-overrides | 9 --------
...ostinst => libslepc-complex-3.7.4-dev.postinst} | 0
...-dev.prerm => libslepc-complex-3.7.4-dev.prerm} | 0
debian/libslepc-complex-3.7.4.lintian-overrides | 9 ++++++++
....3.postinst => libslepc-complex-3.7.4.postinst} | 0
...ex-3.7.3.prerm => libslepc-complex-3.7.4.prerm} | 0
...-3.7.3.shlibs => libslepc-complex-3.7.4.shlibs} | 0
debian/libslepc3.7.3.lintian-overrides | 9 --------
...7.3-dev.postinst => libslepc3.7.4-dev.postinst} | 0
...lepc3.7.3-dev.prerm => libslepc3.7.4-dev.prerm} | 0
debian/libslepc3.7.4.lintian-overrides | 9 ++++++++
...bslepc3.7.3.postinst => libslepc3.7.4.postinst} | 0
.../{libslepc3.7.3.prerm => libslepc3.7.4.prerm} | 0
.../{libslepc3.7.3.shlibs => libslepc3.7.4.shlibs} | 0
debian/rules | 2 +-
.../{slepc3.7.3-doc.docs => slepc3.7.4-doc.docs} | 0
19 files changed, 47 insertions(+), 41 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index 6a5e950..b30c25b 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.3 - shared libraries
+ libslepc3.7.4 - shared libraries
libslepc3.7-dev - static libraries, shared links, and header files
(latest v3.7)
- libslepc3.7.3-dev - static libraries, shared links, and header files
- (specific patch version 3.7.3)
- slepc3.7.3-doc - documentation and examples
+ libslepc3.7.4-dev - static libraries, shared links, and header files
+ (specific patch version 3.7.4)
+ slepc3.7.4-doc - documentation and examples
The following binary packages include support for complex numbers:
- libslepc-complex-3.7.3
+ libslepc-complex-3.7.4
libslepc-complex-3.7-dev
- libslepc-complex-3.7.3-dev
+ libslepc-complex-3.7.4-dev
-With slepc-dev installed (or libslepc3.7-dev, or libslepc-3.7.3-dev
-or libslepc-complex-3.7.3-dev), you can build programs against it two ways:
+With slepc-dev installed (or libslepc3.7-dev, or libslepc-3.7.4-dev
+or libslepc-complex-3.7.4-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.3-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.3-doc package comes with the SLEPc examples in
-/usr/share/doc/slepc3.7.3-doc/examples/
+The slepc3.7.4-doc package comes with the SLEPc examples in
+/usr/share/doc/slepc3.7.4-doc/examples/
Copy as needed and use the PETSc/SLEPc build convention make command
above.
diff --git a/debian/changelog b/debian/changelog
index 40463ad..9ecfccc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+slepc (3.7.4+dfsg1-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Drew Parsons <dparsons at debian.org> Sat, 10 Jun 2017 23:32:54 +0800
+
slepc (3.7.3+dfsg1-5) unstable; urgency=medium
* Move slepc3.7 and slepc3.7-real alternatives handling from
diff --git a/debian/control b/debian/control
index 1d938d3..5daccf0 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
Package: libslepc3.7-dev
Section: libdevel
Architecture: any
-Depends: libslepc3.7.3-dev, ${misc:Depends}, ${python:Depends}
+Depends: libslepc3.7.4-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
@@ -40,13 +40,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.3-dev
+Package: libslepc3.7.4-dev
Section: libdevel
Architecture: any
-Depends: libslepc3.7.3 (= ${binary:Version}), ${petsc:dev},
+Depends: libslepc3.7.4 (= ${binary:Version}), ${petsc:dev},
libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
${misc:Depends}, ${python:Depends}
-Suggests: slepc3.7.3-doc (= ${binary:Version})
+Suggests: slepc3.7.4-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
@@ -58,7 +58,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.3
+Package: libslepc3.7.4
Section: libs
Architecture: any
Provides: libslepc3.7
@@ -73,12 +73,12 @@ Description: Scalable Library for Eigenvalue Problem Computations
.
This package contains the shared libraries for SLEPc with real numbers.
-Package: slepc3.7.3-doc
+Package: slepc3.7.4-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
-Suggests: libslepc3.7.3-dev (= ${binary:Version})
+Suggests: libslepc3.7.4-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
@@ -91,7 +91,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
Package: libslepc-complex-3.7-dev
Section: libdevel
Architecture: any
-Depends: libslepc-complex-3.7.3-dev, ${misc:Depends}, ${python:Depends}
+Depends: libslepc-complex-3.7.4-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
@@ -103,13 +103,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.3-dev
+Package: libslepc-complex-3.7.4-dev
Section: libdevel
Architecture: any
-Depends: libslepc-complex-3.7.3 (= ${binary:Version}), ${petsc:complex-dev},
+Depends: libslepc-complex-3.7.4 (= ${binary:Version}), ${petsc:complex-dev},
libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
${misc:Depends}, ${python:Depends}
-Suggests: slepc3.7.3-doc (= ${binary:Version})
+Suggests: slepc3.7.4-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
@@ -121,7 +121,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.3
+Package: libslepc-complex-3.7.4
Section: libs
Architecture: any
Provides: libslepc-complex-3.7
diff --git a/debian/libslepc-complex-3.7.3.lintian-overrides b/debian/libslepc-complex-3.7.3.lintian-overrides
deleted file mode 100644
index 53a9324..0000000
--- a/debian/libslepc-complex-3.7.3.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.3: 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.3 libslepc_complex.so.3.7
-
-# the libslepc_complex.so link is managed by alternatives in libslepc-complex-3.7.3-dev (alternative slepc)
-libslepc-complex-3.7.3: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7.3 usr/lib/x86_64-linux-gnu/libslepc_complex.so
-
-# libslepc-complex-3.7.3 provides soname libslepc-complex3.7
-libslepc-complex-3.7.3: package-name-doesnt-match-sonames libslepc-complex3.7
-
diff --git a/debian/libslepc-complex-3.7.3-dev.postinst b/debian/libslepc-complex-3.7.4-dev.postinst
similarity index 100%
rename from debian/libslepc-complex-3.7.3-dev.postinst
rename to debian/libslepc-complex-3.7.4-dev.postinst
diff --git a/debian/libslepc-complex-3.7.3-dev.prerm b/debian/libslepc-complex-3.7.4-dev.prerm
similarity index 100%
rename from debian/libslepc-complex-3.7.3-dev.prerm
rename to debian/libslepc-complex-3.7.4-dev.prerm
diff --git a/debian/libslepc-complex-3.7.4.lintian-overrides b/debian/libslepc-complex-3.7.4.lintian-overrides
new file mode 100644
index 0000000..fc7cce5
--- /dev/null
+++ b/debian/libslepc-complex-3.7.4.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.4: 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.4 libslepc_complex.so.3.7
+
+# the libslepc_complex.so link is managed by alternatives in libslepc-complex-3.7.4-dev (alternative slepc)
+libslepc-complex-3.7.4: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_complex.so.3.7.4 usr/lib/x86_64-linux-gnu/libslepc_complex.so
+
+# libslepc-complex-3.7.4 provides soname libslepc-complex3.7
+libslepc-complex-3.7.4: package-name-doesnt-match-sonames libslepc-complex3.7
+
diff --git a/debian/libslepc-complex-3.7.3.postinst b/debian/libslepc-complex-3.7.4.postinst
similarity index 100%
rename from debian/libslepc-complex-3.7.3.postinst
rename to debian/libslepc-complex-3.7.4.postinst
diff --git a/debian/libslepc-complex-3.7.3.prerm b/debian/libslepc-complex-3.7.4.prerm
similarity index 100%
rename from debian/libslepc-complex-3.7.3.prerm
rename to debian/libslepc-complex-3.7.4.prerm
diff --git a/debian/libslepc-complex-3.7.3.shlibs b/debian/libslepc-complex-3.7.4.shlibs
similarity index 100%
rename from debian/libslepc-complex-3.7.3.shlibs
rename to debian/libslepc-complex-3.7.4.shlibs
diff --git a/debian/libslepc3.7.3.lintian-overrides b/debian/libslepc3.7.3.lintian-overrides
deleted file mode 100644
index 7c7049e..0000000
--- a/debian/libslepc3.7.3.lintian-overrides
+++ /dev/null
@@ -1,9 +0,0 @@
-# libslepc.so.3.7 soname links are managed by alternatives (libslepc.so.3.7)
-libslepc3.7.3: 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.3 libslepc_real.so.3.7
-
-# the libslepc.so link is managed by alternatives in libslepc3.7.3-dev (alternative slepc)
-libslepc3.7.3: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7.3 usr/lib/x86_64-linux-gnu/libslepc_real.so
-
-# libslepc3.7.3 provides soname libslepc-real3.7
-libslepc3.7.3: package-name-doesnt-match-sonames libslepc-real3.7
-
diff --git a/debian/libslepc3.7.3-dev.postinst b/debian/libslepc3.7.4-dev.postinst
similarity index 100%
rename from debian/libslepc3.7.3-dev.postinst
rename to debian/libslepc3.7.4-dev.postinst
diff --git a/debian/libslepc3.7.3-dev.prerm b/debian/libslepc3.7.4-dev.prerm
similarity index 100%
rename from debian/libslepc3.7.3-dev.prerm
rename to debian/libslepc3.7.4-dev.prerm
diff --git a/debian/libslepc3.7.4.lintian-overrides b/debian/libslepc3.7.4.lintian-overrides
new file mode 100644
index 0000000..00ade5f
--- /dev/null
+++ b/debian/libslepc3.7.4.lintian-overrides
@@ -0,0 +1,9 @@
+# libslepc.so.3.7 soname links are managed by alternatives (libslepc.so.3.7)
+libslepc3.7.4: 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.4 libslepc_real.so.3.7
+
+# the libslepc.so link is managed by alternatives in libslepc3.7.4-dev (alternative slepc)
+libslepc3.7.4: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libslepc_real.so.3.7.4 usr/lib/x86_64-linux-gnu/libslepc_real.so
+
+# libslepc3.7.4 provides soname libslepc-real3.7
+libslepc3.7.4: package-name-doesnt-match-sonames libslepc-real3.7
+
diff --git a/debian/libslepc3.7.3.postinst b/debian/libslepc3.7.4.postinst
similarity index 100%
rename from debian/libslepc3.7.3.postinst
rename to debian/libslepc3.7.4.postinst
diff --git a/debian/libslepc3.7.3.prerm b/debian/libslepc3.7.4.prerm
similarity index 100%
rename from debian/libslepc3.7.3.prerm
rename to debian/libslepc3.7.4.prerm
diff --git a/debian/libslepc3.7.3.shlibs b/debian/libslepc3.7.4.shlibs
similarity index 100%
rename from debian/libslepc3.7.3.shlibs
rename to debian/libslepc3.7.4.shlibs
diff --git a/debian/rules b/debian/rules
index 11c7b2a..15e77a8 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.3$(SLEPC_EXT)
+SLEPC_VERSION=3.7.4$(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.3-doc.docs b/debian/slepc3.7.4-doc.docs
similarity index 100%
rename from debian/slepc3.7.3-doc.docs
rename to debian/slepc3.7.4-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