r44154 - in /packages/mbt/trunk/debian: changelog control

sloot-guest at users.alioth.debian.org sloot-guest at users.alioth.debian.org
Wed Dec 14 15:31:46 UTC 2011


Author: sloot-guest
Date: Wed Dec 14 15:31:45 2011
New Revision: 44154

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44154
Log:
* modified debian/control to enable separate installs of executables,
  libmbt and libmbt-dev
* added debian/mbt.install debian/libmbt.install and 
  debian/libmbt-dev.install

Modified:
    packages/mbt/trunk/debian/changelog
    packages/mbt/trunk/debian/control

Modified: packages/mbt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/mbt/trunk/debian/changelog?rev=44154&op=diff
==============================================================================
--- packages/mbt/trunk/debian/changelog (original)
+++ packages/mbt/trunk/debian/changelog Wed Dec 14 15:31:45 2011
@@ -1,3 +1,12 @@
+mbt (3.2.6-2) unstable; urgency=low
+
+  * modified debian/control to enable separate installs of executables,
+    libmbt and libmbt-dev
+  * added debian/mbt.install debian/libmbt.install and 
+    debian/libmbt-dev.install
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl>  Wed, 14 Dec 2011 16:17:51 +0100
+
 mbt (3.2.6-1) unstable; urgency=low
 
   [ Ko van der Sloot ]

Modified: packages/mbt/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/mbt/trunk/debian/control?rev=44154&op=diff
==============================================================================
--- packages/mbt/trunk/debian/control (original)
+++ packages/mbt/trunk/debian/control Wed Dec 14 15:31:45 2011
@@ -12,8 +12,8 @@
 
 Package: mbt
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: memory-based tagger-generator and tagger for natural language processing
+Depends: ${shlibs:Depends}, ${misc:Depends}, timbl (>= 6.4.1)
+Description: memory-based tagger-generator and tagger 
  MBT is a memory-based tagger-generator and tagger in one. The tagger-generator
  part can generate a sequence tagger on the basis of a training set of tagged
  sequences; the tagger part can tag new sequences. MBT can, for instance, be
@@ -33,3 +33,43 @@
  .
  If you do scientific research in natural language processing, MBT will
  likely be of use to you.
+
+Package: libmbt-dev
+Section: libdevel
+Architecture: any
+Depends: libmbt (= ${binary:Version}), ${misc:Depends}, timbl (>= 6.4.1)
+Description: memory-based tagger-generator and tagger - development
+ MBT is a memory-based tagger-generator and tagger in one. The tagger-generator
+ part can generate a sequence tagger on the basis of a training set of tagged
+ sequences; the tagger part can tag new sequences. MBT can, for instance, be
+ used to generate part-of-speech taggers or chunkers for natural language
+ processing.
+ . 
+ MBT is a product of the ILK Research Group (Tilburg University, The
+ Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium).
+ .
+ If you do scientific research in natural language processing, MBT will
+ likely be of use to you.
+ .
+ This package provides the header files required to compile C++ programs that
+ use libmbt
+
+Package: libmbt
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, timbl (>= 6.4.1)
+Description: memory-based tagger-generator and tagger - runtime
+ MBT is a memory-based tagger-generator and tagger in one. The tagger-generator
+ part can generate a sequence tagger on the basis of a training set of tagged
+ sequences; the tagger part can tag new sequences. MBT can, for instance, be
+ used to generate part-of-speech taggers or chunkers for natural language
+ processing.
+ .
+ MBT is a product of the ILK Research Group (Tilburg University, The
+ Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium).
+ .
+ If you do scientific research in natural language processing, MBT will
+ likely be of use to you.
+ .
+ This package provides the runtime files required to run programs that use 
+ libmbt




More information about the debian-science-commits mailing list