[scalapack] 12/29: Import Debian changes 1.8.0-3

Muammar El Khatib muammar at moszumanska.debian.org
Sun Jun 11 16:16:29 UTC 2017


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

muammar pushed a commit to branch master
in repository scalapack.

commit 07707f7ff5abcfc2a9ae7d63beea764f16bcccc7
Author: Muammar El Khatib <muammarelkhatib at gmail.com>
Date:   Fri Jun 6 14:22:03 2008 -0330

    Import Debian changes 1.8.0-3
    
    scalapack (1.8.0-3) unstable; urgency=low
    
      * Bumped standards version to 3.8.0.
      * Updated build dependency to debhelper >=6
      * Bug: 'FTBFS: symbols not found' has been fixed in this revision.
       (Closes: #483323)
---
 debian/changelog | 9 +++++++++
 debian/control   | 4 ++--
 debian/rules     | 4 ++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e00ebbc..ed51989 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+scalapack (1.8.0-3) unstable; urgency=low
+
+  * Bumped standards version to 3.8.0.
+  * Updated build dependency to debhelper >=6
+  * Bug: 'FTBFS: symbols not found' has been fixed in this revision.
+   (Closes: #483323)
+
+ -- Muammar El Khatib <muammarelkhatib at gmail.com>  Fri, 06 Jun 2008 13:22:03 -0430
+
 scalapack (1.8.0-2) unstable; urgency=low
 
   * Bumped standards version to 3.7.3.
diff --git a/debian/control b/debian/control
index 4dc75e7..fcaea7c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: scalapack
 Section: devel
 Priority: extra
 Maintainer: Muammar El Khatib <muammarelkhatib at gmail.com>
-Standards-Version: 3.7.3
-Build-Depends: libmpich1.0-dev, lam4-dev (>= 7.1.1-3.2), pvm-dev, blacs-pvm-dev, gfortran, liblapack-dev | liblapack.so.3gf , libblas-dev | libblas.so.3gf, debhelper (>= 5), blacsgf-mpich-dev, blacsgf-lam-dev
+Standards-Version: 3.8.0
+Build-Depends: libmpich1.0-dev, lam4-dev (>= 7.1.1-3.2), pvm-dev, blacs-pvm-dev, gfortran, liblapack-dev | liblapack.so.3gf , libblas-dev | libblas.so.3gf, debhelper (>= 6), blacsgf-mpich-dev, blacsgf-lam-dev
 Homepage: http://www.netlib.org/scalapack/
 
 Package: scalapack1-mpich
diff --git a/debian/rules b/debian/rules
index f20fcd4..9aa7d18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@
 
 package=scalapack
 
-version=$(shell expr `pwd` : '.*-\([0-9.]*\)')
-version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
+version:=$(shell dpkg-parsechangelog | grep Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+version_major:=$(shell echo $(version) | cut -d '.' -f 1)
 
 topdir=$(shell pwd)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scalapack.git



More information about the debian-science-commits mailing list