diff --git a/debian/changelog b/debian/changelog index 5bbbe69..2aaba73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ * Update Vcs-* URLs for Salsa. * Drop obsolete get-orig-source target. * Strip trailing whitespace from control & rules files. + * Drop obsolete dbg package. -- Bas Couwenberg Sun, 21 Jan 2018 10:46:48 +0100 diff --git a/debian/control b/debian/control index 48a7353..89dbf22 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Bas Couwenberg Section: libs Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 9.20160114), autotools-dev, dh-autoreconf, libexpat1-dev, @@ -56,26 +56,6 @@ - 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 diff --git a/debian/rules b/debian/rules index 3250b34..1211435 100755 --- a/debian/rules +++ b/debian/rules @@ -35,4 +35,4 @@ 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~)'