Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8872
| Path | csiph.com!1.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Thorsten Glaser <t.glaser@tarent.de> |
| Newsgroups | linux.debian.maint.java |
| Subject | Re: plans for eclipse luna in debian |
| Date | Tue, 16 Feb 2016 21:00:03 +0100 |
| Message-ID | <r2TWX-3TM-21@gated-at.bofh.it> (permalink) |
| References | <pbaVk-2ca-15@gated-at.bofh.it> <qhJ1L-7NG-11@gated-at.bofh.it> <qhJEu-l4-19@gated-at.bofh.it> <qkzpg-6HT-25@gated-at.bofh.it> <qkBho-14t-15@gated-at.bofh.it> <qkYnD-17l-3@gated-at.bofh.it> <qlCO6-1qN-13@gated-at.bofh.it> <qlIAa-1CH-5@gated-at.bofh.it> <qtmj7-kz-9@gated-at.bofh.it> <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> <qOhHP-7YB-3@gated-at.bofh.it> <qOiaS-8bd-33@gated-at.bofh.it> <qOjTk-SP-15@gated-at.bofh.it> <qOkFI-1wu-7@gated-at.bofh.it> <qRtt7-1gu-5@gated-at.bofh.it> <r2JXA-5TU-33@gated-at.bofh.it> <r2JXB-5TU-49@gated-at.bofh.it> <r2RLs-2yT-19@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Tue Feb 16 19:57:33 2016 |
| Old-Return-Path | <t.glaser@tarent.de> |
| X-Amavis-Spam-Status | No, score=-7.006 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, RP_MATCHES_RCVD=-0.006] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .tarent. - helo: .mail.lixid. - helo-domain: .lixid.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; rate: -5 |
| X-X-Sender | tglase@tglase.lan.tarent.de |
| User-Agent | Alpine 2.20 (DEB 67 2015-01-07) |
| Content-Language | de-DE-1901 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | QUOTED-PRINTABLE |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/19194 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/alpine.DEB.2.20.1602162050020.8661@tglase.lan.tarent.de |
| Approved | robomod@news.nic.it |
| Lines | 37 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Christopher Hoskin <christopher.hoskin@gmail.com>, Markus Koschany <apo@debian.org>, debian-java@lists.debian.org |
| X-Original-Date | Tue, 16 Feb 2016 20:57:15 +0100 (CET) |
| X-Original-Message-ID | <alpine.DEB.2.20.1602162050020.8661@tglase.lan.tarent.de> |
| X-Original-References | <551EA3D7.30105@onenetbeyond.org> <5617EEA7.6030803@gmail.com> <5617F732.6060202@gambaru.de> <562246E8.7050209@gmail.com> <5622636C.2030008@gambaru.de> <5623BF70.3040907@gambaru.de> <56261E4C.8010503@gmail.com> <56267489.3040909@gambaru.de> <5641E335.2060907@gmail.com> <56423C7A.7080509@gambaru.de> <5644853D.2060507@gmail.com> <56461911.1090907@gambaru.de> <566707FA.60506@gmail.com> <566DDFF8.6060007@debian.org> <568E56BC.3060302@gmail.com> <568E5DAB.80503@debian.org> <568E7689.7040407@gmail.com> <568E83EE.7040805@debian.org> <5699EFC5.50909@gmail.com> <CAEjvcd_yFSpxg2ohQG7CbiSBPKBH9wrpx_qJPiyAkFazHfEZ4Q@mail.gmail.com> <alpine.DEB.2.20.1602161012430.4376@tglase.lan.tarent.de> <56C35E02.5000807@gmail.com> |
| Xref | csiph.com linux.debian.maint.java:8872 |
Show key headers only | View raw
On Tue, 16 Feb 2016, Luca Vercelli wrote: > I don't know what are "build profiles" :( Then ask before thinking ;-) > however I dont' think so, Mayyyyybe. With build profiles, you have something similar to Maven profiles in that you can: • have different Build-Depends (on the debian/control side) • generate less and/or different binary packages • have different code (in debian/rules you can switch on a new environment variable DEB_BUILD_PROFILES so you can use two (partially or even completely) different recipes for building while using the same source This is intended especially for bootstrapping and cross-builds: you first compile with the bootstrap profile enabled, then do whatever is needed to get the full profile working, then build it without the bootstrap profile, superseding the bootstrapping upload. (It’s intended that way, to be used to break dependency cycles and bootstrap, not to flavourise packages inside just one distribution… though I wish I could have a distro-specific default profile so there were no delta between Debian and the-derivate- which-cannot-be-named-from-Canonical any more, for one of mine.) bye, //mirabilos -- tarent solutions GmbH Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/ Tel: +49 228 54881-393 • Fax: +49 228 54881-235 HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941 Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
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