[osm-gps-map] 01/01: Apply patch by Emilio Pozuelo Monfort to drop python-gobject-dev build dependency. (closes: #879046)

Bas Couwenberg sebastic at debian.org
Mon Nov 20 07:16:16 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 34a1143a7b5aa9e44aaae1e521edaa05d707de68
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Nov 20 08:16:09 2017 +0100

    Apply patch by Emilio Pozuelo Monfort to drop python-gobject-dev build dependency. (closes: #879046)
---
 debian/changelog                    | 12 +++++++++++-
 debian/control                      | 26 +++++++++++++-------------
 debian/gir1.2-osmgpsmap-1.0.install |  1 -
 debian/libosmgpsmap-1.0-dev.install |  1 +
 4 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 82f012b..6e6c1f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,21 @@
 osm-gps-map (1.1.0-2) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.0, changes: priority.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add autopkgtest to test installability.
 
- -- Ross Gammon <rossgammon at mail.dk>  Sun, 24 Sep 2017 13:17:44 +0200
+  [ Emilio Pozuelo Monfort ]
+  * Drop python-gobject-dev and python-gtk2-dev build-dependencies,
+    not needed since the switch to gobject-introspection bindings.
+    (closes: #879046)
+  * Let gir1.2-osmgpsmap-1.0 depend on gir:Depends.
+  * Move .gir file to libosmgpsmap-1.0-dev per the gobject-introspection
+    mini-policy.
+  * Don't suggest the dbg package from gir1.2-osmgpsmap-1.0.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 24 Sep 2017 13:17:44 +0200
 
 osm-gps-map (1.1.0-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index abcdeea..fb38ee4 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,6 @@ Build-Depends: debhelper (>= 9~),
                libgirepository1.0-dev,
                libglib2.0-dev,
                libsoup2.4-dev,
-               python-gobject-dev,
-               python-gtk2-dev,
                libcairo2-dev,
                python-all-dev,
                gnome-common,
@@ -29,12 +27,14 @@ Homepage: http://nzjrs.github.com/osm-gps-map/
 Package: libosmgpsmap-1.0-dev
 Architecture: any
 Section: libdevel
-Depends: ${devlibs:Depends},
-         ${misc:Depends},
-         libosmgpsmap-1.0-1 (= ${binary:Version}),
-         gir1.2-osmgpsmap-1.0
-Conflicts: libosmgpsmap-1.0-0-dev
-Replaces: libosmgpsmap-1.0-0-dev
+Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
+         gir1.2-osmgpsmap-1.0,
+         ${devlibs:Depends},
+         ${misc:Depends}
+Conflicts: libosmgpsmap-1.0-0-dev,
+           gir1.2-osmgpsmap-1.0 (<< 1.1.0-1.1~)
+Replaces: libosmgpsmap-1.0-0-dev,
+          gir1.2-osmgpsmap-1.0 (<< 1.1.0-1.1~)
 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 
@@ -63,8 +63,8 @@ Package: libosmgpsmap-1.0-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
-Depends: ${misc:Depends},
-         libosmgpsmap-1.0-1 (= ${binary:Version})
+Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
+         ${misc:Depends}
 Conflicts: libosmgpsmap-1.0-0-dbg
 Replaces: libosmgpsmap-1.0-0-dbg
 Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
@@ -79,9 +79,9 @@ Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
 Package: gir1.2-osmgpsmap-1.0
 Architecture: any
 Section: introspection
-Depends: ${misc:Depends},
-         libosmgpsmap-1.0-1 (= ${binary:Version})
-Suggests: libosmgpsmap-1.0-dbg
+Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
+         ${gir:Depends},
+         ${misc:Depends}
 Description: GTK+ library to embed OpenStreetMap maps - Python bindings
  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 
diff --git a/debian/gir1.2-osmgpsmap-1.0.install b/debian/gir1.2-osmgpsmap-1.0.install
index 9feb25b..a76aaf5 100644
--- a/debian/gir1.2-osmgpsmap-1.0.install
+++ b/debian/gir1.2-osmgpsmap-1.0.install
@@ -1,2 +1 @@
 usr/lib/*/girepository-*/* usr/lib/girepository-1.0/
-usr/share/gir-*/*
diff --git a/debian/libosmgpsmap-1.0-dev.install b/debian/libosmgpsmap-1.0-dev.install
index b527909..66b19f9 100644
--- a/debian/libosmgpsmap-1.0-dev.install
+++ b/debian/libosmgpsmap-1.0-dev.install
@@ -1,2 +1,3 @@
 debian/tmp/usr/share/gtk-doc/html/libosmgpsmap/*
 usr/lib/*/pkgconfig/*
+usr/share/gir-*/*

-- 
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