Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: Johan Van de Wauw Newsgroups: linux.debian.maint.java Subject: Packaging geotools? Date: Thu, 20 Aug 2015 17:20:02 +0200 Message-ID: X-Original-To: debian-java@lists.debian.org, Debian GIS Project X-Mailbox-Line: From debian-java-request@lists.debian.org Thu Aug 20 15:12:05 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.699 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=unavailable autolearn_force=no X-Policyd-Weight: using cached result; rate:hard: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=GIr6Xn+7vMGAbMVXrlTBy8zLQ1oE0jfkg4RQRJlaGfo=; b=OtSwWJjqIjuwehoMfD9AxmXKmTGsFE4wBy5geh3lG9AFvj5i/C9DVE4mpaXJgMlRI3 q3rVm7wdOh7XF7cQhwWwqvsGYdr4NWt0uYzHh1bjIygn+gvZNXjlw+nPIuv3syr9Time 8iI0WyN6E/bWQiKqdxiim9ldXPk7r3txpBQrY+mI67enrcQ+c4aDTL2FJUJdXO6IxB4m FCnoQkPf72HSWTvMIZ9Nlmg7Ub1m6j2PCyAVYdE9sL3YaJD5GD4kKTBSohwec/AcpDAQ c0M+ylKHaLwR0d7nPwz1cPi4rxd+KVThwfcosmYLJucWHSLvHjoyfg+bHJehrtohcKRS FXsA== X-Received: by 10.194.191.129 with SMTP id gy1mr6963574wjc.86.1440083508884; Thu, 20 Aug 2015 08:11:48 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Mailing-List: archive/latest/18583 List-ID: List-URL: List-Archive: https://lists.debian.org/CAJOp35n4gfzTzb+vWY_DK8Q_zxoYAguYshhjiWxtHac=iPqPvg@mail.gmail.com Approved: robomod@news.nic.it Lines: 30 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Thu, 20 Aug 2015 17:11:29 +0200 X-Original-Message-ID: Xref: csiph.com linux.debian.maint.java:8271 Hi all, geotools[1] is an open source GIS java toolkit which is used by many, almost all java GIS applications. Just to name a few[2]: geoserver, geogig,gvsig, ... Since many of these applications are on the wishlist of our users different attempts haven been made at packaging it. Last year during a GSOC, Jerome Larouche started working on this as well (a summary here: [3]). The geotools build system uses maven, and actually consists of a large number (100+) of smaller libraries. Many of them have dependencies which are not yet packaged, but some should be rather straightforward. Is there anyone from the java team who can give some advice on how I/we could get started packaging geotools? Eg Jerome packaged 2 libraries (gt-opengis, gt-metadata [4]) by using a seperate source package for those libraries, rather than using one source package. Is that a good idea ? Or how could we use a similar approach with one source package? Kind Regards, Johan [1] http://www.geotools.org/ [2] http://geoserver.org/ http://geogig.org/ http://gvsigce.org/ [3] http://trac.osgeo.org/ubuntugis/wiki/geotools-packaging