[ucto] 03/03: Updated to new upstream (0.9.9, skipped 0.9.8, 0.9.7); Updated libfolia dependency to 1.10.1; ticcutils dependency to 0.16.1; Changed package libucto2 to libucto3 because of SO version change

Maarten van Gompel proycon-guest at moszumanska.debian.org
Tue Nov 7 10:46:41 UTC 2017


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

proycon-guest pushed a commit to branch master
in repository ucto.

commit 7392d5685e5495829be6459056c5a9e74b695a2c
Author: proycon <proycon at anaproy.nl>
Date:   Tue Nov 7 11:45:52 2017 +0100

    Updated to new upstream (0.9.9, skipped 0.9.8, 0.9.7); Updated libfolia dependency to 1.10.1; ticcutils dependency to 0.16.1; Changed package libucto2 to libucto3 because of SO version change
---
 debian/changelog                                      | 11 +++++++----
 debian/control                                        | 12 ++++++------
 debian/libucto2.install                               |  2 --
 debian/libucto3.install                               |  2 ++
 debian/{libucto2.maintscript => libucto3.maintscript} |  0
 5 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bde0285..31966c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-ucto (0.9.8-1) unstable; urgency=medium
+ucto (0.9.9-1) unstable; urgency=medium
 
-  * Updated to new upstream (0.9.8, skipped 0.9.7)
-  * Updated libfolia dependency to 1.10
+  * Updated to new upstream (0.9.9, skipped 0.9.8, 0.9.7)
+  * Updated libfolia dependency to 1.10.1,
+    ticcutils dependency to 0.16.1
+  * Changed package libucto2 to libucto3 because of SO version
+    change.
 
- -- Maarten van Gompel <proycon at anaproy.nl>  Thu, 02 Nov 2017 21:07:36 +0100
+ -- Maarten van Gompel <proycon at anaproy.nl>  Tue, 07 Nov 2017 11:45:36 +0100
 
 ucto (0.9.6-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 386ddc3..06577e6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Uploaders: Maarten van Gompel <proycon at anaproy.nl>,
 Build-Depends: cdbs (>= 0.4.93~),
                debhelper (>= 10),
                dh-autoreconf,
-               libfolia-dev (>= 1.10),
+               libfolia-dev (>= 1.10.1),
                libicu-dev,
-               libticcutils2-dev (>= 0.14),
+               libticcutils3-dev (>= 0.16.1),
                libxml2-dev,
                pkg-config,
                uctodata (>= 0.4)
@@ -48,7 +48,7 @@ Description: Unicode Tokenizer
 Package: libucto-dev
 Section: libdevel
 Architecture: any
-Depends: libucto2 (= ${binary:Version}),
+Depends: libucto3 (= ${binary:Version}),
          ${misc:Depends}
 Conflicts: libucto1-dev
 Replaces: libucto1-dev
@@ -74,14 +74,14 @@ Description: Unicode Tokenizer - development
  do scientific research in natural language processing, ucto will likely be of
  use to you.
 
-Package: libucto2
+Package: libucto3
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Replaces: ucto (<< 0.5.5-1)
-Breaks: ucto (<< 0.5.5-1)
+Replaces: ucto (<< 0.5.5-1), libucto2
+Breaks: ucto (<< 0.5.5-1), libucto2
 Description: Unicode Tokenizer - runtime
  Ucto can tokenize UTF-8 encoded text files (i.e. separate words from
  punctuation, split sentences, generate n-grams), and  offers several other
diff --git a/debian/libucto2.install b/debian/libucto2.install
deleted file mode 100644
index 30f9468..0000000
--- a/debian/libucto2.install
+++ /dev/null
@@ -1,2 +0,0 @@
-/usr/share/ucto
-/usr/lib/*/libucto.so.2*
diff --git a/debian/libucto3.install b/debian/libucto3.install
new file mode 100644
index 0000000..35d0e14
--- /dev/null
+++ b/debian/libucto3.install
@@ -0,0 +1,2 @@
+/usr/share/ucto
+/usr/lib/*/libucto.so.3*
diff --git a/debian/libucto2.maintscript b/debian/libucto3.maintscript
similarity index 100%
rename from debian/libucto2.maintscript
rename to debian/libucto3.maintscript

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



More information about the debian-science-commits mailing list