[Git][java-team/bnd][master] 3 commits: Install the Gradle plugin

Emmanuel Bourg gitlab at salsa.debian.org
Mon Jul 30 13:13:55 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / bnd


Commits:
0b6f5def by Emmanuel Bourg at 2018-07-30T01:09:15Z
Install the Gradle plugin

- - - - -
3161ffa9 by Emmanuel Bourg at 2018-07-30T01:09:46Z
Standards-Version updated to 4.1.5

- - - - -
32de3143 by Emmanuel Bourg at 2018-07-30T12:10:53Z
Upload to unstable

- - - - -


5 changed files:

- debian/bnd.poms
- debian/changelog
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/bnd.poms
=====================================
--- a/debian/bnd.poms
+++ b/debian/bnd.poms
@@ -1,6 +1,7 @@
 debian/.m2/repository/biz/aQute/bnd/aQute.libg/3.5.0/aQute.libg-3.5.0.pom                                                 --java-lib --artifact=debian/.m2/repository/biz/aQute/bnd/aQute.libg/3.5.0/aQute.libg-3.5.0.jar                                                 --usj-name=bnd-libg
 debian/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.annotation/3.5.0/biz.aQute.bnd.annotation-3.5.0.pom                     --java-lib --artifact=debian/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.annotation/3.5.0/biz.aQute.bnd.annotation-3.5.0.jar                     --usj-name=bnd-annotation      --relocate=biz.aQute:annotation:debian,biz.aQute.bnd:annotation:debian
 debian/.m2/repository/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.pom                                           --java-lib --artifact=debian/.m2/repository/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.jar                                           --usj-name=bnd                 --relocate=biz.aQute:bnd:debian,biz.aQute.bnd:bnd:debian
+debian/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.gradle/3.5.0/biz.aQute.bnd.gradle-3.5.0.pom                             --java-lib --artifact=./debian/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.gradle/3.5.0/biz.aQute.bnd.gradle-3.5.0.jar                           --usj-name=bnd-gradle
 debian/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom                                     --java-lib --artifact=debian/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar                                     --usj-name=bndlib              --relocate=biz.aQute:bndlib:debian,biz.aQute.bnd:bndlib:debian
 debian/.m2/repository/biz/aQute/bnd/biz.aQute.junit/3.5.0/biz.aQute.junit-3.5.0.pom                                       --java-lib --artifact=debian/.m2/repository/biz/aQute/bnd/biz.aQute.junit/3.5.0/biz.aQute.junit-3.5.0.jar                                       --usj-name=bnd-junit
 debian/.m2/repository/biz/aQute/bnd/biz.aQute.launcher/3.5.0/biz.aQute.launcher-3.5.0.pom                                 --java-lib --artifact=debian/.m2/repository/biz/aQute/bnd/biz.aQute.launcher/3.5.0/biz.aQute.launcher-3.5.0.jar                                 --usj-name=bnd-launcher


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bnd (3.5.0-2) unstable; urgency=medium
+
+  * Install the Gradle plugin
+  * Standards-Version updated to 4.1.5
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 30 Jul 2018 14:10:27 +0200
+
 bnd (3.5.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends:
  libxz-java,
  libyaml-snake-java,
  maven-repo-helper
-Standards-Version: 4.1.3
+Standards-Version: 4.1.5
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/bnd.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bnd.git
 Homepage: http://bnd.bndtools.org/


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -69,6 +69,3 @@ override_dh_auto_install:
 override_dh_auto_clean:
 	dh_auto_clean
 	-find . -type l -name '*.jar' -delete
-
-get-orig-source:
-	uscan --download-current-version --force-download --repack --compression xz
\ No newline at end of file


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=4
-https://github.com/bndtools/bnd/tags /bndtools/bnd/archive/@ANY_VERSION at .REL@ARCHIVE_EXT@
\ No newline at end of file
+opts="repack,compression=xz" \
+https://github.com/bndtools/bnd/tags /bndtools/bnd/archive/@ANY_VERSION at .REL@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/java-team/bnd/compare/1438074609e6e2c44fe1c9a1e4072b80477907b3...32de3143a2819feaba1c708b5dcb6a67505c972a

-- 
View it on GitLab: https://salsa.debian.org/java-team/bnd/compare/1438074609e6e2c44fe1c9a1e4072b80477907b3...32de3143a2819feaba1c708b5dcb6a67505c972a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180730/85d66d84/attachment.html>


More information about the pkg-java-commits mailing list