Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #8702

Re: plans for eclipse luna in debian

From Luca Vercelli <luca.vercelli.to@gmail.com>
Newsgroups linux.debian.maint.java
Subject Re: plans for eclipse luna in debian
Date 2016-01-07 13:20 +0100
Message-ID <qOhHP-7YB-3@gated-at.bofh.it> (permalink)
References (9 earlier) <qtmj7-kz-7@gated-at.bofh.it> <qFmdI-5c9-7@gated-at.bofh.it> <qFmdI-5c9-9@gated-at.bofh.it> <qFmdI-5c9-11@gated-at.bofh.it> <qFmdI-5c9-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Here is a rules file to download sources.

Now, what about Tycho's dependency on Eclipse? If you want a more
"clean" solution, I could create another package "eclipse-bundles", with
the same sources of eclipse, that build and install just the few (100)
bundles required by Tycho compilation. This could create also related
maven artifacts.


Il 13/12/2015 22:15, Markus Koschany ha scritto:
> Am 08.12.2015 um 17:40 schrieb Luca Vercelli:
>> Any news about it?
>>
>>
>> Il 13/11/2015 18:08, Markus Koschany ha scritto:
>>> Am 12.11.2015 um 13:25 schrieb Luca Vercelli:
>>>> Thank you Markus.
>>>> Here I attach a more complete version. Please ignore the file I sent you
>>>> before, and consider only this one.
>>>> I've written a "README" that should be enough, otherwise just ask me.
>>>>
>>> Hi Luca,
>>>
>>> thank you for sending the debian directory. I will create a new git
>>> repository tomorrow and try to build Tycho.
> Hello Luca,
>
> sorry for the late reply. The debian directory that you sent to me was
> unfortunately by far not complete to create a working Debian package and
> I haven't found the time to wrap my head around the issues.
>
> For instance the tarball from
>
> http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/snapshot/org.eclipse.tycho-tycho-0.23.0.tar.xz
>
> contains tons of embedded jar files which we must remove to create a
> Policy compliant Debian package. The eclipse-bootstrap.sh script creates
> directories in /usr/share/maven-repo which requires root permissions.
> The other tycho-* shell scripts modify various variables and pom files
> with ugly sed commands and in order to build a Debian package we have to
> call debian/rules in the end, so all those hacks and commands must be
> translated into a working rules file. I know I surely have to blame
> myself for writing "to solve this issue with the least amount of effort"
> but the current approach is too hackish and would only work for an
> unofficial version.
>
> You usually should start with creating a so called orig-tar.sh script
> which you can call by using the get-orig-source target in debian/rules.
> This ensures that people can download the original sources with just one
> command: debian/rules get-orig-source
>
> It's fine to merge the two tarballs into one as described in your README
> file. At the same time this target should also remove all files which
> are not DFSG-compliant like all jar and class files and files with
> non-free licenses.
>
> This wiki page is an excellent resource for writing such
> "get-orig-source" targets.
>
> https://wiki.debian.org/onlyjob/get-orig-source
>
> The next step is to convert all scripts that modify the original sources
> into patches which are stored in debian/patches with an informative
> description and patch header, so that we can properly maintain them in
> the future. You can also rewrite maven artifacts and group ids with the
> maven.rules or maven.ignoreRules file. Often you won't even need a patch
> to accomplish this goal.
>
> At the moment I would rather suggest to start with an easier package
> because Tycho doesn't appear to be a rewarding task for people new to
> Debian packaging.
>
> Regards,
>
> Markus
>
>

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-09 18:50 +0200
  Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-10-09 19:30 +0200
    Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-10 09:00 +0200
      Re: plans for eclipse luna in debian Emmanuel Bourg <ebourg@apache.org> - 2015-10-10 09:10 +0200
      Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-10-10 11:40 +0200
        Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-13 09:50 +0200
          Re: plans for eclipse luna in debian Emmanuel Bourg <ebourg@apache.org> - 2015-10-13 09:50 +0200
    Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-17 15:10 +0200
      Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-10-17 17:10 +0200
        Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-10-18 17:50 +0200
          Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-20 13:00 +0200
            Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-10-20 19:10 +0200
              Re: plans for eclipse luna in debian Pascal Rapicault <pascal@rapicorp.com> - 2015-10-21 03:50 +0200
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-25 22:20 +0100
                Re: plans for eclipse luna in debian Pascal Rapicault <pascal@rapicorp.com> - 2015-10-27 01:30 +0100
              Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-23 21:00 +0200
              Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-31 13:30 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2015-10-31 15:50 +0100
                Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-10-31 16:40 +0100
                Re: plans for eclipse luna in debian Pascal Rapicault <pascal@rapicorp.com> - 2015-11-02 08:50 +0100
                Re: plans for eclipse luna in debian Michael Tautschnig <mt@debian.org> - 2015-10-31 15:50 +0100
              Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-11-10 20:00 +0100
                Re: plans for eclipse luna in debian Mikołaj Izdebski <zurgunt@gmail.com> - 2015-11-10 23:30 +0100
                Re: plans for eclipse luna in debian Emmanuel Bourg <ebourg@apache.org> - 2015-11-11 00:40 +0100
                Re: plans for eclipse luna in debian Mikołaj Izdebski <zurgunt@gmail.com> - 2015-11-12 01:10 +0100
                Re: plans for eclipse luna in debian Markus Koschany <apo@gambaru.de> - 2015-11-13 19:00 +0100
                Re: plans for eclipse luna in debian Markus Koschany <apo@debian.org> - 2015-12-13 22:20 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-01-07 13:20 +0100
                Re: plans for eclipse luna in debian Markus Koschany <apo@debian.org> - 2016-01-07 13:50 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-01-07 15:40 +0100
                Re: plans for eclipse luna in debian Markus Koschany <apo@debian.org> - 2016-01-07 16:30 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-01-16 08:30 +0100
                Re: plans for eclipse luna in debian Christopher Hoskin <christopher.hoskin@gmail.com> - 2016-02-16 10:20 +0100
                Re: plans for eclipse luna in debian Thorsten Glaser <t.glaser@tarent.de> - 2016-02-16 10:20 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-02-16 18:40 +0100
                Re: plans for eclipse luna in debian Thorsten Glaser <t.glaser@tarent.de> - 2016-02-16 21:00 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-02-16 21:10 +0100
                Re: plans for eclipse luna in debian Thorsten Glaser <t.glaser@tarent.de> - 2016-02-17 13:10 +0100
                Re: plans for eclipse luna in debian Christopher Hoskin <christopher.hoskin@gmail.com> - 2016-02-16 22:10 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-02-18 09:30 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-02-29 13:40 +0100
                Re: plans for eclipse luna in debian Markus Koschany <apo@debian.org> - 2016-02-29 13:40 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-03-10 15:00 +0100
                Re: plans for eclipse luna in debian Christopher Hoskin <christopher.hoskin@gmail.com> - 2016-03-11 00:20 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-03-11 09:40 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-03-11 10:30 +0100
                Re: plans for eclipse luna in debian Christopher Hoskin <christopher.hoskin@gmail.com> - 2016-03-11 11:30 +0100
                Re: plans for eclipse luna in debian Luca Vercelli <luca.vercelli.to@gmail.com> - 2016-02-21 18:40 +0100
                Re: plans for eclipse luna in debian Emmanuel Bourg <ebourg@apache.org> - 2016-02-29 14:10 +0100
                Re: plans for eclipse luna in debian Emmanuel Bourg <ebourg@apache.org> - 2016-02-29 14:10 +0100

csiph-web