[libticcutils] 02/47: Initial config. yet to be tested

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 17:13:06 UTC 2014


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

joostvb pushed a commit to branch master
in repository libticcutils.

commit dfe7d5b0770523ace713573942784302e07b8d4f
Author: Ko van der Sloot <ko.vandersloot at uvt.nl>
Date:   Tue Aug 14 09:28:46 2012 +0000

    Initial config. yet to be tested
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 44 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright                | 32 ++++++++++++++++++++++++++++++
 debian/libticcutils-dev.install |  6 ++++++
 debian/libticcutils.install     |  3 +++
 debian/rules                    |  7 +++++++
 debian/source/format            |  1 +
 debian/watch                    |  7 +++++++
 9 files changed, 106 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ee8c05c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libticcutils (0.2-1) unstable; urgency=low
+
+  * UNRELEASES
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Tue, 14 Aug 2012 11:17: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..1aaeadd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: libticcutils
+Section: science
+Priority: extra
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Joost van Baal-Ilić <joostvb at debian.org>, Ko van der Sloot <ko.vandersloot at uvt.nl>
+DM-Upload-Allowed: yes
+Build-Depends: cdbs, debhelper (>= 7), pkg-config
+Standards-Version: 3.9.2
+Homepage: http://ilk.uvt.nl/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libticcutils/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/libticcutils/trunk/
+
+Package: libticcutils-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}
+Description: library for TiCC software
+ The TiCC utils C++ library contains useful functions and other goodies for
+ general use in TiMBL and other parts of the TiCC software stack and beyond.
+ .
+ TiCC utils is a product of the Tilburg centre for Cognition and Communication
+ (Tilburg University, The Netherlands).
+ .
+ If you do scientific research in NLP, TiCC software will likely be of use to
+ you.
+ This package provides the header files required to compile C++ programs
+ that use libticcutils.
+
+Package: libticcutils
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library for TiCC software
+ The TiCC utils C++ library contains useful functions and other goodies for
+ general use in TiMBL and other parts of the TiCC software stack and beyond.
+ .
+ TiCC utils is a product of the Tilburg centre for Cognition and Communication
+ (Tilburg University, The Netherlands).
+ .
+ If you do scientific research in NLP, TiCC software will likely be of use to
+ you.
+ .
+ This package provides the runtime files required to run programs that use
+ libticcutils.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8d442c2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by Ko van der Sloot <Ko.vanderSloot at uvt.nl> on
+Tue Aug 14 11:20:06 CET 2012.
+
+It was downloaded from https://ilk.uvt.nl/svn/sources/libticcutils/trunk
+
+Files: debian/*
+Author: Ko van der Sloot
+Copyright: Copyright © 2012 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
+Copyright: Copyright © 2006 - 2012, ILK Research Group (Tilburg
+ University, The Netherlands)
+License: GPL-3+
+ libticcutils 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.
+
+ libticcutils 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/libticcutils-dev.install b/debian/libticcutils-dev.install
new file mode 100644
index 0000000..edba3a1
--- /dev/null
+++ b/debian/libticcutils-dev.install
@@ -0,0 +1,6 @@
+# $Id$
+# $URL$
+usr/include/libticcutils
+usr/lib/*.a
+usr/lib/libticcutils.so
+usr/lib/pkgconfig
diff --git a/debian/libticcutils.install b/debian/libticcutils.install
new file mode 100644
index 0000000..e95e8af
--- /dev/null
+++ b/debian/libticcutils.install
@@ -0,0 +1,3 @@
+# $Id$
+# $URL$
+/usr/lib/libticcutils.so.1*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c711f7d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# $Id$
+# $URL$
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..941a216
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+# $Id: watch 44548 2012-03-01 14:19:43Z sloot-guest $
+# $URL: svn+ssh://sloot-guest@svn.debian.org/svn/debian-science/packages/libfolia/trunk/debian/watch $
+
+# See uscan(1) for format
+
+version=3
+http://software.ticc.uvt.nl/ticcutils-(.*)\.tar\.gz

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



More information about the debian-science-commits mailing list