1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
geocode-glib (3.20.1-2) unstable; urgency=medium
* Drop Build-Depends on gnome-doc-utils, not needed anymore.
* Convert from cdbs to dh.
* Bump debhelper compat level to 10.
* Add Build-Depends on gtk-doc-tools and gnome-common. Required for
autoreconf.
* Bump Standards-Version to 3.9.8.
-- Michael Biebl <biebl@debian.org> Sun, 09 Oct 2016 23:23:05 +0200
geocode-glib (3.20.1-1) unstable; urgency=medium
* New upstream release.
-- Michael Biebl <biebl@debian.org> Fri, 15 Apr 2016 18:03:37 +0200
geocode-glib (3.20.0-1) unstable; urgency=medium
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Thu, 24 Mar 2016 15:32:44 +0100
geocode-glib (3.18.2-1) unstable; urgency=medium
* New upstream release.
-- Michael Biebl <biebl@debian.org> Mon, 22 Feb 2016 10:30:38 +0100
geocode-glib (3.18.1-1) unstable; urgency=medium
* New upstream release.
* Change Build-Depends on libsoup-gnome2.4-dev to libsoup2.4-dev and bump
the required version to (>= 2.42) as per configure.ac.
* Drop libgeocode-glib-dbg now that we have automatic dbgsym packages.
* Bump Standards-Version to 3.9.7.
-- Michael Biebl <biebl@debian.org> Thu, 18 Feb 2016 16:18:02 +0100
geocode-glib (3.18.0-1) unstable; urgency=medium
[ Michael Biebl ]
* Update copyright Format to the final specification 1.0.
[ Andreas Henriksson ]
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Thu, 24 Sep 2015 12:10:12 +0200
geocode-glib (3.16.2-1) unstable; urgency=medium
* New upstream release.
* Update symbols file, add new symbols.
* Fix typo in the short package description of libgeocode-glib-dev.
* Convert to multiarch.
* Bump debhelper compatibility level to 9.
* Bump Standards-Version to 3.9.6.
-- Michael Biebl <biebl@debian.org> Sat, 23 May 2015 23:30:00 +0200
geocode-glib (3.14.0-1) unstable; urgency=medium
* New upstream release.
* Upload to unstable.
-- Andreas Henriksson <andreas@fatal.se> Tue, 23 Sep 2014 18:35:56 +0200
geocode-glib (3.13.3-1) experimental; urgency=medium
[ Andreas Henriksson ]
* debian/watch: only scan for stable releases.
[ Sjoerd Simons ]
* New upstream release
-- Sjoerd Simons <sjoerd@debian.org> Sat, 06 Sep 2014 23:15:24 +0200
geocode-glib (3.12.2-1) unstable; urgency=medium
* New upstream release.
* Update debian/libgeocode-glib0.symbols with one added symbol.
* Make build fail on symbols file mismatch
-- Andreas Henriksson <andreas@fatal.se> Fri, 16 May 2014 17:19:27 +0200
geocode-glib (3.12.0-1) unstable; urgency=medium
* New upstream release.
* Bump json-glib build-dependency to 0.99.2 according to configure.ac
* Update debian/libjson-glib0.symbols:
- dropped symbol "_geocode_place_set_icon" which has no users in debian
and was probably a mistake to export in the first place.
- multiple additions.
* Install /usr/share/icons/gnome in libgeocode-glib0
- (future versions bumping soname will need to use Replaces.)
* Bump Standards-Version 3.9.5
-- Andreas Henriksson <andreas@fatal.se> Wed, 26 Mar 2014 19:36:30 +0100
geocode-glib (3.10.0-1) unstable; urgency=low
* New upstream release.
* Drop build-dependency on libgeoip-dev
- geoip code has moved to geoclue
* Bump json-glib build-dependency to >= 0.16.2
* Update install path for documentation to include api-version (-1.0)
* Update debian/libgeocode-glib0.symbols
- several missing symbols, none seems to be used though.
-- Andreas Henriksson <andreas@fatal.se> Tue, 24 Sep 2013 18:58:15 +0200
geocode-glib (0.99.1-1) unstable; urgency=medium
[ Michael Biebl ]
* Change section of gir1.2-geocodeglib-1.0 to introspection.
[ Andreas Henriksson ]
* Update debian/watch to look for tar.xz files.
* New upstream release.
- bump json-glib build-dependency to >= 0.14
- add build-dependency on libgeoip-dev
- debian/libgeocode-glib-dev.install updated for api-versioned
include directory path.
- debian/libgeocode-glib0.symbols updated for new (and dropped)
symbols. The library still does not give any API guarantees.
* Add breaks against empathy << 3.4.2.3-4~, since that version was the first
to get updated for geocode-glib 0.99.1 API patched in (backported from
upstream release 3.7.3).
(Several dropped symbols where previously used:
"geocode_object_get_coords", "geocode_object_new_for_params",
"geocode_object_resolve_async" and "geocode_object_resolve_finish".)
* Bump Standards-Version to 3.9.4
* Replace Yahoo Place Finder API with Nominatim in package descriptions.
-- Andreas Henriksson <andreas@fatal.se> Wed, 14 Aug 2013 20:07:41 +0200
geocode-glib (0.99.0-1) unstable; urgency=low
* Initial release. (Closes: #628127)
-- Laurent Bigonville <bigon@debian.org> Fri, 27 May 2011 17:58:48 +0200
|