Codebase list readosm / 881db16
Drop obsolete dbg package. Bas Couwenberg 4 years ago
3 changed file(s) with 3 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
66 * Update Vcs-* URLs for Salsa.
77 * Drop obsolete get-orig-source target.
88 * Strip trailing whitespace from control & rules files.
9 * Drop obsolete dbg package.
910
1011 -- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jan 2018 10:46:48 +0100
1112
33 Bas Couwenberg <sebastic@debian.org>
44 Section: libs
55 Priority: optional
6 Build-Depends: debhelper (>= 9),
6 Build-Depends: debhelper (>= 9.20160114),
77 autotools-dev,
88 dh-autoreconf,
99 libexpat1-dev,
5555 - making the whole parsing process of both .osm or .osm.pbf files
5656 completely transparent from the application own perspective.
5757
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
7858 Package: libreadosm-doc
7959 Architecture: all
8060 Multi-Arch: foreign
3434 dh_makeshlibs -- -v$(UPSTREAM_VERSION)
3535
3636 override_dh_strip:
37 dh_strip --dbg-package=libreadosm1-dbg
37 dh_strip --dbgsym-migration='libreadosm1-dbg (<< 1.1.0+dfsg-2~)'