r37082 - in /packages/timbl/trunk: debian/control libtimbl3-dev.install libtimbl3.install

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Sun Dec 12 17:46:19 UTC 2010


Author: joostvb
Date: Sun Dec 12 17:46:15 2010
New Revision: 37082

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37082
Log:
first shot at separating lib and dev from main package

Added:
    packages/timbl/trunk/libtimbl3-dev.install   (with props)
    packages/timbl/trunk/libtimbl3.install   (with props)
Modified:
    packages/timbl/trunk/debian/control

Modified: packages/timbl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/control?rev=37082&op=diff
==============================================================================
--- packages/timbl/trunk/debian/control (original)
+++ packages/timbl/trunk/debian/control Sun Dec 12 17:46:15 2010
@@ -35,3 +35,29 @@
  of Antwerp.
  .
  If you do scientific research in NLP, timbl will likely be of use to you.
+
+Package: libtimbl3-dev
+Section: libdevel
+Architecture: any
+Depends: libtimbl3 (= ${binary:Version}), ${misc:Depends}
+Description: Tilburg Memory Based Learner - development
+ The Tilburg Memory Based Learner, TiMBL, is a tool for Natural Language
+ Processing research, and for many other domains where classification tasks are
+ learned from examples.  It is an efficient implementation of k-nearest neighbor
+ classifier.
+ .
+ This package provides the TiMBL header files required to compile C++ programs
+ that use TiMBL.
+
+Package: libtimbl3
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Tilburg Memory Based Learner - runtime
+ The Tilburg Memory Based Learner, TiMBL, is a tool for Natural Language
+ Processing research, and for many other domains where classification tasks are
+ learned from examples.  It is an efficient implementation of k-nearest neighbor
+ classifier.
+ .
+ This package provides the runtime files required to run programs that use TiMBL.
+

Added: packages/timbl/trunk/libtimbl3-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/libtimbl3-dev.install?rev=37082&op=file
==============================================================================
--- packages/timbl/trunk/libtimbl3-dev.install (added)
+++ packages/timbl/trunk/libtimbl3-dev.install Sun Dec 12 17:46:15 2010
@@ -1,0 +1,4 @@
+# $Id$
+# $URL$
+lib/.libs/*.a    usr/lib
+include/*.h      usr/include

Propchange: packages/timbl/trunk/libtimbl3-dev.install
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/libtimbl3.install
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/libtimbl3.install?rev=37082&op=file
==============================================================================
--- packages/timbl/trunk/libtimbl3.install (added)
+++ packages/timbl/trunk/libtimbl3.install Sun Dec 12 17:46:15 2010
@@ -1,0 +1,3 @@
+# $Id$
+# $URL$
+/usr/lib/libTimbl.so*

Propchange: packages/timbl/trunk/libtimbl3.install
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev




More information about the debian-science-commits mailing list