[med-svn] r13704 - trunk/packages/logol/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Fri May 24 13:12:57 UTC 2013


Author: osallou-guest
Date: 2013-05-24 13:12:57 +0000 (Fri, 24 May 2013)
New Revision: 13704

Modified:
   trunk/packages/logol/trunk/debian/changelog
   trunk/packages/logol/trunk/debian/control
   trunk/packages/logol/trunk/debian/docs
   trunk/packages/logol/trunk/debian/rules
Log:
new upstream release, add doc generation now swi-prolog integrates pldoc, depend on new swi-prolog release

Modified: trunk/packages/logol/trunk/debian/changelog
===================================================================
--- trunk/packages/logol/trunk/debian/changelog	2013-05-23 12:12:13 UTC (rev 13703)
+++ trunk/packages/logol/trunk/debian/changelog	2013-05-24 13:12:57 UTC (rev 13704)
@@ -1,3 +1,15 @@
+logol (1.6.2-1) UNSTABLE; urgency=low
+
+  * New upstream release (bug fixes)
+
+  There is a bug in new swi-prolog preventing correct compilation without extra
+  flags arch dependant:
+  -L/lib/x86_64-linux-gnu/ -L/usr/lib/x86_64-linux-gnu -lgmp -ldl -lquadmath -lcurses -lunwind 
+
+  Waiting for further info, bug 709606 on swi-prolog
+
+ -- Olivier Sallou <osallou at debian.org>  Fri, 24 May 2013 14:37:24 +0200
+
 logol (1.6.1-1) unstable; urgency=low
 
   * New upstream release (bug fixes) 

Modified: trunk/packages/logol/trunk/debian/control
===================================================================
--- trunk/packages/logol/trunk/debian/control	2013-05-23 12:12:13 UTC (rev 13703)
+++ trunk/packages/logol/trunk/debian/control	2013-05-24 13:12:57 UTC (rev 13704)
@@ -6,7 +6,7 @@
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/logol/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/logol/trunk/
-Build-Depends: debhelper (>= 8.0.0),default-jdk (>= 1:1.6),ant,ruby (>=1.8),rubygems, gawk, swi-prolog,
+Build-Depends: debhelper (>= 8.0.0),default-jdk (>= 1:1.6),ant,ruby (>=1.8),rubygems, gawk, swi-prolog (>=6.2),
  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
@@ -27,7 +27,7 @@
 
 Package: logol-bin
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, swi-prolog, libncursesw5
+Depends: ${shlibs:Depends}, ${misc:Depends}, swi-prolog(>=6.2), libncursesw5
 Description: Pattern matching tool using Logol language
  This package contains the Prolog binaries used by Logol to parse
  the sequence and match the grammar.

Modified: trunk/packages/logol/trunk/debian/docs
===================================================================
--- trunk/packages/logol/trunk/debian/docs	2013-05-23 12:12:13 UTC (rev 13703)
+++ trunk/packages/logol/trunk/debian/docs	2013-05-24 13:12:57 UTC (rev 13704)
@@ -4,5 +4,6 @@
 Doc/LogolGrammar.txt
 Doc/tutorial.pdf
 Doc/logol-usage.pdf
+Doc/logolParser.pdf
 # Not available, requires antlrworks for generation
 #Doc/logol-grammar.pdf

Modified: trunk/packages/logol/trunk/debian/rules
===================================================================
--- trunk/packages/logol/trunk/debian/rules	2013-05-23 12:12:13 UTC (rev 13703)
+++ trunk/packages/logol/trunk/debian/rules	2013-05-24 13:12:57 UTC (rev 13704)
@@ -12,6 +12,7 @@
 
 override_dh_auto_build:
 	dh_auto_build -- $(DEB_ANT_ARGS)
+	ant -f build.xml doc
 
 override_dh_install:
 	dh_install




More information about the debian-med-commit mailing list