[Git][java-team/jython][master] 3 commits: Update build dependencies for python 3 (Closes: #936776)
Tony Mancill
gitlab at salsa.debian.org
Fri Aug 21 05:15:37 BST 2020
Tony Mancill pushed to branch master at Debian Java Maintainers / jython
Commits:
f57ba535 by tony mancill at 2020-08-05T16:04:37-07:00
Update build dependencies for python 3 (Closes: #936776)
- - - - -
3e671d17 by tony mancill at 2020-08-05T16:04:37-07:00
prepare changelog for upload to experimental
- - - - -
e24c7e7b by tony mancill at 2020-08-20T21:04:02-07:00
prepare changelog for upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+jython (2.7.2+repack1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Upload to unstable.
+
+ -- tony mancill <tmancill at debian.org> Thu, 20 Aug 2020 21:03:20 -0700
+
+jython (2.7.2+repack1-2) experimental; urgency=medium
+
+ * Team upload
+ * Update build dependencies for python 3 (Closes: #936776, #967150)
+ * Upload to experimental to give users a chance to test.
+
+ -- tony mancill <tmancill at debian.org> Wed, 05 Aug 2020 16:01:50 -0700
+
jython (2.7.2+repack1-1) unstable; urgency=medium
* New upstream release
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam at ktknet.cz>, Gilles Filippini <pini at debian.org>
-Build-Depends: debhelper (>= 10), dh-exec, ant, gawk, maven-repo-helper, javahelper, python, libjaxb-api-java, dh-strip-nondeterminism
+Build-Depends: debhelper (>= 10), dh-exec, ant, gawk, maven-repo-helper, javahelper, python3, libjaxb-api-java, dh-strip-nondeterminism
Build-Depends-Indep: default-jdk,
dh-python,
junit4,
@@ -32,7 +32,7 @@ Homepage: http://www.jython.org
Package: jython
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, ${java:Depends},
+Depends: ${misc:Depends}, ${perl:Depends}, ${python3:Depends}, ${java:Depends},
default-jre-headless (>= 2:1.8) | java8-runtime-headless,
Recommends: default-jdk | java-compiler
Suggests: jython-doc, libmariadb-java, libpostgresql-jdbc-java
=====================================
debian/rules
=====================================
@@ -78,7 +78,7 @@ debian/%: debian/%.in
$< >$@
%:
- dh $@ --with python2 --with javahelper --with jh-maven-repo-helper
+ dh $@ --with python3 --with javahelper --with jh-maven-repo-helper
override_dh_auto_configure: check_classpath $(DEBIAN_OUT)
dh_auto_configure
View it on GitLab: https://salsa.debian.org/java-team/jython/-/compare/c771c8d4e1d92511d31a7102dfb641c71022a363...e24c7e7b1d3599ffafb68200701989908facb5e0
--
View it on GitLab: https://salsa.debian.org/java-team/jython/-/compare/c771c8d4e1d92511d31a7102dfb641c71022a363...e24c7e7b1d3599ffafb68200701989908facb5e0
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/20200821/8271bc80/attachment.html>
More information about the pkg-java-commits
mailing list