[mbt] 70/80: * debian/libmbt1-dev.install, debian/libmbt-dev.install, debian/control: rename libmbt-dev to libmblt1-dev. Upstream cannot guarantee strong compatibility yet. * debian/control: change Build-Depends "libtimbl4-dev | libtimbl-dev" in "libtimbl4-dev": on second thought, we decided not to go for unversioned libtimbl-dev. See also Bug#718503: "release.debian.org: transition: timbl". * debian/control: change Build-Depends "libticcutils2-dev | libticcutils-dev" in "libticcutils2-dev (>=0.3)": on second thought, we decided not to go for unversioned libticcutils-dev. See also Bug#718501: "release.debian.org: transition: ticcutils". * debian/control: Standards-Version upgraded from policy 3.9.3 to 3.9.4 (no other changes needed: section 8.6 is mostly not applicable to us: we keep using shlibs files, not symbols, since we build from C++ sources).

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 03:11:14 UTC 2014


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

joostvb pushed a commit to branch master
in repository mbt.

commit 4944a55976d5465383abe1879fe5a56a643d9eff
Author: Joost van Baal-Ilić <joostvb at debian.org>
Date:   Thu Aug 1 17:50:07 2013 +0000

    * debian/libmbt1-dev.install, debian/libmbt-dev.install, debian/control:
      rename libmbt-dev to libmblt1-dev.  Upstream cannot guarantee strong
      compatibility yet.
    * debian/control: change Build-Depends "libtimbl4-dev | libtimbl-dev"
      in "libtimbl4-dev": on second thought, we decided not to go for
      unversioned libtimbl-dev.  See also Bug#718503: "release.debian.org:
      transition: timbl".
    * debian/control: change Build-Depends "libticcutils2-dev |
      libticcutils-dev" in "libticcutils2-dev (>=0.3)": on second thought, we
      decided not to go for unversioned libticcutils-dev.  See also Bug#718501:
      "release.debian.org: transition: ticcutils".
    * debian/control: Standards-Version upgraded from policy 3.9.3 to 3.9.4 (no
      other changes needed: section 8.6 is mostly not applicable to us: we keep
      using shlibs files, not symbols, since we build from C++ sources).
---
 debian/changelog           | 14 ++++++++++++++
 debian/control             | 10 +++++-----
 debian/libmbt-dev.install  |  6 ------
 debian/libmbt1-dev.install |  6 ++++++
 debian/libmbt1.install     |  4 ++--
 5 files changed, 27 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 83a4b81..284da3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,20 @@
 mbt (3.2.10-4) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/libmbt1-dev.install, debian/libmbt-dev.install, debian/control:
+    rename libmbt-dev to libmblt1-dev.  Upstream cannot guarantee strong
+    compatibility yet.
+  * debian/control: change Build-Depends "libtimbl4-dev | libtimbl-dev"
+    in "libtimbl4-dev": on second thought, we decided not to go for
+    unversioned libtimbl-dev.  See also Bug#718503: "release.debian.org:
+    transition: timbl".
+  * debian/control: change Build-Depends "libticcutils2-dev |
+    libticcutils-dev" in "libticcutils2-dev (>=0.3)": on second thought, we
+    decided not to go for unversioned libticcutils-dev.  See also Bug#718501:
+    "release.debian.org: transition: ticcutils".
+  * debian/control: Standards-Version upgraded from policy 3.9.3 to 3.9.4 (no
+    other changes needed: section 8.6 is mostly not applicable to us: we keep
+    using shlibs files, not symbols, since we build from C++ sources).
   * debian/TODO: remove obsolete file.
 
  -- Joost van Baal-Ilić <joostvb at debian.org>  Sat, 15 Jun 2013 12:55:57 +0200
diff --git a/debian/control b/debian/control
index 20605dd..7b5fb63 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ 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>
-Build-Depends: cdbs, debhelper (>= 7), libtimbl4-dev | libtimbl-dev, libxml2-dev, pkg-config, libticcutils2-dev | libticcutils-dev
-Standards-Version: 3.9.3
+Build-Depends: cdbs, debhelper (>= 7), libtimbl4-dev, libxml2-dev, pkg-config, libticcutils2-dev (>= 0.3)
+Standards-Version: 3.9.4
 Homepage: http://ilk.uvt.nl/mbt/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/mbt/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/mbt/trunk/
@@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/mbt/trunk/
 Package: mbt
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libtimbl4
-Description: memory-based tagger-generator and tagger 
+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,7 +33,7 @@ Description: memory-based tagger-generator and tagger
  If you do scientific research in natural language processing, MBT will
  likely be of use to you.
 
-Package: libmbt-dev
+Package: libmbt1-dev
 Section: libdevel
 Architecture: any
 Depends: libmbt1 (= ${binary:Version}), ${misc:Depends}, libtimbl4
@@ -45,7 +45,7 @@ Description: memory-based tagger-generator and tagger - development
  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).
  .
diff --git a/debian/libmbt-dev.install b/debian/libmbt-dev.install
deleted file mode 100644
index d977829..0000000
--- a/debian/libmbt-dev.install
+++ /dev/null
@@ -1,6 +0,0 @@
-# $Id: libmbt0-dev.install 44286 2011-12-29 10:05:53Z joostvb $
-# $URL: svn+ssh://sloot-guest@svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/libmbt0-dev.install $
-usr/lib/*.a
-usr/lib/libmbt.so
-usr/lib/pkgconfig
-usr/include/mbt
diff --git a/debian/libmbt1-dev.install b/debian/libmbt1-dev.install
new file mode 100644
index 0000000..c95a977
--- /dev/null
+++ b/debian/libmbt1-dev.install
@@ -0,0 +1,6 @@
+# $Id$
+# $URL$
+usr/lib/*.a
+usr/lib/libmbt.so
+usr/lib/pkgconfig
+usr/include/mbt
diff --git a/debian/libmbt1.install b/debian/libmbt1.install
index d9d5fc9..ba6288e 100644
--- a/debian/libmbt1.install
+++ b/debian/libmbt1.install
@@ -1,3 +1,3 @@
-# $Id: libmbt0.install 44277 2011-12-29 09:25:50Z joostvb $
-# $URL: svn+ssh://sloot-guest@svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/libmbt0.install $
+# $Id$
+# $URL$
 /usr/lib/libmbt.so.1*

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



More information about the debian-science-commits mailing list