r37084 - in /packages/timbl/trunk/debian: changelog control rules timbl.install

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Mon Dec 13 08:15:16 UTC 2010


Author: joostvb
Date: Mon Dec 13 08:15:13 2010
New Revision: 37084

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37084
Log:
actually ship stuff with timbl package. record changes

Added:
    packages/timbl/trunk/debian/timbl.install   (with props)
Modified:
    packages/timbl/trunk/debian/changelog
    packages/timbl/trunk/debian/control
    packages/timbl/trunk/debian/rules

Modified: packages/timbl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/changelog?rev=37084&op=diff
==============================================================================
--- packages/timbl/trunk/debian/changelog (original)
+++ packages/timbl/trunk/debian/changelog Mon Dec 13 08:15:13 2010
@@ -1,6 +1,11 @@
 timbl (6.3.1-2) UNRELEASED; urgency=low
 
   * Not yet released
+  * No longer maintained at
+    https://svn.ilk.uvt.nl/svn/trunk/sources/Timbl6/debian but at
+    debian-science project at Alioth.
+  * Split off libtimbl3 and libtimbl3-dev binary packages.
+  * Raise debhelper compat level from 5 to 7.
 
  -- Joost van Baal <joostvb at debian.org>  Sun, 12 Dec 2010 17:31:20 +0100
 

Modified: packages/timbl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/control?rev=37084&op=diff
==============================================================================
--- packages/timbl/trunk/debian/control (original)
+++ packages/timbl/trunk/debian/control Mon Dec 13 08:15:13 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Joost van Baal <joostvb at debian.org>, Ko van der Sloot <fix at me>
-Build-Depends: debhelper (>= 4.1.0), cdbs
+Build-Depends: debhelper (>= 7), cdbs
 Standards-Version: 3.8.0
 Homepage: http://ilk.uvt.nl/timbl/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/timbl/trunk
@@ -59,5 +59,6 @@
  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.
+ This package provides the runtime files required to run programs that use
+ TiMBL.
 

Modified: packages/timbl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/rules?rev=37084&op=diff
==============================================================================
--- packages/timbl/trunk/debian/rules (original)
+++ packages/timbl/trunk/debian/rules Mon Dec 13 08:15:13 2010
@@ -10,3 +10,13 @@
 ## DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=/usr/share
 ## DEB_DH_INSTALLINIT_ARGS := --onlyscripts --name timbl
 
+## DEB_INSTALL_DOCS_$(pkg-dev) := --no-act
+
+DEB_INSTALL_DOCS_libtimbl3 := --no-act
+DEB_INSTALL_DOCS_libtimbl3-dev := --no-act
+
+install/libtimbl3::
+	install -g 0 -o 0 -m 644 -p debian/copyright debian/libtimbl3/usr/share/doc/libtimbl3/copyright
+
+install/libtimbl3-dev::
+	install -g 0 -o 0 -m 644 -p debian/copyright debian/libtimbl3-dev/usr/share/doc/libtimbl3-dev/copyright

Added: packages/timbl/trunk/debian/timbl.install
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/timbl.install?rev=37084&op=file
==============================================================================
--- packages/timbl/trunk/debian/timbl.install (added)
+++ packages/timbl/trunk/debian/timbl.install Mon Dec 13 08:15:13 2010
@@ -1,0 +1,5 @@
+# $Id$
+# $URL$
+usr/bin
+usr/share/doc/timbl/examples
+usr/share/man/man1

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




More information about the debian-science-commits mailing list