Control: tags -1 pending

On Tue, 28 Jul 2015 14:28:08 +0200 Bas Couwenberg wrote:
> For the upcoming netcdf transition your package needs a change to
> support the Multi-Arch path for libnetdf.so to build successfully.
> 
> The attached patch adds a version constraint on the new libnetcdf-dev in
> experimental and exports NETCDF_LIBDIR with the Multi-Arch path.

The netcdf transition has started, hence the raised severity of this issue.

To fix this issue I've done an NMU of libpdl-netcdf-perl to DELAYED/2,
see the attached debdiff for changes.

You may want to do a proper upload to unstable, including some changes
for some of the lintian issues perhaps.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru libpdl-netcdf-perl-4.20/debian/changelog 
libpdl-netcdf-perl-4.20/debian/changelog
--- libpdl-netcdf-perl-4.20/debian/changelog    2014-09-27 13:39:10.000000000 
+0200
+++ libpdl-netcdf-perl-4.20/debian/changelog    2015-08-19 22:00:34.000000000 
+0200
@@ -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 -Nru libpdl-netcdf-perl-4.20/debian/control 
libpdl-netcdf-perl-4.20/debian/control
--- libpdl-netcdf-perl-4.20/debian/control      2014-09-27 13:39:38.000000000 
+0200
+++ libpdl-netcdf-perl-4.20/debian/control      2015-08-19 21:59:24.000000000 
+0200
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends:
- libnetcdf-dev,
+ libnetcdf-dev (>= 1:4.3.3.1),
  pdl (>=1:2.007-1),
  perl,
  debhelper (>= 9),
diff -Nru libpdl-netcdf-perl-4.20/debian/rules 
libpdl-netcdf-perl-4.20/debian/rules
--- libpdl-netcdf-perl-4.20/debian/rules        2012-05-28 11:07:23.000000000 
+0200
+++ libpdl-netcdf-perl-4.20/debian/rules        2015-08-19 21:59:24.000000000 
+0200
@@ -17,6 +17,11 @@
 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)))

Reply via email to