[slepc] 18/30: update to 3.3-p2

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 10 19:29:57 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 4b6df435fb535f7df3d17a5a1f5913a1b367a125
Author: trophime-guest <trophime-guest at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Wed Sep 12 12:33:54 2012 +0000

    update to 3.3-p2
---
 debian/changelog |  8 ++++++--
 debian/control   | 18 +++++++++---------
 debian/rules     | 28 ++++++++++++++--------------
 3 files changed, 29 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e2ca376..75898c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-slepc (3.2-p5.dfsg-1) UNRELEASED; urgency=low
+slepc (3.3-p2.dfsg-1.1) UNRELEASED; urgency=low
 
+  [ Johannes Ring ]
   * Team upload.
   * Add symlink to the configuration header (Closes: #675039).
   * Update Standards-Version to 3.9.3 (no changes needed).
 
- -- Johannes Ring <johannr at simula.no>  Thu, 21 Jun 2012 10:24:14 +0200
+  [ Christophe Trophime ]
+  * New upstream release
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Wed, 12 Sep 2012 12:01:16 +0200
 
 slepc (3.2-p5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 276c4da..c99b97a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,18 @@ Source: slepc
 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.2-dev (>= 3.2.dfsg-3), libpetsc3.2-dbg, libarpack2-dev, libarpack2-dbg, libhdf5-mpi-dev
+Build-Depends: debhelper (>= 7), quilt, python (>= 2.4.4-6), libpetsc3.3-dev (>= 3.3.dfsg-1), libpetsc3.3-dbg, libarpack2-dev, libarpack2-dbg, libhdf5-mpi-dev
 Standards-Version: 3.9.3
 Section: libs
 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.2-dev
+Package: libslepc3.3-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.2 (= ${binary:Version}), libpetsc3.2-dev, libarpack2-dev, libhdf5-mpi-dev, ${misc:Depends}
-Suggests: libslepc3.2-dbg (= ${binary:Version}), slepc3.2-doc (= ${binary:Version})
+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})
 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
@@ -25,7 +25,7 @@ Description: Scalable Library for Eigenvalue Problem Computations
  This package contains the static libraries, shared links, and header files
  for SLEPC.
 
-Package: libslepc3.2
+Package: libslepc3.3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -39,10 +39,10 @@ Description: Scalable Library for Eigenvalue Problem Computations
  .
  This package contains the shared libraries for SLEPc.
 
-Package: libslepc3.2-dbg
+Package: libslepc3.3-dbg
 Architecture: any
 Section: debug
-Depends: libslepc3.2-dev (= ${binary:Version}), libpetsc3.2-dbg, libarpack2-dbg, ${misc:Depends}
+Depends: libslepc3.3-dev (= ${binary:Version}), libpetsc3.3-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
@@ -52,11 +52,11 @@ Description: Scalable Library for Eigenvalue Problem Computations
  .
  This package contains the static debugging libraries for SLEPc.
 
-Package: slepc3.2-doc
+Package: slepc3.3-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: libslepc3.2-dev (= ${binary:Version})
+Suggests: libslepc3.3-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/rules b/debian/rules
index e608cd0..10d5bcd 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.2
+SLEPC_VERSION=3.3
 
 # SLEPC_NAME is the install dir under /usr/lib and the base for package names
 SLEPC_NAME=slepc$(SLEPC_VERSION)
@@ -120,9 +120,9 @@ install-arch: build-arch
 	  debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include
 	cp -p include/finclude/*.h include/finclude/*.h90 \
 	  debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/finclude
-	install -d debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/private
-	cp -p include/private/*.h \
-	  debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/private
+	install -d debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/slepc-private
+	cp -p include/slepc-private/*.h \
+	  debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/slepc-private
 	cd debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include && \
 	  ln -s ../$(PETSC_ARCH)-c-opt/include/*.h .
 	install -d debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/src/eps/impls/blopex
@@ -153,16 +153,16 @@ install-arch: build-arch
 
 # Depends on install-arch because it creates SLEPC_DIR
 install-indep: build-indep install-arch
-ifeq ($(SLEPC_VERSION),3.2)
+ifeq ($(SLEPC_VERSION),3.3)
 # Install header documentation in -doc/include
 	install -d debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include/finclude
 	cp -p include/*.html \
 	  debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include
 	cp -p include/finclude/*.html \
 	  debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include/finclude
-	install -d debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include/private
-	cp -p include/private/*.html \
-	  debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include/private
+	install -d debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include/slepc-private
+	cp -p include/slepc-private/*.html \
+	  debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/include/slepc-private
 	for HEADERDOC in `cd debian/$(SLEPC_NAME)-doc/usr/share/doc/$(SLEPC_NAME)-doc/ && find include -name \*.h.html -print | sed s/.h.html/.h/`; \
 	do \
 	  dh_link -p$(SLEPC_NAME)-doc \
@@ -179,10 +179,10 @@ ifeq ($(SLEPC_VERSION),3.2)
 	  done ; \
 	done
 # I don't know of a way to do this "recursively"
-	-rmdir `find debian/slepc3.2-doc -empty -type d -print`
-	-rmdir `find debian/slepc3.2-doc -empty -type d -print`
-	-rmdir `find debian/slepc3.2-doc -empty -type d -print`
-	-rmdir `find debian/slepc3.2-doc -empty -type d -print`
+	-rmdir `find debian/slepc3.3-doc -empty -type d -print`
+	-rmdir `find debian/slepc3.3-doc -empty -type d -print`
+	-rmdir `find debian/slepc3.3-doc -empty -type d -print`
+	-rmdir `find debian/slepc3.3-doc -empty -type d -print`
 # Install examples & makefiles into temporary directory debian/extemp
 	for TESTDIR in `find src -name examples -print | sed "s/src\///"`; \
 	do \
@@ -220,7 +220,7 @@ install: install-arch install-indep
 	touch install
 
 binary-indep: install-indep
-ifeq ($(SLEPC_VERSION),3.2)
+ifeq ($(SLEPC_VERSION),3.3)
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdirs -i
@@ -244,7 +244,7 @@ binary-arch: install-arch
 	for ARCHGEN in $(ARCH_GENERATED_FILES); do \
 	  rm -f $$ARCHGEN ; \
 	  sed "s/petsc_arch/$(PETSC_ARCH)-c-opt/" < \
-	    `echo "$$ARCHGEN.in" | sed "s/$(SLEPC_NAME)/slepc3.2/"` | \
+	    `echo "$$ARCHGEN.in" | sed "s/$(SLEPC_NAME)/slepc3.3/"` | \
 	    sed "s/slepc_ver/$(SLEPC_VERSION)/" > $$ARCHGEN; \
 	done
 	dh_installdirs -a

-- 
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