[byte-buddy] 01/07: Added the missing Maven rules for eclipse-aether (Closes: #882052)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Dec 12 11:54:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository byte-buddy.
commit 4a5fe2a5d9623573c0ff50f327112910a0ce0795
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Dec 12 12:34:40 2017 +0100
Added the missing Maven rules for eclipse-aether (Closes: #882052)
---
debian/changelog | 7 +++++++
debian/maven.rules | 2 ++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a5936e9..61920ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+byte-buddy (1.7.2-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Added the missing Maven rules for eclipse-aether (Closes: #882052)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 12 Dec 2017 11:30:27 +0100
+
byte-buddy (1.7.2-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/maven.rules b/debian/maven.rules
index 1a40419..92d99aa 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -5,4 +5,6 @@ net.bytebuddy byte-buddy-dep jar s/.*/debian/ * *
net.bytebuddy byte-buddy-parent pom s/.*/debian/ * *
net.bytebuddy byte-buddy jar s/.*/debian/ * *
org.apache.maven maven* * s/.*/3.x/ * *
+s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-api/maven-resolver-api/ jar s/.*/debian/ * *
+s/org.eclipse.aether/org.apache.maven.resolver/ s/aether-util/maven-resolver-util/ jar s/.*/debian/ * *
org.ow2.asm * * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/byte-buddy.git
More information about the pkg-java-commits
mailing list