Skip to content
Commits on Source (2)
readosm (1.1.0+dfsg-2) UNRELEASED; urgency=medium
readosm (1.1.0+dfsg-2) unstable; urgency=medium
* Update copyright-format URL to use HTTPS.
* Don't use libjs-jquery for Doxygen docs.
......@@ -7,8 +7,9 @@ readosm (1.1.0+dfsg-2) UNRELEASED; urgency=medium
* Update Vcs-* URLs for Salsa.
* Drop obsolete get-orig-source target.
* Strip trailing whitespace from control & rules files.
* Drop obsolete dbg package.
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jan 2018 10:46:48 +0100
-- Bas Couwenberg <sebastic@debian.org> Sat, 21 Jul 2018 14:01:09 +0200
readosm (1.1.0+dfsg-1) unstable; urgency=medium
......
......@@ -4,7 +4,7 @@ Uploaders: David Paleino <dapal@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 9.20160114),
autotools-dev,
dh-autoreconf,
libexpat1-dev,
......@@ -56,26 +56,6 @@ Description: simple library to parse OpenStreetMap files
- making the whole parsing process of both .osm or .osm.pbf files
completely transparent from the application own perspective.
Package: libreadosm1-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libreadosm1 (= ${binary:Version}),
${misc:Depends}
Description: simple library to parse OpenStreetMap files - debug symbols
ReadOSM is an open source library to extract valid data from within an
OpenStreetMap input file. Such OSM files come in two different
formats, .osm (XML) and .pbf.
.
Some of the design goals of ReadOSM are:
- to be simple and lightweight
- to be stable, robust and efficient
- to be easily and universally portable
- making the whole parsing process of both .osm or .osm.pbf files
completely transparent from the application own perspective.
.
This package contains detached symbols useful for debugging.
Package: libreadosm-doc
Architecture: all
Multi-Arch: foreign
......
......@@ -35,4 +35,4 @@ override_dh_makeshlibs:
dh_makeshlibs -- -v$(UPSTREAM_VERSION)
override_dh_strip:
dh_strip --dbg-package=libreadosm1-dbg
dh_strip --dbgsym-migration='libreadosm1-dbg (<< 1.1.0+dfsg-2~)'