[netcdf] 22/31: Remove -dbg package now we have -dbgsym packages

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Oct 11 10:44:50 UTC 2016


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

mckinstry pushed a commit to branch dev-coinstallable
in repository netcdf.

commit de5bca539f5ab65fc130116f8c512dfd1d7e50e5
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Oct 5 03:27:38 2016 +0100

    Remove -dbg package now we have -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 14 --------------
 debian/rules     |  6 +-----
 3 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5c28353..b43d22b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ netcdf (1:4.4.1-1) UNRELEASED; urgency=medium
   * Build-depend on libpnetcdf-dev
   * Enable MMAP in diskless.
   * DH_COMPAT=10
+  * Remove -dbg package now we have -dbgsym packages
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 19 Apr 2016 00:54:19 +0100
 
diff --git a/debian/control b/debian/control
index 4a0bae6..0a3007d 100644
--- a/debian/control
+++ b/debian/control
@@ -147,20 +147,6 @@ Description: creation, access, and sharing of array-oriented scientific data
  .
  This package provides headers.
 
-Package: netcdf-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libnetcdf-11 (= ${binary:Version}),
-         libnetcdf-mpi-11 (= ${binary:Version}),
-         libnetcdf-pnetcdf-11 (= ${binary:Version}),
-         ${misc:Depends}
-Suggests: gdb
-Description: debugging symbols for NetCDF
- This package contains the files that make it possible to debug the
- NetCDF binaries and programs that use the NetCDF libraries with a
- source-level debugger like gdb.
-
 Package: netcdf-bin
 Architecture: any
 Depends: ${shlibs:Depends},
diff --git a/debian/rules b/debian/rules
index bb37a66..4e25b1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ INCDIR:=/usr/include
 
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
 SO_MAJOR:=11
-SO_VERSION:=11.3.0
+SO_VERSION:=11.0.0
 
 include /usr/share/mpi-default-dev/debian_defaults
 MPI:=$(ARCH_DEFAULT_MPI_IMPL)
@@ -34,7 +34,6 @@ override_dh_auto_configure:
 		-DENABLE_MMAP=ON \
 		-DUSE_SZIP=ON \
 	        -DHDF5_INCLUDE_DIR=$(INCDIR)/hdf5/serial \
-		-DHDF5_LIBRARY_PATH=$(LIBRARY)/hdf5/serial \
 		-DHDF5_C_LIBRARY=$(LIBDIR)/hdf5/serial/libhdf5.so \
 		-DHDF5_HL_LIBRARY=$(LIBDIR)/hdf5/serial/libhdf5_hl.so \
 		-DHDF5_C_LIBRARIES=$(LIBDIR)/hdf5/serial/libhdf5.so \
@@ -137,9 +136,6 @@ override_dh_auto_test:
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.md
 
-override_dh_strip:
-	dh_strip --dbg-package=netcdf-dbg
-
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION)
 

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



More information about the Pkg-grass-devel mailing list