[libfolia] 03/53: * Non-Maintaner upload * debian/control attempt to split in lib and -dev part * debian/libfolia.install and debian/libfolia-dev added

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 01f32df2e4075a432c9c78c088335bf5e3b93b0c
Author: Ko van der Sloot <ko.vandersloot at uvt.nl>
Date:   Tue Nov 1 14:09:55 2011 +0000

    * Non-Maintaner upload
    * debian/control attempt to split in lib and -dev part
    * debian/libfolia.install and debian/libfolia-dev added
---
 debian/changelog            |  8 ++++++++
 debian/control              | 44 +++++++++++++++++++++++++++++++++++++++++---
 debian/libfolia-dev.install |  1 +
 debian/libfolia.install     |  3 +++
 debian/rules                |  2 +-
 5 files changed, 54 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ee4b138..82c2de2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libfolia (0.2-3) unstable; urgency=low
+
+  * Non-Maintaner upload
+  * debian/control attempt to split in lib and -dev part
+  * debian/libfolia.install and debian/libfolia-dev added
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl>  Tue, 01 Nov 2011 15:05:58 +0100
+
 libfolia (0.2-2) unstable; urgency=low
 
   * Non-Maintainer upload
diff --git a/debian/control b/debian/control
index 99b3752..803f933 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,15 @@ 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
+Build-Depends: cdbs, debhelper (>= 7), pkg-config, 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
+Package: libfolia
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: implementation of the FoLiA document format
  libfolia delivers a C++ API to create, serialize and manipulate documents in
  the FoLiA format.
@@ -31,3 +31,41 @@ Description: implementation of the FoLiA document format
  scientific research in natural language processing, libfolia will likely be of
  use to you.
 
+Package: libfolia-dev
+Section: libdevel
+Architecture: any
+Depends: libfolia (=${binary:Version}, ${misc:Depends}
+Description: implementation of the FoLiA document 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).
+ .
+ This package provides the FoLiA header files required to compile C++ programs
+ that use libfolia
+
+Package: libfolia
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: implementation of the FoLiA document 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).
+ .
+ This package provides the runtime files required to run programs that use
+ libfolia
+
diff --git a/debian/libfolia-dev.install b/debian/libfolia-dev.install
new file mode 100644
index 0000000..62affb3
--- /dev/null
+++ b/debian/libfolia-dev.install
@@ -0,0 +1 @@
+usr/include/folia
diff --git a/debian/libfolia.install b/debian/libfolia.install
new file mode 100644
index 0000000..1f67848
--- /dev/null
+++ b/debian/libfolia.install
@@ -0,0 +1,3 @@
+usr/lib/*.a
+usr/lib/libfolia1.so
+usr/lib/pkgconfig
diff --git a/debian/rules b/debian/rules
index f01fe7b..532d745 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 override_dh_install:
+	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 	dh_install
-	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
\ No newline at end of file

-- 
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