[Git][java-team/jcommander][master] 4 commits: Standards-Version updated to 4.1.5
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Jul 30 21:18:33 BST 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jcommander
Commits:
faf364d7 by Emmanuel Bourg at 2018-07-30T20:09:47Z
Standards-Version updated to 4.1.5
- - - - -
519ae5b8 by Emmanuel Bourg at 2018-07-30T20:12:09Z
Use salsa.debian.org Vcs-* URLs
- - - - -
33e966d3 by Emmanuel Bourg at 2018-07-30T20:15:55Z
Build depend on default-jdk only to fix the javadoc
- - - - -
4ae74911 by Emmanuel Bourg at 2018-07-30T20:16:58Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jcommander (1.71-2) unstable; urgency=medium
+
+ * Team upload.
+ * Build depend on default-jdk only to fix the javadoc
+ * Standards-Version updated to 4.1.5
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 30 Jul 2018 22:16:47 +0200
+
jcommander (1.71-1) unstable; urgency=medium
* New upstream release
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Build-Depends-Indep: debhelper (>= 11),
default-jdk-doc,
- default-jdk-headless (>= 2:1.8),
+ default-jdk (>= 2:1.8),
gradle-debian-helper,
maven-repo-helper (>= 1.9)
-Standards-Version: 4.1.3
-Vcs-Git: https://://anonscm.debian.org/pkg-java/jcommander.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jcommander.git
+Standards-Version: 4.1.5
+Vcs-Git: https://://anonscm.debian.org/java-team/jcommander.git
+Vcs-Browser: https://salsa.debian.org/java-team/jcommander
Homepage: http://jcommander.org
Package: libjcommander-java
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,3 @@ export DEB_VERSION_UPSTREAM
override_dh_auto_build:
dh_auto_build -- assemble javadoc
-
-get-orig-source:
- uscan --download-current-version --force-download --repack --compression xz
\ No newline at end of file
=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
version=4
-https://github.com/cbeust/jcommander/tags /cbeust/jcommander/archive/@ANY_VERSION@\.tar\.gz
\ No newline at end of file
+opts="repack,compression=xz" \
+https://github.com/cbeust/jcommander/tags /cbeust/jcommander/archive/@ANY_VERSION@\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/jcommander/compare/da6c257cad7b990d798cf8938e5e4f6917102622...4ae74911d942f04cb99d0efeb5036cebcf74bc74
--
View it on GitLab: https://salsa.debian.org/java-team/jcommander/compare/da6c257cad7b990d798cf8938e5e4f6917102622...4ae74911d942f04cb99d0efeb5036cebcf74bc74
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/20180730/f17d4106/attachment.html>
More information about the pkg-java-commits
mailing list