[maven-shade-plugin] 09/24: New upstream release (1.7.1) Refreshed the patch New runtime dependency on libjdependency-java New build dependency on libxmlunit-java Build depend on junit4 instead of junit debian/orig-tar.sh: Do not remove the jars used as test elements
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 18 12:52:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-shade-plugin.
commit 848df9332a06b7425880071ba4ffa4770dd3e7bf
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 2 13:53:49 2013 +0000
New upstream release (1.7.1)
Refreshed the patch
New runtime dependency on libjdependency-java
New build dependency on libxmlunit-java
Build depend on junit4 instead of junit
debian/orig-tar.sh: Do not remove the jars used as test elements
---
debian/changelog | 10 ++++++++--
debian/control | 6 ++++--
debian/maven.rules | 2 +-
debian/orig-tar.sh | 2 +-
debian/patches/descriptor.patch | 2 +-
5 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eb73df3..cbfcdcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,19 @@
-maven-shade-plugin (1.2.1-5) UNRELEASED; urgency=low
+maven-shade-plugin (1.7.1-1) unstable; urgency=low
* Team upload.
+ * New upstream release
+ - Refreshed the patch
+ - New runtime dependency on libjdependency-java
+ - New build dependency on libxmlunit-java
+ - Build depend on junit4 instead of junit
* debian/control:
- Updated Standards-Version to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
* Switch to debhelper level 9
* debian/copyright: Update to the Copyright Format 1.0
+ * debian/orig-tar.sh: Do not remove the jars used as test elements
- -- Emmanuel Bourg <ebourg at apache.org> Tue, 05 Nov 2013 10:40:16 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 02 Dec 2013 14:52:31 +0100
maven-shade-plugin (1.2.1-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ff6447b..77eacb8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc,
- junit,
+ junit4,
libasm3-java,
+ libjdependency-java,
libjdom1-java (>= 1.0),
libjdom1-java-doc,
libmaven-dependency-tree-java,
@@ -18,7 +19,8 @@ Build-Depends-Indep: default-jdk-doc,
libplexus-container-default-java-doc,
libplexus-maven-plugin-java,
libplexus-utils-java,
- libplexus-utils-java-doc
+ libplexus-utils-java-doc,
+ libxmlunit-java
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-shade-plugin
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-shade-plugin/
diff --git a/debian/maven.rules b/debian/maven.rules
index 805ef76..b395c1f 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,6 +17,6 @@
# junit junit jar s/3\\..*/3.x/
s/jdom/org.jdom/ jdom jar s/1\..*/debian/ * *
-junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/4\..*/4.x/ * *
org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * *
asm * * s/3\..*/3.x/ * *
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 1a5ced5..b8ef095 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -6,7 +6,7 @@ DIR=maven-shade-plugin-$VERSION
TAG=$(echo "maven-shade-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.class' $DIR
rm -rf $DIR ../$TAG
# move to directory 'tarballs'
diff --git a/debian/patches/descriptor.patch b/debian/patches/descriptor.patch
index 005ba73..4c0f58d 100644
--- a/debian/patches/descriptor.patch
+++ b/debian/patches/descriptor.patch
@@ -1,6 +1,6 @@
--- a/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
+++ b/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
-@@ -101,7 +101,7 @@
+@@ -112,7 +112,7 @@
/**
* The dependency tree builder to use.
*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shade-plugin.git
More information about the pkg-java-commits
mailing list