[Pkg-scicomp-commits] [SCM] qrupdate branch, master, updated. d96d9bbe08fcecf2f8dddc31e7c24498bc500746
Jordi Gutiérrez Hermoso
jordigh at gmail.com
Sat Feb 12 16:55:57 UTC 2011
The following commit has been merged in the master branch:
commit b98773a0454b6fcc5d1a52ead05eda8cb7a5b908
Author: Jordi Gutiérrez Hermoso <jordigh at gmail.com>
Date: Wed Feb 9 19:18:16 2011 -0600
Minor housekeeping; change build-dep from libblas3gf to libblas-dev (static lib)
diff --git a/debian/changelog b/debian/changelog
index c8f9668..2f99dd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,11 +3,14 @@ qrupdate (1.1.1-1) unstable; urgency=low
* New upstream release.
* debian/control:
Remove Rafael Laboissiere from Uploaders (Closes: #571907)
- Bump Standards-Version.
+ Bump Standards-Version to 3.9.1. No changes.
* debian/libqrupdate1.symbols:
Add new symbols related to rank-1 QR updates
+ * debian/source/format: New file
+ * debian/control:
+ Change build dependency from libblas3gf to libblas-dev
- -- Jordi Gutiérrez Hermoso <jordigh at gmail.com> Sun, 21 Mar 2010 19:22:15 -0600
+ -- Jordi Gutiérrez Hermoso <jordigh at gmail.com> Wed, 09 Feb 2011 19:00:45 -0600
qrupdate (1.0.1-2) UNRELEASED; urgency=low
diff --git a/debian/control b/debian/control
index 62435fe..5645869 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: qrupdate
Priority: optional
Maintainer: Debian Scientific Computation Team <pkg-scicomp-devel at lists.alioth.debian.org>
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.4
+Build-Depends: debhelper (>= 7), perl-base (>= 5.8.8), gfortran, libblas-dev, liblapack-dev
+Standards-Version: 3.9.1
Section: libs
Homepage: http://qrupdate.sf.net
Vcs-Git: git://git.debian.org/git/pkg-scicomp/qrupdate.git
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
qrupdate
More information about the Pkg-scicomp-commits
mailing list