[netcdf] 04/05: Drop obsolete dbg package.

Bas Couwenberg sebastic at debian.org
Sat Dec 30 11:17:58 UTC 2017


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

sebastic pushed a commit to branch master
in repository netcdf.

commit 46c1ee633b5142dd89c4c924c7ed58727b4cff67
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Dec 30 11:59:31 2017 +0100

    Drop obsolete dbg package.
---
 debian/changelog |  1 +
 debian/control   | 13 +------------
 debian/rules     |  2 +-
 3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e917561..05f6fbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ netcdf (1:4.5.0-2) UNRELEASED; urgency=medium
     (closes: #885845)
   * Bump Standards-Version to 4.1.2, no changes.
   * Add Multi-Arch fields suggested by Multiarch hinter.
+  * Drop obsolete dbg package.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 15 Nov 2017 22:03:03 +0100
 
diff --git a/debian/control b/debian/control
index 4d1fa74..7786ebc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                cmake (>= 2.8.12),
                chrpath,
                m4,
@@ -80,17 +80,6 @@ Description: creation, access, and sharing of scientific data
  .
  This package provides headers.
 
-Package: netcdf-dbg
-Architecture: any
-Section: debug
-Depends: libnetcdf13 (= ${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 30a6f98..042f0f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.md
 
 override_dh_strip:
-	dh_strip --dbg-package=netcdf-dbg
+	dh_strip --dbgsym-migration='netcdf-dbg (<< 1:4.5.0-2~)'
 
 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