[Pkg-scicomp-commits] [SCM] qrupdate branch, master, updated. 58365912215350e970f574699e4ff809f4ae19f0

Jordi Gutiérrez Hermoso jordigh at gmail.com
Mon Mar 22 01:39:09 UTC 2010


tags 571907 pending
thanks

The following commit has been merged in the master branch:
commit 58365912215350e970f574699e4ff809f4ae19f0
Author: Jordi Gutiérrez Hermoso <jordigh at gmail.com>
Date:   Sun Mar 21 19:37:32 2010 -0600

    Remove Rafael from uploaders, new upstream release, add symbols for rank-1 QR updates

diff --git a/debian/changelog b/debian/changelog
index 53e687d..c8f9668 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+qrupdate (1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: 
+      Remove Rafael Laboissiere from Uploaders (Closes: #571907)
+      Bump Standards-Version.
+  * debian/libqrupdate1.symbols:
+      Add new symbols related to rank-1 QR updates    
+
+ -- Jordi Gutiérrez Hermoso <jordigh at gmail.com>  Sun, 21 Mar 2010 19:22:15 -0600
+
 qrupdate (1.0.1-2) UNRELEASED; urgency=low
 
   * debian/control: The Debian packaging files are now maintained through
diff --git a/debian/control b/debian/control
index ad22ac7..62435fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: qrupdate
 Priority: optional
 Maintainer: Debian Scientific Computation Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Rafael Laboissiere <rafael at debian.org>, Jordi Gutiérrez Hermoso <jordigh at gmail.com>
+Uploaders: Jordi Gutiérrez Hermoso <jordigh at gmail.com>
 Build-Depends: debhelper (>= 7), perl-base( >= 5.8.8), gfortran, libblas3gf, liblapack-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Section: libs
 Homepage: http://qrupdate.sf.net
 Vcs-Git: git://git.debian.org/git/pkg-scicomp/qrupdate.git
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-scicomp/qrupdate.git
 
 Package: libqrupdate1
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Fast updates of QR and Cholesky decompositions
  qrupdate is a Fortran library for QR and Cholesky decompositions. It
  is most notably used by Octave.
@@ -21,7 +21,7 @@ Description: Fast updates of QR and Cholesky decompositions
 Package: libqrupdate-dev
 Section: libdevel
 Architecture: any
-Depends: libqrupdate1 (= ${binary:Version})
+Depends: libqrupdate1 (= ${binary:Version}), ${misc:Depends}
 Description: Fast updates of QR and Cholesky decompositions -- static library
  qrupdate is a Fortran library for QR and Cholesky decompositions. It
  is most notably used by Octave.
diff --git a/debian/libqrupdate1.symbols b/debian/libqrupdate1.symbols
index 3c3711b..6c95b45 100644
--- a/debian/libqrupdate1.symbols
+++ b/debian/libqrupdate1.symbols
@@ -6,6 +6,8 @@ libqrupdate.so.1 libqrupdate1 #MINVER#
  cchinx_ at Base 1.0
  cchshx_ at Base 1.0
  cgqvec_ at Base 1.0
+ clu1up_ at Base 1.1
+ clup1up_ at Base 1.1
  cqhqr_ at Base 1.0
  cqr1up_ at Base 1.0
  cqrdec_ at Base 1.0
@@ -22,6 +24,8 @@ libqrupdate.so.1 libqrupdate1 #MINVER#
  dchinx_ at Base 1.0
  dchshx_ at Base 1.0
  dgqvec_ at Base 1.0
+ dlu1up_ at Base 1.1
+ dlup1up_ at Base 1.1
  dqhqr_ at Base 1.0
  dqr1up_ at Base 1.0
  dqrdec_ at Base 1.0
@@ -38,6 +42,8 @@ libqrupdate.so.1 libqrupdate1 #MINVER#
  schinx_ at Base 1.0
  schshx_ at Base 1.0
  sgqvec_ at Base 1.0
+ slu1up_ at Base 1.1
+ slup1up_ at Base 1.1
  sqhqr_ at Base 1.0
  sqr1up_ at Base 1.0
  sqrdec_ at Base 1.0
@@ -55,6 +61,8 @@ libqrupdate.so.1 libqrupdate1 #MINVER#
  zchinx_ at Base 1.0
  zchshx_ at Base 1.0
  zgqvec_ at Base 1.0
+ zlu1up_ at Base 1.1
+ zlup1up_ at Base 1.1
  zqhqr_ at Base 1.0
  zqr1up_ at Base 1.0
  zqrdec_ at Base 1.0

-- 
qrupdate



More information about the Pkg-scicomp-commits mailing list