[SCM] ATLAS packaging for Debian branch, master, updated. upstream/3.8.4-26-gc81c720

Sébastien Villemot sebastien at debian.org
Fri Jun 7 13:47:32 UTC 2013


The following commit has been merged in the master branch:
commit 7f5bce13f00e419efc27988f441ce39b6211c1dc
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jun 7 15:42:58 2013 +0200

    Bump Standards-Version to 3.9.4
    
    As a consequence, add Built-Using fields because the package embeds stuff from liblapack-pic

diff --git a/debian/changelog b/debian/changelog
index 3ad4f84..f7d5898 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ atlas (3.10.1-1) UNRELEASED; urgency=low
   * Bump to debhelper compat level 9
   * README.Debian: mention that devscripts is needed to compile the custom
     package (Closes: #697431)
+  * Bump Standards-Version to 3.9.4. As a consequence, add Built-Using
+    fields because the package embeds stuff from liblapack-pic
 
  -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 16 Jul 2012 14:57:17 +0200
 
diff --git a/debian/control b/debian/control
index 21a7f3e..4d13531 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>,
            Sébastien Villemot <sebastien at debian.org>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9), patch, gfortran, cdbs,
  libblas-dev  (>= 1.2.20110419-3),
  liblapack-dev (>= 3.4.1-1), liblapack-pic (>= 3.4.1-1), libblas-test,
@@ -27,6 +27,7 @@ Replaces: libblas3gf (<< 1.2.20110419-3),
 Breaks: libblas3gf (<< 1.2.20110419-3), libatlas3gf-base (<< 3.8.4-4),
  libopenblas-base (<< 0.1.1-3),  liblapack3gf (<< 3.4.0-1)
 Suggests: liblapack3
+Built-Using: ${Built-Using}
 Description: Automatically Tuned Linear Algebra Software, generic shared
  ATLAS is an approach for the automatic generation and optimization of
  numerical software. Currently ATLAS supplies optimized versions for the
@@ -65,6 +66,7 @@ Depends: libatlas3-base (= ${binary:Version}), libatlas-dev, ${misc:Depends},
 Provides: libatlas-3gf.so, libblas-3gf.so, liblapack-3gf.so,
  libatlas-3.so, liblapack-3.so, libblas.so
 Suggests: libblas-doc, liblapack-doc
+Built-Using: ${Built-Using}
 Description: Automatically Tuned Linear Algebra Software, generic static
  ATLAS is an approach for the automatic generation and optimization of
  numerical software. Currently ATLAS supplies optimized versions for the
diff --git a/debian/rules b/debian/rules
index 9131e8b..2686fbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,8 @@ MODE_BITWIDTH = $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 
 DEB_SHLIBDEPS_INCLUDE_libatlas3-base := $(CURDIR)/debian/libatlas3-base/usr/lib/atlas-base/:$(CURDIR)/debian/libatlas3-base/usr/lib/atlas-base/atlas/
 
+DEB_DH_GENCONTROL_ARGS_ALL := -- -VBuilt-Using="`dpkg-query -W -f='$${source:Package} (= $${source:Version})' liblapack-pic`"
+
 GFORTRAN_LIB_PATH=`$(CC) -print-search-dirs|grep ^install:|awk '{print $$2}'`
 
 COMMON_CONFIG_PARAMS := --prefix="$(DEB_DESTDIR)" 	\

-- 
ATLAS packaging for Debian



More information about the debian-science-commits mailing list