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 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
|
osmpbf (1.5.0-3) unstable; urgency=medium
* Bump Standards-Version to 4.6.1, no changes.
* Add autopkgtests to catch PBF read failures.
* Enable Salsa CI.
* Rebuild with protobuf 3.21.9.
-- Bas Couwenberg <sebastic@debian.org> Tue, 22 Nov 2022 05:45:42 +0100
osmpbf (1.5.0-2) unstable; urgency=medium
* Update watch file for GitHub URL changes.
* Bump Standards-Version to 4.6.0, no changes.
* Bump debhelper compat to 12, changes:
- Drop --list-missing from dh_install
* Rebuild with 3.12.4.
(closes: #993895)
* Update lintian overrides.
-- Bas Couwenberg <sebastic@debian.org> Sat, 11 Sep 2021 19:08:30 +0200
osmpbf (1.5.0-1) unstable; urgency=medium
* New upstream release.
* Bump watch file version to 4.
* Bump Standards-Version to 4.5.1, no changes.
* Drop hardening.patch, applied upstream.
* Add patch to keep use ant, maven doesn't work for Debian package.
* Drop obsolete dh_installchangelogs override.
* Use cmake buildsystem instead of makefile.
* Update lintian overrides.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Thu, 07 Jan 2021 08:21:08 +0100
osmpbf (1.4.0-1) unstable; urgency=medium
* Update symbols for other architectures.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Tue, 27 Oct 2020 12:26:01 +0100
osmpbf (1.4.0-1~exp1) experimental; urgency=medium
* New upstream release.
* Update copyright file.
* Update upstream metadata.
* Add binary package for shared library.
* Update lintian overrides.
* Drop patches, applied upstream.
* Update README filename in docs file.
* Add patch to support hardening flags.
* Add symbols file with pkgkde-symbolshelper.
-- Bas Couwenberg <sebastic@debian.org> Sun, 25 Oct 2020 06:46:43 +0100
osmpbf (1.3.3-15) unstable; urgency=medium
* Rebuild with protobuf 3.12.2.
-- Bas Couwenberg <sebastic@debian.org> Wed, 08 Jul 2020 05:51:48 +0200
osmpbf (1.3.3-14) unstable; urgency=medium
* Add patch to fix optimize_for warnings.
-- Bas Couwenberg <sebastic@debian.org> Sun, 22 Mar 2020 07:49:45 +0100
osmpbf (1.3.3-13) unstable; urgency=medium
* Update gbp.conf for renamed branches.
* Bump Standards-Version to 4.5.0, no changes.
* Drop Name field from upstream metadata.
* Bump debhelper compat to 10, changes:
- Drop --parallel option, enabled by default
* Rebuild with protobuf 3.11.4.
-- Bas Couwenberg <sebastic@debian.org> Sun, 22 Mar 2020 06:47:37 +0100
osmpbf (1.3.3-12) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Update dh_install override to use --list-missing.
* Update gbp.conf to use --source-only-changes by default.
* Rebuild with protobuf 3.6.1.
(closes: #935990)
-- Bas Couwenberg <sebastic@debian.org> Thu, 29 Aug 2019 09:37:16 +0200
osmpbf (1.3.3-11) unstable; urgency=medium
* Bump Standards-Version to 4.2.0, no changes.
* Update watch file to use releases instead of tags.
* Update watch file to limit matches to archive path.
-- Bas Couwenberg <sebastic@debian.org> Sat, 18 Aug 2018 17:11:02 +0200
osmpbf (1.3.3-10) unstable; urgency=medium
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
-- Bas Couwenberg <sebastic@debian.org> Wed, 01 Aug 2018 11:31:10 +0200
osmpbf (1.3.3-9) unstable; urgency=medium
* Update Vcs-* URLs for Salsa.
* Drop override for vcs-deprecated-in-debian-infrastructure.
* Bump Standards-Version to 4.1.5, no changes.
* Strip trailing whitespace from control file.
* Drop unused override for incompatible-java-bytecode-format.
-- Bas Couwenberg <sebastic@debian.org> Sat, 21 Jul 2018 10:52:42 +0200
osmpbf (1.3.3-8) unstable; urgency=medium
* Add patch to specify proto2 syntax to fix warnings with protobuf 3.0.0.
* Update copyright-format URL to use HTTPS.
* Drop explicit openjdk-8 build dependency.
* Bump Standards-Version to 4.1.3, no changes.
* Add lintian override for vcs-deprecated-in-debian-infrastructure.
* Add lintian override for incompatible-java-bytecode-format.
* Add autopkgtest to test installability.
-- Bas Couwenberg <sebastic@debian.org> Thu, 29 Mar 2018 14:56:57 +0200
osmpbf (1.3.3-7) unstable; urgency=medium
* Bump Standards-Version to 3.9.8, no changes.
* Switch to headless variant for jdk dependencies.
* Enable all hardening buildflags.
* Drop unused override for incompatible-java-bytecode-format.
* Rebuild with protobuf 3.0.0.
-- Bas Couwenberg <sebastic@debian.org> Thu, 25 Aug 2016 10:52:01 +0200
osmpbf (1.3.3-6) unstable; urgency=medium
* Update Vcs-* URLs to use HTTPS.
* Drop © character from copyright statements.
* Update uversionmangle to use lowercase RC.
* Update JDK build dependency for OpenJDK 8.
(closes: #814169)
* Bump Standards-Version to 3.9.7, no changes.
-- Bas Couwenberg <sebastic@debian.org> Mon, 08 Feb 2016 21:57:09 +0100
osmpbf (1.3.3-5) unstable; urgency=medium
* Update watch file to handle other tar extensions.
-- Bas Couwenberg <sebastic@debian.org> Sat, 22 Aug 2015 18:19:12 +0200
osmpbf (1.3.3-4) unstable; urgency=medium
* Fix malformed opts=... in watchfile.
* Update copyright file, changes:
- Add Upstream-Name header
- Align copyright holders
- Use stand-alone license paragraphs
-- Bas Couwenberg <sebastic@debian.org> Fri, 29 May 2015 23:17:38 +0200
osmpbf (1.3.3-3) unstable; urgency=medium
* Update watch file to use github tags instead of deprecated
githubredir service.
* Add upstream metadata.
* Update my email to @debian.org address.
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Bump Standards-Version to 3.9.6, no changes.
-- Bas Couwenberg <sebastic@debian.org> Sun, 26 Apr 2015 22:08:44 +0200
osmpbf (1.3.3-2) unstable; urgency=low
* Add patch to fix duplicate header copy.
* Add lintian override for incompatible-java-bytecode-format,
Java 6 SDK or higher required.
-- Bas Couwenberg <sebastic@xs4all.nl> Mon, 17 Mar 2014 08:50:36 +0100
osmpbf (1.3.3-1) unstable; urgency=low
* New upstream release.
* Build depend on openjdk-7-jdk or java6-sdk.
Java 6 or higher is required to support @Override for interface methods,
Java 5 only supports @Override for methods overriding a superclass method.
-- Bas Couwenberg <sebastic@xs4all.nl> Sun, 16 Mar 2014 12:02:51 +0100
osmpbf (1.3.2-1) unstable; urgency=medium
[ Andreas Tille ]
* moved to pkg-grass Git repository
[ Bas Couwenberg ]
* New upstream release.
(closes: #716608)
* Change Maintainer to Debian GIS Project.
* Change Priority to optional.
* Add myself to Uploaders.
* Use simple makefile buildsystem by default.
* Use ant buildsystem for java library.
* Enable parallel builds.
* Drop 00-fix_build_flags.patch, no longer required.
* Append CPPFLAGS to CXXFLAGS for fortify-functions.
* Bump Standards-Version to 3.9.5, no changes.
* Add dependency on libprotobuf-dev to libosmpbf-dev.
(closes: #722730)
[ Jochen Topf ]
* Remove .gitignore file in debian directory.
-- Bas Couwenberg <sebastic@xs4all.nl> Fri, 14 Mar 2014 13:51:21 +0100
osmpbf (1.3.0-1) unstable; urgency=low
[ Giovanni Mascellani ]
* Remove myself from the uploaders list, since I have no time
anymore to look after this package.
[ David Paleino ]
* New upstream version.
* Bump debhelper compatibility to 9.
* Standards-Version bump to 3.9.4, no changes needed.
* Use canonical Vcs-* urls in debian/control.
* Updated debian/copyright.
* Install ReleaseNotes.txt as upstream changelog.
* Correctly clean up after builds.
-- David Paleino <dapal@debian.org> Mon, 28 Jan 2013 20:32:44 +0100
osmpbf (1.2.1-3) unstable; urgency=low
* Remove patch that sets a wrong location for protobuf.jar
(closes: #676059).
* Bump Standards-Version to 3.9.3 (no changes required).
* Update copyright years.
* Fix Makefile so Debian build flags are honoured.
* Install POM file.
-- Giovanni Mascellani <gio@debian.org> Fri, 15 Jun 2012 10:04:57 +0200
osmpbf (1.2.1-2) unstable; urgency=low
* Also install the static library in libosmpbf-dev
-- David Paleino <dapal@debian.org> Mon, 14 Nov 2011 11:50:47 +0100
osmpbf (1.2.1-1) unstable; urgency=low
* New upstream version
* Added myself to Uploaders
* Added debian/watch file
* Fix build.xml to point to the correct protobuf-java.jar
* Provide additional libosmpbf-dev and osmpbf-bin packages
* Add Build-Depends on libprotobuf-dev
* Standards-Version bump to 3.9.2, no changes needed
-- David Paleino <dapal@debian.org> Mon, 14 Nov 2011 11:34:40 +0100
osmpbf (1.1-1) unstable; urgency=low
* Initial release (closes: #609772).
-- Giovanni Mascellani <gio@debian.org> Wed, 12 Jan 2011 15:39:37 +0100
|