<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Andreas,<br>
      <br>
      For Osmosis I'm trying to package the new released version 0.43.1
      which doesn't build the same way as 0.40. They use gradle now. I
      can get it to compile but when I try it, it throws ClassNotFound
      exceptions, same thing happen when I build it myself without using
      debuild.<br>
      <br>
      The ticket in lilbgdal-ecw-src is here:
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a href="http://trac.osgeo.org/ubuntugis/ticket/34">http://trac.osgeo.org/ubuntugis/ticket/34</a>.
      <br>
      <br>
      For Marble, contacting the maintainers might be a good idea since
      it seems that compiling without KDE removes a lot from Marble,
      I'll have to see with OSGeoLive too if it still works for them.<br>
      <br>
      The blockage with Geotools is that it requires Java Artifacts that
      are not available in a .deb. The most important one is JAI which
      can't be packaged from what I understand because of its license.
      Someone told me that it may be possible to disable JAI in GeoTools
      so I'll have to look into it.<br>
      <br>
      On 13-07-27 04:13 PM, Andreas Tille wrote:<br>
    </div>
    <blockquote cite="mid:20130727201307.GA22573@an3as.eu" type="cite">
      <pre wrap="">Hi Jerome,

On Fri, Jul 26, 2013 at 02:53:48PM -0400, Jerome Villeneuve Larouche wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">I also looked a Osmosis, another
java app, I can make a .deb out of it, but I get some java exception
even when built manually so I'm still looking into it.
</pre>
      </blockquote>
      <pre wrap="">
Are you aware of

$ apt-cache policy osmosis
osmosis:
  Installed: (none)
  Candidate: 0.40.1+ds1-7
  Version table:
     0.40.1+ds1-7 0
        501 <a class="moz-txt-link-freetext" href="file:/home/ftp/pub/debian/">file:/home/ftp/pub/debian/</a> testing/main amd64 Packages
        501 <a class="moz-txt-link-freetext" href="http://http.debian.net/debian/">http://http.debian.net/debian/</a> testing/main amd64 Packages
         50 <a class="moz-txt-link-freetext" href="http://http.debian.net/debian/">http://http.debian.net/debian/</a> unstable/main amd64 Packages

I admit thia is not the latest upstream version but the packaging work
should be done in principle.  Did you checked out

$ apt-cache showsrc osmosis | grep -e ^Vcs
Vcs-Browser: <a class="moz-txt-link-freetext" href="http://git.debian.org/?p=pkg-osm/osmosis.git">http://git.debian.org/?p=pkg-osm/osmosis.git</a>
Vcs-Git: git://git.debian.org/pkg-osm/osmosis.git

or did you contacted

$ LANG=C apt-cache showsrc osmosis | grep -e Maintainer -e Uploader
Maintainer: Debian OpenStreetMap Team <a class="moz-txt-link-rfc2396E" href="mailto:pkg-osm-maint@lists.alioth.debian.org"><pkg-osm-maint@lists.alioth.debian.org></a>
Uploaders: Giovanni Mascellani <a class="moz-txt-link-rfc2396E" href="mailto:gio@debian.org"><gio@debian.org></a> , David Paleino <a class="moz-txt-link-rfc2396E" href="mailto:dapal@debian.org"><dapal@debian.org></a>


</pre>
      <blockquote type="cite">
        <pre wrap="">Today I also
started looking into Marble to create a package using only QT
instead of the big KDE libs.
</pre>
      </blockquote>
      <pre wrap="">
I have not checked the Debian package whether it is using KDE libs but I
guess you are in contact with the maintainers.

</pre>
      <blockquote type="cite">
        <pre wrap="">I also fixed a small bug in
libgdal-ecw-src package in Lucid, Precise and Quantal.
</pre>
      </blockquote>
      <pre wrap="">
I do not know this package but I'd recommend maintaining it in Debian GIS
team would be reasonable to let it migrate smoothly to any Ubuntu version
you need.  I repeat my offer to Sponsering of Blends[1] which should
smoothen your path to get packages uploaded to the Debian mirror if you
really want to.

</pre>
      <blockquote type="cite">
        <pre wrap="">What do you plan to do next week?
    I'll try to finish the Marble package and then look a bit more
into Osmosis
</pre>
      </blockquote>
      <pre wrap="">
Please add communication with Debian GIS on this list.  Both packages are
inside Debian and it makes perfectly sense to do the work only once.

</pre>
      <blockquote type="cite">
        <pre wrap="">and some other small packages, like imposm.
</pre>
      </blockquote>
      <pre wrap="">
$ apt-cache policy imposm
imposm:
  Installed: (none)
  Candidate: 2.4.0+dfsg-0.1
  Version table:
     2.5.0-1 0
          5 <a class="moz-txt-link-freetext" href="http://http.debian.net/debian/">http://http.debian.net/debian/</a> experimental/main amd64 Packages
     2.4.0+dfsg-0.1 0
        501 <a class="moz-txt-link-freetext" href="file:/home/ftp/pub/debian/">file:/home/ftp/pub/debian/</a> testing/main amd64 Packages
        501 <a class="moz-txt-link-freetext" href="http://http.debian.net/debian/">http://http.debian.net/debian/</a> testing/main amd64 Packages
         50 <a class="moz-txt-link-freetext" href="http://http.debian.net/debian/">http://http.debian.net/debian/</a> unstable/main amd64 Packages

Moving experimental to unstable should be cheap - its probably just a
consequence of the Wheezy release cycle.

</pre>
      <blockquote type="cite">
        <pre wrap="">There's
also a bug in libgdal-ecw-src and the gdal-python binding that I'll
have to look into.
</pre>
      </blockquote>
      <pre wrap="">
Any bug number to check this bug out?

</pre>
      <blockquote type="cite">
        <pre wrap="">What have you blocked on?
    Like I said before, there is a lot of problem with packaging
Geotools and the Osmosis java exception.
</pre>
      </blockquote>
      <pre wrap="">
Please try to get rid of blockers by cooperation with Debian GIS.

Kind regards and good luck for your GSoC work

     Andreas.

[1] <a class="moz-txt-link-freetext" href="https://wiki.debian.org/DebianPureBlends/SoB">https://wiki.debian.org/DebianPureBlends/SoB</a> 

</pre>
    </blockquote>
    <br>
  </body>
</html>