[double-conversion] 01/08: Drop manual -dbg package in favour of automatic -dbgsym
Mattia Rizzolo
mattia at debian.org
Sun Oct 30 18:00:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository double-conversion.
commit af5696c420d0ed3575af0dd87d8a880664f71bb9
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Oct 30 17:48:58 2016 +0000
Drop manual -dbg package in favour of automatic -dbgsym
---
debian/control | 18 ------------------
debian/rules | 3 ---
2 files changed, 21 deletions(-)
diff --git a/debian/control b/debian/control
index 5d3fbda..0ef5438 100644
--- a/debian/control
+++ b/debian/control
@@ -43,21 +43,3 @@ Description: routines to convert IEEE floats to and from strings (development fi
and improved so that it can be used more easily in other projects.
.
This package contains a static version of the library and development headers.
-
-Package: libdouble-conversion-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends: libdouble-conversion1 (= ${binary:Version}), ${misc:Depends}
-Description: routines to convert IEEE floats to and from strings (debugging symbols)
- This library provides routines to convert IEEE single and double floats to and
- from string representations. It offers at lot of flexibility with respect to
- the conversion format: shortest, fixed, precision or exponential
- representation; decimal, octal or hexadecimal basis; control over number of
- digits, leading/trailing zeros and spaces.
- .
- The library consists of efficient conversion routines that have been
- extracted from the V8 JavaScript engine. The code has been refactored
- and improved so that it can be used more easily in other projects.
- .
- This package contains the detached debugging symbols of the library.
diff --git a/debian/rules b/debian/rules
index a126c32..9e3a924 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,9 +58,6 @@ override_dh_auto_clean:
rm -rf debian/shared debian/static
rm -f debian/static_dir debian/shared_dir
-override_dh_strip:
- dh_strip --dbg-package=libdouble-conversion-dbg
-
get-orig-source:
uscan --force-download --rename --destdir .
.PHONY: get-orig-source
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/double-conversion.git
More information about the debian-science-commits
mailing list