[jackson-databind] 02/05: use bundle instead of * in rules

Timo Aaltonen tjaalton at moszumanska.debian.org
Wed Sep 24 14:14:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository jackson-databind.

commit 6ec5269981b0d2384814f60e156bab0490a25701
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Sep 24 16:56:18 2014 +0300

    use bundle instead of * in rules
---
 debian/maven.publishedRules | 2 +-
 debian/maven.rules          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
index 2b937ea..bd75d84 100644
--- a/debian/maven.publishedRules
+++ b/debian/maven.publishedRules
@@ -1 +1 @@
-com.fasterxml.jackson.core jackson-databind * s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind bundle s/2\..*/2.x/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 59e308d..c14df06 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,6 +1,6 @@
 
 com.fasterxml.jackson.core jackson-annotations jar s/2\..*/2.x/ * *
 com.fasterxml.jackson.core jackson-core jar s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-databind * s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind bundle s/2\..*/2.x/ * *
 junit junit jar s/4\..*/4.x/ * *
 org.codehaus.groovy * * s/.*/1.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git



More information about the pkg-java-commits mailing list