[MediaWiki-commits] [Gerrit] operations...hfst[master]: hfst: New upstream release

2018-01-11 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/394967 )

Change subject: hfst: New upstream release
..


hfst: New upstream release

Also includes library name change and improvements from Debian.

Bug: T181463
Change-Id: I1b5a101a517962773b8bc51daa82cf893e303434
---
M debian/changelog
M debian/control
M debian/docs
R debian/libhfst-dev.install
D debian/libhfst45.postinst
R debian/libhfst50.install
R debian/libhfst50.lintian-overrides
M debian/patches/hfst_02_notimestamp.diff
M debian/rules
M debian/watch
10 files changed, 42 insertions(+), 39 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/debian/changelog b/debian/changelog
index 87562ec..7f165c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+hfst (3.13.0~r3461-1+wmf1) jessie-wikimedia; urgency=low
+
+  * New upstream release.
+  * Renamed libhfstNN-dev to plain libhfst-dev
+  * debian/docs change README to README.rst
+  * Updated debian/watch file.
+  * Updated Build-Depends.
+
+ -- Kartik Mistry   Mon, 04 Dec 2017 16:52:12 +0530
+
 hfst (3.10.0~r2798-1+wmf1) jessie; urgency=low
 
   * Rebuild for Jessie.
diff --git a/debian/control b/debian/control
index 696b874..62b390b 100644
--- a/debian/control
+++ b/debian/control
@@ -16,18 +16,18 @@
libicu-dev,
libreadline-dev,
libtool,
-   python-dev,
+   python-all-dev,
python3-all-dev,
swig,
zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/
 Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/hfst.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/hfst.git
 
 Package: hfst
 Architecture: any
-Depends: libhfst45 (= ${binary:Version}),
+Depends: libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
@@ -36,8 +36,9 @@
  implementation of morphological analysers and other tools which are
  based on weighted and unweighted finite-state transducer technology.
 
-Package: libhfst45
+Package: libhfst50
 Architecture: any
+Section: libs
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Provides: libhfst
 Conflicts: libhfst, libhfst3
@@ -49,16 +50,15 @@
  .
  This package provides runtime libraries for HFST.
 
-Package: libhfst45-dev
+Package: libhfst-dev
 Architecture: any
 Section: libdevel
 Depends: hfst (= ${binary:Version}),
- libhfst45 (= ${binary:Version}),
+ libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
-Provides: libhfst-dev
-Conflicts: libhfst-dev, libhfst3-dev
-Replaces: libhfst-dev, libhfst3-dev
+Conflicts: libhfst3-dev
+Replaces: libhfst3-dev
 Description: Helsinki Finite-State Transducer Technology Development files
  The Helsinki Finite-State Transducer software is intended for the
  implementation of morphological analysers and other tools which are
@@ -69,7 +69,7 @@
 Package: python-libhfst
 Architecture: any
 Section: python
-Depends: libhfst45 (= ${binary:Version}),
+Depends: libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
@@ -83,7 +83,7 @@
 Package: python3-libhfst
 Architecture: any
 Section: python
-Depends: libhfst45 (= ${binary:Version}),
+Depends: libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends}
diff --git a/debian/docs b/debian/docs
index 05c2865..dfa5a2f 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,4 @@
 AUTHORS
 NEWS
-README
+README.rst
 THANKS
diff --git a/debian/libhfst45-dev.install b/debian/libhfst-dev.install
similarity index 100%
rename from debian/libhfst45-dev.install
rename to debian/libhfst-dev.install
diff --git a/debian/libhfst45.postinst b/debian/libhfst45.postinst
deleted file mode 100644
index 7df96b6..000
--- a/debian/libhfst45.postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-#DEBHELPER#
-
-ldconfig
-
-exit 0
diff --git a/debian/libhfst45.install b/debian/libhfst50.install
similarity index 100%
rename from debian/libhfst45.install
rename to debian/libhfst50.install
diff --git a/debian/libhfst45.lintian-overrides 
b/debian/libhfst50.lintian-overrides
similarity index 100%
rename from debian/libhfst45.lintian-overrides
rename to debian/libhfst50.lintian-overrides
diff --git a/debian/patches/hfst_02_notimestamp.diff 
b/debian/patches/hfst_02_notimestamp.diff
index c2c3659..f43d865 100644
--- a/debian/patches/hfst_02_notimestamp.diff
+++ b/debian/patches/hfst_02_notimestamp.diff
@@ -1,9 +1,9 @@
-Description: Do not timestamp in output.
-Index: b/tools/src/hfst-optimized-lookup.cc
-===
 a/tools/src/h

[MediaWiki-commits] [Gerrit] operations...hfst[master]: hfst: New upstream release

2017-12-04 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/394967 )

Change subject: hfst: New upstream release
..

hfst: New upstream release

Also includes library name change and improvements from Debian.

Bug: T181463
Change-Id: I1b5a101a517962773b8bc51daa82cf893e303434
---
M debian/changelog
M debian/control
M debian/docs
R debian/libhfst-dev.install
D debian/libhfst45.postinst
R debian/libhfst50.install
R debian/libhfst50.lintian-overrides
M debian/patches/hfst_02_notimestamp.diff
M debian/rules
M debian/watch
10 files changed, 42 insertions(+), 39 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/contenttranslation/hfst 
refs/changes/67/394967/1

diff --git a/debian/changelog b/debian/changelog
index 87562ec..7f165c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+hfst (3.13.0~r3461-1+wmf1) jessie-wikimedia; urgency=low
+
+  * New upstream release.
+  * Renamed libhfstNN-dev to plain libhfst-dev
+  * debian/docs change README to README.rst
+  * Updated debian/watch file.
+  * Updated Build-Depends.
+
+ -- Kartik Mistry   Mon, 04 Dec 2017 16:52:12 +0530
+
 hfst (3.10.0~r2798-1+wmf1) jessie; urgency=low
 
   * Rebuild for Jessie.
diff --git a/debian/control b/debian/control
index 696b874..62b390b 100644
--- a/debian/control
+++ b/debian/control
@@ -16,18 +16,18 @@
libicu-dev,
libreadline-dev,
libtool,
-   python-dev,
+   python-all-dev,
python3-all-dev,
swig,
zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/
 Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/hfst.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/hfst.git
 
 Package: hfst
 Architecture: any
-Depends: libhfst45 (= ${binary:Version}),
+Depends: libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
@@ -36,8 +36,9 @@
  implementation of morphological analysers and other tools which are
  based on weighted and unweighted finite-state transducer technology.
 
-Package: libhfst45
+Package: libhfst50
 Architecture: any
+Section: libs
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Provides: libhfst
 Conflicts: libhfst, libhfst3
@@ -49,16 +50,15 @@
  .
  This package provides runtime libraries for HFST.
 
-Package: libhfst45-dev
+Package: libhfst-dev
 Architecture: any
 Section: libdevel
 Depends: hfst (= ${binary:Version}),
- libhfst45 (= ${binary:Version}),
+ libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
-Provides: libhfst-dev
-Conflicts: libhfst-dev, libhfst3-dev
-Replaces: libhfst-dev, libhfst3-dev
+Conflicts: libhfst3-dev
+Replaces: libhfst3-dev
 Description: Helsinki Finite-State Transducer Technology Development files
  The Helsinki Finite-State Transducer software is intended for the
  implementation of morphological analysers and other tools which are
@@ -69,7 +69,7 @@
 Package: python-libhfst
 Architecture: any
 Section: python
-Depends: libhfst45 (= ${binary:Version}),
+Depends: libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
@@ -83,7 +83,7 @@
 Package: python3-libhfst
 Architecture: any
 Section: python
-Depends: libhfst45 (= ${binary:Version}),
+Depends: libhfst50 (= ${binary:Version}),
  ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends}
diff --git a/debian/docs b/debian/docs
index 05c2865..dfa5a2f 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,4 @@
 AUTHORS
 NEWS
-README
+README.rst
 THANKS
diff --git a/debian/libhfst45-dev.install b/debian/libhfst-dev.install
similarity index 100%
rename from debian/libhfst45-dev.install
rename to debian/libhfst-dev.install
diff --git a/debian/libhfst45.postinst b/debian/libhfst45.postinst
deleted file mode 100644
index 7df96b6..000
--- a/debian/libhfst45.postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-#DEBHELPER#
-
-ldconfig
-
-exit 0
diff --git a/debian/libhfst45.install b/debian/libhfst50.install
similarity index 100%
rename from debian/libhfst45.install
rename to debian/libhfst50.install
diff --git a/debian/libhfst45.lintian-overrides 
b/debian/libhfst50.lintian-overrides
similarity index 100%
rename from debian/libhfst45.lintian-overrides
rename to debian/libhfst50.lintian-overrides
diff --git a/debian/patches/hfst_02_notimestamp.diff 
b/debian/patches/hfst_02_notimestamp.diff
index c2c3659..f43d865 100644
--- a/debian/patches/hfst_02_notimestamp.diff
+++ b/debian/patches/hfst_02_notimestamp.diff
@@ -1,9 +1,9 @@
-Description: Do not timestamp in output.
-Index: b/tools/src/hfst-optimized-lookup.cc
-===
 a/t