Author: drazzib Date: 2012-07-25 19:02:28 +0000 (Wed, 25 Jul 2012) New Revision: 16254
Added: tags/bnd/1.50.0-5/ tags/bnd/1.50.0-5/debian/changelog tags/bnd/1.50.0-5/debian/copyright tags/bnd/1.50.0-5/debian/rules Removed: tags/bnd/1.50.0-5/debian/changelog tags/bnd/1.50.0-5/debian/copyright tags/bnd/1.50.0-5/debian/rules Log: [svn-buildpackage] Tagging bnd 1.50.0-5 Deleted: tags/bnd/1.50.0-5/debian/changelog =================================================================== --- trunk/bnd/debian/changelog 2012-07-18 00:32:07 UTC (rev 16248) +++ tags/bnd/1.50.0-5/debian/changelog 2012-07-25 19:02:28 UTC (rev 16254) @@ -1,118 +0,0 @@ -bnd (1.50.0-4) unstable; urgency=low - - * Fix FTBFS after update to eclipse 3.7.2-1 (Closes: #669533). - * Add Jakub Adam to Uploaders. - * Bump Standards-Version to 3.9.3: no changes needed. - - -- Jakub Adam <[email protected]> Mon, 30 Apr 2012 22:44:59 +0200 - -bnd (1.50.0-3) unstable; urgency=low - - * d/rules: Fix broken link with Eclipse JDT during build. (Closes: #655548). - * d/patches/display_bsn_on_missing_bundle.diff: Improve error message when - some bundle is missing. - - -- Damien Raude-Morvan <[email protected]> Tue, 17 Jan 2012 23:16:19 +0100 - -bnd (1.50.0-2) unstable; urgency=low - - [ Miguel Landaeta ] - * Team upload. - - [ James Page ] - * Fix FTBFS with OpenJDK 7 (LP: #888926) (Closes: #651389): - - d/ant.properties: Set default source/target to 1.5 to ensure - backwards compatibility and avoid Java 7 encoding errors. - - -- Miguel Landaeta <[email protected]> Thu, 08 Dec 2011 21:41:18 -0430 - -bnd (1.50.0-1) unstable; urgency=low - - * New upstream release. - * d/control: Add Build-Depends on libbindex-java. - * d/{bootstrap,rules}: Add bindex.jar to classpath. - * d/patches/no_git_during_build.diff: Don't try to use GIT during build. - * d/patches/osgi43_fixes.diff: Some fixes for libosgi-core-java >= 4.3. - * d/patches/no_felix.diff: Drop dependency on felix-framework (to remove - dependency cycle). - - -- Damien Raude-Morvan <[email protected]> Wed, 09 Nov 2011 22:39:08 +0100 - -bnd (1.44.0-1) unstable; urgency=low - - * New upstream version. - * Bump Standards-Version to 3.9.2: no changes needed. - * d/copyright: Upgrade to latest DEP-5 version. - * Use upstream build system: - - d/orig-tar.sh: Rework to use github (Closes: #640839). - - d/build.xml, d/build.properties: Drop. - - d/bootstrap.xml: Build a small bnd.jar just for its own bootstrap. - - Rename d/svn-transform.sh to d/git-transform.sh and remove unneeded bits. - * Enable full OSGi and Eclipse modules (Closes: #565749) : - - d/control: Add Build-Depends on libswt-gtk-3-java, eclipse-rcp, - eclipse-jdt and libosgi-core-java - - d/control: Only Suggests: eclipse-rcp, eclipse-jdt - - -- Damien Raude-Morvan <[email protected]> Wed, 26 Oct 2011 00:59:39 +0200 - -bnd (0.0.384-2) unstable; urgency=low - - * Team upload. - * Switch to source format 3.0. - * Update Standards-Version: 3.9.1. - - -- Torsten Werner <[email protected]> Tue, 30 Aug 2011 19:28:43 +0200 - -bnd (0.0.384-1) unstable; urgency=low - - * New upstream release - * Exclude the Filter class from the distribution as it has - some copyright issues and it is not used anymore in this - new version of BND - * Update copyright according to upstream changes, all - contentious issues have been cleared. - * Bump up Standards-Version to 3.8.3, no change - - -- Ludovic Claude <[email protected]> Wed, 02 Sep 2009 12:14:20 +0100 - -bnd (0.0.337.2-3) unstable; urgency=low - - * Force name of bnd library installed in /usr/share/java - to be bnd.jar instead of bndlib.jar - - -- Ludovic Claude <[email protected]> Fri, 14 Aug 2009 14:38:12 +0100 - -bnd (0.0.337.2-2) unstable; urgency=low - - [Ludovic Claude] - * Add man page for bnd script - - [Damien Raude-Morvan] - * Add myself as Uploaders - * Install a "bnd" shell script to execute BND command line interface - - Add debian/bnd.sh script - - Add Depends on java-wrapper, used as helper for launch script - * Add debian/watch - * Remove duplicate Section declaration on first binary package - - -- Ludovic Claude <[email protected]> Fri, 07 Aug 2009 14:12:23 +0100 - -bnd (0.0.337.2-1) experimental; urgency=low - - * Create a pseudo new upstream version to reflect the changes in the - source tarball. - - -- Ludovic Claude <[email protected]> Tue, 04 Aug 2009 20:30:17 +0100 - -bnd (0.0.337.1-2) experimental; urgency=low - - * Fix copyright issues - * Don't include the test jars in the source tarball - - -- Ludovic Claude <[email protected]> Sun, 02 Aug 2009 22:48:47 +0100 - -bnd (0.0.337.1-1) experimental; urgency=low - - * Initial release. (Closes: #539558) - - -- Ludovic Claude <[email protected]> Sun, 19 Jul 2009 19:48:06 +0100 Copied: tags/bnd/1.50.0-5/debian/changelog (from rev 16253, trunk/bnd/debian/changelog) =================================================================== --- tags/bnd/1.50.0-5/debian/changelog (rev 0) +++ tags/bnd/1.50.0-5/debian/changelog 2012-07-25 19:02:28 UTC (rev 16254) @@ -0,0 +1,125 @@ +bnd (1.50.0-5) unstable; urgency=low + + * d/rules: Fix FTBFS after update to eclipse 3.8.0~rc4-1 (Closes: #682647). + * d/copyright: Update to copyright format 1.0. + + -- Damien Raude-Morvan <[email protected]> Wed, 25 Jul 2012 00:34:41 +0200 + +bnd (1.50.0-4) unstable; urgency=low + + * Fix FTBFS after update to eclipse 3.7.2-1 (Closes: #669533). + * Add Jakub Adam to Uploaders. + * Bump Standards-Version to 3.9.3: no changes needed. + + -- Jakub Adam <[email protected]> Mon, 30 Apr 2012 22:44:59 +0200 + +bnd (1.50.0-3) unstable; urgency=low + + * d/rules: Fix broken link with Eclipse JDT during build. (Closes: #655548). + * d/patches/display_bsn_on_missing_bundle.diff: Improve error message when + some bundle is missing. + + -- Damien Raude-Morvan <[email protected]> Tue, 17 Jan 2012 23:16:19 +0100 + +bnd (1.50.0-2) unstable; urgency=low + + [ Miguel Landaeta ] + * Team upload. + + [ James Page ] + * Fix FTBFS with OpenJDK 7 (LP: #888926) (Closes: #651389): + - d/ant.properties: Set default source/target to 1.5 to ensure + backwards compatibility and avoid Java 7 encoding errors. + + -- Miguel Landaeta <[email protected]> Thu, 08 Dec 2011 21:41:18 -0430 + +bnd (1.50.0-1) unstable; urgency=low + + * New upstream release. + * d/control: Add Build-Depends on libbindex-java. + * d/{bootstrap,rules}: Add bindex.jar to classpath. + * d/patches/no_git_during_build.diff: Don't try to use GIT during build. + * d/patches/osgi43_fixes.diff: Some fixes for libosgi-core-java >= 4.3. + * d/patches/no_felix.diff: Drop dependency on felix-framework (to remove + dependency cycle). + + -- Damien Raude-Morvan <[email protected]> Wed, 09 Nov 2011 22:39:08 +0100 + +bnd (1.44.0-1) unstable; urgency=low + + * New upstream version. + * Bump Standards-Version to 3.9.2: no changes needed. + * d/copyright: Upgrade to latest DEP-5 version. + * Use upstream build system: + - d/orig-tar.sh: Rework to use github (Closes: #640839). + - d/build.xml, d/build.properties: Drop. + - d/bootstrap.xml: Build a small bnd.jar just for its own bootstrap. + - Rename d/svn-transform.sh to d/git-transform.sh and remove unneeded bits. + * Enable full OSGi and Eclipse modules (Closes: #565749) : + - d/control: Add Build-Depends on libswt-gtk-3-java, eclipse-rcp, + eclipse-jdt and libosgi-core-java + - d/control: Only Suggests: eclipse-rcp, eclipse-jdt + + -- Damien Raude-Morvan <[email protected]> Wed, 26 Oct 2011 00:59:39 +0200 + +bnd (0.0.384-2) unstable; urgency=low + + * Team upload. + * Switch to source format 3.0. + * Update Standards-Version: 3.9.1. + + -- Torsten Werner <[email protected]> Tue, 30 Aug 2011 19:28:43 +0200 + +bnd (0.0.384-1) unstable; urgency=low + + * New upstream release + * Exclude the Filter class from the distribution as it has + some copyright issues and it is not used anymore in this + new version of BND + * Update copyright according to upstream changes, all + contentious issues have been cleared. + * Bump up Standards-Version to 3.8.3, no change + + -- Ludovic Claude <[email protected]> Wed, 02 Sep 2009 12:14:20 +0100 + +bnd (0.0.337.2-3) unstable; urgency=low + + * Force name of bnd library installed in /usr/share/java + to be bnd.jar instead of bndlib.jar + + -- Ludovic Claude <[email protected]> Fri, 14 Aug 2009 14:38:12 +0100 + +bnd (0.0.337.2-2) unstable; urgency=low + + [Ludovic Claude] + * Add man page for bnd script + + [Damien Raude-Morvan] + * Add myself as Uploaders + * Install a "bnd" shell script to execute BND command line interface + - Add debian/bnd.sh script + - Add Depends on java-wrapper, used as helper for launch script + * Add debian/watch + * Remove duplicate Section declaration on first binary package + + -- Ludovic Claude <[email protected]> Fri, 07 Aug 2009 14:12:23 +0100 + +bnd (0.0.337.2-1) experimental; urgency=low + + * Create a pseudo new upstream version to reflect the changes in the + source tarball. + + -- Ludovic Claude <[email protected]> Tue, 04 Aug 2009 20:30:17 +0100 + +bnd (0.0.337.1-2) experimental; urgency=low + + * Fix copyright issues + * Don't include the test jars in the source tarball + + -- Ludovic Claude <[email protected]> Sun, 02 Aug 2009 22:48:47 +0100 + +bnd (0.0.337.1-1) experimental; urgency=low + + * Initial release. (Closes: #539558) + + -- Ludovic Claude <[email protected]> Sun, 19 Jul 2009 19:48:06 +0100 Deleted: tags/bnd/1.50.0-5/debian/copyright =================================================================== --- trunk/bnd/debian/copyright 2012-07-18 00:32:07 UTC (rev 16248) +++ tags/bnd/1.50.0-5/debian/copyright 2012-07-25 19:02:28 UTC (rev 16254) @@ -1,301 +0,0 @@ -Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 -Upstream-Name: BND -Upstream-Contact: Peter Kriens, aQute SARL -Source: https://github.com/bnd/bnd - -Files: * -Copyright: 2006-2009, aQute SARL -License: Apache-2.0 - -Files: biz.aQute.bnd/src/swing2swt/layout/AWTLayout.java - biz.aQute.bnd/src/swing2swt/layout/GridLayout.java -Copyright: Copyright (c) 2003 IBM Corporation and others. -License: IBM-License - -Files: aQute.libg/src/aQute/libg/clauses/Selector.java - biz.aQute.bndlib/src/aQute/bnd/compatibility/Signatures.java -Copyright: Copyright (c) 2006-2010, OSGi Alliance. -License: Apache-2.0 - -Files: biz.aQute.bndlib/src/test/lib/deployer/obr/NanoHTTPD.java -Copyright: Copyright (C) 2001,2005-2011 by Jarno Elonen <[email protected]> - Copyright (C) 2010 by Konstantinos Togias <[email protected]> -License: BSD-3-clause - -Files: debian/* -Copyright: 2009, Ludovic Claude <[email protected]> - 2011, Damien Raude-Morvan <[email protected]> -License: Apache-2.0 - -Files: biz.aQute.junit/src/aQute/junit/runtime/Operation.java - biz.aQute.junit/src/aQute/junit/runtime/OSGiTestCase.java - biz.aQute.junit/src/aQute/junit/runtime/VoidOperation.java -Copyright: Copyright (c) 2010 Neil Bartlett. -License: - Eclipse Public License - v 1.0 - . - THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE - PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE - PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - . - 1. DEFINITIONS - . - "Contribution" means: - . - a) in the case of the initial Contributor, the initial code and documentation - distributed under this Agreement, and - b) in the case of each subsequent Contributor: - . - i) changes to the Program, and - . - ii) additions to the Program; - . - where such changes and/or additions to the Program originate from and are - distributed by that particular Contributor. A Contribution 'originates' - from a Contributor if it was added to the Program by such Contributor itself - or anyone acting on such Contributor's behalf. Contributions do not include - additions to the Program which: (i) are separate modules of software - distributed in conjunction with the Program under their own license - agreement, and (ii) are not derivative works of the Program. - . - "Contributor" means any person or entity that distributes the Program. - . - "Licensed Patents " mean patent claims licensable by a Contributor which are - necessarily infringed by the use or sale of its Contribution alone or when - combined with the Program. - . - "Program" means the Contributions distributed in accordance with this - Agreement. - . - "Recipient" means anyone who receives the Program under this Agreement, - including all Contributors. - . - 2. GRANT OF RIGHTS - . - a) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free copyright license to - reproduce, prepare derivative works of, publicly display, publicly perform, - distribute and sublicense the Contribution of such Contributor, if any, - and such derivative works, in source code and object code form. - . - b) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free patent license under - Licensed Patents to make, use, sell, offer to sell, import and otherwise - transfer the Contribution of such Contributor, if any, in source code and - object code form. This patent license shall apply to the combination of - the Contribution and the Program if, at the time the Contribution is added - by the Contributor, such addition of the Contribution causes such - combination to be covered by the Licensed Patents. The patent license shall - not apply to any other combinations which include the Contribution. No - hardware per se is licensed hereunder. - . - c) Recipient understands that although each Contributor grants the licenses - to its Contributions set forth herein, no assurances are provided by any - Contributor that the Program does not infringe the patent or other - intellectual property rights of any other entity. Each Contributor disclaims - any liability to Recipient for claims brought by any other entity based on - infringement of intellectual property rights or otherwise. As a condition to - exercising the rights and licenses granted hereunder, each Recipient hereby - assumes sole responsibility to secure any other intellectual property rights - needed, if any. For example, if a third party patent license is required to - allow Recipient to distribute the Program, it is Recipient's responsibility - to acquire that license before distributing the Program. - . - d) Each Contributor represents that to its knowledge it has sufficient - copyright rights in its Contribution, if any, to grant the copyright license - set forth in this Agreement. - . - 3. REQUIREMENTS - . - A Contributor may choose to distribute the Program in object code form under - its own license agreement, provided that: - . - a) it complies with the terms and conditions of this Agreement; and - . - b) its license agreement: - . - i) effectively disclaims on behalf of all Contributors all warranties and - conditions, express and implied, including warranties or conditions of title - and non-infringement, and implied warranties or conditions of merchantability - and fitness for a particular purpose; - . - ii) effectively excludes on behalf of all Contributors all liability for - damages, including direct, indirect, special, incidental and consequential - damages, such as lost profits; - . - iii) states that any provisions which differ from this Agreement are offered - by that Contributor alone and not by any other party; and - . - iv) states that source code for the Program is available from such - Contributor, and informs licensees how to obtain it in a reasonable manner on - or through a medium customarily used for software exchange. - . - When the Program is made available in source code form: - . - a) it must be made available under this Agreement; and - . - b) a copy of this Agreement must be included with each copy of the Program. - . - Contributors may not remove or alter any copyright notices contained within - the Program. - . - Each Contributor must identify itself as the originator of its Contribution, - if any, in a manner that reasonably allows subsequent Recipients to identify - the originator of the Contribution. - . - 4. COMMERCIAL DISTRIBUTION - . - Commercial distributors of software may accept certain responsibilities with - respect to end users, business partners and the like. While this license is - intended to facilitate the commercial use of the Program, the Contributor who - includes the Program in a commercial product offering should do so in a manner - which does not create potential liability for other Contributors. Therefore, - if a Contributor includes the Program in a commercial product offering, such - Contributor ("Commercial Contributor") hereby agrees to defend and indemnify - every other Contributor ("Indemnified Contributor") against any losses, - damages and costs (collectively "Losses") arising from claims, lawsuits and - other legal actions brought by a third party against the Indemnified - Contributor to the extent caused by the acts or omissions of such Commercial - Contributor in connection with its distribution of the Program in a commercial - product offering. The obligations in this section do not apply to any claims - or Losses relating to any actual or alleged intellectual property - infringement. In order to qualify, an Indemnified Contributor must: - a) promptly notify the Commercial Contributor in writing of such claim, and - b) allow the Commercial Contributor to control, and cooperate with the - Commercial Contributor in, the defense and any related settlement - negotiations. The Indemnified Contributor may participate in any such claim - at its own expense. - . - For example, a Contributor might include the Program in a commercial product - offering, Product X. That Contributor is then a Commercial Contributor. If - that Commercial Contributor then makes performance claims, or offers - warranties related to Product X, those performance claims and warranties are - such Commercial Contributor's responsibility alone. Under this section, the - Commercial Contributor would have to defend claims against the other - Contributors related to those performance claims and warranties, and if a - court requires any other Contributor to pay any damages as a result, the - Commercial Contributor must pay those damages. - . - 5. NO WARRANTY - . - EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON - AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER - EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR - CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A - PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the - appropriateness of using and distributing the Program and assumes all - risks associated with its exercise of rights under this Agreement , - including but not limited to the risks and costs of program errors, - compliance with applicable laws, damage to or loss of data, programs or - equipment, and unavailability or interruption of operations. - . - 6. DISCLAIMER OF LIABILITY - . - EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY - CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION - LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE - EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGES. - . - 7. GENERAL - . - If any provision of this Agreement is invalid or unenforceable under - applicable law, it shall not affect the validity or enforceability of the - remainder of the terms of this Agreement, and without further action by - the parties hereto, such provision shall be reformed to the minimum extent - necessary to make such provision valid and enforceable. - . - If Recipient institutes patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Program itself - (excluding combinations of the Program with other software or hardware) - infringes such Recipient's patent(s), then such Recipient's rights granted - under Section 2(b) shall terminate as of the date such litigation is filed. - . - All Recipient's rights under this Agreement shall terminate if it fails to - comply with any of the material terms or conditions of this Agreement and - does not cure such failure in a reasonable period of time after becoming - aware of such noncompliance. If all Recipient's rights under this Agreement - terminate, Recipient agrees to cease use and distribution of the Program as - soon as reasonably practicable. However, Recipient's obligations under this - Agreement and any licenses granted by Recipient relating to the Program - shall continue and survive. - . - Everyone is permitted to copy and distribute copies of this Agreement, but - in order to avoid inconsistency the Agreement is copyrighted and may only - be modified in the following manner. The Agreement Steward reserves the - right to publish new versions (including revisions) of this Agreement from - time to time. No one other than the Agreement Steward has the right to - modify this Agreement. The Eclipse Foundation is the initial Agreement - Steward. The Eclipse Foundation may assign the responsibility to serve as - the Agreement Steward to a suitable separate entity. Each new version of - the Agreement will be given a distinguishing version number. The Program - (including Contributions) may always be distributed subject to the version - of the Agreement under which it was received. In addition, after a new - version of the Agreement is published, Contributor may elect to distribute - the Program (including its Contributions) under the new version. Except as - expressly stated in Sections 2(a) and 2(b) above, Recipient receives no - rights or licenses to the intellectual property of any Contributor under - this Agreement, whether expressly, by implication, estoppel or otherwise. - All rights in the Program not expressly granted under this Agreement are - reserved. - . - This Agreement is governed by the laws of the State of New York and the - intellectual property laws of the United States of America. No party to - this Agreement will bring a legal action under this Agreement more than - one year after the cause of action arose. Each party waives its rights to - a jury trial in any resulting litigation. - - -License: Apache-2.0 - On Debian GNU/Linux system you can find the complete text of the - Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. - -License: IBM-License - (Looks like a BSD license) - The sample program(s) is/are owned by International Business Machines - Corporation or one of its subsidiaries ("IBM") and is/are copyrighted and - licensed, not sold. - . - You may copy, modify, and distribute this/these sample program(s) in any form - without payment to IBM, for any purpose including developing, using, marketing - or distributing programs that include or are derivative works of the sample - program(s). - . - The sample program(s) is/are provided to you on an "AS IS" basis, without - warranty of any kind. IBM HEREBY EXPRESSLY DISCLAIMS ALL WARRANTIES, EITHER - EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Some jurisdictions do - not allow for the exclusion or limitation of implied warranties, so the above - limitations or exclusions may not apply to you. IBM shall not be liable for - any damages you suffer as a result of using, modifying or distributing the - sample program(s) or its/their derivatives. - . - Each copy of any portion of this/these sample program(s) or any derivative - work, must include the above copyright notice and disclaimer of warranty. - -License: BSD-3-clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - . - Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. Redistributions in - binary form must reproduce the above copyright notice, this list of - conditions and the following disclaimer in the documentation and/or other - materials provided with the distribution. The name of the author may not - be used to endorse or promote products derived from this software without - specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copied: tags/bnd/1.50.0-5/debian/copyright (from rev 16253, trunk/bnd/debian/copyright) =================================================================== --- tags/bnd/1.50.0-5/debian/copyright (rev 0) +++ tags/bnd/1.50.0-5/debian/copyright 2012-07-25 19:02:28 UTC (rev 16254) @@ -0,0 +1,301 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: BND +Upstream-Contact: Peter Kriens, aQute SARL +Source: https://github.com/bnd/bnd + +Files: * +Copyright: 2006-2009, aQute SARL +License: Apache-2.0 + +Files: biz.aQute.bnd/src/swing2swt/layout/AWTLayout.java + biz.aQute.bnd/src/swing2swt/layout/GridLayout.java +Copyright: Copyright (c) 2003 IBM Corporation and others. +License: IBM-License + +Files: aQute.libg/src/aQute/libg/clauses/Selector.java + biz.aQute.bndlib/src/aQute/bnd/compatibility/Signatures.java +Copyright: Copyright (c) 2006-2010, OSGi Alliance. +License: Apache-2.0 + +Files: biz.aQute.bndlib/src/test/lib/deployer/obr/NanoHTTPD.java +Copyright: Copyright (C) 2001,2005-2011 by Jarno Elonen <[email protected]> + Copyright (C) 2010 by Konstantinos Togias <[email protected]> +License: BSD-3-clause + +Files: debian/* +Copyright: 2009, Ludovic Claude <[email protected]> + 2011, Damien Raude-Morvan <[email protected]> +License: Apache-2.0 + +Files: biz.aQute.junit/src/aQute/junit/runtime/Operation.java + biz.aQute.junit/src/aQute/junit/runtime/OSGiTestCase.java + biz.aQute.junit/src/aQute/junit/runtime/VoidOperation.java +Copyright: Copyright (c) 2010 Neil Bartlett. +License: other + Eclipse Public License - v 1.0 + . + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE + PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + . + 1. DEFINITIONS + . + "Contribution" means: + . + a) in the case of the initial Contributor, the initial code and documentation + distributed under this Agreement, and + b) in the case of each subsequent Contributor: + . + i) changes to the Program, and + . + ii) additions to the Program; + . + where such changes and/or additions to the Program originate from and are + distributed by that particular Contributor. A Contribution 'originates' + from a Contributor if it was added to the Program by such Contributor itself + or anyone acting on such Contributor's behalf. Contributions do not include + additions to the Program which: (i) are separate modules of software + distributed in conjunction with the Program under their own license + agreement, and (ii) are not derivative works of the Program. + . + "Contributor" means any person or entity that distributes the Program. + . + "Licensed Patents " mean patent claims licensable by a Contributor which are + necessarily infringed by the use or sale of its Contribution alone or when + combined with the Program. + . + "Program" means the Contributions distributed in accordance with this + Agreement. + . + "Recipient" means anyone who receives the Program under this Agreement, + including all Contributors. + . + 2. GRANT OF RIGHTS + . + a) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free copyright license to + reproduce, prepare derivative works of, publicly display, publicly perform, + distribute and sublicense the Contribution of such Contributor, if any, + and such derivative works, in source code and object code form. + . + b) Subject to the terms of this Agreement, each Contributor hereby grants + Recipient a non-exclusive, worldwide, royalty-free patent license under + Licensed Patents to make, use, sell, offer to sell, import and otherwise + transfer the Contribution of such Contributor, if any, in source code and + object code form. This patent license shall apply to the combination of + the Contribution and the Program if, at the time the Contribution is added + by the Contributor, such addition of the Contribution causes such + combination to be covered by the Licensed Patents. The patent license shall + not apply to any other combinations which include the Contribution. No + hardware per se is licensed hereunder. + . + c) Recipient understands that although each Contributor grants the licenses + to its Contributions set forth herein, no assurances are provided by any + Contributor that the Program does not infringe the patent or other + intellectual property rights of any other entity. Each Contributor disclaims + any liability to Recipient for claims brought by any other entity based on + infringement of intellectual property rights or otherwise. As a condition to + exercising the rights and licenses granted hereunder, each Recipient hereby + assumes sole responsibility to secure any other intellectual property rights + needed, if any. For example, if a third party patent license is required to + allow Recipient to distribute the Program, it is Recipient's responsibility + to acquire that license before distributing the Program. + . + d) Each Contributor represents that to its knowledge it has sufficient + copyright rights in its Contribution, if any, to grant the copyright license + set forth in this Agreement. + . + 3. REQUIREMENTS + . + A Contributor may choose to distribute the Program in object code form under + its own license agreement, provided that: + . + a) it complies with the terms and conditions of this Agreement; and + . + b) its license agreement: + . + i) effectively disclaims on behalf of all Contributors all warranties and + conditions, express and implied, including warranties or conditions of title + and non-infringement, and implied warranties or conditions of merchantability + and fitness for a particular purpose; + . + ii) effectively excludes on behalf of all Contributors all liability for + damages, including direct, indirect, special, incidental and consequential + damages, such as lost profits; + . + iii) states that any provisions which differ from this Agreement are offered + by that Contributor alone and not by any other party; and + . + iv) states that source code for the Program is available from such + Contributor, and informs licensees how to obtain it in a reasonable manner on + or through a medium customarily used for software exchange. + . + When the Program is made available in source code form: + . + a) it must be made available under this Agreement; and + . + b) a copy of this Agreement must be included with each copy of the Program. + . + Contributors may not remove or alter any copyright notices contained within + the Program. + . + Each Contributor must identify itself as the originator of its Contribution, + if any, in a manner that reasonably allows subsequent Recipients to identify + the originator of the Contribution. + . + 4. COMMERCIAL DISTRIBUTION + . + Commercial distributors of software may accept certain responsibilities with + respect to end users, business partners and the like. While this license is + intended to facilitate the commercial use of the Program, the Contributor who + includes the Program in a commercial product offering should do so in a manner + which does not create potential liability for other Contributors. Therefore, + if a Contributor includes the Program in a commercial product offering, such + Contributor ("Commercial Contributor") hereby agrees to defend and indemnify + every other Contributor ("Indemnified Contributor") against any losses, + damages and costs (collectively "Losses") arising from claims, lawsuits and + other legal actions brought by a third party against the Indemnified + Contributor to the extent caused by the acts or omissions of such Commercial + Contributor in connection with its distribution of the Program in a commercial + product offering. The obligations in this section do not apply to any claims + or Losses relating to any actual or alleged intellectual property + infringement. In order to qualify, an Indemnified Contributor must: + a) promptly notify the Commercial Contributor in writing of such claim, and + b) allow the Commercial Contributor to control, and cooperate with the + Commercial Contributor in, the defense and any related settlement + negotiations. The Indemnified Contributor may participate in any such claim + at its own expense. + . + For example, a Contributor might include the Program in a commercial product + offering, Product X. That Contributor is then a Commercial Contributor. If + that Commercial Contributor then makes performance claims, or offers + warranties related to Product X, those performance claims and warranties are + such Commercial Contributor's responsibility alone. Under this section, the + Commercial Contributor would have to defend claims against the other + Contributors related to those performance claims and warranties, and if a + court requires any other Contributor to pay any damages as a result, the + Commercial Contributor must pay those damages. + . + 5. NO WARRANTY + . + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON + AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER + EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR + CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A + PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the + appropriateness of using and distributing the Program and assumes all + risks associated with its exercise of rights under this Agreement , + including but not limited to the risks and costs of program errors, + compliance with applicable laws, damage to or loss of data, programs or + equipment, and unavailability or interruption of operations. + . + 6. DISCLAIMER OF LIABILITY + . + EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY + CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION + LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE + EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGES. + . + 7. GENERAL + . + If any provision of this Agreement is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of the + remainder of the terms of this Agreement, and without further action by + the parties hereto, such provision shall be reformed to the minimum extent + necessary to make such provision valid and enforceable. + . + If Recipient institutes patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Program itself + (excluding combinations of the Program with other software or hardware) + infringes such Recipient's patent(s), then such Recipient's rights granted + under Section 2(b) shall terminate as of the date such litigation is filed. + . + All Recipient's rights under this Agreement shall terminate if it fails to + comply with any of the material terms or conditions of this Agreement and + does not cure such failure in a reasonable period of time after becoming + aware of such noncompliance. If all Recipient's rights under this Agreement + terminate, Recipient agrees to cease use and distribution of the Program as + soon as reasonably practicable. However, Recipient's obligations under this + Agreement and any licenses granted by Recipient relating to the Program + shall continue and survive. + . + Everyone is permitted to copy and distribute copies of this Agreement, but + in order to avoid inconsistency the Agreement is copyrighted and may only + be modified in the following manner. The Agreement Steward reserves the + right to publish new versions (including revisions) of this Agreement from + time to time. No one other than the Agreement Steward has the right to + modify this Agreement. The Eclipse Foundation is the initial Agreement + Steward. The Eclipse Foundation may assign the responsibility to serve as + the Agreement Steward to a suitable separate entity. Each new version of + the Agreement will be given a distinguishing version number. The Program + (including Contributions) may always be distributed subject to the version + of the Agreement under which it was received. In addition, after a new + version of the Agreement is published, Contributor may elect to distribute + the Program (including its Contributions) under the new version. Except as + expressly stated in Sections 2(a) and 2(b) above, Recipient receives no + rights or licenses to the intellectual property of any Contributor under + this Agreement, whether expressly, by implication, estoppel or otherwise. + All rights in the Program not expressly granted under this Agreement are + reserved. + . + This Agreement is governed by the laws of the State of New York and the + intellectual property laws of the United States of America. No party to + this Agreement will bring a legal action under this Agreement more than + one year after the cause of action arose. Each party waives its rights to + a jury trial in any resulting litigation. + +License: Apache-2.0 + On Debian GNU/Linux system you can find the complete text of the + Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. Redistributions in + binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or other + materials provided with the distribution. The name of the author may not + be used to endorse or promote products derived from this software without + specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: IBM-License + (Looks like a BSD license) + The sample program(s) is/are owned by International Business Machines + Corporation or one of its subsidiaries ("IBM") and is/are copyrighted and + licensed, not sold. + . + You may copy, modify, and distribute this/these sample program(s) in any form + without payment to IBM, for any purpose including developing, using, marketing + or distributing programs that include or are derivative works of the sample + program(s). + . + The sample program(s) is/are provided to you on an "AS IS" basis, without + warranty of any kind. IBM HEREBY EXPRESSLY DISCLAIMS ALL WARRANTIES, EITHER + EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Some jurisdictions do + not allow for the exclusion or limitation of implied warranties, so the above + limitations or exclusions may not apply to you. IBM shall not be liable for + any damages you suffer as a result of using, modifying or distributing the + sample program(s) or its/their derivatives. + . + Each copy of any portion of this/these sample program(s) or any derivative + work, must include the above copyright notice and disclaimer of warranty. + Deleted: tags/bnd/1.50.0-5/debian/rules =================================================================== --- trunk/bnd/debian/rules 2012-07-18 00:32:07 UTC (rev 16248) +++ tags/bnd/1.50.0-5/debian/rules 2012-07-25 19:02:28 UTC (rev 16254) @@ -1,126 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/ant.mk - -MAVEN_REPO := http://repo1.maven.org/maven2/biz/aQute/bndlib/ -MAVEN_VERSION := 1.43.0 - -PACKAGE := $(DEB_SOURCE_PACKAGE) -VERSION := $(DEB_UPSTREAM_VERSION) -JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := ant-nodeps ant junit -DEB_ANT_BUILD_TARGET := build - -### Bootstrap build -pre-build:: debian/stamp-bootstrap -bootstrap: debian/stamp-bootstrap -debian/stamp-bootstrap: DEB_BUILDDIR=$(CURDIR) -debian/stamp-bootstrap: DEB_ANT_BUILDFILE=$(CURDIR)/debian/bootstrap.xml -debian/stamp-bootstrap: - $(DEB_ANT_INVOKE) - mkdir -p cnf/repo/biz.aQute.bnd/ \ - cnf/repo/com.springsource.junit/ \ - cnf/repo/org.eclipse.osgi \ - cnf/repo/osgi.core \ - cnf/repo/osgi.cmpn \ - cnf/repo/ee.minimum \ - cnf/repo/junit.osgi \ - cnf/repo/org.apache.tools.ant \ - cnf/repo/org.eclipse.core.runtime \ - cnf/repo/org.eclipse.core.resources \ - cnf/repo/org.eclipse.core.commands \ - cnf/repo/org.eclipse.jdt.core \ - cnf/repo/org.eclipse.jdt.ui \ - cnf/repo/org.eclipse.jdt.debug.ui \ - cnf/repo/org.eclipse.jdt.junit \ - cnf/repo/org.eclipse.jdt.launching \ - cnf/repo/org.eclipse.jface \ - cnf/repo/org.eclipse.jface.text \ - cnf/repo/org.eclipse.swt \ - cnf/repo/org.eclipse.debug.ui \ - cnf/repo/org.eclipse.debug.core \ - cnf/repo/org.eclipse.equinox.common \ - cnf/repo/org.eclipse.equinox.registry \ - cnf/repo/org.eclipse.ui \ - cnf/repo/org.eclipse.ui.editors \ - cnf/repo/org.eclipse.ui.workbench \ - cnf/repo/org.eclipse.ui.workbench.texteditor \ - cnf/repo/org.eclipse.ui.ide \ - cnf/repo/org.eclipse.core.jobs \ - cnf/repo/org.eclipse.text \ - cnf/repo/org.osgi.impl.bundle.bindex - ln -s $(CURDIR)/bootstrap/bnd.jar cnf/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar - ln -s /usr/share/java/junit.jar cnf/repo/com.springsource.junit/com.springsource.junit-3.8.2.jar - ln -s /usr/share/java/junit.jar cnf/repo/junit.osgi/junit.osgi-3.8.2.jar - ln -s /usr/share/java/osgi.core.jar cnf/repo/org.eclipse.osgi/org.eclipse.osgi-3.5.0.jar - ln -s /usr/share/java/osgi.core.jar cnf/repo/osgi.core/osgi.core-4.2.1.jar - ln -s /usr/share/java/osgi.compendium.jar cnf/repo/osgi.cmpn/osgi.cmpn-4.3.0.jar -# ln -s /usr/share/java/ee.foundation.jar cnf/repo/ee.minimum/ee.minimum-1.2.1.jar - ln -s /usr/share/java/ant.jar cnf/repo/org.apache.tools.ant/org.apache.tools.ant-1.7.1.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.core.runtime_*.jar cnf/repo/org.eclipse.core.runtime/org.eclipse.core.runtime-3.3.100.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.core.resources_*.jar cnf/repo/org.eclipse.core.resources/org.eclipse.core.resources-3.3.1.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.core.commands_*.jar cnf/repo/org.eclipse.core.commands/org.eclipse.core.commands-3.3.3.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.jdt.core_*.jar cnf/repo/org.eclipse.jdt.core/org.eclipse.jdt.core-3.3.3.jar - ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_*.jar cnf/repo/org.eclipse.jdt.ui/org.eclipse.jdt.ui-3.3.3.jar - ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*.jar cnf/repo/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui-3.2.102.jar - ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit_*.jar cnf/repo/org.eclipse.jdt.junit/org.eclipse.jdt.junit-3.3.3.jar - ln -s /usr/lib/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_*.jar cnf/repo/org.eclipse.jdt.launching/org.eclipse.jdt.launching-3.3.3.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.jface_*.jar cnf/repo/org.eclipse.jface/org.eclipse.jface-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.jface.text_*.jar cnf/repo/org.eclipse.jface.text/org.eclipse.jface.text-3.3.2.jar - ln -s /usr/lib/java/swt-gtk-*.jar cnf/repo/org.eclipse.swt/org.eclipse.swt-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.debug.ui_*.jar cnf/repo/org.eclipse.debug.ui/org.eclipse.debug.ui-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.debug.core_*.jar cnf/repo/org.eclipse.debug.core/org.eclipse.debug.core-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.equinox.common_*.jar cnf/repo/org.eclipse.equinox.common/org.eclipse.equinox.common-3.3.0.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.equinox.registry_*.jar cnf/repo/org.eclipse.equinox.registry/org.eclipse.equinox.registry-3.3.0.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.ui_*.jar cnf/repo/org.eclipse.ui/org.eclipse.ui-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.editors_*.jar cnf/repo/org.eclipse.ui.editors/org.eclipse.ui.editors-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.workbench_*.jar cnf/repo/org.eclipse.ui.workbench/org.eclipse.ui.workbench-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_*.jar cnf/repo/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditor-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.ide_*.jar cnf/repo/org.eclipse.ui.ide/org.eclipse.ui.ide-3.3.2.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.core.jobs_*.jar cnf/repo/org.eclipse.core.jobs/org.eclipse.core.jobs-3.3.1.jar - ln -s /usr/lib/eclipse/plugins/org.eclipse.text_*.jar cnf/repo/org.eclipse.text/org.eclipse.text-3.5.100.jar - ln -s /usr/share/java/bindex.jar cnf/repo/org.osgi.impl.bundle.bindex/org.osgi.impl.bundle.bindex-2.2.0.jar - touch $@ -clean-bootstrap: DEB_BUILDDIR=$(CURDIR) -clean-bootstrap: DEB_ANT_BUILDFILE=$(CURDIR)/debian/bootstrap.xml -clean-bootstrap: - $(DEB_ANT_INVOKE) clean - rm -rf cnf/repo/biz.aQute.bnd/ - rm -f debian/stamp-bootstrap - -### Standard build -install/$(PACKAGE):: - pod2man -c 'BND for Debian GNU/Linux' \ - -r $(PACKAGE)-$(VERSION) \ - debian/bnd.pod > debian/bnd.1 - -binary-post-install/$(PACKAGE):: - mkdir install/ - cp biz.aQute.bnd/tmp/biz.aQute.bnd.jar install/bnd.jar - cp biz.aQute.bndlib/tmp/biz.aQute.bndlib.jar install/bndlib.jar - cp biz.aQute.bnd/tmp/biz.aQute.bnd.annotation.jar install/bnd.annotation.jar - cp biz.aQute.launcher/tmp/biz.aQute.launcher.jar install/bnd.launcher.jar - cp biz.aQute.junit/tmp/biz.aQute.junit.jar install/bnd.junit.jar - mh_installpoms -p$(PACKAGE) -e$(VERSION) - mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom.xml install/bndlib.jar - jh_installlibs -p$(PACKAGE) install/bnd.jar - jh_installlibs -p$(PACKAGE) install/bnd.annotation.jar - jh_installlibs -p$(PACKAGE) install/bnd.launcher.jar - jh_installlibs -p$(PACKAGE) install/bnd.junit.jar - dh_install -p$(PACKAGE) debian/bnd.sh /usr/bin/ - mv $(DEB_DESTDIR)/usr/bin/bnd.sh $(DEB_DESTDIR)/usr/bin/bnd - -clean:: - jh_clean - mh_clean - -rm -rf install/ - -rm -f debian/bnd.1 - -get-orig-source: - debian/orig-tar.sh "" $(VERSION) - -get-orig-pom: - wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(MAVEN_VERSION)/bndlib-$(MAVEN_VERSION).pom - -.PHONY: bootstrap clean-bootstrap Copied: tags/bnd/1.50.0-5/debian/rules (from rev 16253, trunk/bnd/debian/rules) =================================================================== --- tags/bnd/1.50.0-5/debian/rules (rev 0) +++ tags/bnd/1.50.0-5/debian/rules 2012-07-25 19:02:28 UTC (rev 16254) @@ -0,0 +1,126 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +MAVEN_REPO := http://repo1.maven.org/maven2/biz/aQute/bndlib/ +MAVEN_VERSION := 1.43.0 + +PACKAGE := $(DEB_SOURCE_PACKAGE) +VERSION := $(DEB_UPSTREAM_VERSION) +JAVA_HOME := /usr/lib/jvm/default-java +DEB_JARS := ant-nodeps ant junit +DEB_ANT_BUILD_TARGET := build + +### Bootstrap build +pre-build:: debian/stamp-bootstrap +bootstrap: debian/stamp-bootstrap +debian/stamp-bootstrap: DEB_BUILDDIR=$(CURDIR) +debian/stamp-bootstrap: DEB_ANT_BUILDFILE=$(CURDIR)/debian/bootstrap.xml +debian/stamp-bootstrap: + $(DEB_ANT_INVOKE) + mkdir -p cnf/repo/biz.aQute.bnd/ \ + cnf/repo/com.springsource.junit/ \ + cnf/repo/org.eclipse.osgi \ + cnf/repo/osgi.core \ + cnf/repo/osgi.cmpn \ + cnf/repo/ee.minimum \ + cnf/repo/junit.osgi \ + cnf/repo/org.apache.tools.ant \ + cnf/repo/org.eclipse.core.runtime \ + cnf/repo/org.eclipse.core.resources \ + cnf/repo/org.eclipse.core.commands \ + cnf/repo/org.eclipse.jdt.core \ + cnf/repo/org.eclipse.jdt.ui \ + cnf/repo/org.eclipse.jdt.debug.ui \ + cnf/repo/org.eclipse.jdt.junit \ + cnf/repo/org.eclipse.jdt.launching \ + cnf/repo/org.eclipse.jface \ + cnf/repo/org.eclipse.jface.text \ + cnf/repo/org.eclipse.swt \ + cnf/repo/org.eclipse.debug.ui \ + cnf/repo/org.eclipse.debug.core \ + cnf/repo/org.eclipse.equinox.common \ + cnf/repo/org.eclipse.equinox.registry \ + cnf/repo/org.eclipse.ui \ + cnf/repo/org.eclipse.ui.editors \ + cnf/repo/org.eclipse.ui.workbench \ + cnf/repo/org.eclipse.ui.workbench.texteditor \ + cnf/repo/org.eclipse.ui.ide \ + cnf/repo/org.eclipse.core.jobs \ + cnf/repo/org.eclipse.text \ + cnf/repo/org.osgi.impl.bundle.bindex + ln -s $(CURDIR)/bootstrap/bnd.jar cnf/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar + ln -s /usr/share/java/junit.jar cnf/repo/com.springsource.junit/com.springsource.junit-3.8.2.jar + ln -s /usr/share/java/junit.jar cnf/repo/junit.osgi/junit.osgi-3.8.2.jar + ln -s /usr/share/java/osgi.core.jar cnf/repo/org.eclipse.osgi/org.eclipse.osgi-3.5.0.jar + ln -s /usr/share/java/osgi.core.jar cnf/repo/osgi.core/osgi.core-4.2.1.jar + ln -s /usr/share/java/osgi.compendium.jar cnf/repo/osgi.cmpn/osgi.cmpn-4.3.0.jar +# ln -s /usr/share/java/ee.foundation.jar cnf/repo/ee.minimum/ee.minimum-1.2.1.jar + ln -s /usr/share/java/ant.jar cnf/repo/org.apache.tools.ant/org.apache.tools.ant-1.7.1.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.core.runtime_*.jar cnf/repo/org.eclipse.core.runtime/org.eclipse.core.runtime-3.3.100.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.core.resources_*.jar cnf/repo/org.eclipse.core.resources/org.eclipse.core.resources-3.3.1.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.core.commands_*.jar cnf/repo/org.eclipse.core.commands/org.eclipse.core.commands-3.3.3.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.jdt.core_*.jar cnf/repo/org.eclipse.jdt.core/org.eclipse.jdt.core-3.3.3.jar + ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_*.jar cnf/repo/org.eclipse.jdt.ui/org.eclipse.jdt.ui-3.3.3.jar + ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*.jar cnf/repo/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui-3.2.102.jar + ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit_*.jar cnf/repo/org.eclipse.jdt.junit/org.eclipse.jdt.junit-3.3.3.jar + ln -s /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_*.jar cnf/repo/org.eclipse.jdt.launching/org.eclipse.jdt.launching-3.3.3.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.jface_*.jar cnf/repo/org.eclipse.jface/org.eclipse.jface-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.jface.text_*.jar cnf/repo/org.eclipse.jface.text/org.eclipse.jface.text-3.3.2.jar + ln -s /usr/lib/java/swt-gtk-*.jar cnf/repo/org.eclipse.swt/org.eclipse.swt-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.debug.ui_*.jar cnf/repo/org.eclipse.debug.ui/org.eclipse.debug.ui-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.debug.core_*.jar cnf/repo/org.eclipse.debug.core/org.eclipse.debug.core-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.equinox.common_*.jar cnf/repo/org.eclipse.equinox.common/org.eclipse.equinox.common-3.3.0.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.equinox.registry_*.jar cnf/repo/org.eclipse.equinox.registry/org.eclipse.equinox.registry-3.3.0.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.ui_*.jar cnf/repo/org.eclipse.ui/org.eclipse.ui-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.editors_*.jar cnf/repo/org.eclipse.ui.editors/org.eclipse.ui.editors-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.workbench_*.jar cnf/repo/org.eclipse.ui.workbench/org.eclipse.ui.workbench-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_*.jar cnf/repo/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditor-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.ui.ide_*.jar cnf/repo/org.eclipse.ui.ide/org.eclipse.ui.ide-3.3.2.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.core.jobs_*.jar cnf/repo/org.eclipse.core.jobs/org.eclipse.core.jobs-3.3.1.jar + ln -s /usr/lib/eclipse/plugins/org.eclipse.text_*.jar cnf/repo/org.eclipse.text/org.eclipse.text-3.5.100.jar + ln -s /usr/share/java/bindex.jar cnf/repo/org.osgi.impl.bundle.bindex/org.osgi.impl.bundle.bindex-2.2.0.jar + touch $@ +clean-bootstrap: DEB_BUILDDIR=$(CURDIR) +clean-bootstrap: DEB_ANT_BUILDFILE=$(CURDIR)/debian/bootstrap.xml +clean-bootstrap: + $(DEB_ANT_INVOKE) clean + rm -rf cnf/repo/biz.aQute.bnd/ + rm -f debian/stamp-bootstrap + +### Standard build +install/$(PACKAGE):: + pod2man -c 'BND for Debian GNU/Linux' \ + -r $(PACKAGE)-$(VERSION) \ + debian/bnd.pod > debian/bnd.1 + +binary-post-install/$(PACKAGE):: + mkdir install/ + cp biz.aQute.bnd/tmp/biz.aQute.bnd.jar install/bnd.jar + cp biz.aQute.bndlib/tmp/biz.aQute.bndlib.jar install/bndlib.jar + cp biz.aQute.bnd/tmp/biz.aQute.bnd.annotation.jar install/bnd.annotation.jar + cp biz.aQute.launcher/tmp/biz.aQute.launcher.jar install/bnd.launcher.jar + cp biz.aQute.junit/tmp/biz.aQute.junit.jar install/bnd.junit.jar + mh_installpoms -p$(PACKAGE) -e$(VERSION) + mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom.xml install/bndlib.jar + jh_installlibs -p$(PACKAGE) install/bnd.jar + jh_installlibs -p$(PACKAGE) install/bnd.annotation.jar + jh_installlibs -p$(PACKAGE) install/bnd.launcher.jar + jh_installlibs -p$(PACKAGE) install/bnd.junit.jar + dh_install -p$(PACKAGE) debian/bnd.sh /usr/bin/ + mv $(DEB_DESTDIR)/usr/bin/bnd.sh $(DEB_DESTDIR)/usr/bin/bnd + +clean:: + jh_clean + mh_clean + -rm -rf install/ + -rm -f debian/bnd.1 + +get-orig-source: + debian/orig-tar.sh "" $(VERSION) + +get-orig-pom: + wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(MAVEN_VERSION)/bndlib-$(MAVEN_VERSION).pom + +.PHONY: bootstrap clean-bootstrap _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

