[hfst] 01/01: Add fix for Deb bug: 809446

Kartik Mistry kartik at moszumanska.debian.org
Wed Feb 10 07:33:03 UTC 2016


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

kartik pushed a commit to branch master
in repository hfst.

commit 5ed8ff25768cbfe72c8af1a96fc1597e81ce0639
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date:   Wed Feb 10 13:02:50 2016 +0530

    Add fix for Deb bug: 809446
---
 debian/changelog |  8 ++++++++
 debian/control   | 11 +++++------
 debian/rules     |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8117d7c..8ed210e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hfst (3.9.0~r4595-3) unstable; urgency=medium
+
+  * Update package to generate appropriate dependencies for python bindings
+    as well as building for all supported python3 versions. Patch was not added
+    in last update by mistake (Closes: #809446)
+
+ -- Kartik Mistry <kartik at debian.org>  Wed, 10 Feb 2016 10:59:55 +0530
+
 hfst (3.9.0~r4595-2) unstable; urgency=low
 
   [ Tino Didriksen ]
diff --git a/debian/control b/debian/control
index 0595512..cb01e47 100644
--- a/debian/control
+++ b/debian/control
@@ -10,15 +10,14 @@ Build-Depends: autoconf,
                bison,
                debhelper (>= 9.0),
                dh-autoreconf,
+               dh-python,
                dpkg-dev (>= 1.16.1~),
                flex,
                libicu-dev,
                libreadline-dev,
                libtool,
-               python,
                python-dev,
-               python3,
-               python3-dev,
+               python3-all-dev,
                swig,
                zlib1g-dev
 Standards-Version: 3.9.6
@@ -29,8 +28,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/hfst.git
 Package: hfst
 Architecture: any
 Depends: libhfst42 (= ${binary:Version}),
-         python,
          ${misc:Depends},
+         ${python:Depends},
          ${shlibs:Depends}
 Description: Helsinki Finite-State Transducer Technology
  The Helsinki Finite-State Transducer software is intended for the
@@ -68,8 +67,8 @@ Package: python-libhfst
 Architecture: any
 Section: python
 Depends: libhfst42 (= ${binary:Version}),
-         python,
          ${misc:Depends},
+         ${python:Depends},
          ${shlibs:Depends}
 Description: Helsinki Finite-State Transducer Technology (Python2 module)
  The Helsinki Finite-State Transducer software is intended for the
@@ -82,8 +81,8 @@ Package: python3-libhfst
 Architecture: any
 Section: python
 Depends: libhfst42 (= ${binary:Version}),
-         python3,
          ${misc:Depends},
+         ${python3:Depends},
          ${shlibs:Depends}
 Description: Helsinki Finite-State Transducer Technology (Python3 module)
  The Helsinki Finite-State Transducer software is intended for the
diff --git a/debian/rules b/debian/rules
index aea2604..1396782 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ endif
 export DH_OPTIONS
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autoreconf,python2,python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-static --with-unicode-handler=ICU --enable-all-tools

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



More information about the debian-science-commits mailing list