This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libosmium.
commit 292e5e08233a67ff935a19099b3fa5256285062a Author: Bas Couwenberg <[email protected]> Date: Wed Jun 24 09:19:55 2015 +0200 Add Conflicts/Provides/Replaces on libosmium-dev to libosmium2-dev. --- debian/changelog | 7 +++++++ debian/control | 3 +++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9aacb93..92d3721 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libosmium (2.1.0-3) UNRELEASED; urgency=medium + + * Add Conflicts/Provides/Replaces on libosmium-dev to libosmium2-dev. + (closes: #789756) + + -- Bas Couwenberg <[email protected]> Wed, 24 Jun 2015 09:19:05 +0200 + libosmium (2.1.0-2) unstable; urgency=medium * Add license & copyright for win_mkstemp.hpp. diff --git a/debian/control b/debian/control index ecbbf1a..2f4f41b 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,9 @@ Architecture: any Section: libdevel Depends: ${misc:Depends} Suggests: libosmium2-doc +Conflicts: libosmium-dev +Provides: libosmium-dev +Replaces: libosmium-dev Description: C++ framework for working with OSM data files The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

