[libfolia] 01/53: Initial import of new libfolia project

Joost van Baal joostvb at moszumanska.debian.org
Sat Sep 6 10:46:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

joostvb pushed a commit to branch master
in repository libfolia.

commit 02bda74cc69128a44dc1b0b90b4920b2a3a92794
Author: Ko van der Sloot <ko.vandersloot at uvt.nl>
Date:   Tue Nov 1 08:33:06 2011 +0000

    Initial import of new libfolia project
---
 debian/NEWS      |  4 ++++
 debian/changelog | 11 +++++++++++
 debian/compat    |  1 +
 debian/control   | 33 +++++++++++++++++++++++++++++++++
 debian/copyright | 33 +++++++++++++++++++++++++++++++++
 debian/rules     | 11 +++++++++++
 debian/watch     |  7 +++++++
 7 files changed, 100 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..6af1583
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,4 @@
+libfolia (0.2-1) unstable; urgency=low
+  * unreleased
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Mon, 31 Oct 2011 15:21:29 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ee4b138
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+libfolia (0.2-2) unstable; urgency=low
+
+  * Non-Maintainer upload
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl>  Mon, 31 Oct 2011 15:51:00 +0100
+
+libfolia (0.2-1) unstable; urgency=low
+
+  * Unpublished release.
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Mon, 31 Oct 2011 15:45:28 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..99b3752
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libfolia
+Section: science
+Priority: extra
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Joost van Baal <joostvb at debian.org>, Ko van der Sloot <Ko.vandersloot at uvt.nl>
+DM-Upload-Allowed: yes
+Build-Depends: cdbs, debhelper (>= 7), libicu-dev, libxml2-dev
+Standards-Version: 3.9.1
+Homepage: http://ilk.uvt.nl/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libfolia/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/
+
+Package: folia
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: implementation of the FoLiA document format
+ libfolia delivers a C++ API to create, serialize and manipulate documents in
+ the FoLiA format.
+ FoLiA is an XML-based format for Linguistic Annotation suitable for 
+ representing written language resources such as corpora. 
+ Its goal is to unify a variety of linguistic annotations in one single rich
+ format, without committing to any particular standard annotation set. 
+ Instead, it seeks to accommodate any desired system or tagset, and so offer
+ maximum flexibility. This makes FoLiA language independent.
+ see http://ilk.uvt.nl/folia/ for more information.
+ .
+ libfolia is a product of the ILK Research Group, Tilburg University (The
+ Netherlands).
+ .
+ If you are interested in using the FoLiA document format, e.g. to do
+ scientific research in natural language processing, libfolia will likely be of
+ use to you.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..18f7bf1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Ko van der Sloot <Ko.vanderSloot at uvt.nl> on
+Mon Oct 31 15:10:06 CET 2011.
+
+It was downloaded from https://ilk.uvt.nl/svn/sources/libfolia/trunk
+
+Files: debian/*
+Author: Ko van der Sloot
+Copyright: Copyright © 2011 Ko van der Sloot <Ko.vanderSloot at uvt.nl>
+License: GPL-3+
+ The Debian packaging is licensed under the GPL, version 3 or later,
+ see below.
+
+Files: *
+Author: Lead programmer: Ko van der Sloot; Code, algorithm, and design
+ contributions by: Maarten van Gompel
+Copyright: Copyright © 2006 - 2011, ILK Research Group (Tilburg
+ University, The Netherlands)
+License: GPL-3+
+ libfolia 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 3 of the License, or
+ (at your option) any later version.
+
+ libfolia 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.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+# $Id $
+# $URL $
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1a99654
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# $Id: $
+# $URL: $
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+override_dh_install:
+	dh_install
+	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8a43e5e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+# $Id: $
+# $URL $
+
+# See uscan(1) for format
+
+version=3
+http://ilk.uvt.nl/downloads/pub/software/libfolia-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfolia.git



More information about the debian-science-commits mailing list