[testng] 01/01: improvements suggested by Emmanuel Bourg
Eugene Zhukov
eugene-guest at alioth.debian.org
Wed Sep 11 13:01:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
eugene-guest pushed a commit to branch master
in repository testng.
commit 89f360a8144184db7cf3044eaea3ea35380a5c71
Author: Eugene Zhukov <jevgeni.zh at gmail.com>
Date: Wed Sep 11 13:00:15 2013 +0000
improvements suggested by Emmanuel Bourg
---
debian/changelog | 2 ++
debian/control | 4 ++--
debian/orig-tar.sh | 4 ++--
debian/patches/pom.patch | 19 -------------------
4 files changed, 6 insertions(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 52333ed..bb231b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ testng (6.8.7-1) experimental; urgency=low
* Team upload.
* Package adoption (Closes: #705103)
* New upstream release (Closes: #579122)
+ * repackaged with maven-debian-helper
+ * dropped all previous patches
-- Eugene Zhukov <jevgeni.zh at gmail.com> Sat, 07 Sep 2013 10:42:29 +0000
diff --git a/debian/control b/debian/control
index a54566d..02c5b96 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: libmaven-bundle-plugin-java, bsh, junit4, libguice-java, libjcommander-java,
libyaml-snake-java
Standards-Version: 3.9.4
-Vcs-Git: git://git.debian.org/git/pkg-java/testng.git
-Vcs-Browser: http://git.debian.org/?p=pkg-java/testng.git
+Vcs-Git: git://anonscm.debian.org/pkg-java/testng.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/testng.git
Homepage: http://testng.org
Package: testng
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 832bd66..8a81037 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,10 +1,10 @@
#!/bin/sh -e
VERSION=$2
-TAR=../testng_$VERSION.orig.tar.gz
+TAR=../testng_$VERSION.orig.tar.xz
DIR=testng-testng-$VERSION
tar zxf $3
rm -f $3
-GZIP=--best tar czf $TAR --exclude '*.jar' --exclude '*.class' $DIR
+XZ_OPT=--best tar cJf $TAR --exclude '*.jar' --exclude '*.class' $DIR
rm -rf $DIR
diff --git a/debian/patches/pom.patch b/debian/patches/pom.patch
index 96a1a1f..236d9bc 100644
--- a/debian/patches/pom.patch
+++ b/debian/patches/pom.patch
@@ -1,29 +1,10 @@
Description: Debian specific changes
- * Guice version updated to 3.0
* added target version 1.5
Author: Eugene Zhukov <jevgeni.zh at gmail.com>
Last-Update: 2013-09-08
--- a/pom.xml
+++ b/pom.xml
-@@ -72,7 +72,7 @@
- <dependency>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
-- <version>2.0</version>
-+ <version>3.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
-@@ -111,7 +111,7 @@
- <dependency>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
-- <version>2.0</version>
-+ <version>3.0</version>
- <scope>provided</scope>
- </dependency>
-
@@ -155,6 +155,7 @@
<version>3.1</version>
<configuration>
--
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