r43996 - in /packages/libfolia: ./ tags/ trunk/ trunk/debian/ trunk/debian/NEWS trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/watch

sloot-guest at users.alioth.debian.org sloot-guest at users.alioth.debian.org
Tue Nov 1 08:33:07 UTC 2011


Author: sloot-guest
Date: Tue Nov  1 08:33:06 2011
New Revision: 43996

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43996
Log:
Initial import of new libfolia project

Added:
    packages/libfolia/
    packages/libfolia/tags/
    packages/libfolia/trunk/
    packages/libfolia/trunk/debian/
    packages/libfolia/trunk/debian/NEWS
    packages/libfolia/trunk/debian/changelog
    packages/libfolia/trunk/debian/compat
    packages/libfolia/trunk/debian/control
    packages/libfolia/trunk/debian/copyright
    packages/libfolia/trunk/debian/rules   (with props)
    packages/libfolia/trunk/debian/watch

Added: packages/libfolia/trunk/debian/NEWS
URL: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/debian/NEWS?rev=43996&op=file
==============================================================================
--- packages/libfolia/trunk/debian/NEWS (added)
+++ packages/libfolia/trunk/debian/NEWS Tue Nov  1 08:33:06 2011
@@ -1,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

Added: packages/libfolia/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/debian/changelog?rev=43996&op=file
==============================================================================
--- packages/libfolia/trunk/debian/changelog (added)
+++ packages/libfolia/trunk/debian/changelog Tue Nov  1 08:33:06 2011
@@ -1,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

Added: packages/libfolia/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/debian/compat?rev=43996&op=file
==============================================================================
--- packages/libfolia/trunk/debian/compat (added)
+++ packages/libfolia/trunk/debian/compat Tue Nov  1 08:33:06 2011
@@ -1,0 +1,1 @@
+7

Added: packages/libfolia/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/debian/control?rev=43996&op=file
==============================================================================
--- packages/libfolia/trunk/debian/control (added)
+++ packages/libfolia/trunk/debian/control Tue Nov  1 08:33:06 2011
@@ -1,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.
+

Added: packages/libfolia/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/debian/copyright?rev=43996&op=file
==============================================================================
--- packages/libfolia/trunk/debian/copyright (added)
+++ packages/libfolia/trunk/debian/copyright Tue Nov  1 08:33:06 2011
@@ -1,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 $

Added: packages/libfolia/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/debian/rules?rev=43996&op=file
==============================================================================
--- packages/libfolia/trunk/debian/rules (added)
+++ packages/libfolia/trunk/debian/rules Tue Nov  1 08:33:06 2011
@@ -1,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'`

Propchange: packages/libfolia/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = 

Added: packages/libfolia/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/libfolia/trunk/debian/watch?rev=43996&op=file
==============================================================================
--- packages/libfolia/trunk/debian/watch (added)
+++ packages/libfolia/trunk/debian/watch Tue Nov  1 08:33:06 2011
@@ -1,0 +1,7 @@
+# $Id: $
+# $URL $
+
+# See uscan(1) for format
+
+version=3
+http://ilk.uvt.nl/downloads/pub/software/libfolia-(.*)\.tar\.gz




More information about the debian-science-commits mailing list