[Git][java-team/zookeeper][master] 3 commits: Build the Python bindings with Python 3 (Closes: #938892)

Emmanuel Bourg gitlab at salsa.debian.org
Sun Jan 26 22:20:08 GMT 2020



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / zookeeper


Commits:
46462122 by Emmanuel Bourg at 2020-01-26T23:17:53+01:00
Build the Python bindings with Python 3 (Closes: #938892)

- - - - -
fd188d09 by Emmanuel Bourg at 2020-01-26T23:18:02+01:00
Standards-Version updated to 4.5.0

- - - - -
ab7cb476 by Emmanuel Bourg at 2020-01-26T23:18:14+01:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/python-zookeeper.install → debian/python3-zookeeper.install
- debian/python-zookeeper.preinst → debian/python3-zookeeper.preinst
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,16 @@
-zookeeper (3.4.13-4) UNRELEASED; urgency=medium
+zookeeper (3.4.13-4) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Jelmer Vernooij ]
   * Bump debhelper from old 11 to 12.
   * Re-export upstream signing key without extra signatures.
 
- -- Jelmer Vernooij <jelmer at debian.org>  Thu, 22 Aug 2019 21:59:32 +0000
+  [ Emmanuel Bourg ]
+  * Build the Python bindings with Python 3 (Closes: #938892)
+  * Standards-Version updated to 4.5.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 26 Jan 2020 23:18:05 +0100
 
 zookeeper (3.4.13-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -33,9 +33,9 @@ Build-Depends:
  maven-repo-helper,
  pkg-config,
  procps,
- python-all-dev (>= 2.6.6-3~),
+ python3-all-dev,
  debhelper-compat (= 12)
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
 Vcs-Git: https://salsa.debian.org/java-team/zookeeper.git
 Vcs-Browser: https://salsa.debian.org/java-team/zookeeper
 Homepage: https://zookeeper.apache.org
@@ -177,14 +177,14 @@ Description: Command line utilities for zookeeper
  binding. See the "zookeeper" package for command line utilities using the java
  binding.
 
-Package: python-zookeeper
+Package: python3-zookeeper
 Architecture: any
 Section: python
-XB-Python-Version: ${python:Versions}
+X-Python3-Version: ${python3:Versions}
 Depends:
  libzookeeper-mt2 (= ${binary:Version}),
  ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
  ${shlibs:Depends}
 Description: Python bindings for zookeeper
  ZooKeeper is a centralized, reliable, service for maintaining configuration


=====================================
debian/python-zookeeper.install → debian/python3-zookeeper.install
=====================================


=====================================
debian/python-zookeeper.preinst → debian/python3-zookeeper.preinst
=====================================


=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
 
 export JAVA_HOME=/usr/lib/jvm/default-java
 
-PYVERS := $(shell pyversions -vr)
+PYVERS := $(shell py3versions -vr)
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p')
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_CHANGELOG_DATETIME = $(shell dpkg-parsechangelog --show-field Date)
@@ -17,7 +17,7 @@ ANT_ARGS = -Dversion=$(DEB_UPSTREAM_VERSION) \
            -Dant.build.javac.target=1.8
 
 %:
-	dh $@ --buildsystem=ivy --with javahelper --with python2
+	dh $@ --buildsystem=ivy --with javahelper --with python3
 
 override_dh_auto_build:
 	# TODO exclude the fatjar contrib from upstream tarball and include the rest contrib



View it on GitLab: https://salsa.debian.org/java-team/zookeeper/compare/18e5eb371b7747eca768d3039228359c0020ca54...ab7cb476b34e2472109914f6779ca84b980dd65e

-- 
View it on GitLab: https://salsa.debian.org/java-team/zookeeper/compare/18e5eb371b7747eca768d3039228359c0020ca54...ab7cb476b34e2472109914f6779ca84b980dd65e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200126/2929be2a/attachment.html>


More information about the pkg-java-commits mailing list