Bas Couwenberg pushed to branch master at Debian GIS Project / readosm
Commits: 881db16a by Bas Couwenberg at 2018-07-21T14:11:55+02:00 Drop obsolete dbg package. - - - - - 12843963 by Bas Couwenberg at 2018-07-21T14:11:55+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -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 <[email protected]> Sun, 21 Jan 2018 10:46:48 +0100 + -- Bas Couwenberg <[email protected]> Sat, 21 Jul 2018 14:01:09 +0200 readosm (1.1.0+dfsg-1) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: David Paleino <[email protected]>, Bas Couwenberg <[email protected]> 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 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -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~)' View it on GitLab: https://salsa.debian.org/debian-gis-team/readosm/compare/bd347f620a375f93bf5f4cf59a2936ab6f08fa38...12843963f822401a30b909c5a590cf45d73d2dbe -- View it on GitLab: https://salsa.debian.org/debian-gis-team/readosm/compare/bd347f620a375f93bf5f4cf59a2936ab6f08fa38...12843963f822401a30b909c5a590cf45d73d2dbe You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
