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

sebastic pushed a commit to branch master
in repository libpdl-netcdf-perl.

commit 20a3940a6159d19873feaa7172f395646c2cbf8a
Author: Bas Couwenberg <sebas...@debian.org>
Date:   Wed Aug 19 21:59:41 2015 +0200

    Imported Debian patch 4.20-1.1
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 5 +++++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 71e399c..ceebd81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpdl-netcdf-perl (4.20-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch to export NETCDF_LIBDIR with the Multi-Arch library path.
+    (closes: 793877)
+
+ -- Bas Couwenberg <sebas...@debian.org>  Wed, 19 Aug 2015 21:59:41 +0200
+
 libpdl-netcdf-perl (4.20-1) unstable; urgency=low
 
   * new upstream release
diff --git a/debian/control b/debian/control
index b8bac59..dc965a1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libpdl-netcdf-perl
 Section: perl
 Priority: optional
 Build-Depends:
- libnetcdf-dev,
+ libnetcdf-dev (>= 1:4.3.3.1),
  pdl (>=1:2.007-1),
  perl,
  debhelper (>= 9),
diff --git a/debian/rules b/debian/rules
index 1adfa06..239a89b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,11 @@ ifndef PERL
 PERL = /usr/bin/perl
 endif
 
+# NetCDF >= 4.3.3.1 uses Multi-Arch path
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+export NETCDF_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
+
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpdl-netcdf-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to