[med-svn] r11410 - in trunk/packages/logol/trunk: . debian debian/patches debian/source

Olivier Sallou osallou at alioth.debian.org
Thu Jun 21 09:40:40 UTC 2012


Author: osallou
Date: 2012-06-21 09:40:40 +0000 (Thu, 21 Jun 2012)
New Revision: 11410

Added:
   trunk/packages/logol/trunk/debian/
   trunk/packages/logol/trunk/debian/README.source
   trunk/packages/logol/trunk/debian/changelog
   trunk/packages/logol/trunk/debian/compat
   trunk/packages/logol/trunk/debian/control
   trunk/packages/logol/trunk/debian/copyright
   trunk/packages/logol/trunk/debian/docs
   trunk/packages/logol/trunk/debian/get-orig-source.sh
   trunk/packages/logol/trunk/debian/logol-bin.dirs
   trunk/packages/logol/trunk/debian/logol-bin.links
   trunk/packages/logol/trunk/debian/logol-bin.lintian-overrides
   trunk/packages/logol/trunk/debian/logol.dirs
   trunk/packages/logol/trunk/debian/logol.doc-base
   trunk/packages/logol/trunk/debian/logol.examples
   trunk/packages/logol/trunk/debian/logol.install
   trunk/packages/logol/trunk/debian/logol.links
   trunk/packages/logol/trunk/debian/logol.lintian-overrides
   trunk/packages/logol/trunk/debian/logol.manpages
   trunk/packages/logol/trunk/debian/patches/
   trunk/packages/logol/trunk/debian/patches/fixDrmmato6.2
   trunk/packages/logol/trunk/debian/patches/fixLibPath
   trunk/packages/logol/trunk/debian/patches/fix_doc_generation
   trunk/packages/logol/trunk/debian/patches/series
   trunk/packages/logol/trunk/debian/patches/setDebianDirs
   trunk/packages/logol/trunk/debian/postinst
   trunk/packages/logol/trunk/debian/rules
   trunk/packages/logol/trunk/debian/source/
   trunk/packages/logol/trunk/debian/source/format
   trunk/packages/logol/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications (1.5.0-1) to trunk


Property changes on: trunk/packages/logol/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/packages/logol/trunk/debian/README.source
===================================================================
--- trunk/packages/logol/trunk/debian/README.source	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/README.source	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,6 @@
+Information for package Logol
+----------------------------
+
+ logol-grammar.pdf can be generated from Doc/grammar/generate.sh.
+
+ API for prolog code (needed for extra developments only) can be generated with tools/generate-doc.sh but requires swi-prolog latex library, not available for the moment in Debian repository. It requires swi-prolog source install.

Added: trunk/packages/logol/trunk/debian/changelog
===================================================================
--- trunk/packages/logol/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/changelog	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,5 @@
+logol (1.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #678373).
+
+ -- Olivier Sallou <osallou at debian.org>  Thu, 21 Jun 2012 12:50:22 +0200

Added: trunk/packages/logol/trunk/debian/compat
===================================================================
--- trunk/packages/logol/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/compat	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1 @@
+8

Added: trunk/packages/logol/trunk/debian/control
===================================================================
--- trunk/packages/logol/trunk/debian/control	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/control	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,38 @@
+Source: logol
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>
+DM-Upload-Allowed: yes
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/logol/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/logol/trunk/?rev=0&sc=0
+Build-Depends: debhelper (>= 8.0.0),openjdk-6-jdk|default-jdk|sun-java6-jdk,ant,ruby (>=1.8),rubygems, gawk, swi-prolog,
+ libbiojava-java, libdrmaa-java, antlr3, libcommons-cli-java, libcommons-collections3-java, libcommons-configuration-java,
+ libcommons-lang-java, libcommons-logging-java, libxalan2-java, libxerces2-java, junit4, libgnumail-java,
+ liblog4j1.2-java,texlive, tex4ht, libncursesw5-dev, ruby-cassiopee, ant-optional
+Standards-Version: 3.9.3
+Homepage: http://logol.genouest.org
+
+Package: logol
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre|default-jre|sun-java6-jre, ruby (>=1.8),rubygems, gawk,
+ libbiojava-java, libdrmaa-java, antlr3, libcommons-cli-java, libcommons-collections3-java, libcommons-configuration-java,
+ libcommons-lang-java, libcommons-logging-java, libxalan2-java, libxerces2-java, libgnumail-java, liblog4j1.2-java,
+ ruby-cassiopee, logol-bin
+Description: Pattern maching tool using Logol language
+ Logol is a pattern matching tool using the logol language.
+ It searches with a specific grammar a pattern in small 
+ or large sequence (dna,rna,protein). It provides complete
+ result matching with the original grammar in the results.
+
+Package: logol-bin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, swi-prolog, libncursesw5
+Description: Pattern maching tool using Logol language
+ This package contains the Prolog binaries used by logol to parse
+ the sequence and match the grammar.
+ .
+ Logol is a pattern matching tool using the logol language.
+ It searches with a specific grammar a pattern in small    
+ or large sequence (dna,rna,protein). It provides complete
+ result matching with the original grammar in the results.

Added: trunk/packages/logol/trunk/debian/copyright
===================================================================
--- trunk/packages/logol/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/copyright	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,506 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: logol
+Source: https://gforge.inria.fr/projects/logolexec
+
+Files: Doc/pldoc.sty
+Copyright: 1985-2004 University of Amsterdam
+License: LGPL-2+
+ On Debian systems, you can find the GNU Lesser General Public License in
+ the file /usr/share/common-licenses/LGPL-2
+
+Files: *
+Copyright: 2011 Olivier Sallou <olivier.sallou at irisa.fr>
+License: CeCILL
+ CeCILL FREE SOFTWARE LICENSE AGREEMENT
+ .
+ .    Notice
+ .
+ This Agreement is a Free Software license agreement that is the result
+ of discussions between its authors in order to ensure compliance with
+ the two main principles guiding its drafting:
+ .
+    * firstly, compliance with the principles governing the distribution
+      of Free Software: access to source code, broad rights granted to
+      users,
+    * secondly, the election of a governing law, French law, with which
+      it is conformant, both as regards the law of torts and
+      intellectual property law, and the protection that it offers to
+      both authors and holders of the economic rights over software.
+ .
+ The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
+ license are:
+ .
+ Commissariat à l'Energie Atomique - CEA, a public scientific, technical
+ and industrial research establishment, having its principal place of
+ business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
+ .
+ Centre National de la Recherche Scientifique - CNRS, a public scientific
+ and technological establishment, having its principal place of business
+ at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
+ .
+ Institut National de Recherche en Informatique et en Automatique -
+ INRIA, a public scientific and technological establishment, having its
+ principal place of business at Domaine de Voluceau, Rocquencourt, BP
+ 105, 78153 Le Chesnay cedex, France.
+ .
+    Preamble
+ .
+ The purpose of this Free Software license agreement is to grant users
+ the right to modify and redistribute the software governed by this
+ license within the framework of an open source distribution model.
+ .
+ The exercising of these rights is conditional upon certain obligations
+ for users so as to preserve this status for all subsequent redistributions.
+ .
+ In consideration of access to the source code and the rights to copy,
+ modify and redistribute granted by the license, users are provided only
+ with a limited warranty and the software's author, the holder of the
+ economic rights, and the successive licensors only have limited liability.
+ .
+ In this respect, the risks associated with loading, using, modifying
+ and/or developing or reproducing the software by the user are brought to
+ the user's attention, given its Free Software status, which may make it
+ complicated to use, with the result that its use is reserved for
+ developers and experienced professionals having in-depth computer
+ knowledge. Users are therefore encouraged to load and test the
+ suitability of the software as regards their requirements in conditions
+ enabling the security of their systems and/or data to be ensured and,
+ more generally, to use and operate it in the same conditions of
+ security. This Agreement may be freely reproduced and published,
+ provided it is not altered, and that no provisions are either added or
+ removed herefrom.
+ .
+ This Agreement may apply to any or all software for which the holder of
+ the economic rights decides to submit the use thereof to its provisions.
+ .
+    Article 1 - DEFINITIONS
+ .
+ For the purpose of this Agreement, when the following expressions
+ commence with a capital letter, they shall have the following meaning:
+ .
+ Agreement: means this license agreement, and its possible subsequent
+ versions and annexes.
+ .
+ Software: means the software in its Object Code and/or Source Code form
+ and, where applicable, its documentation, "as is" when the Licensee
+ accepts the Agreement.
+ .
+ Initial Software: means the Software in its Source Code and possibly its
+ Object Code form and, where applicable, its documentation, "as is" when
+ it is first distributed under the terms and conditions of the Agreement.
+ .
+ Modified Software: means the Software modified by at least one
+ Contribution.
+ .
+ Source Code: means all the Software's instructions and program lines to
+ which access is required so as to modify the Software.
+ .
+ Object Code: means the binary files originating from the compilation of
+ the Source Code.
+ .
+ Holder: means the holder(s) of the economic rights over the Initial
+ Software.
+ .
+ Licensee: means the Software user(s) having accepted the Agreement.
+ .
+ Contributor: means a Licensee having made at least one Contribution.
+ .
+ Licensor: means the Holder, or any other individual or legal entity, who
+ distributes the Software under the Agreement.
+ .
+ Contribution: means any or all modifications, corrections, translations,
+ adaptations and/or new functions integrated into the Software by any or
+ all Contributors, as well as any or all Internal Modules.
+ .
+ Module: means a set of sources files including their documentation that
+ enables supplementary functions or services in addition to those offered
+ by the Software.
+ .
+ External Module: means any or all Modules, not derived from the
+ Software, so that this Module and the Software run in separate address
+ spaces, with one calling the other when they are run.
+ .
+ Internal Module: means any or all Module, connected to the Software so
+ that they both execute in the same address space.
+ .
+ GNU GPL: means the GNU General Public License version 2 or any
+ subsequent version, as published by the Free Software Foundation Inc.
+ .
+ Parties: mean both the Licensee and the Licensor.
+ .
+ These expressions may be used both in singular and plural form.
+ .
+    Article 2 - PURPOSE
+ .
+ The purpose of the Agreement is the grant by the Licensor to the
+ Licensee of a non-exclusive, transferable and worldwide license for the
+ Software as set forth in Article 5 hereinafter for the whole term of the
+ protection granted by the rights over said Software. 
+ .
+    Article 3 - ACCEPTANCE
+ .
+ 3.1 The Licensee shall be deemed as having accepted the terms and
+ conditions of this Agreement upon the occurrence of the first of the
+ following events:
+ .
+    * (i) loading the Software by any or all means, notably, by
+      downloading from a remote server, or by loading from a physical
+      medium;
+    * (ii) the first time the Licensee exercises any of the rights
+      granted hereunder.
+ .
+ 3.2 One copy of the Agreement, containing a notice relating to the
+ characteristics of the Software, to the limited warranty, and to the
+ fact that its use is restricted to experienced users has been provided
+ to the Licensee prior to its acceptance as set forth in Article 3.1
+ hereinabove, and the Licensee hereby acknowledges that it has read and
+ understood it.
+ .
+    Article 4 - EFFECTIVE DATE AND TERM
+ .
+      4.1 EFFECTIVE DATE
+ .
+ The Agreement shall become effective on the date when it is accepted by
+ the Licensee as set forth in Article 3.1.
+ .
+      4.2 TERM
+ .
+ The Agreement shall remain in force for the entire legal term of
+ protection of the economic rights over the Software.
+ .
+    Article 5 - SCOPE OF RIGHTS GRANTED
+ .
+ The Licensor hereby grants to the Licensee, who accepts, the following
+ rights over the Software for any or all use, and for the term of the
+ Agreement, on the basis of the terms and conditions set forth hereinafter.
+ .
+ Besides, if the Licensor owns or comes to own one or more patents
+ protecting all or part of the functions of the Software or of its
+ components, the Licensor undertakes not to enforce the rights granted by
+ these patents against successive Licensees using, exploiting or
+ modifying the Software. If these patents are transferred, the Licensor
+ undertakes to have the transferees subscribe to the obligations set
+ forth in this paragraph.
+ .
+      5.1 RIGHT OF USE
+ .
+ The Licensee is authorized to use the Software, without any limitation
+ as to its fields of application, with it being hereinafter specified
+ that this comprises:
+ .
+   1. permanent or temporary reproduction of all or part of the Software
+      by any or all means and in any or all form.
+ .
+   2. loading, displaying, running, or storing the Software on any or
+      all medium.
+ .
+   3. entitlement to observe, study or test its operation so as to
+      determine the ideas and principles behind any or all constituent
+      elements of said Software. This shall apply when the Licensee
+      carries out any or all loading, displaying, running, transmission
+      or storage operation as regards the Software, that it is entitled
+      to carry out hereunder.
+ .
+      5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
+ .
+ The right to make Contributions includes the right to translate, adapt,
+ arrange, or make any or all modifications to the Software, and the right
+ to reproduce the resulting software.
+ .
+ The Licensee is authorized to make any or all Contributions to the
+ Software provided that it includes an explicit notice that it is the
+ author of said Contribution and indicates the date of the creation thereof.
+ .
+      5.3 RIGHT OF DISTRIBUTION
+ .
+ In particular, the right of distribution includes the right to publish,
+ transmit and communicate the Software to the general public on any or
+ all medium, and by any or all means, and the right to market, either in
+ consideration of a fee, or free of charge, one or more copies of the
+ Software by any means.
+ .
+ The Licensee is further authorized to distribute copies of the modified
+ or unmodified Software to third parties according to the terms and
+ conditions set forth hereinafter.
+ .
+        5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
+ .
+ The Licensee is authorized to distribute true copies of the Software in
+ Source Code or Object Code form, provided that said distribution
+ complies with all the provisions of the Agreement and is accompanied by:
+ .
+   1. a copy of the Agreement,
+ .
+   2. a notice relating to the limitation of both the Licensor's
+      warranty and liability as set forth in Articles 8 and 9,
+ .
+ and that, in the event that only the Object Code of the Software is
+ redistributed, the Licensee allows future Licensees unhindered access to
+ the full Source Code of the Software by indicating how to access it, it
+ being understood that the additional cost of acquiring the Source Code
+ shall not exceed the cost of transferring the data.
+ .
+        5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
+ .
+ When the Licensee makes a Contribution to the Software, the terms and
+ conditions for the distribution of the resulting Modified Software
+ become subject to all the provisions of this Agreement.
+ .
+ The Licensee is authorized to distribute the Modified Software, in
+ source code or object code form, provided that said distribution
+ complies with all the provisions of the Agreement and is accompanied by:
+ .
+   1. a copy of the Agreement,
+ .
+   2. a notice relating to the limitation of both the Licensor's
+      warranty and liability as set forth in Articles 8 and 9,
+ .
+ and that, in the event that only the object code of the Modified
+ Software is redistributed, the Licensee allows future Licensees
+ unhindered access to the full source code of the Modified Software by
+ indicating how to access it, it being understood that the additional
+ cost of acquiring the source code shall not exceed the cost of
+ transferring the data.
+ .
+        5.3.3 DISTRIBUTION OF EXTERNAL MODULES
+ .
+ When the Licensee has developed an External Module, the terms and
+ conditions of this Agreement do not apply to said External Module, that
+ may be distributed under a separate license agreement.
+ .
+        5.3.4 COMPATIBILITY WITH THE GNU GPL
+ .
+ The Licensee can include a code that is subject to the provisions of one
+ of the versions of the GNU GPL in the Modified or unmodified Software,
+ and distribute that entire code under the terms of the same version of
+ the GNU GPL.
+ .
+ The Licensee can include the Modified or unmodified Software in a code
+ that is subject to the provisions of one of the versions of the GNU GPL,
+ and distribute that entire code under the terms of the same version of
+ the GNU GPL.
+ .
+    Article 6 - INTELLECTUAL PROPERTY
+ .
+      6.1 OVER THE INITIAL SOFTWARE
+ .
+ The Holder owns the economic rights over the Initial Software. Any or
+ all use of the Initial Software is subject to compliance with the terms
+ and conditions under which the Holder has elected to distribute its work
+ and no one shall be entitled to modify the terms and conditions for the
+ distribution of said Initial Software.
+ .
+ The Holder undertakes that the Initial Software will remain ruled at
+ least by this Agreement, for the duration set forth in Article 4.2.
+ .
+      6.2 OVER THE CONTRIBUTIONS
+ .
+ The Licensee who develops a Contribution is the owner of the
+ intellectual property rights over this Contribution as defined by
+ applicable law.
+ .
+      6.3 OVER THE EXTERNAL MODULES
+ .
+ The Licensee who develops an External Module is the owner of the
+ intellectual property rights over this External Module as defined by
+ applicable law and is free to choose the type of agreement that shall
+ govern its distribution.
+ .
+      6.4 JOINT PROVISIONS
+ .
+ The Licensee expressly undertakes:
+ .
+   1. not to remove, or modify, in any manner, the intellectual property
+      notices attached to the Software;
+ .
+   2. to reproduce said notices, in an identical manner, in the copies
+      of the Software modified or not.
+ .
+ The Licensee undertakes not to directly or indirectly infringe the
+ intellectual property rights of the Holder and/or Contributors on the
+ Software and to take, where applicable, vis-à-vis its staff, any and all
+ measures required to ensure respect of said intellectual property rights
+ of the Holder and/or Contributors.
+ .
+    Article 7 - RELATED SERVICES
+ .
+ 7.1 Under no circumstances shall the Agreement oblige the Licensor to
+ provide technical assistance or maintenance services for the Software.
+ .
+ However, the Licensor is entitled to offer this type of services. The
+ terms and conditions of such technical assistance, and/or such
+ maintenance, shall be set forth in a separate instrument. Only the
+ Licensor offering said maintenance and/or technical assistance services
+ shall incur liability therefor.
+ .
+ 7.2 Similarly, any Licensor is entitled to offer to its licensees, under
+ its sole responsibility, a warranty, that shall only be binding upon
+ itself, for the redistribution of the Software and/or the Modified
+ Software, under terms and conditions that it is free to decide. Said
+ warranty, and the financial terms and conditions of its application,
+ shall be subject of a separate instrument executed between the Licensor
+ and the Licensee.
+ .
+    Article 8 - LIABILITY
+ .
+ 8.1 Subject to the provisions of Article 8.2, the Licensee shall be
+ entitled to claim compensation for any direct loss it may have suffered
+ from the Software as a result of a fault on the part of the relevant
+ Licensor, subject to providing evidence thereof.
+ .
+ 8.2 The Licensor's liability is limited to the commitments made under
+ this Agreement and shall not be incurred as a result of in particular:
+ (i) loss due the Licensee's total or partial failure to fulfill its
+ obligations, (ii) direct or consequential loss that is suffered by the
+ Licensee due to the use or performance of the Software, and (iii) more
+ generally, any consequential loss. In particular the Parties expressly
+ agree that any or all pecuniary or business loss (i.e. loss of data,
+ loss of profits, operating loss, loss of customers or orders,
+ opportunity cost, any disturbance to business activities) or any or all
+ legal proceedings instituted against the Licensee by a third party,
+ shall constitute consequential loss and shall not provide entitlement to
+ any or all compensation from the Licensor.
+ .
+    Article 9 - WARRANTY
+ .
+ 9.1 The Licensee acknowledges that the scientific and technical
+ state-of-the-art when the Software was distributed did not enable all
+ possible uses to be tested and verified, nor for the presence of
+  possible defects to be detected. In this respect, the Licensee's
+ attention has been drawn to the risks associated with loading, using,
+ modifying and/or developing and reproducing the Software which are
+ reserved for experienced users.
+ .
+ The Licensee shall be responsible for verifying, by any or all means,
+ the suitability of the product for its requirements, its good working
+ order, and for ensuring that it shall not cause damage to either persons
+ or properties.
+ .
+ 9.2 The Licensor hereby represents, in good faith, that it is entitled
+ to grant all the rights over the Software (including in particular the
+ rights set forth in Article 5).
+ .
+ 9.3 The Licensee acknowledges that the Software is supplied "as is" by
+ the Licensor without any other express or tacit warranty, other than
+ that provided for in Article 9.2 and, in particular, without any warranty 
+ as to its commercial value, its secured, safe, innovative or relevant
+ nature.
+ .
+ Specifically, the Licensor does not warrant that the Software is free
+ from any error, that it will operate without interruption, that it will
+ be compatible with the Licensee's own equipment and software
+ configuration, nor that it will meet the Licensee's requirements.
+ .
+ 9.4 The Licensor does not either expressly or tacitly warrant that the
+ Software does not infringe any third party intellectual property right
+ relating to a patent, software or any other property right. Therefore,
+ the Licensor disclaims any and all liability towards the Licensee
+ arising out of any or all proceedings for infringement that may be
+ instituted in respect of the use, modification and redistribution of the
+ Software. Nevertheless, should such proceedings be instituted against
+ the Licensee, the Licensor shall provide it with technical and legal
+ assistance for its defense. Such technical and legal assistance shall be
+ decided on a case-by-case basis between the relevant Licensor and the
+ Licensee pursuant to a memorandum of understanding. The Licensor
+ disclaims any and all liability as regards the Licensee's use of the
+ name of the Software. No warranty is given as regards the existence of
+ prior rights over the name of the Software or as regards the existence
+ of a trademark.
+ .
+    Article 10 - TERMINATION
+ .
+ 10.1 In the event of a breach by the Licensee of its obligations
+ hereunder, the Licensor may automatically terminate this Agreement
+ thirty (30) days after notice has been sent to the Licensee and has
+ remained ineffective.
+ .
+ 10.2 A Licensee whose Agreement is terminated shall no longer be
+ authorized to use, modify or distribute the Software. However, any
+ licenses that it may have granted prior to termination of the Agreement
+ shall remain valid subject to their having been granted in compliance
+ with the terms and conditions hereof.
+ .
+    Article 11 - MISCELLANEOUS
+ .
+      11.1 EXCUSABLE EVENTS
+ .
+ Neither Party shall be liable for any or all delay, or failure to
+ perform the Agreement, that may be attributable to an event of force
+ majeure, an act of God or an outside cause, such as defective
+ functioning or interruptions of the electricity or telecommunications
+ networks, network paralysis following a virus attack, intervention by
+ government authorities, natural disasters, water damage, earthquakes,
+ fire, explosions, strikes and labor unrest, war, etc.
+ .
+ 11.2 Any failure by either Party, on one or more occasions, to invoke
+ one or more of the provisions hereof, shall under no circumstances be
+ interpreted as being a waiver by the interested Party of its right to
+ invoke said provision(s) subsequently.
+ .
+ 11.3 The Agreement cancels and replaces any or all previous agreements,
+ whether written or oral, between the Parties and having the same
+ purpose, and constitutes the entirety of the agreement between said
+ Parties concerning said purpose. No supplement or modification to the
+ terms and conditions hereof shall be effective as between the Parties
+ unless it is made in writing and signed by their duly authorized
+ representatives.
+ .
+ 11.4 In the event that one or more of the provisions hereof were to
+ conflict with a current or future applicable act or legislative text,
+ said act or legislative text shall prevail, and the Parties shall make
+ the necessary amendments so as to comply with said act or legislative
+ text. All other provisions shall remain effective. Similarly, invalidity
+ of a provision of the Agreement, for any reason whatsoever, shall not
+ cause the Agreement as a whole to be invalid.
+ .
+      11.5 LANGUAGE
+ .
+ The Agreement is drafted in both French and English and both versions
+ are deemed authentic.
+ .
+    Article 12 - NEW VERSIONS OF THE AGREEMENT
+ .
+ 12.1 Any person is authorized to duplicate and distribute copies of this
+ Agreement.
+ .
+ 12.2 So as to ensure coherence, the wording of this Agreement is
+ protected and may only be modified by the authors of the License, who
+ reserve the right to periodically publish updates or new versions of the
+ Agreement, each with a separate number. These subsequent versions may
+ address new issues encountered by Free Software.
+ .
+ 12.3 Any Software distributed under a given version of the Agreement may
+ only be subsequently distributed under the same version of the Agreement
+ or a subsequent version, subject to the provisions of Article 5.3.4.
+ .
+    Article 13 - GOVERNING LAW AND JURISDICTION
+ .
+ 13.1 The Agreement is governed by French law. The Parties agree to
+ endeavor to seek an amicable solution to any disagreements or disputes
+ that may arise during the performance of the Agreement.
+ .
+ 13.2 Failing an amicable solution within two (2) months as from their
+ occurrence, and unless emergency proceedings are necessary, the
+ disagreements or disputes shall be referred to the Paris Courts having
+ jurisdiction, by the more diligent Party.
+ .
+ Version 2.0 dated 2006-09-05.
+
+Files: debian/*
+Copyright: 2011 Olivier Sallou <olivier.sallou at irisa.fr>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: trunk/packages/logol/trunk/debian/docs
===================================================================
--- trunk/packages/logol/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/docs	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,8 @@
+changelog
+README.txt
+prolog/SWI-README
+Doc/LogolGrammar.txt
+Doc/tutorial.pdf
+Doc/logol-usage.pdf
+# Not available, requires antlrworks for generation
+#Doc/logol-grammar.pdf

Added: trunk/packages/logol/trunk/debian/get-orig-source.sh
===================================================================
--- trunk/packages/logol/trunk/debian/get-orig-source.sh	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/get-orig-source.sh	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+set -e
+
+PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
+VERSION=`uscan --rename --verbose --force-download | 
+    grep "Newest version on remote site is .* local version is .*" | 
+    head -n 1 | 
+    sed "s/Newest version on remote site is \([a-z0-9.]\+\),.*/\1/"`
+
+#VERSION=`dpkg-parsechangelog | awk '/^Version/ { print $2 }'| cut -d"-" -f1`
+#svn export  svn://scm.gforge.inria.fr/svn/logolexec/trunk/LogolExec ${PKG}-${VERSION}.orig
+
+mkdir -p ../tarballs
+cd ../tarballs
+
+UTAR="${PKG}_${VERSION}.orig.tar.bz2"
+mv ../${UTAR} .
+tar xfj ${UTAR}
+
+mv ${PKG}-${VERSION} ${PKG}-${VERSION}.orig
+
+rm -rf ${PKG}-${VERSION}.orig/Doc/uml
+rm -f ${PKG}-${VERSION}.orig/Doc/Service*
+#mv ${PKG}-${VERSION}.orig/lib/antlrworks-1.4.2.jar .
+rm -rf ${PKG}-${VERSION}.orig/lib/*
+#mv antlrworks-1.4.2.jar ${PKG}-${VERSION}.orig/lib/
+rm -rf ${PKG}-${VERSION}.orig/Doc/JavaDoc
+chmod 755 ${PKG}-${VERSION}.orig/Doc/grammar/*.sh
+chmod 755 ${PKG}-${VERSION}.orig/tools/*.sh
+rm -f ${PKG}-${VERSION}.orig/Doc/*.mdr*
+rm -f ${PKG}-${VERSION}.orig/prolog/*.exe
+# Will be regenerated at build time
+rm -f ${PKG}-${VERSION}.orig/src/org/irisa/genouest/logol/parser/*
+# Will be rewritten from template
+rm -f ${PKG}-${VERSION}.orig/tools/suffixSearch.sh
+
+
+BZIP2="--best" tar -cjf ${PKG}_${VERSION}.orig.tar.bz2 ${PKG}-${VERSION}.orig
+
+rm -rf ${PKG}-${VERSION}.orig


Property changes on: trunk/packages/logol/trunk/debian/get-orig-source.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/logol/trunk/debian/logol-bin.dirs
===================================================================
--- trunk/packages/logol/trunk/debian/logol-bin.dirs	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol-bin.dirs	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1 @@
+usr/lib/logol

Added: trunk/packages/logol/trunk/debian/logol-bin.links
===================================================================
--- trunk/packages/logol/trunk/debian/logol-bin.links	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol-bin.links	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,2 @@
+usr/lib/logol/logol.exe usr/share/logol/prolog/logol.exe
+usr/lib/logol/preanalyse.exe usr/share/logol/prolog/preanalyse.exe

Added: trunk/packages/logol/trunk/debian/logol-bin.lintian-overrides
===================================================================
--- trunk/packages/logol/trunk/debian/logol-bin.lintian-overrides	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol-bin.lintian-overrides	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,3 @@
+# Those executables are generated from Prolog code, stripping them prevent it from working
+logol-bin: unstripped-binary-or-object usr/lib/logol/preanalyse.exe
+logol-bin: unstripped-binary-or-object usr/lib/logol/logol.exe

Added: trunk/packages/logol/trunk/debian/logol.dirs
===================================================================
--- trunk/packages/logol/trunk/debian/logol.dirs	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol.dirs	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,4 @@
+etc/logol
+usr/share/logol
+var/log/logol
+var/lib/logol/results

Added: trunk/packages/logol/trunk/debian/logol.doc-base
===================================================================
--- trunk/packages/logol/trunk/debian/logol.doc-base	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol.doc-base	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,8 @@
+Document: logol
+Title: Logol User Manual
+Author: Olivier Sallou
+Abstract: Tutorial to build a grammar
+Section: Science/Biology
+
+Format: PDF
+Files: /usr/share/doc/logol/tutorial.pdf.gz

Added: trunk/packages/logol/trunk/debian/logol.examples
===================================================================
--- trunk/packages/logol/trunk/debian/logol.examples	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol.examples	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1 @@
+test/*

Added: trunk/packages/logol/trunk/debian/logol.install
===================================================================
--- trunk/packages/logol/trunk/debian/logol.install	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol.install	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,10 @@
+lib   usr/share/logol/
+prolog usr/share/logol/
+tools usr/share/logol/
+convert2fasta.sh  usr/share/logol/
+convert2gff.sh usr/share/logol/
+LogolExec.sh usr/share/logol/
+LogolMultiExec.sh usr/share/logol/
+Model2Grammar.sh usr/share/logol/
+log4j.properties usr/share/logol/
+

Added: trunk/packages/logol/trunk/debian/logol.links
===================================================================
--- trunk/packages/logol/trunk/debian/logol.links	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol.links	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,19 @@
+usr/share/logol/LogolMultiExec.sh  usr/bin/LogolMultiExec
+usr/share/logol/LogolExec.sh  usr/bin/LogolExec
+etc/logol/logol.properties  usr/share/logol/prolog/logol.properties
+usr/share/java/biojava.jar usr/share/logol/lib/biojava.jar
+usr/share/java/activation.jar usr/share/logol/lib/activation.jar
+usr/share/java/bytecode.jar usr/share/logol/lib/bytecode.jar
+usr/share/java/drmaa.jar usr/share/logol/lib/drmaa.jar
+usr/share/java/antlr3-runtime.jar usr/share/logol/lib/antlr.jar
+usr/share/java/commons-cli.jar usr/share/logol/lib/commons-cli.jar
+usr/share/java/commons-lang.jar usr/share/logol/lib/commons-lang.jar
+usr/share/java/commons-collections3.jar usr/share/logol/lib/commons-collections.jar
+usr/share/java/commons-logging.jar usr/share/logol/lib/commons-logging.jar
+usr/share/java/commons-configuration.jar usr/share/logol/lib/commons-configuration.jar
+usr/share/java/xalan2.jar usr/share/logol/lib/xalan.jar
+usr/share/java/xercesImpl.jar usr/share/logol/lib/xercesImpl.jar
+usr/share/java/xml-apis.jar usr/share/logol/lib/xml-apis.jar
+usr/share/java/gnumail.jar usr/share/logol/lib/mail.jar
+usr/share/java/log4j-1.2.jar usr/share/logol/lib/log4j-1.2.jar
+usr/share/java/serializer.jar usr/share/logol/lib/serializer.jar

Added: trunk/packages/logol/trunk/debian/logol.lintian-overrides
===================================================================
--- trunk/packages/logol/trunk/debian/logol.lintian-overrides	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol.lintian-overrides	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,5 @@
+# This is a template, not used by upstream program
+logol: executable-not-elf-or-script usr/share/logol/tools/suffixSearchTpl.sh
+# Work directories required for examples to run
+logol: package-contains-empty-directory usr/share/doc/logol/examples/results/
+logol: package-contains-empty-directory usr/share/doc/logol/examples/tmp/

Added: trunk/packages/logol/trunk/debian/logol.manpages
===================================================================
--- trunk/packages/logol/trunk/debian/logol.manpages	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/logol.manpages	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,2 @@
+Doc/LogolExec.1
+Doc/LogolMultiExec.1

Added: trunk/packages/logol/trunk/debian/patches/fixDrmmato6.2
===================================================================
--- trunk/packages/logol/trunk/debian/patches/fixDrmmato6.2	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/patches/fixDrmmato6.2	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,25 @@
+Subject: DRMAA API change between 6.1 and 6.2
+Description: Debian DRMAA is v6.2, API need an update
+Author: Olivier Sallou <osallou at debian.org>
+Last-Updated: 18/06/12
+--- a/src/org/irisa/genouest/logol/dispatcher/SGEJobManager.java
++++ b/src/org/irisa/genouest/logol/dispatcher/SGEJobManager.java
+@@ -10,6 +10,7 @@
+ import org.ggf.drmaa.Session;
+ import org.ggf.drmaa.SessionFactory;
+ import org.irisa.genouest.logol.Constants;
++import java.util.Arrays;
+ 
+ /*
+  * Manage the submission of jobs on a SGE system using DRMAA Java library.
+@@ -76,7 +77,9 @@
+ 			// Redirect DRM streams 
+ 		    jt.setOutputPath(":" + out+".out");		
+ 			jt.setErrorPath(":" + out + ".err");		
+-			jt.setArgs(new String[] {arguments,jobsArgs.get(i)," -output "+jobsOutput.get(i)});
++			String[] tmpargs = new String[] {arguments,jobsArgs.get(i)," -output "+jobsOutput.get(i)};
++			jt.setArgs(Arrays.asList(tmpargs));
++			// DRMAA 6.1 jt.setArgs(new String[] {arguments,jobsArgs.get(i)," -output "+jobsOutput.get(i)});
+ 		    jt.setRemoteCommand(installPath + System.getProperty(Constants.FILESEPARATORPROPERTY)+ "LogolExec.sh");
+ 		    jobId = session.runJob(jt);
+ 		    logger.info("Executing job: "+jobId);

Added: trunk/packages/logol/trunk/debian/patches/fixLibPath
===================================================================
--- trunk/packages/logol/trunk/debian/patches/fixLibPath	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/patches/fixLibPath	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,57 @@
+Subject: Use debian library for generation
+Description: Debian libraries should be used
+Author: Olivier Sallou <osallou at debian.org>
+Last-Updated: 18/06/12
+--- a/build.xml
++++ b/build.xml
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="ISO-8859-1"?>
+-<project name="LogolMatch" basedir="." default="create-jar">
++<project name="LogolMatch" basedir="." default="dist">
+ 
+ 	<property environment="env" />
+ 
+@@ -50,6 +50,9 @@
+ 		<fileset dir="${basedir}/lib">
+ 			<patternset refid="java.libs" />
+ 		</fileset>
++               <fileset dir="/usr/share/java" >
++                       <patternset refid="java.libs" />
++               </fileset>
+ 	</path>
+ 
+ 
+@@ -130,6 +133,25 @@
+ 				<fileset dir="${basedir}/lib">
+ 					<include name="**/*.jar" />
+ 				</fileset>
++                               <fileset dir="/usr/share/java" >
++                                       <include name="biojava.jar"/>
++                                       <include name="activation.jar"/>
++                                       <include name="bytecode.jar"/>
++                                       <include name="drmaa.jar"/>
++                                       <include name="antlr3-runtime.jar"/>
++                                       <include name="commons-cli.jar"/>
++                                       <include name="commons-lang.jar"/>
++                                       <include name="commons-collections3.jar"/>
++                                       <include name="commons-configuration.jar"/>
++                                       <include name="commons-logging.jar"/>
++                                       <include name="xalan2.jar"/>
++                                       <include name="xercesImpl.jar"/>
++                                       <include name="xml-apis.jar"/>
++                                       <include name="gnumail.jar"/>
++                                       <include name="log4j-1.2.jar"/>
++                                       <include name="serializer.jar"/>
++                                       <include name="junit4.jar"/>
++                               </fileset>
+ 			</classpath>
+ 			<sysproperty key="logol.install" value="${basedir}" />
+ 			<sysproperty key="log4j.configuration" value="file://${basedir}/log4j.properties" />
+@@ -189,6 +211,7 @@
+ 				<attribute name="Main-Class" value="org.irisa.genouest.logol.Logol" />
+ 				<attribute name="Implementation-Version" value="${version}" />
+ 				<attribute name="Implementation-Build" value="${build.nb}" />
++                                <attribute name="Class-Path" value="/usr/share/java/biojava.jar /usr/share/java/activation.jar /usr/share/java/bytecode.jar /usr/share/java/serializer.jar /usr/share/java/antlr3-runtime.jar /usr/share/java/drmaa.jar /usr/share/java/commons-cli.jar /usr/share/java/commons-collections3.jar /usr/share/java/commons-configuration.jar /usr/share/java/commons-lang.jar /usr/share/java/commons-logging.jar /usr/share/java/xalan2.jar /usr/share/java/xercesImpl.jar /usr/share/java/gnumail.jar /usr/share/java/log4j1.2.jar /usr/share/java/xml-apis.jar" />
+ 			</manifest>
+ 		</jar>
+ 	</target>

Added: trunk/packages/logol/trunk/debian/patches/fix_doc_generation
===================================================================
--- trunk/packages/logol/trunk/debian/patches/fix_doc_generation	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/patches/fix_doc_generation	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,15 @@
+Subject: Use debian library for generation
+Description: Debian libraries should be used
+Author: Olivier Sallou <osallou at debian.org>
+Last-Updated: 18/06/12
+--- a/Doc/grammar/generate.sh
++++ b/Doc/grammar/generate.sh
+@@ -9,7 +9,7 @@
+ 
+ rm -rf $CURDIR/output
+ mkdir $CURDIR/output
+-java -cp $CURDIR/../../lib/antlrworks-1.4.2.jar org.antlr.works.Console -f $CURDIR/logol.tmp.g -o $CURDIR/output/ -sd eps -verbose
++java -cp /usr/share/java/antlr.jar org.antlr.works.Console -f $CURDIR/logol.tmp.g -o $CURDIR/output/ -sd eps -verbose
+ 
+ rm $CURDIR/logol.tmp.g
+ 

Added: trunk/packages/logol/trunk/debian/patches/series
===================================================================
--- trunk/packages/logol/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/patches/series	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,4 @@
+fixLibPath
+fixDrmmato6.2
+setDebianDirs
+fix_doc_generation

Added: trunk/packages/logol/trunk/debian/patches/setDebianDirs
===================================================================
--- trunk/packages/logol/trunk/debian/patches/setDebianDirs	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/patches/setDebianDirs	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,55 @@
+Subject: Use debian dirs for logs
+Description: Debian policy hierarchy use
+Author: Olivier Sallou <osallou at debian.org>
+Last-Updated: 18/06/12
+--- a/log4j.properties
++++ b/log4j.properties
+@@ -13,6 +13,6 @@
+ 
+ 
+ log4j.appender.A2=org.apache.log4j.FileAppender
+-log4j.appender.A2.File=/home/osallou/CODE/TEST/logol.log
++log4j.appender.A2.File=/var/log/logol/logol.log
+ log4j.appender.A2.layout=org.apache.log4j.PatternLayout
+-log4j.appender.A2.layout.ConversionPattern=%d{MM-dd at HH:mm:ss} %-5p (%13F:%L) %3x - %m%n
+\ No newline at end of file
++log4j.appender.A2.layout.ConversionPattern=%d{MM-dd at HH:mm:ss} %-5p (%13F:%L) %3x - %m%n
+--- a/prolog/logol.properties
++++ b/prolog/logol.properties
+@@ -11,9 +11,9 @@
+ #maxMatchSize=30000
+ maxMatchSize=0
+ # Temporary directory used for the analysis. Should be local to the node
+-workingDir=/tmp/Logol
++workingDir=/tmp/
+ # Directory where to place the results. In case of cluster usage, result must be a shared directory between nodes
+-dir.result=/tmp/Logol
++dir.result=/var/lib/logol/results/
+ # Maximum length of a spacer when looking forward for a match
+ #maxSpacerLength=10000
+ maxSpacerLength=0
+@@ -42,4 +42,4 @@
+ # Use Vmatch [1] or internal tool [0] (default)
+ suffix.tool = 0
+ # Vmatch path, if used nad not in path
+-suffix.path=
+\ No newline at end of file
++suffix.path=
+--- a/LogolExec.sh
++++ b/LogolExec.sh
+@@ -17,5 +17,5 @@
+ 
+ echo "calling logol with parameters "$*
+ 
+-java -Xms512m -Xmx1024m  -Dlogol.install=$LOGOL_HOME -Dlogol.conf=$LOGOL_HOME/prolog/logol.properties -Dlog4j.configuration=file://$LOGOL_HOME/log4j.properties -classpath  $LOGOL_HOME/lib/biojava.jar:$LOGOL_HOME/lib/bytecode:$LOGOL_HOME/lib/mail.jar:$LOGOL_HOME/lib/activation.jar:$LOGOL_HOME/lib/xalan.jar:$LOGOL_HOME/lib/xercesImpl.jar:$LOGOL_HOME/lib/xml-apis.jar:$LOGOL_HOME/lib/serializer.jar:$LOGOL_HOME/lib/commons-configuration-1.5.jar:$LOGOL_HOME/lib/LogolExec.jar:$LOGOL_HOME/lib/commons-cli-1.1.jar:$LOGOL_HOME/lib/commons-collections-3.2.1.jar:$LOGOL_HOME/lib/commons-lang-2.4.jar:$LOGOL_HOME/lib/commons-logging-1.1.1.jar:$LOGOL_HOME/lib/log4j-1.2.15.jar:$LOGOL_HOME/lib/antlrworks-1.4.2.jar  org.irisa.genouest.logol.Logol  $*
++java -Xms512m -Xmx1024m  -Dlogol.install=$LOGOL_HOME -Dlogol.conf=$LOGOL_HOME/prolog/logol.properties -Dlog4j.configuration=file://$LOGOL_HOME/log4j.properties -classpath  $LOGOL_HOME/lib/biojava.jar:$LOGOL_HOME/lib/bytecode:$LOGOL_HOME/lib/mail.jar:$LOGOL_HOME/lib/activation.jar:$LOGOL_HOME/lib/xalan.jar:$LOGOL_HOME/lib/xercesImpl.jar:$LOGOL_HOME/lib/xml-apis.jar:$LOGOL_HOME/lib/serializer.jar:$LOGOL_HOME/lib/commons-configuration.jar:$LOGOL_HOME/lib/LogolExec.jar:$LOGOL_HOME/lib/commons-cli.jar:$LOGOL_HOME/lib/commons-collections.jar:$LOGOL_HOME/lib/commons-lang.jar:$LOGOL_HOME/lib/commons-logging.jar:$LOGOL_HOME/lib/log4j-1.2.jar:$LOGOL_HOME/lib/antlr.jar  org.irisa.genouest.logol.Logol  $*
+ 
+--- a/LogolMultiExec.sh
++++ b/LogolMultiExec.sh
+@@ -20,5 +20,5 @@
+ 
+ echo "calling logol with parameters "$*
+ 
+-java -Xms512m -Xmx1024m -Dlogol.install=$LOGOL_HOME -Dlogol.conf=$LOGOL_HOME/prolog/logol.properties -Dlog4j.configuration=file://$LOGOL_HOME/log4j.properties -classpath  $LOGOL_HOME/lib/xalan.jar:$LOGOL_HOME/lib/xercesImpl.jar:$LOGOL_HOME/lib/xml-apis.jar:$LOGOL_HOME/lib/mail.jar:$LOGOL_HOME/lib/activation.jar:$LOGOL_HOME/lib/biojava.jar:$LOGOL_HOME/lib/bytecode:$LOGOL_HOME/lib/drmaa.jar:$LOGOL_HOME/lib/commons-configuration-1.5.jar:$LOGOL_HOME/lib/LogolExec.jar:$LOGOL_HOME/lib/commons-cli-1.1.jar:$LOGOL_HOME/lib/commons-collections-3.2.1.jar:$LOGOL_HOME/lib/commons-lang-2.4.jar:$LOGOL_HOME/lib/commons-logging-1.1.1.jar:$LOGOL_HOME/lib/log4j-1.2.15.jar:$LOGOL_HOME/lib/antlrworks-1.4.2.jar  org.irisa.genouest.logol.dispatcher.Dispatch  $*
++java -Xms512m -Xmx1024m -Dlogol.install=$LOGOL_HOME -Dlogol.conf=$LOGOL_HOME/prolog/logol.properties -Dlog4j.configuration=file://$LOGOL_HOME/log4j.properties -classpath  $LOGOL_HOME/lib/xalan.jar:$LOGOL_HOME/lib/xercesImpl.jar:$LOGOL_HOME/lib/xml-apis.jar:$LOGOL_HOME/lib/mail.jar:$LOGOL_HOME/lib/activation.jar:$LOGOL_HOME/lib/biojava.jar:$LOGOL_HOME/lib/bytecode:$LOGOL_HOME/lib/drmaa.jar:$LOGOL_HOME/lib/commons-configuration.jar:$LOGOL_HOME/lib/LogolExec.jar:$LOGOL_HOME/lib/commons-cli.jar:$LOGOL_HOME/lib/commons-collections.jar:$LOGOL_HOME/lib/commons-lang.jar:$LOGOL_HOME/lib/commons-logging.jar:$LOGOL_HOME/lib/log4j-1.2.jar:$LOGOL_HOME/lib/antlr.jar  org.irisa.genouest.logol.dispatcher.Dispatch  $*
+ 

Added: trunk/packages/logol/trunk/debian/postinst
===================================================================
--- trunk/packages/logol/trunk/debian/postinst	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/postinst	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,40 @@
+#!/bin/sh
+# postinst script for logol
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+	chmod -R 777 /var/lib/logol/results
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0

Added: trunk/packages/logol/trunk/debian/rules
===================================================================
--- trunk/packages/logol/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/rules	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DEB_ANT_BUILD_TARGET=create-jar,test_swi
+
+%:
+	dh $@ 
+
+override_dh_install:
+	dh_install
+	#touch debian/logol/var/log/logol/logol.log
+	#chmod 644 debian/logol/var/log/logol/logol.log
+	rm -f debian/logol/usr/share/logol/prolog/*.c
+	mv debian/logol/usr/share/logol/prolog/logol.exe debian/logol-bin/usr/lib/logol/
+	mv debian/logol/usr/share/logol/prolog/preanalyse.exe debian/logol-bin/usr/lib/logol/
+	mv debian/logol/usr/share/logol/prolog/logol.properties debian/logol/etc/logol/logol.properties
+	chmod 755 debian/logol/usr/share/logol/*.sh
+	chmod 755 debian/logol/usr/share/logol/tools/*.sh
+	chmod 755 debian/logol/usr/share/logol/tools/*.rb
+	#chmod 755 debian/logol/usr/share/logol/prolog/*.sh
+	chmod 755 debian/logol/usr/share/logol/tools/mycostfunction
+	# Not available, requires pldoc, not currently available in Debian SWI-Prolog
+	#cp Doc/logolParser.pdf debian/logol/usr/share/doc/logol/
+
+override_dh_clean:
+	dh_clean
+	rm -f Swi*.xml
+	rm -f prolog/*.exe
+	rm -f lib/*.jar
+	rm -f *.log
+	rm -f src/org/irisa/genouest/logol/parser/*
+	rm -f tools/suffixSearch.sh
+
+override_dh_installexamples:
+	rm -f test/tmp/*
+	rm -f test/results/*
+	dh_installexamples
+
+override_dh_strip:
+	dh_strip -Xlogol.exe -Xpreanalyse.exe
+
+get-orig-source:
+	debian/get-orig-source.sh


Property changes on: trunk/packages/logol/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/logol/trunk/debian/source/format
===================================================================
--- trunk/packages/logol/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/source/format	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/logol/trunk/debian/watch
===================================================================
--- trunk/packages/logol/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/logol/trunk/debian/watch	2012-06-21 09:40:40 UTC (rev 11410)
@@ -0,0 +1,2 @@
+version=3
+https://gforge.inria.fr/frs/?group_id=1318  .*/logol-(\d[\d.-]+)\.tar\.bz2




More information about the debian-med-commit mailing list