[osm-gps-map] 05/06: Use Breaks/Replaces instead of Conflicts/Replaces with version.
Bas Couwenberg
sebastic at debian.org
Mon Nov 20 07:45:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osm-gps-map.
commit 3cd6eb2b7eb55307dc5ced89c779aeb9b2d3ccd7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Nov 20 08:32:23 2017 +0100
Use Breaks/Replaces instead of Conflicts/Replaces with version.
---
debian/changelog | 1 +
debian/control | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42607d0..cb2246d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ osm-gps-map (1.1.0-2) UNRELEASED; urgency=medium
* Strip trailing whitespace from control file.
* Enable all hardening buildflags.
* Make gir dependency from -dev package strictly versioned.
+ * Use Breaks/Replaces instead of Conflicts/Replaces with version.
[ Emilio Pozuelo Monfort ]
* Drop python-gobject-dev and python-gtk2-dev build-dependencies,
diff --git a/debian/control b/debian/control
index c42cb25..9ef65cb 100644
--- a/debian/control
+++ b/debian/control
@@ -31,10 +31,10 @@ Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
gir1.2-osmgpsmap-1.0 (= ${binary:Version}),
${devlibs:Depends},
${misc:Depends}
-Conflicts: libosmgpsmap-1.0-0-dev,
- gir1.2-osmgpsmap-1.0 (<< 1.1.0-1.1~)
+Breaks: gir1.2-osmgpsmap-1.0 (<< 1.1.0-2~)
+Conflicts: libosmgpsmap-1.0-0-dev
Replaces: libosmgpsmap-1.0-0-dev,
- gir1.2-osmgpsmap-1.0 (<< 1.1.0-1.1~)
+ gir1.2-osmgpsmap-1.0 (<< 1.1.0-2~)
Description: GTK+ library to embed OpenStreetMap maps - development files
libosmgpsmap is a library to embed maps in applications that when given GPS
co-ordinates, draws a GPS track, and points of interest on a moving map
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git
More information about the Pkg-grass-devel
mailing list