Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package osmosis Version 0.43.1-3 fixes the data corruption issue reported in #779807. unblock osmosis/0.43.1-3 -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru osmosis-0.43.1/debian/changelog osmosis-0.43.1/debian/changelog --- osmosis-0.43.1/debian/changelog 2014-09-27 21:47:09.000000000 +0200 +++ osmosis-0.43.1/debian/changelog 2015-03-05 09:13:45.000000000 +0100 @@ -1,6 +1,15 @@ +osmosis (0.43.1-3) unstable; urgency=medium + + * Update 02-fix_plexus.patch to also load Xerces to fix data corruption. + (closes: #779807) + * Use jessie branch in gbp.conf and Vcs-Git URL. + + -- Bas Couwenberg <sebas...@debian.org> Thu, 05 Mar 2015 09:13:21 +0100 + osmosis (0.43.1-2) unstable; urgency=medium * Add patch to update generated source for protobuf 2.6.0. + (closes: #761562) * Add patch to increase source compatibility from 1.6 to 1.7. * Add patches from upstream master branch. diff -Nru osmosis-0.43.1/debian/control osmosis-0.43.1/debian/control --- osmosis-0.43.1/debian/control 2014-09-27 21:31:45.000000000 +0200 +++ osmosis-0.43.1/debian/control 2015-03-05 09:13:45.000000000 +0100 @@ -1,7 +1,7 @@ Source: osmosis Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org> Uploaders: David Paleino <da...@debian.org>, - Bas Couwenberg <sebas...@xs4all.nl> + Bas Couwenberg <sebas...@debian.org> Section: utils Priority: optional Build-Depends: gradle, @@ -35,7 +35,7 @@ maven-repo-helper Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/osmosis.git -Vcs-Git: git://anonscm.debian.org/pkg-grass/osmosis.git +Vcs-Git: git://anonscm.debian.org/pkg-grass/osmosis.git -b jessie Homepage: http://wiki.openstreetmap.org/wiki/Osmosis Package: osmosis diff -Nru osmosis-0.43.1/debian/gbp.conf osmosis-0.43.1/debian/gbp.conf --- osmosis-0.43.1/debian/gbp.conf 2014-09-27 21:31:45.000000000 +0200 +++ osmosis-0.43.1/debian/gbp.conf 2015-03-05 09:13:45.000000000 +0100 @@ -6,7 +6,7 @@ # The default name for the Debian branch is "master". # Change it if the name is different (for instance, "debian/unstable"). -debian-branch = master +debian-branch = jessie # git-import-orig uses the following names for the upstream tags. # Change the value if you are not using git-import-orig diff -Nru osmosis-0.43.1/debian/patches/02-fix_plexus.patch osmosis-0.43.1/debian/patches/02-fix_plexus.patch --- osmosis-0.43.1/debian/patches/02-fix_plexus.patch 2014-09-27 21:31:45.000000000 +0200 +++ osmosis-0.43.1/debian/patches/02-fix_plexus.patch 2015-03-05 09:03:51.000000000 +0100 @@ -8,7 +8,7 @@ --- a/package/config/plexus.conf +++ b/package/config/plexus.conf -@@ -1,5 +1,19 @@ +@@ -1,5 +1,20 @@ main is org.openstreetmap.osmosis.core.Osmosis from osmosis.core [osmosis.core] @@ -29,4 +29,5 @@ +load /usr/share/java/protobuf.jar +load /usr/share/java/osmpbf.jar +load /usr/share/java/commons-pool.jar ++load /usr/share/java/xercesImpl.jar +load /usr/share/osmosis/*.jar
_______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel