Your message dated Mon, 20 Nov 2017 13:49:15 +0000
with message-id <e1egmrn-00023s...@fasolo.debian.org>
and subject line Bug#879046: fixed in osm-gps-map 1.1.0-2
has caused the Debian Bug report #879046,
regarding osm-gps-map: don't build-depend on python-gobject-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
879046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879046
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: osm-gps-map
Version: 1.1.0-1
Severity: important
Tags: patch

Hi,

python-gobject-dev and python-gtk2-dev are obsolete, and not needed
in your package since the gobject-introspection switch. I looked
at it and there are more improvements to be made around the
gir1.2-osmgpsmap-1.0 package, so I have attached a debdiff with
a few of them. Please consider applying and uploading it.

Thanks,
Emilio

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug'), (500, 'testing-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.12.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru osm-gps-map-1.1.0/debian/changelog osm-gps-map-1.1.0/debian/changelog
--- osm-gps-map-1.1.0/debian/changelog  2015-12-16 12:12:44.000000000 +0100
+++ osm-gps-map-1.1.0/debian/changelog  2017-10-18 19:42:10.000000000 +0200
@@ -1,3 +1,15 @@
+osm-gps-map (1.1.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python-gobject-dev and python-gtk2-dev build-dependencies,
+    not needed since the switch to gobject-introspection bindings.
+  * 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.
+
+ -- Emilio Pozuelo Monfort <po...@debian.org>  Wed, 18 Oct 2017 19:42:10 +0200
+
 osm-gps-map (1.1.0-1) unstable; urgency=medium
 
   [ Ross Gammon ]
diff -Nru osm-gps-map-1.1.0/debian/control osm-gps-map-1.1.0/debian/control
--- osm-gps-map-1.1.0/debian/control    2015-12-16 12:12:44.000000000 +0100
+++ osm-gps-map-1.1.0/debian/control    2017-10-18 19:42:10.000000000 +0200
@@ -14,8 +14,6 @@
                libgirepository1.0-dev,
                libglib2.0-dev,
                libsoup2.4-dev,
-               python-gobject-dev,
-               python-gtk2-dev,
                libcairo2-dev,
                python-all-dev,
                gnome-common,
@@ -33,8 +31,8 @@
          ${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
+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 
@@ -81,8 +79,8 @@
 Architecture: any
 Section: introspection
 Depends: ${misc:Depends},
+         ${gir:Depends},
          libosmgpsmap-1.0-1 (= ${binary:Version})
-Suggests: libosmgpsmap-1.0-dbg
 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 -Nru osm-gps-map-1.1.0/debian/gir1.2-osmgpsmap-1.0.install 
osm-gps-map-1.1.0/debian/gir1.2-osmgpsmap-1.0.install
--- osm-gps-map-1.1.0/debian/gir1.2-osmgpsmap-1.0.install       2015-05-23 
01:55:40.000000000 +0200
+++ osm-gps-map-1.1.0/debian/gir1.2-osmgpsmap-1.0.install       2017-10-18 
19:42:10.000000000 +0200
@@ -1,2 +1 @@
 usr/lib/*/girepository-*/* usr/lib/girepository-1.0/
-usr/share/gir-*/*
diff -Nru osm-gps-map-1.1.0/debian/libosmgpsmap-1.0-dev.install 
osm-gps-map-1.1.0/debian/libosmgpsmap-1.0-dev.install
--- osm-gps-map-1.1.0/debian/libosmgpsmap-1.0-dev.install       2015-12-16 
12:12:44.000000000 +0100
+++ osm-gps-map-1.1.0/debian/libosmgpsmap-1.0-dev.install       2017-10-18 
19:42:10.000000000 +0200
@@ -1,2 +1,3 @@
 debian/tmp/usr/share/gtk-doc/html/libosmgpsmap/*
 usr/lib/*/pkgconfig/*
+usr/share/gir-*/*

--- End Message ---
--- Begin Message ---
Source: osm-gps-map
Source-Version: 1.1.0-2

We believe that the bug you reported is fixed in the latest version of
osm-gps-map, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@debian.org> (supplier of updated osm-gps-map package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 20 Nov 2017 14:15:43 +0100
Source: osm-gps-map
Binary: libosmgpsmap-1.0-dev libosmgpsmap-1.0-1 libosmgpsmap-1.0-dbg 
gir1.2-osmgpsmap-1.0
Architecture: source amd64
Version: 1.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@debian.org>
Description:
 gir1.2-osmgpsmap-1.0 - GTK+ library to embed OpenStreetMap maps - Python 
bindings
 libosmgpsmap-1.0-1 - GTK+ library to embed OpenStreetMap maps
 libosmgpsmap-1.0-dbg - GTK+ library to embed OpenStreetMap maps - debugging 
symbols
 libosmgpsmap-1.0-dev - GTK+ library to embed OpenStreetMap maps - development 
files
Closes: 879046
Changes:
 osm-gps-map (1.1.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Bas Couwenberg ]
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.1, changes: priority.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add autopkgtest to test installability.
   * 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.
   * Use gir dh helper.
   * Install girepository in MultiArch path.
 .
   [ 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.
Checksums-Sha1:
 8980409dc5d876f3eec3cc46cfbcf3cfb93b8944 2470 osm-gps-map_1.1.0-2.dsc
 62d772e0fd8ead5ecfde1f74f6b70fe135f0eb1a 7196 osm-gps-map_1.1.0-2.debian.tar.xz
 49fcb8c202f5fa5a3c8f360cdb38a817ee01884c 9368 
gir1.2-osmgpsmap-1.0_1.1.0-2_amd64.deb
 8a3e678d442d9e6f961614f039d6875464f826f7 41176 
libosmgpsmap-1.0-1_1.1.0-2_amd64.deb
 66cf2e92010050c503e25ff29bee8b7fdbf841c2 121040 
libosmgpsmap-1.0-dbg_1.1.0-2_amd64.deb
 bc60acb9e66c6f6e5f57478b61d84eefca54c135 75200 
libosmgpsmap-1.0-dev_1.1.0-2_amd64.deb
 d8396b6266d447a005da0101bfb56e8c7822a917 16549 
osm-gps-map_1.1.0-2_amd64.buildinfo
Checksums-Sha256:
 29e128ba5133d84f431ff1bb618b5f91ad6dccc495ceac3aef5e617257597d34 2470 
osm-gps-map_1.1.0-2.dsc
 6aab2667320f7af77d13cfff527962dbb3c0d539b3fc08a098a4031b4e14536b 7196 
osm-gps-map_1.1.0-2.debian.tar.xz
 26437cc073f17157602ed13fe938ed5737abcf04ce7e89950ee328214ff67183 9368 
gir1.2-osmgpsmap-1.0_1.1.0-2_amd64.deb
 00ded96a9b9898d45722850bf57f6123f55b9f488718349117904d4195f96c10 41176 
libosmgpsmap-1.0-1_1.1.0-2_amd64.deb
 554b3d758ae6b191cdf395589a8d44f6d85f1adaed3df11277efae67ae74d325 121040 
libosmgpsmap-1.0-dbg_1.1.0-2_amd64.deb
 b7c5665ad9fa9a9a397746da6c65c147e9216e8ec57e33124d81500a8d549fde 75200 
libosmgpsmap-1.0-dev_1.1.0-2_amd64.deb
 4a247ccfb2fd4bc772fd8c6d632b2c7ce86af5b5a2e040053150dc7ae6e1b93b 16549 
osm-gps-map_1.1.0-2_amd64.buildinfo
Files:
 732e1d2da91b38fd861e0dd1efbabe92 2470 science optional osm-gps-map_1.1.0-2.dsc
 a97c72aa09183f8ef033a89dc87d34bb 7196 science optional 
osm-gps-map_1.1.0-2.debian.tar.xz
 d11dfdd6c98c0a58422386cbb2d461cf 9368 introspection optional 
gir1.2-osmgpsmap-1.0_1.1.0-2_amd64.deb
 144ba17b23c42cf5495b1b50a3c9ec34 41176 libs optional 
libosmgpsmap-1.0-1_1.1.0-2_amd64.deb
 bdb5b655f266a3b7791b186524c92c04 121040 debug optional 
libosmgpsmap-1.0-dbg_1.1.0-2_amd64.deb
 4f0cad106525c6895f6521cb6f51c9b8 75200 libdevel optional 
libosmgpsmap-1.0-dev_1.1.0-2_amd64.deb
 96c0273d6306f1c343c1e1166275ee0b 16549 science optional 
osm-gps-map_1.1.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAloS19AACgkQZ1DxCuiN
SvEFSg//QACgTdnG+e5Lf8KWXQ+CNox0/sElq80E+/FJ4VXfSBetvsJbiNZuUyXR
kN7ZakVaIrWn8ZU2ISeEAF0bHtyVDL5G9+MDuZmAfpP/r+2hk98GOgEjjbmnTYds
V/bPp5hGHqP3+StPAHNMHskHUrKQDEbS+JShxMsN/Yj+2p32R1bOPILxzIw9Op0Y
J5NJRZojwOq7dSVDUsXI8aw6V9QXtZDve+Bs9k6+Qk3Kor0FZsOdx8C3jUE1eA3Y
ksvN3IkbzXJ5Yl4mJP9Z9WTpTp0BsFeIZE500XnaVNyzDkGInmEOWU28MzNbO0uI
mM3nAlhwCgF8hCXrnKGB6hyOoGNC2vXyCoborvN1B/F2iIvV7oLyBhNFzGfRTgs+
+c9HATx/7MtPMUG3kRy7VnVfTJTMej5ZEh4a1VAEmX/1Ch+wxn0esY/fOV0pYDEx
xNlFZiBWLeOiJqdYaByPxi78Gt3Ftt09m7AyL+QGPzvA9smCVzklF8bL1hXt3D//
33HntL2OsacaH9DqIR7YJ9lnSyQKSZ5qm7qfN1EHyjY21w2+8uw4lfPAS0klPg8w
ZERh4v7rm0mkPb6KqIA/NAOhcvuDsIDnfE7TF0pOgrYk54wC7/zFF+dJROfSM9BS
FREDSiOcdZjTynlgamdoUyHoYiYAURfLxqKqk423rcwaZeTNYFE=
=4YIa
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to