---
ChangeLog | 4 ++++
debian/copyright | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6eaa816..c130337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-01-30 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * debian/copyright: Set copyright.
+
+2012-01-30 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* build-aux/texi2dvi: Fix Dash incompatibility.
2011-12-07 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/debian/copyright b/debian/copyright
index fd0dc60..e6130ab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,2 +1,2 @@
-All the contents in this package are in the public domain.
-You can do whatever you want with them.
+Copyright (C) 2012 EPITA Research and Development Laboratory (LRDE)
+The content of this package is under GPLv2 License.
\ No newline at end of file
--
1.7.2.5
Spam detection software, running on the system "kualalumpur.lrde.epita.fr", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: Click here! [...]
Content analysis details: (31.8 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.0 NO_REAL_NAME From: does not include a real name
0.5 ADDRESS_IN_SUBJECT To: address appears in Subject
1.5 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO
0.1 HTML_90_100 BODY: Message is 90% to 100% HTML
0.0 HTML_MESSAGE BODY: HTML included in message
3.1 HTML_IMAGE_ONLY_08 BODY: HTML: images with 400-800 bytes of words
3.0 BAYES_95 BODY: Bayesian spam probability is 95 to 99%
[score: 0.9635]
0.0 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
1.6 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
[Blocked - see <http://www.spamcop.net/bl.shtml?190.42.120.144>]
3.9 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
[190.42.120.144 listed in sbl-xbl.spamhaus.org]
1.6 URIBL_SBL Contains an URL listed in the SBL blocklist
[URIs: whipneedle.com]
3.8 URIBL_AB_SURBL Contains an URL listed in the AB SURBL blocklist
[URIs: whipneedle.com]
4.1 URIBL_JP_SURBL Contains an URL listed in the JP SURBL blocklist
[URIs: whipneedle.com]
2.1 URIBL_WS_SURBL Contains an URL listed in the WS SURBL blocklist
[URIs: whipneedle.com]
4.5 URIBL_SC_SURBL Contains an URL listed in the SC SURBL blocklist
[URIs: whipneedle.com]
0.9 HTML_SHORT_LINK_IMG_1 HTML is very short with a linked image
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
---
scribo/ChangeLog | 4 ++++
scribo/README | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 0aeb3dc..d14af81 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-21 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * README: update requirements information.
+
2011-11-16 Guillaume Lazzara <z(a)lrde.epita.fr>
* scribo/text/recognition.hh: Fix code for Tesseract 3.01
diff --git a/scribo/README b/scribo/README
index 4ba7f07..00bc235 100644
--- a/scribo/README
+++ b/scribo/README
@@ -59,7 +59,7 @@ dependencies should be installed :
- xsltproc
- fop
- GraphicsMagick++ or ImageMagick++
-- Tesseract 2.x or 3.x (strongly recommended)
+- Tesseract 2.x or 3.01 minimum (strongly recommended)
Warning: Tesseract 2.x is still supported however, you may encounter
crashes because of bugs with Tesseract and specific locales. Moreover,
@@ -74,6 +74,10 @@ KNOWN ISSUES
- Tesseract 2.x may cause crashes with specific system locales. It is
fixed in Tesseract 3.x
+- From Tesseract 3.00 to 3.01 API has changed, introducing
+ incompatibilities. We chose to be compatible with the latest version.
+ Hence, Scribo will not compile with Tesseract 3.00.
+
- Apple's GCC (llvm-{gcc,g++} 4.2) compiler provided with Mac OS X
Lion (10.7.0) has some trouble with strict aliasing and our code. If
you encounter any crashes or strange behaviors, try compiling with
--
1.7.2.5
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch exp/newdoc has been updated
via 1ddd7de0b34b608816ea1f10e7bc1c82b7e33ee3 (commit)
via 91060da53c6ae12125ad3ab9d707c6d37c90f334 (commit)
from e0226cbab4a078b353231ef52dfbaf9b47097706 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
1ddd7de doc/Makefile.am: Add more missing files in EXTRA_DIST.
91060da Change path to .bib files.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
doc/Makefile.am | 9 ++++++++-
scribo/ChangeLog | 7 +++++++
scribo/doc/Doxyfile.in | 4 ++--
scribo/doc/Makefile.am | 1 +
5 files changed, 22 insertions(+), 3 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform