---
ChangeLog | 4 ++++
debian/HOWTO | 12 ++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 debian/HOWTO
diff --git a/ChangeLog b/ChangeLog
index 5118e50..f5e0b28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-12-02 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * debian/HOWTO: How to make .deb package.
+
+2011-12-02 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Add package description files for .deb generation.
* README.Debian,
diff --git a/debian/HOWTO b/debian/HOWTO
new file mode 100644
index 0000000..813a7b1
--- /dev/null
+++ b/debian/HOWTO
@@ -0,0 +1,12 @@
+Use the following command:
+-------------------------
+
+git-buildpackage --git-export-dir=../build-area/ --git-builder="debuild --preserve-env --prepend-path=/usr/local/bin -i'\.git' -I.git "
+
+
+
+--preserve-env should NOT be used. However we enable this option to
+ use ccache while compiling.
+
+--prepend-path allows us to use a more recent version of Doxygen
+ located in /usr/local/bin.
\ No newline at end of file
--
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 next has been updated
via 39e1152eceddabf1c61e368c2f7bd477dbc2c46e (commit)
from 1a7b4fcf3f2e141a6b59bc39db3ae2298329b379 (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 -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 4 ++++
scribo/scribo/text/recognition.hh | 6 ++++++
2 files changed, 10 insertions(+), 0 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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/deb-packages has been created
at bc0d1bb356a329bbfeb973f66191fa1b6c0652f9 (commit)
- Log -----------------------------------------------------------------
bc0d1bb debian/HOWTO: Add more details.
d419030 Makefile.am: Add 'deb' rule.
74260e3 debian/copyright: Set copyright.
7361f55 build-aux/texi2dvi: Fix Dash incompatibility.
3aed89d src/scribo-cli.in: Move shebang on first line.
b20c747 Create first draft of manpages for distributed binaries.
66fab03 Update Debian package configuration.
3a925ba demo/viewer/runner.cc: Make detection of scribo-xml2doc more robust.
1abe3fb debian/HOWTO: How to make .deb package.
2fb9eaf Add package description files for .deb generation.
39e1152 scribo/text/recognition.hh: Restore previous locale.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
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