[testng] 02/02: Prepare for upload
Eugene Zhukov
eugene at moszumanska.debian.org
Sun Apr 3 07:37:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
eugene pushed a commit to branch master
in repository testng.
commit a5bbd5017a2f88462550aae1149151f1100c92b4
Author: Eugene Zhukov <eugene at debian.org>
Date: Sun Apr 3 10:36:57 2016 +0300
Prepare for upload
---
debian/changelog | 12 ++++++++++++
debian/control | 14 +++++++-------
debian/patches/version_java.patch | 2 +-
debian/watch | 2 +-
4 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a042ab6..3c5bb8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+testng (6.9.10-1) unstable; urgency=medium
+
+ * New upstream release
+ * Standards-Version updated to 3.9.7 (no changes)
+ * d/control:
+ - Use https Vcs URLs
+ - Remove redundant Build-Depends-Indep
+ - Use my d.o email
+ * Update version_java.patch with 6.9.10 version
+
+ -- Eugene Zhukov <eugene at debian.org> Sun, 03 Apr 2016 10:15:02 +0300
+
testng (6.9.5-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index eeb80f2..b0ca35c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,21 @@ Source: testng
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Eugene Zhukov <jevgeni.zh at gmail.com>
+Uploaders: Eugene Zhukov <eugene at debian.org>
Build-Depends: debhelper (>= 9),
default-jdk,
- maven-debian-helper (>= 1.5),
- ant
-Build-Depends-Indep: libmaven-bundle-plugin-java,
+ maven-debian-helper,
+ ant,
+ libmaven-bundle-plugin-java,
libbsh-java,
junit4,
libguice-java,
libjcommander-java,
libyaml-snake-java,
libbuild-helper-maven-plugin-java
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/testng.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/testng.git
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/pkg-java/testng
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/testng
Homepage: http://testng.org
Package: testng
diff --git a/debian/patches/version_java.patch b/debian/patches/version_java.patch
index 0fa80b2..30800d1 100644
--- a/debian/patches/version_java.patch
+++ b/debian/patches/version_java.patch
@@ -10,7 +10,7 @@ Author: Eugene Zhukov <jevgeni.zh at gmail.com>
+package org.testng.internal;
+
+public class Version {
-+ public static final String VERSION = "6.9.5";
++ public static final String VERSION = "6.9.10";
+
+ public static void displayBanner() {
+ System.out.println("...\n... TestNG " + VERSION + " by Cédric Beust (cedric at beust.com)\n...\n");
diff --git a/debian/watch b/debian/watch
index 2526667..4e0b8d1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
opts=dversionmangle=s/(\d)[\+\.](?:dfsg|debian|ds)\.?\d*$/$1/ \
https://github.com/cbeust/testng/tags \
-.*/archive/testng-(\d\S*)\.tar\.gz debian jh_repack
+.*/archive/(\d\S*)\.tar\.gz debian jh_repack
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git
More information about the pkg-java-commits
mailing list