Drop obsolete dbg package.
Bas Couwenberg
4 years ago
6 | 6 |
* Update Vcs-* URLs for Salsa.
|
7 | 7 |
* Drop obsolete get-orig-source target.
|
8 | 8 |
* Strip trailing whitespace from control & rules files.
|
|
9 |
* Drop obsolete dbg package.
|
9 | 10 |
|
10 | 11 |
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jan 2018 10:46:48 +0100
|
11 | 12 |
|
3 | 3 |
Bas Couwenberg <sebastic@debian.org>
|
4 | 4 |
Section: libs
|
5 | 5 |
Priority: optional
|
6 | |
Build-Depends: debhelper (>= 9),
|
|
6 |
Build-Depends: debhelper (>= 9.20160114),
|
7 | 7 |
autotools-dev,
|
8 | 8 |
dh-autoreconf,
|
9 | 9 |
libexpat1-dev,
|
|
55 | 55 |
- making the whole parsing process of both .osm or .osm.pbf files
|
56 | 56 |
completely transparent from the application own perspective.
|
57 | 57 |
|
58 | |
Package: libreadosm1-dbg
|
59 | |
Architecture: any
|
60 | |
Multi-Arch: same
|
61 | |
Section: debug
|
62 | |
Depends: libreadosm1 (= ${binary:Version}),
|
63 | |
${misc:Depends}
|
64 | |
Description: simple library to parse OpenStreetMap files - debug symbols
|
65 | |
ReadOSM is an open source library to extract valid data from within an
|
66 | |
OpenStreetMap input file. Such OSM files come in two different
|
67 | |
formats, .osm (XML) and .pbf.
|
68 | |
.
|
69 | |
Some of the design goals of ReadOSM are:
|
70 | |
- to be simple and lightweight
|
71 | |
- to be stable, robust and efficient
|
72 | |
- to be easily and universally portable
|
73 | |
- making the whole parsing process of both .osm or .osm.pbf files
|
74 | |
completely transparent from the application own perspective.
|
75 | |
.
|
76 | |
This package contains detached symbols useful for debugging.
|
77 | |
|
78 | 58 |
Package: libreadosm-doc
|
79 | 59 |
Architecture: all
|
80 | 60 |
Multi-Arch: foreign
|
34 | 34 |
dh_makeshlibs -- -v$(UPSTREAM_VERSION)
|
35 | 35 |
|
36 | 36 |
override_dh_strip:
|
37 | |
dh_strip --dbg-package=libreadosm1-dbg
|
|
37 |
dh_strip --dbgsym-migration='libreadosm1-dbg (<< 1.1.0+dfsg-2~)'
|