[ucto] 01/01: compat/debhelper 10 + wrap-and-sort

Maarten van Gompel proycon-guest at moszumanska.debian.org
Mon Oct 24 10:37:26 UTC 2016


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

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

commit 60002b1523d41dc126643a7584d0de56dc61c902
Author: proycon <proycon at anaproy.nl>
Date:   Mon Oct 24 12:36:53 2016 +0200

    compat/debhelper 10 + wrap-and-sort
---
 debian/changelog           |  3 +++
 debian/compat              |  2 +-
 debian/control             | 36 ++++++++++++++++++++++++------------
 debian/copyright           |  2 +-
 debian/libucto-dev.install |  2 +-
 debian/libucto2.install    |  2 +-
 6 files changed, 31 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 750257e..72c3a56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ ucto (0.9.3-1) unstable; urgency=medium
 
   * Updated to new upstream (0.9.3)
   * Updated dependencies to latest version
+  * d/compat: bumped to 10
+  * d/control: debhelper >= 10
+  * d/control: cleanup (whitespace, ordering)
 
  -- Maarten van Gompel <proycon at anaproy.nl>  Tue, 18 Oct 2016 14:29:00 +0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index c18f73e..f8e0747 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,17 @@ Source: ucto
 Section: science
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Maarten van Gompel <proycon at anaproy.nl>, Ko van der Sloot <ko.vandersloot at uvt.nl>
-Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3), pkg-config, dh-autoreconf, libxml2-dev, libicu-dev, libfolia-dev (>= 1.4), libticcutils2-dev (>= 0.14), uctodata (>= 0.2)
+Uploaders: Maarten van Gompel <proycon at anaproy.nl>,
+           Ko van der Sloot <ko.vandersloot at uvt.nl>
+Build-Depends: cdbs (>= 0.4.93~),
+               debhelper (>= 10),
+               dh-autoreconf,
+               libfolia-dev (>= 1.4),
+               libicu-dev,
+               libticcutils2-dev (>= 0.14),
+               libxml2-dev,
+               pkg-config,
+               uctodata (>= 0.2)
 Standards-Version: 3.9.8
 Homepage: http://languagemachines.github.io/ucto/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/ucto.git
@@ -11,18 +20,20 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ucto.gi
 
 Package: ucto
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, uctodata
+Depends: uctodata,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Unicode Tokenizer
  Ucto can tokenize UTF-8 encoded text files (i.e. separate words from
  punctuation, split sentences, generate n-grams), and  offers several other
- basic preprocessing steps that make your text suited for further processing 
+ basic preprocessing steps that make your text suited for further processing
  such as indexing, part-of-speech tagging, or machine translation.
  .
  This package provides necessary language-specific datafiles for running Ucto.
  .
  Ucto was written by Maarten van Gompel and Ko van der Sloot.  Work on Ucto
  was funded by NWO, the Netherlands Organisation for Scientific Research,
- under the Implicit Linguistics project, the CLARIN-NL program, and the 
+ under the Implicit Linguistics project, the CLARIN-NL program, and the
  CLARIAH project.
  .
  Ucto is a product of the Centre of Language and Speech Technology (Radboud
@@ -36,20 +47,21 @@ Description: Unicode Tokenizer
 Package: libucto-dev
 Section: libdevel
 Architecture: any
-Depends: libucto2 (= ${binary:Version}), ${misc:Depends}
+Depends: libucto2 (= ${binary:Version}),
+         ${misc:Depends}
 Conflicts: libucto1-dev
 Replaces: libucto1-dev
 Description: Unicode Tokenizer - development
  Ucto can tokenize UTF-8 encoded text files (i.e. separate words from
  punctuation, split sentences, generate n-grams), and  offers several other
- basic preprocessing steps that make your text suited for further processing 
+ basic preprocessing steps that make your text suited for further processing
  such as indexing, part-of-speech tagging, or machine translation.
  .
  This package provides necessary language-specific datafiles for running Ucto.
  .
  Ucto was written by Maarten van Gompel and Ko van der Sloot.  Work on Ucto
  was funded by NWO, the Netherlands Organisation for Scientific Research,
- under the Implicit Linguistics project, the CLARIN-NL program, and the 
+ under the Implicit Linguistics project, the CLARIN-NL program, and the
  CLARIAH project.
  .
  Ucto is a product of the Centre of Language and Speech Technology (Radboud
@@ -64,20 +76,21 @@ Package: libucto2
 Section: libs
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Replaces: ucto (<< 0.5.5-1)
 Breaks: ucto (<< 0.5.5-1)
 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
- basic preprocessing steps that make your text suited for further processing 
+ basic preprocessing steps that make your text suited for further processing
  such as indexing, part-of-speech tagging, or machine translation.
  .
  This package provides necessary language-specific datafiles for running Ucto.
  .
  Ucto was written by Maarten van Gompel and Ko van der Sloot.  Work on Ucto
  was funded by NWO, the Netherlands Organisation for Scientific Research,
- under the Implicit Linguistics project, the CLARIN-NL program, and the 
+ under the Implicit Linguistics project, the CLARIN-NL program, and the
  CLARIAH project.
  .
  Ucto is a product of the Centre of Language and Speech Technology (Radboud
@@ -87,4 +100,3 @@ Description: Unicode Tokenizer - runtime
  If you are interested in machine parsing of UTF-8 encoded text files, e.g. to
  do scientific research in natural language processing, ucto will likely be of
  use to you.
-
diff --git a/debian/copyright b/debian/copyright
index 29d200a..bb72289 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: GPL-3+
 
 Files: *
 Author: Maarten van Gompel, Ko van der Sloot
-Copyright: 
+Copyright:
  Copyright © 2015 - 2016, Centre for Language and Speech Technology
  (Radboud University Nijmegen, The Netherlands)
  Copyright © 2009 - 2015, ILK Research Group (Tilburg
diff --git a/debian/libucto-dev.install b/debian/libucto-dev.install
index e487233..f391013 100644
--- a/debian/libucto-dev.install
+++ b/debian/libucto-dev.install
@@ -1,4 +1,4 @@
+usr/include/ucto
 usr/lib/*/*.a
 usr/lib/*/libucto.so
 usr/lib/*/pkgconfig
-usr/include/ucto
diff --git a/debian/libucto2.install b/debian/libucto2.install
index 06cf2c6..051244b 100644
--- a/debian/libucto2.install
+++ b/debian/libucto2.install
@@ -1,2 +1,2 @@
-/usr/lib/*/libucto.so.2*
 /etc/ucto
+/usr/lib/*/libucto.so.2*

-- 
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