[slepc] 23/30: update to 3.4.2

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 10 19:29:58 UTC 2015


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

dparsons pushed a commit to branch debian
in repository slepc.

commit 40a2bfc99fba978a64edf561b8ba586d5ef47ac5
Author: trophime-guest <trophime-guest at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Mon Sep 9 07:14:50 2013 +0000

    update to 3.4.2
---
 debian/changelog                                     | 12 ++++++------
 debian/control                                       | 20 ++++++++++----------
 debian/libslepc3.2-dev.postinst.in                   | 11 -----------
 debian/libslepc3.3-dev.prerm.in                      |  8 --------
 ...dev.postinst.in => libslepc3.4.2-dev.postinst.in} |  2 +-
 ...pc3.2-dev.prerm.in => libslepc3.4.2-dev.prerm.in} |  0
 debian/rules                                         |  2 +-
 debian/slepc3.3-doc.docs                             |  1 -
 debian/{slepc3.2-doc.docs => slepc3.4.2-doc.docs}    |  0
 9 files changed, 18 insertions(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e06456b..e81bb24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,18 @@
-slepc (3.3-p2.dfsg-2) unstable; urgency=low
-
-  [ Johannes Ring ]
-  * Team upload.
-  * Add symlink to the configuration header (Closes: #675039).
+slepc (3.4.2.dfsg-1) unstable; urgency=low
 
   [ Christophe Trophime ]
   * New upstream release
   * Add libparpack to BuildDepends
 
+  [ Johannes Ring ]
+  * Team upload.
+  * Add symlink to the configuration header (Closes: #675039).
+
   [ Sylvestre Ledru ]
   * remove -dbg packages from the build dep
   * Update Standards-Version to 3.9.4 (no changes needed).
 
- -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 23 Aug 2013 14:53:43 +0200
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Thu, 05 Sep 2013 10:49:52 +0200
 
 slepc (3.2-p5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 285b705..76dc074 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, "Adam C. Powell, IV" <hazelsct at debian.org>
 Build-Depends: debhelper (>= 7), quilt, python (>= 2.4.4-6),
- libpetsc3.3-dev (>= 3.3.dfsg-1),
- libarpack2-dev,  libparpack2-dev,
+ libpetsc3.4.2-dev (>= 3.4.2~),
+ libarpack2-dev, libparpack2-dev,
  libhdf5-mpi-dev
 Standards-Version: 3.9.3
 Section: libs
@@ -12,11 +12,11 @@ Homepage: http://www.grycap.upv.es/slepc/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/slepc/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk
 
-Package: libslepc3.3-dev
+Package: libslepc3.4.2-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.3 (= ${binary:Version}), libpetsc3.3-dev, libarpack2-dev, libhdf5-mpi-dev, ${misc:Depends}
-Suggests: libslepc3.3-dbg (= ${binary:Version}), slepc3.3-doc (= ${binary:Version})
+Depends: libslepc3.4.2 (= ${binary:Version}), libpetsc3.4.2-dev, libarpack2-dev, libhdf5-mpi-dev, ${misc:Depends}
+Suggests: libslepc3.4.2-dbg (= ${binary:Version}), slepc3.4.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
@@ -28,7 +28,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
  This package contains the static libraries, shared links, and header files
  for SLEPC.
 
-Package: libslepc3.3
+Package: libslepc3.4.2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -42,10 +42,10 @@ Description: Scalable Library for Eigenvalue Problem Computations
  .
  This package contains the shared libraries for SLEPc.
 
-Package: libslepc3.3-dbg
+Package: libslepc3.4.2-dbg
 Architecture: any
 Section: debug
-Depends: libslepc3.3-dev (= ${binary:Version}), libpetsc3.3-dbg, libarpack2-dbg, ${misc:Depends}
+Depends: libslepc3.4.2-dev (= ${binary:Version}), libpetsc3.4.2-dbg, libarpack2-dbg, ${misc: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
@@ -55,11 +55,11 @@ Description: Scalable Library for Eigenvalue Problem Computations
  .
  This package contains the static debugging libraries for SLEPc.
 
-Package: slepc3.3-doc
+Package: slepc3.4.2-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: libslepc3.3-dev (= ${binary:Version})
+Suggests: libslepc3.4.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
diff --git a/debian/libslepc3.2-dev.postinst.in b/debian/libslepc3.2-dev.postinst.in
deleted file mode 100644
index 07cdc72..0000000
--- a/debian/libslepc3.2-dev.postinst.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-# Make alternatives links
-if [ "$1" = "configure" ]; then
-update-alternatives --install /usr/lib/slepc slepc /usr/lib/slepcdir/slepc_ver 3200 \
-  --slave /usr/include/slepc slepcinclude /usr/lib/slepcdir/slepc_ver/include \
-  --slave /usr/lib/libslepc.a libslepc.a /usr/lib/slepcdir/slepc_ver/lib/libO/libslepc.a \
-  --slave /usr/lib/libslepc.so libslepc.so /usr/lib/libslepc.so.slepc_ver
-fi
-
-#DEBHELPER#
diff --git a/debian/libslepc3.3-dev.prerm.in b/debian/libslepc3.3-dev.prerm.in
deleted file mode 100644
index c58baa5..0000000
--- a/debian/libslepc3.3-dev.prerm.in
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-# Remove alternatives links
-if [ "$1" = "remove" ]; then
-  update-alternatives --remove slepc /usr/lib/slepcdir/slepc_ver
-fi
-
-#DEBHELPER#
diff --git a/debian/libslepc3.3-dev.postinst.in b/debian/libslepc3.4.2-dev.postinst.in
similarity index 94%
rename from debian/libslepc3.3-dev.postinst.in
rename to debian/libslepc3.4.2-dev.postinst.in
index 0be0e1d..618b75d 100644
--- a/debian/libslepc3.3-dev.postinst.in
+++ b/debian/libslepc3.4.2-dev.postinst.in
@@ -2,7 +2,7 @@
 
 # Make alternatives links
 if [ "$1" = "configure" ]; then
-update-alternatives --install /usr/lib/slepc slepc /usr/lib/slepcdir/slepc_ver 3300 \
+update-alternatives --install /usr/lib/slepc slepc /usr/lib/slepcdir/slepc_ver 3420 \
   --slave /usr/include/slepc slepcinclude /usr/lib/slepcdir/slepc_ver/include \
   --slave /usr/lib/libslepc.a libslepc.a /usr/lib/slepcdir/slepc_ver/lib/libO/libslepc.a \
   --slave /usr/lib/libslepc.so libslepc.so /usr/lib/libslepc.so.slepc_ver
diff --git a/debian/libslepc3.2-dev.prerm.in b/debian/libslepc3.4.2-dev.prerm.in
similarity index 100%
rename from debian/libslepc3.2-dev.prerm.in
rename to debian/libslepc3.4.2-dev.prerm.in
diff --git a/debian/rules b/debian/rules
index 1b7af9e..99429c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@
 
 # SLEPC_VERSION is used for the package names, library sonames, and
 # /usr/lib/slepcdir subdirectory names.
-SLEPC_VERSION=3.3
+SLEPC_VERSION=3.4.2
 
 # SLEPC_NAME is the install dir under /usr/lib and the base for package names
 SLEPC_NAME=slepc$(SLEPC_VERSION)
diff --git a/debian/slepc3.3-doc.docs b/debian/slepc3.3-doc.docs
deleted file mode 100644
index d8f8d46..0000000
--- a/debian/slepc3.3-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-docs
diff --git a/debian/slepc3.2-doc.docs b/debian/slepc3.4.2-doc.docs
similarity index 100%
rename from debian/slepc3.2-doc.docs
rename to debian/slepc3.4.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