This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bcel.
commit c9d0f1c7572997ebbe2e6bb36bc315dcaa293389 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 15 00:21:32 2016 +0200 Relocated the org.apache.bcel:bcel:5.x artifact to org.apache.bcel:bcel:debian --- debian/changelog | 2 ++ debian/control | 5 +++-- debian/libbcel-java.poms | 2 +- debian/maven.publishedRules | 2 -- debian/maven.rules | 1 - 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 593713b..cbbd4b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ bcel (6.0~rc3-3) UNRELEASED; urgency=medium * Team upload. + * Relocated the org.apache.bcel:bcel:5.x artifact + to org.apache.bcel:bcel:debian * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index dd34517..c15d791 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,12 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends-Indep: maven-debian-helper, default-jdk, default-jdk-doc +Build-Depends-Indep: default-jdk, default-jdk-doc Build-Depends: debhelper (>= 9), libmaven-javadoc-plugin-java, - junit4 + junit4, + maven-debian-helper (>= 2.1~) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/bcel.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bcel.git diff --git a/debian/libbcel-java.poms b/debian/libbcel-java.poms index 64b1188..b7a93d0 100644 --- a/debian/libbcel-java.poms +++ b/debian/libbcel-java.poms @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent --has-package-version --java-lib +pom.xml --no-parent --has-package-version --java-lib --relocate=org.apache.bcel:bcel:5.x diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules deleted file mode 100644 index 5268f73..0000000 --- a/debian/maven.publishedRules +++ /dev/null @@ -1,2 +0,0 @@ - -org.apache.bcel bcel jar s/.*/5.x/ * * diff --git a/debian/maven.rules b/debian/maven.rules index 901e43b..411e921 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,3 @@ junit junit jar s/4\..*/4.x/ * * -org.apache.bcel bcel jar s/.*/5.x/ * * org.apache.commons commons-parent pom s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bcel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

