[spock] 05/05: Upload to unstable

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository spock.

commit 4d3aaa3ab3509394da5eeff31847904ef4436cc1
Author: Emmanuel Bourg 
Date:   Fri Mar 30 17:38:41 2018 +0200

Upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f48a1b..f3a1929 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-spock (0.7-groovy-2.0-4) UNRELEASED; urgency=medium
+spock (0.7-groovy-2.0-4) unstable; urgency=medium
 
   * Team upload.
 
@@ -13,7 +13,7 @@ spock (0.7-groovy-2.0-4) UNRELEASED; urgency=medium
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
 
- -- Miguel Landaeta   Thu, 10 Aug 2017 20:31:46 +0100
+ -- Emmanuel Bourg   Fri, 30 Mar 2018 17:38:33 +0200
 
 spock (0.7-groovy-2.0-3) unstable; urgency=medium
 

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[spock] 04/05: Wrap and sort

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository spock.

commit 92e1844b46967b86ee106936c65b9f83f3879b37
Author: Emmanuel Bourg 
Date:   Fri Mar 30 17:38:24 2018 +0200

Wrap and sort
---
 debian/control | 46 --
 1 file changed, 24 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index 3351995..b02d80c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,19 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Damien Raude-Morvan 
-Build-Depends: ant,
-   debhelper (>= 11),
-   default-jdk
-Build-Depends-Indep: groovy (>= 2.4.7),
- junit4,
- libaopalliance-java,
- libasm-java (>= 5.0),
- libcglib-nodep-java,
- libguice-java,
- libhamcrest-java,
- libobjenesis-java,
- maven-repo-helper (>= 1.5~)
+Build-Depends:
+ ant,
+ debhelper (>= 11),
+ default-jdk,
+ groovy (>= 2.4.7),
+ junit4,
+ libaopalliance-java,
+ libasm-java (>= 5.0),
+ libcglib-nodep-java,
+ libguice-java,
+ libhamcrest-java,
+ libobjenesis-java,
+ maven-repo-helper (>= 1.5~)
 Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/spock.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/spock.git
@@ -22,16 +23,17 @@ Homepage: http://spockframework.org
 
 Package: libspock-java
 Architecture: all
-Depends: ant,
- groovy (>= 2.4.7),
- junit4,
- libaopalliance-java,
- libasm-java (>= 5.0),
- libcglib-nodep-java,
- libguice-java,
- libhamcrest-java,
- libobjenesis-java,
- ${misc:Depends}
+Depends:
+ ant,
+ groovy (>= 2.4.7),
+ junit4,
+ libaopalliance-java,
+ libasm-java (>= 5.0),
+ libcglib-nodep-java,
+ libguice-java,
+ libhamcrest-java,
+ libobjenesis-java,
+ ${misc:Depends}
 Description: testing and specification framework for Java and Groovy 
application
  Spock is a testing and specification framework for Java and Groovy 
applications
  .

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[spock] 02/05: Standards-Version updated to 4.1.3

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository spock.

commit 7a629e2c3dd7794782a0491dc654c8a9ff7bab26
Author: Emmanuel Bourg 
Date:   Fri Mar 30 17:36:39 2018 +0200

Standards-Version updated to 4.1.3
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 584c35e..0c8c3b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ spock (0.7-groovy-2.0-4) UNRELEASED; urgency=medium
 
   [ Emmanuel Bourg ]
   * Fixed the build failure with Java 9 (Closes: #893417)
+  * Standards-Version updated to 4.1.3
 
  -- Miguel Landaeta   Thu, 10 Aug 2017 20:31:46 +0100
 
diff --git a/debian/control b/debian/control
index 5d608ab..18fef56 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: groovy (>= 2.4.7),
  libhamcrest-java,
  libobjenesis-java,
  maven-repo-helper (>= 1.5~)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/spock.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/spock.git
 Homepage: http://spockframework.org

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[spock] branch master updated (7f13325 -> 4d3aaa3)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository spock.

  from  7f13325   Add missing bug number
   new  715def2   Fixed the build failure with Java 9 (Closes: #893417)
   new  7a629e2   Standards-Version updated to 4.1.3
   new  01b2ed6   Switch to debhelper level 11
   new  92e1844   Wrap and sort
   new  4d3aaa3   Upload to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/build.xml |  5 +++--
 debian/changelog | 12 +---
 debian/compat|  2 +-
 debian/control   | 48 +---
 4 files changed, 38 insertions(+), 29 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[knopflerfish-osgi] 01/02: drop java-doc package

2018-03-30 Thread Felix Natter
This is an automated email from the git hooks/post-receive script.

fnatter-guest pushed a commit to branch master
in repository knopflerfish-osgi.

commit 540068b2ea8450a479450c36b92de06ee0f6
Author: Felix Natter 
Date:   Fri Mar 30 17:37:59 2018 +0200

drop java-doc package
---
 debian/changelog|  7 +++
 debian/control  | 20 +---
 debian/libknopflerfish-osgi-java-doc.doc-base.api   | 10 --
 debian/libknopflerfish-osgi-java-doc.doc-base.intro |  9 -
 debian/libknopflerfish-osgi-java-doc.docs   |  2 --
 debian/libknopflerfish-osgi-java-doc.javadoc|  1 -
 debian/rules|  3 ---
 7 files changed, 8 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2fa06f9..a9c7f6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+knopflerfish-osgi (6.1.1-2) unstable; urgency=medium
+
+  * Drop -java-doc package due to low popcon (Closes: #893221)
+  * Correct description (R5->R6)
+
+ -- Felix Natter   Fri, 30 Mar 2018 17:29:18 +0200
+
 knopflerfish-osgi (6.1.1-1) unstable; urgency=medium
 
   [ Felix Natter ]
diff --git a/debian/control b/debian/control
index 59f356c..321975e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,7 @@ Homepage: http://www.knopflerfish.org/
 Package: libknopflerfish-osgi-framework-java
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: libknopflerfish-osgi-java-doc
-Description: Java framework implementing the OSGi R5 version
+Description: Java framework implementing the OSGi R6 version
  OSGi, Open Service Gateway Initiative, specifies an industry standard Java
  application platform, allowing multiple applications, to securely run in a
  single JVM. These programs can share resources as data, functionality and
@@ -25,20 +24,3 @@ Description: Java framework implementing the OSGi R5 version
  was the embedded market, but other uses are certainly possible.
  .
  This package specifically provides the framework JAR file.
-
-Package: libknopflerfish-osgi-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: iceweasel | firefox | www-browser
-Description: Java framework implementing the OSGi R5 version (docs)
- OSGi, Open Service Gateway Initiative, specifies an industry standard Java
- application platform, allowing multiple applications, to securely run in a
- single JVM. These programs can share resources as data, functionality and
- threads.
- .
- Applications areas for OSGi ranges from use as a service platform on embedded
- devices, to plugin mechanisms for larger programs. The initial goal of OSGi
- was the embedded market, but other uses are certainly possible.
- .
- This package contains the documentation, currently mainly for the framework.
diff --git a/debian/libknopflerfish-osgi-java-doc.doc-base.api 
b/debian/libknopflerfish-osgi-java-doc.doc-base.api
deleted file mode 100644
index c62673a..000
--- a/debian/libknopflerfish-osgi-java-doc.doc-base.api
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: knopflerfish-osgi-javadoc
-Title: API JavaDoc for Knopflerfish's OSGi implementation
-Author: The Knopflerfish Project
-Abstract: This the API JavaDoc for Knopflerfish's OSGi framework
- and the OSGi interface.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libknopflerfish-osgi-java-doc/api/index.html
-Files: /usr/share/doc/libknopflerfish-osgi-java-doc/api/*.html
diff --git a/debian/libknopflerfish-osgi-java-doc.doc-base.intro 
b/debian/libknopflerfish-osgi-java-doc.doc-base.intro
deleted file mode 100644
index ba805af..000
--- a/debian/libknopflerfish-osgi-java-doc.doc-base.intro
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: knopflerfish-osgi-framework-intro
-Title: Introduction to Knopflerfish's OSGi implementation
-Author: The Knopflerfish Project
-Abstract: Quickstart guide for using the Knopflerfish OSGi framework
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libknopflerfish-osgi-java-doc/framework.html
-Files: /usr/share/doc/libknopflerfish-osgi-java-doc/framework.html
diff --git a/debian/libknopflerfish-osgi-java-doc.docs 
b/debian/libknopflerfish-osgi-java-doc.docs
deleted file mode 100644
index af7de37..000
--- a/debian/libknopflerfish-osgi-java-doc.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-api/
-framework.html
diff --git a/debian/libknopflerfish-osgi-java-doc.javadoc 
b/debian/libknopflerfish-osgi-java-doc.javadoc
deleted file mode 100644
index eedd89b..000
--- a/debian/libknopflerfish-osgi-java-doc.javadoc
+++ /dev/null
@@ -1 +0,0 @@
-api
diff --git a/debian/rules b/debian/rules
index 63e26fc..26f7e73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,9 +12,6 @@ override_dh_auto_build:
dh_auto_build -- -f ant/bundletasks.xml build_bundle_tasks 
-Dasm.jar=/usr/share/java/asm-all.jar
dh_auto_build -- -f osgi/framework/build.xml jar
 
-   

[knopflerfish-osgi] branch master updated (4e9b2ba -> 8592fc2)

2018-03-30 Thread Felix Natter
This is an automated email from the git hooks/post-receive script.

fnatter-guest pushed a change to branch master
in repository knopflerfish-osgi.

  from  4e9b2ba   Fixed my email in the patch header
   new  540068b   drop java-doc package
   new  8592fc2   Merge branch 'master' of 
git+ssh://git.debian.org/git/pkg-java/knopflerfish-osgi

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|  7 +++
 debian/control  | 20 +---
 debian/libknopflerfish-osgi-java-doc.doc-base.api   | 10 --
 debian/libknopflerfish-osgi-java-doc.doc-base.intro |  9 -
 debian/libknopflerfish-osgi-java-doc.docs   |  2 --
 debian/libknopflerfish-osgi-java-doc.javadoc|  1 -
 debian/rules|  3 ---
 7 files changed, 8 insertions(+), 44 deletions(-)
 delete mode 100644 debian/libknopflerfish-osgi-java-doc.doc-base.api
 delete mode 100644 debian/libknopflerfish-osgi-java-doc.doc-base.intro
 delete mode 100644 debian/libknopflerfish-osgi-java-doc.docs
 delete mode 100644 debian/libknopflerfish-osgi-java-doc.javadoc

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[knopflerfish-osgi] 02/02: Merge branch 'master' of git+ssh://git.debian.org/git/pkg-java/knopflerfish-osgi

2018-03-30 Thread Felix Natter
This is an automated email from the git hooks/post-receive script.

fnatter-guest pushed a commit to branch master
in repository knopflerfish-osgi.

commit 8592fc2f80615a562a9fe8e04ba17d2006e04be0
Merge: 540068b 4e9b2ba
Author: Felix Natter 
Date:   Fri Mar 30 17:39:03 2018 +0200

Merge branch 'master' of 
git+ssh://git.debian.org/git/pkg-java/knopflerfish-osgi

 debian/patches/40_ignore_android.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] annotated tag debian/1.6.20060610.dfsg0-8 created (now 534ae82)

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/1.6.20060610.dfsg0-8
in repository libhtmlparser-java.

at  534ae82   (tag)
   tagging  e0c67ff295afec73926d91c4a74addfecf30b70f (commit)
  replaces  debian/1.6.20060610.dfsg0-7
 tagged by  Markus Koschany
on  Fri Mar 30 17:36:52 2018 +0200

- Log -
Debian release 1.6.20060610.dfsg0-8
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlq+WZpfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk85AP+QHeCa5YqSE+yPVFZM5V4G6eep2+E6SmRNIH
x7/tK9/w8AUhxmthzv9xoDNyYyZTL8m87AFZ10VtcwhR8d15G33hRXjhTbdYXBMy
izXZ0j4abLgPN5Q/KyftCdUxIOheIWrYTyhMCzCBNvT6+bOHq8OfmZAaOtB1u3cQ
5zqyiGOFTl4w9BuFzL6PYx/p8yXFhaArK59WjWKyPiIGY2e4ipDGt9M3lKyKLE+9
wDqMsZST3z88p5twExWgR1OGdFcmPbW5CLp4mHTQJO8QmDXuxYn8IUCe65a6THLf
QNUO68f6HAKeMa+V+6RC8WZvmR/YddR/iIfyWREbeDpefY8vF/ZPqKd6xrIq0icW
QmuhG8ELEeAp6Mj+BCDAfBWW6iTx96XS1r7jMDDKjv0j8UINTn8+OmpPNGZSykuL
acJuVMz3IpPPgtn9NtioNJVXm/OJyX9FhUNxr1DoxuxupgkMaqZITa5HZGKrLTGk
dGupE4hvk5PcOJfs1DfVz+T1FL+IbPSA4vqomGeZnnieFIBPoQo6Xe8a320/9dxh
S0BcOtgRkmCBPQ/UjAFdxWaWOoMZiT5cs0Gk5bokKu0mEsUGlwiHawjMNh1GthCY
TeOxTpgjvjdayFlxEepKdiLjtXacWbkyeXx9Tz4c+Gy9r4kee8HHuUuwAjTWJb1q
g85fCz5l
=lLKS
-END PGP SIGNATURE-

Markus Koschany (10):
  Switch to compat level 11.
  wrap-and-sort -sa.
  Set javac target to 1.7.
  Add encoding.patch and fix FTBFS with Java 9.
  Update changelog
  Declare compliance with Debian Policy 4.1.3.
  Remove trailing whitespace.
  Drop libhtmlparser-java-doc.links
  Fix path to documentation in doc-base file.
  Update 03_remove-sourceforge-logo-from-javadoc.patch and fix more privacy

---

This annotated tag includes the following new commits:

   new  60d7fe6   Switch to compat level 11.
   new  add6607   wrap-and-sort -sa.
   new  e5a2985   Set javac target to 1.7.
   new  cec5e82   Add encoding.patch and fix FTBFS with Java 9.
   new  ce95a70   Update changelog
   new  1295ac1   Declare compliance with Debian Policy 4.1.3.
   new  3af3bd1   Remove trailing whitespace.
   new  4465bb9   Drop libhtmlparser-java-doc.links
   new  ac0dd87   Fix path to documentation in doc-base file.
   new  e0c67ff   Update 03_remove-sourceforge-logo-from-javadoc.patch and 
fix more privacy

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 01/10: Switch to compat level 11.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit 60d7fe67acee93ea4fa5c3085f8edab08a1dabcc
Author: Markus Koschany 
Date:   Fri Mar 30 17:04:00 2018 +0200

Switch to compat level 11.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index c455099..e5cce0c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Tiago Saboga 
-Build-Depends: debhelper (>= 10), ant, default-jdk, javahelper
+Build-Depends: debhelper (>= 11), ant, default-jdk, javahelper
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libhtmlparser-java.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libhtmlparser-java.git

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] branch master updated (ed1db60 -> e0c67ff)

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository libhtmlparser-java.

  from  ed1db60   Restored the /usr/share/java/libhtmlparser.jar file 
(Closes: #870685, #871328)
   new  60d7fe6   Switch to compat level 11.
   new  add6607   wrap-and-sort -sa.
   new  e5a2985   Set javac target to 1.7.
   new  cec5e82   Add encoding.patch and fix FTBFS with Java 9.
   new  ce95a70   Update changelog
   new  1295ac1   Declare compliance with Debian Policy 4.1.3.
   new  3af3bd1   Remove trailing whitespace.
   new  4465bb9   Drop libhtmlparser-java-doc.links
   new  ac0dd87   Fix path to documentation in doc-base file.
   new  e0c67ff   Update 03_remove-sourceforge-logo-from-javadoc.patch and 
fix more privacy

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 13 ++-
 debian/compat  |  2 +-
 debian/control | 23 --
 debian/copyright   |  4 +-
 debian/libhtmlparser-java-doc.doc-base |  4 +-
 debian/libhtmlparser-java-doc.install  |  9 +--
 debian/libhtmlparser-java-doc.links|  1 -
 debian/patches/01_remove_jdk15-dependency.patch| 20 +++--
 debian/patches/02_adjust_path_in_examples.patch| 90 ++---
 .../03_remove-sourceforge-logo-from-javadoc.patch  | 54 -
 debian/patches/encoding.patch  | 93 ++
 debian/patches/series  |  1 +
 debian/rules   |  2 +-
 13 files changed, 257 insertions(+), 59 deletions(-)
 delete mode 100644 debian/libhtmlparser-java-doc.links
 create mode 100644 debian/patches/encoding.patch

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 04/10: Add encoding.patch and fix FTBFS with Java 9.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit cec5e82aefddba5fee21d3e8699cc96060a8f37f
Author: Markus Koschany 
Date:   Fri Mar 30 17:13:39 2018 +0200

Add encoding.patch and fix FTBFS with Java 9.

Closes: #893243
---
 debian/patches/encoding.patch | 92 +++
 debian/patches/series |  1 +
 2 files changed, 93 insertions(+)

diff --git a/debian/patches/encoding.patch b/debian/patches/encoding.patch
new file mode 100644
index 000..a59fac5
--- /dev/null
+++ b/debian/patches/encoding.patch
@@ -0,0 +1,92 @@
+From: Markus Koschany 
+Date: Fri, 30 Mar 2018 17:13:19 +0200
+Subject: encoding
+
+---
+ src/build.xml | 27 +++
+ 1 file changed, 19 insertions(+), 8 deletions(-)
+
+diff --git a/src/build.xml b/src/build.xml
+index 2c9ca48..40b9469 100644
+--- a/src/build.xml
 b/src/build.xml
+@@ -260,12 +260,15 @@ Update the Web Site
+ 
+   
+ 
+-
++
+   
+ 
+   
+ 
+-
++
+   
+   
+   
+@@ -290,7 +293,8 @@ Update the Web Site
+ 
+   
+ 
+-
++
+   
+   
+   
+@@ -371,7 +375,8 @@ Update the Web Site
+ 
+ 
+ 
+-
++
+   
+ 
+ 
+ 
+ 
+-
++
+   
+ 
+ 
+   
+ 
+-
++
+   
+ 
+ 
+@@ -437,7 +446,8 @@ Update the Web Site
+   
+   
+ 
+-
++
+ 
+ 
+ http://htmlparser.sourceforge.net; target=_top>HTML 
Parser Home Page/A>"/>
+@@ -482,7 +492,8 @@ Update the Web Site
+ 
+   
+ 
+-
++
+ 
+ 
+ http://htmlparser.sourceforge.net; target=_top>HTML 
Parser Home Page/A>"/>
diff --git a/debian/patches/series b/debian/patches/series
index ed8de5e..8b336a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_remove_jdk15-dependency.patch
 02_adjust_path_in_examples.patch
 03_remove-sourceforge-logo-from-javadoc.patch
+encoding.patch

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 07/10: Remove trailing whitespace.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit 3af3bd145b6cb87c986ae545a2d81ad8c74432a9
Author: Markus Koschany 
Date:   Fri Mar 30 17:17:30 2018 +0200

Remove trailing whitespace.
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d6bfebf..2fb6f26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,7 +55,7 @@ libhtmlparser-java (1.6.20060610.dfsg0-4) unstable; 
urgency=low
 libhtmlparser-java (1.6.20060610.dfsg0-3) unstable; urgency=low
 
   * Remove bashism in debian/rules (brace expansion). (Closes: #477610)
-  * Add Vcs-Svn and Vcs-Browser fields to debian/control. 
+  * Add Vcs-Svn and Vcs-Browser fields to debian/control.
 
  -- Tiago Saboga   Mon, 05 May 2008 09:07:16 -0300
 

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 03/10: Set javac target to 1.7.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit e5a2985124d7e7a2267a584f6803b2e4d822909a
Author: Markus Koschany 
Date:   Fri Mar 30 17:04:45 2018 +0200

Set javac target to 1.7.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index be535a4..15c6d9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
dh $@ --buildsystem=ant --with javahelper
 
 override_dh_auto_build:
-   dh_auto_build -- -f src/build.xml -Dant.build.javac.target=1.5 
jarparser javadoc filterbuilder thumbelina
+   dh_auto_build -- -f src/build.xml -Dant.build.javac.target=1.7 
jarparser javadoc filterbuilder thumbelina
mv src/lib/htmlparser.jar src/lib/libhtmlparser.jar
 
 override_dh_auto_clean:

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 02/10: wrap-and-sort -sa.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit add66074c57eecf5c6684a431999744495a8bfa5
Author: Markus Koschany 
Date:   Fri Mar 30 17:04:13 2018 +0200

wrap-and-sort -sa.
---
 debian/control| 21 +++--
 debian/copyright  |  4 ++--
 debian/libhtmlparser-java-doc.install |  9 +++--
 3 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index e5cce0c..b9bbb97 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,13 @@ Source: libhtmlparser-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

-Uploaders: Tiago Saboga 
-Build-Depends: debhelper (>= 11), ant, default-jdk, javahelper
+Uploaders:
+ Tiago Saboga 
+Build-Depends:
+ ant,
+ debhelper (>= 11),
+ default-jdk,
+ javahelper
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libhtmlparser-java.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libhtmlparser-java.git
@@ -11,8 +16,10 @@ Homepage: http://htmlparser.sourceforge.net
 
 Package: libhtmlparser-java
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: libhtmlparser-java-doc
+Depends:
+ ${misc:Depends}
+Suggests:
+ libhtmlparser-java-doc
 Description: java library to parse html
  HTML Parser is a Java library used to parse HTML in either a linear
  or nested fashion. Primarily used for transformation or extraction,
@@ -33,8 +40,10 @@ Description: java library to parse html
 Package: libhtmlparser-java-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: libhtmlparser-java
+Depends:
+ ${misc:Depends}
+Suggests:
+ libhtmlparser-java
 Description: java library to parse html - doc
  HTML Parser is a Java library used to parse HTML in either a linear
  or nested fashion. Primarily used for transformation or extraction,
diff --git a/debian/copyright b/debian/copyright
index 0eec51b..36c2cd7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Wed, 31 Oct 2007 15:19:57 -0200.
 It was downloaded from
 
 
-Upstream Authors: 
+Upstream Authors:
 Derrick Oswald
 James Gosling
 Kevin A. Smith
@@ -46,7 +46,7 @@ License:
   [1] - 

 
 On Debian systems, the complete text of GNU Lesser General Public
-License can be found in `/usr/share/common-licenses/LGPL-2.1'. 
+License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 The Debian packaging is Copyright 2007,2010, Tiago Saboga
  and is licensed under the LGPL, version 2.1 or
diff --git a/debian/libhtmlparser-java-doc.install 
b/debian/libhtmlparser-java-doc.install
index 1690d36..a209c56 100644
--- a/debian/libhtmlparser-java-doc.install
+++ b/debian/libhtmlparser-java-doc.install
@@ -1,8 +1,3 @@
-src/docs/javadoc/*usr/share/doc/libhtmlparser-java/api
-
-src/lib/filterbuilder.jar usr/share/doc/libhtmlparser-java/examples/lib/
-src/lib/thumbelina.jarusr/share/doc/libhtmlparser-java/examples/lib/
-
 bin/beanybaby usr/share/doc/libhtmlparser-java/examples/bin/
 bin/filterbuilder usr/share/doc/libhtmlparser-java/examples/bin/
 bin/lexer usr/share/doc/libhtmlparser-java/examples/bin/
@@ -12,5 +7,7 @@ bin/sitecapturer  
usr/share/doc/libhtmlparser-java/examples/bin/
 bin/stringextractor   usr/share/doc/libhtmlparser-java/examples/bin/
 bin/thumbelinausr/share/doc/libhtmlparser-java/examples/bin/
 bin/translate usr/share/doc/libhtmlparser-java/examples/bin/
-
 docs/*usr/share/doc/libhtmlparser-java/html
+src/docs/javadoc/*usr/share/doc/libhtmlparser-java/api
+src/lib/filterbuilder.jar usr/share/doc/libhtmlparser-java/examples/lib/
+src/lib/thumbelina.jarusr/share/doc/libhtmlparser-java/examples/lib/

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 10/10: Update 03_remove-sourceforge-logo-from-javadoc.patch and fix more privacy

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit e0c67ff295afec73926d91c4a74addfecf30b70f
Author: Markus Koschany 
Date:   Fri Mar 30 17:30:40 2018 +0200

Update 03_remove-sourceforge-logo-from-javadoc.patch and fix more privacy

issues.
---
 debian/patches/01_remove_jdk15-dependency.patch| 20 +++--
 debian/patches/02_adjust_path_in_examples.patch| 90 +++---
 .../03_remove-sourceforge-logo-from-javadoc.patch  | 54 -
 debian/patches/encoding.patch  |  2 +-
 4 files changed, 127 insertions(+), 39 deletions(-)

diff --git a/debian/patches/01_remove_jdk15-dependency.patch 
b/debian/patches/01_remove_jdk15-dependency.patch
index 39ac45f..46fee9c 100644
--- a/debian/patches/01_remove_jdk15-dependency.patch
+++ b/debian/patches/01_remove_jdk15-dependency.patch
@@ -1,8 +1,16 @@
-Author: Tiago Saboga 
-Description: No description.
 libhtmlparser-java-1.6.20060610.dfsg0.orig/src/build.xml
-+++ libhtmlparser-java-1.6.20060610.dfsg0/src/build.xml
-@@ -367,11 +367,11 @@
+From: Tiago Saboga 
+Date: Fri, 30 Mar 2018 17:25:48 +0200
+Subject: No description.
+
+---
+ src/build.xml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/build.xml b/src/build.xml
+index 34389f0..96821f7 100644
+--- a/src/build.xml
 b/src/build.xml
+@@ -367,11 +367,11 @@ Update the Web Site

  

@@ -16,7 +24,7 @@ Description: No description.

  
  


diff --git a/debian/patches/02_adjust_path_in_examples.patch 
b/debian/patches/02_adjust_path_in_examples.patch
index 6220f17..2e74416 100644
--- a/debian/patches/02_adjust_path_in_examples.patch
+++ b/debian/patches/02_adjust_path_in_examples.patch
@@ -1,7 +1,23 @@
-Author: Tiago Saboga 
-Description: No description.
 libhtmlparser-java-1.6.20060610.dfsg0.orig/bin/beanybaby
-+++ libhtmlparser-java-1.6.20060610.dfsg0/bin/beanybaby
+From: Tiago Saboga 
+Date: Fri, 30 Mar 2018 17:25:48 +0200
+Subject: No description.
+
+---
+ bin/beanybaby   | 35 +++
+ bin/filterbuilder   | 34 +++---
+ bin/lexer   | 35 +++
+ bin/linkextractor   | 35 +++
+ bin/parser  | 35 +++
+ bin/sitecapturer| 35 +++
+ bin/stringextractor | 35 +++
+ bin/thumbelina  | 34 +++---
+ bin/translate   | 35 +++
+ 9 files changed, 27 insertions(+), 286 deletions(-)
+
+diff --git a/bin/beanybaby b/bin/beanybaby
+index be0530f..e70c90b 100755
+--- a/bin/beanybaby
 b/bin/beanybaby
 @@ -1,34 +1,5 @@
  #! /bin/sh
  
@@ -37,7 +53,7 @@ Description: No description.
  if [ -z "$JAVACMD" ] ; then 
if [ -n "$JAVA_HOME"  ] ; then
  if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 
-@@ -55,13 +26,13 @@
+@@ -55,13 +26,13 @@ if [ -n "$CLASSPATH" ] ; then
LOCALCLASSPATH="$CLASSPATH"
  fi
  
@@ -54,8 +70,10 @@ Description: No description.
  fi
  
  # handle 1.1x JDKs
 libhtmlparser-java-1.6.20060610.dfsg0.orig/bin/filterbuilder
-+++ libhtmlparser-java-1.6.20060610.dfsg0/bin/filterbuilder
+diff --git a/bin/filterbuilder b/bin/filterbuilder
+index 5170536..0800033 100755
+--- a/bin/filterbuilder
 b/bin/filterbuilder
 @@ -1,34 +1,5 @@
  #! /bin/sh
  
@@ -91,7 +109,7 @@ Description: No description.
  if [ -z "$JAVACMD" ] ; then 
if [ -n "$JAVA_HOME"  ] ; then
  if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 
-@@ -51,7 +22,8 @@
+@@ -51,7 +22,8 @@ if [ ! -x "$JAVACMD" ] ; then
exit 1
  fi
  
@@ -102,8 +120,10 @@ Description: No description.
 -"$JAVACMD" -Xmx256M -classpath 
"${HTMLPARSER_LIB}/filterbuilder.jar:${HTMLPARSER_LIB}/htmlparser.jar" 
org.htmlparser.parserapplications.filterbuilder.FilterBuilder "$@"
 +"$JAVACMD" -Xmx256M -classpath 
"${HTMLPARSER_EXLIB}/filterbuilder.jar:${HTMLPARSER_LIB}/libhtmlparser.jar" 
org.htmlparser.parserapplications.filterbuilder.FilterBuilder "$@"
  
 libhtmlparser-java-1.6.20060610.dfsg0.orig/bin/lexer
-+++ libhtmlparser-java-1.6.20060610.dfsg0/bin/lexer
+diff --git a/bin/lexer b/bin/lexer
+index 9378d68..3aca776 100755
+--- a/bin/lexer
 b/bin/lexer
 @@ -1,34 +1,5 @@
  #! /bin/sh
  
@@ -139,7 +159,7 @@ Description: No description.
  if [ -z "$JAVACMD" ] ; then 
if [ -n "$JAVA_HOME"  ] ; then
  if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 
-@@ -55,13 +26,13 @@
+@@ -55,13 +26,13 @@ if [ -n "$CLASSPATH" ] ; then
LOCALCLASSPATH="$CLASSPATH"
  fi
  
@@ -156,8 +176,10 @@ Description: No description.
  fi
  
  # handle 1.1x JDKs
 libhtmlparser-java-1.6.20060610.dfsg0.orig/bin/linkextractor
-+++ 

[libhtmlparser-java] 05/10: Update changelog

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit ce95a70e2a44855f6d782d896ef104437d1dc980
Author: Markus Koschany 
Date:   Fri Mar 30 17:14:49 2018 +0200

Update changelog
---
 debian/changelog  | 10 ++
 debian/patches/encoding.patch |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5e75228..ca9e5f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libhtmlparser-java (1.6.20060610.dfsg0-8) unstable; urgency=medium
+
+  * Team upload.
+  * Switch to compat level 11.
+  * wrap-and-sort -sa.
+  * Set javac target to 1.7.
+  * Add encoding.patch and fix FTBFS with Java 9. (Closes: #893243)
+
+ -- Markus Koschany   Fri, 30 Mar 2018 17:14:31 +0200
+
 libhtmlparser-java (1.6.20060610.dfsg0-7) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/encoding.patch b/debian/patches/encoding.patch
index a59fac5..7711313 100644
--- a/debian/patches/encoding.patch
+++ b/debian/patches/encoding.patch
@@ -2,6 +2,7 @@ From: Markus Koschany 
 Date: Fri, 30 Mar 2018 17:13:19 +0200
 Subject: encoding
 
+Bug-Debian: https://bugs.debian.org/893243
 ---
  src/build.xml | 27 +++
  1 file changed, 19 insertions(+), 8 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 08/10: Drop libhtmlparser-java-doc.links

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit 4465bb99f52a3d0edb6532c317716ebbe8b17663
Author: Markus Koschany 
Date:   Fri Mar 30 17:20:58 2018 +0200

Drop libhtmlparser-java-doc.links
---
 debian/libhtmlparser-java-doc.links | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/libhtmlparser-java-doc.links 
b/debian/libhtmlparser-java-doc.links
deleted file mode 100644
index f506d69..000
--- a/debian/libhtmlparser-java-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libhtmlparser-java/api   
usr/share/doc/libhtmlparser-java/html/javadoc

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 09/10: Fix path to documentation in doc-base file.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit ac0dd87f167fe8626e1513d9c9ed69b2ce30c40e
Author: Markus Koschany 
Date:   Fri Mar 30 17:22:15 2018 +0200

Fix path to documentation in doc-base file.
---
 debian/libhtmlparser-java-doc.doc-base | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/libhtmlparser-java-doc.doc-base 
b/debian/libhtmlparser-java-doc.doc-base
index 6f70148..d7b155d 100644
--- a/debian/libhtmlparser-java-doc.doc-base
+++ b/debian/libhtmlparser-java-doc.doc-base
@@ -4,5 +4,5 @@ Author: Derrick Oswald
 Section: Programming
 
 Format: HTML
-Index: /usr/share/doc/libhtmlparser-java/api/index.html
-Files: /usr/share/doc/libhtmlparser-java/api/*.html
+Index: /usr/share/doc/libhtmlparser-java/html/index.html
+Files: /usr/share/doc/libhtmlparser-java/html/*.html

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[libhtmlparser-java] 06/10: Declare compliance with Debian Policy 4.1.3.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libhtmlparser-java.

commit 1295ac1dd4dadead5a3cc7cba1a46954b41f3f0c
Author: Markus Koschany 
Date:   Fri Mar 30 17:17:18 2018 +0200

Declare compliance with Debian Policy 4.1.3.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ca9e5f5..d6bfebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libhtmlparser-java (1.6.20060610.dfsg0-8) unstable; 
urgency=medium
   * wrap-and-sort -sa.
   * Set javac target to 1.7.
   * Add encoding.patch and fix FTBFS with Java 9. (Closes: #893243)
+  * Declare compliance with Debian Policy 4.1.3.
 
  -- Markus Koschany   Fri, 30 Mar 2018 17:14:31 +0200
 
diff --git a/debian/control b/debian/control
index b9bbb97..a302cf7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  debhelper (>= 11),
  default-jdk,
  javahelper
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libhtmlparser-java.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libhtmlparser-java.git
 Homepage: http://htmlparser.sourceforge.net

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#894330: marked as done (apktool FTBFS with openjdk-9)

2018-03-30 Thread Debian Bug Tracking System
Your message dated Fri, 30 Mar 2018 15:19:48 +
with message-id 
and subject line Bug#894330: fixed in proguard 6.0.1-2
has caused the Debian Bug report #894330,
regarding apktool FTBFS with openjdk-9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
894330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: apktool
Version: 2.3.1+dfsg-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/apktool.html

...

FAILURE: Build failed with an exception.

* Where:
Build file 
'/build/1st/apktool-2.3.1+dfsg/brut.apktool/apktool-cli/build.gradle' line: 42

* What went wrong:
A problem occurred evaluating project ':brut.apktool:apktool-cli'.
> Could not get unknown property 'proguard' for project 
> ':brut.apktool:apktool-cli' of type org.gradle.api.Project.

* Try:
Run with --debug option to get more log output.

* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating project 
':brut.apktool:apktool-cli'.
at 
org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:92)
at 
org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:176)
at 
org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77)
at 
org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:181)
at 
org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:39)
at 
org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
at 
org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:34)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator.doConfigure(LifecycleProjectEvaluator.java:70)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator.access$000(LifecycleProjectEvaluator.java:33)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator$1.execute(LifecycleProjectEvaluator.java:53)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator$1.execute(LifecycleProjectEvaluator.java:50)
at org.gradle.internal.Transformers$4.transform(Transformers.java:169)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:106)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:61)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:50)
at 
org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:599)
at 
org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:125)
at 
org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:35)
at 
org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:62)
at 
org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:38)
at 
org.gradle.initialization.DefaultGradleLauncher$ConfigureBuildAction.execute(DefaultGradleLauncher.java:233)
at 
org.gradle.initialization.DefaultGradleLauncher$ConfigureBuildAction.execute(DefaultGradleLauncher.java:230)
at org.gradle.internal.Transformers$4.transform(Transformers.java:169)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:106)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:56)
at 
org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:160)
at 
org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:119)
at 
org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:102)
at 
org.gradle.launcher.exec.GradleBuildController.run(GradleBuildController.java:71)
at 
org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:28)
at 
org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at 
org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:41)
at 

Bug#894331: marked as done (libsmali-java FTBFS with openjdk-9)

2018-03-30 Thread Debian Bug Tracking System
Your message dated Fri, 30 Mar 2018 15:19:48 +
with message-id 
and subject line Bug#894330: fixed in proguard 6.0.1-2
has caused the Debian Bug report #894330,
regarding libsmali-java FTBFS with openjdk-9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
894330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libsmali-java
Version: 2.2.2-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libsmali-java.html

...
FAILURE: Build failed with an exception.

* Where:
Build file '/build/1st/libsmali-java-2.2.2/baksmali/build.gradle' line: 84

* What went wrong:
A problem occurred evaluating project ':baksmali'.
> Could not get unknown property 'proguard' for project ':baksmali' of type 
> org.gradle.api.Project.

* Try:
Run with --debug option to get more log output.

* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating project 
':baksmali'.
at 
org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:92)
at 
org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:176)
at 
org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77)
at 
org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:181)
at 
org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:39)
at 
org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
at 
org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:34)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator.doConfigure(LifecycleProjectEvaluator.java:70)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator.access$000(LifecycleProjectEvaluator.java:33)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator$1.execute(LifecycleProjectEvaluator.java:53)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator$1.execute(LifecycleProjectEvaluator.java:50)
at org.gradle.internal.Transformers$4.transform(Transformers.java:169)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:106)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:61)
at 
org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:50)
at 
org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:599)
at 
org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:125)
at 
org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:35)
at 
org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:62)
at 
org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:38)
at 
org.gradle.initialization.DefaultGradleLauncher$ConfigureBuildAction.execute(DefaultGradleLauncher.java:233)
at 
org.gradle.initialization.DefaultGradleLauncher$ConfigureBuildAction.execute(DefaultGradleLauncher.java:230)
at org.gradle.internal.Transformers$4.transform(Transformers.java:169)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:106)
at 
org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:56)
at 
org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:160)
at 
org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:119)
at 
org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:102)
at 
org.gradle.launcher.exec.GradleBuildController.run(GradleBuildController.java:71)
at 
org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:28)
at 
org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at 
org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:41)
at 

Accepted proguard 6.0.1-2 (source) into unstable

2018-03-30 Thread Markus Koschany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 16:53:08 +0200
Source: proguard
Binary: proguard proguard-cli proguard-gui libproguard-java
Architecture: source
Version: 6.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 libproguard-java - Java class file shrinker, optimizer, and obfuscator 
(Library)
 proguard   - Java class file shrinker, optimizer, and obfuscator
 proguard-cli - Java class file shrinker, optimizer, and obfuscator (CLI)
 proguard-gui - Java class file shrinker, optimizer, and obfuscator (GUI)
Closes: 894330
Changes:
 proguard (6.0.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on gradle and build the Gradle task again. (Closes: #894330)
Checksums-Sha1:
 7ba69a600055647a04889ccdc7600cabf7659334 2323 proguard_6.0.1-2.dsc
 69753cdc8deafbaffb4cc30d8a434481c4af521a 5412 proguard_6.0.1-2.debian.tar.xz
 9252924b649031265ad53b38ae36c54076d58f71 15661 proguard_6.0.1-2_amd64.buildinfo
Checksums-Sha256:
 c50bd1132a0af3ad729e5e1c5a8cbdbcf12765e7ae3a589fe16a97e33903f57b 2323 
proguard_6.0.1-2.dsc
 76ba6f7014207e2c6283e7ff9b8c6a711959e2eebeaf0e878f835a3bbc2206ab 5412 
proguard_6.0.1-2.debian.tar.xz
 22fb7ad2701e227464df713b596473f8050b22cacdc8d47222e5193b72edcaa4 15661 
proguard_6.0.1-2_amd64.buildinfo
Files:
 45df782c0b93abeb46f88077382a9546 2323 devel optional proguard_6.0.1-2.dsc
 1729c4c9189b5f9c84b7c3531e52efe0 5412 devel optional 
proguard_6.0.1-2.debian.tar.xz
 3ed6aa2e48f6bbbae197ac7211f62b5f 15661 devel optional 
proguard_6.0.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlq+UFJfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkhwsP/0Cb1ieJzwHU/pCgij3L02G8t6XipSUOrRp5
3oZyBdknm/7efuNU0FovZAd1HmorZ8VPbd2PxuAS413eXRDJRuc7ojTHWItCt9SQ
M3qM9AHbdoQnXHl5a21ZaOZTZVFUwJG9cuIYTeUQeKWecrJWH3FOgDXmYup/rHm5
1j4Bh7OPoGjLp3htpd3AwqDRS7gZFYbsxfg2dZOivH10DLzBhRhtsQ50E0phDyCR
/l+kl2ULINgG83wM5x8nQoWkezGedSHKmTg+nkBnjVRo93l8GSS53DFlsk9mGJpc
AkL1ydP0tgEnJgGBRhykGgKeJV+Nd3Y1i3SgkJwAJ6XgO3zdyAubrOX/6IMv7crK
ge77Yis/pSiokP7W9rMxschDBS+KcFfjctr8O5kioDPfz+N2AwaLqYUi285YZhtG
dixbgI1b94t17PIu3T16ggsmhbE5OguE/7ejSKM7LWTLrhb2leQlcJuDNYq3UIWJ
htuhP2/ClYHV/lJY7ciVOGl9/8dZps27fP9FRfXgVvdk0WcA34cYDK/2zK4eNQPS
PEOij8EK65I21wKQuDklnWcCgLIOSWGrRuADamjsIZeZrQSsx23bDX6P+uQGsyvM
HqK8szCgrbuQkpmga9R+PkW5RZTBZXT0AK+b7z4mygOnYHleRdkH9P9hus014w1B
wtKZMx1Y
=GYob
-END PGP SIGNATURE-


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


proguard_6.0.1-2_source.changes ACCEPTED into unstable

2018-03-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 16:53:08 +0200
Source: proguard
Binary: proguard proguard-cli proguard-gui libproguard-java
Architecture: source
Version: 6.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Markus Koschany 
Description:
 libproguard-java - Java class file shrinker, optimizer, and obfuscator 
(Library)
 proguard   - Java class file shrinker, optimizer, and obfuscator
 proguard-cli - Java class file shrinker, optimizer, and obfuscator (CLI)
 proguard-gui - Java class file shrinker, optimizer, and obfuscator (GUI)
Closes: 894330
Changes:
 proguard (6.0.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on gradle and build the Gradle task again. (Closes: #894330)
Checksums-Sha1:
 7ba69a600055647a04889ccdc7600cabf7659334 2323 proguard_6.0.1-2.dsc
 69753cdc8deafbaffb4cc30d8a434481c4af521a 5412 proguard_6.0.1-2.debian.tar.xz
 9252924b649031265ad53b38ae36c54076d58f71 15661 proguard_6.0.1-2_amd64.buildinfo
Checksums-Sha256:
 c50bd1132a0af3ad729e5e1c5a8cbdbcf12765e7ae3a589fe16a97e33903f57b 2323 
proguard_6.0.1-2.dsc
 76ba6f7014207e2c6283e7ff9b8c6a711959e2eebeaf0e878f835a3bbc2206ab 5412 
proguard_6.0.1-2.debian.tar.xz
 22fb7ad2701e227464df713b596473f8050b22cacdc8d47222e5193b72edcaa4 15661 
proguard_6.0.1-2_amd64.buildinfo
Files:
 45df782c0b93abeb46f88077382a9546 2323 devel optional proguard_6.0.1-2.dsc
 1729c4c9189b5f9c84b7c3531e52efe0 5412 devel optional 
proguard_6.0.1-2.debian.tar.xz
 3ed6aa2e48f6bbbae197ac7211f62b5f 15661 devel optional 
proguard_6.0.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlq+UFJfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkhwsP/0Cb1ieJzwHU/pCgij3L02G8t6XipSUOrRp5
3oZyBdknm/7efuNU0FovZAd1HmorZ8VPbd2PxuAS413eXRDJRuc7ojTHWItCt9SQ
M3qM9AHbdoQnXHl5a21ZaOZTZVFUwJG9cuIYTeUQeKWecrJWH3FOgDXmYup/rHm5
1j4Bh7OPoGjLp3htpd3AwqDRS7gZFYbsxfg2dZOivH10DLzBhRhtsQ50E0phDyCR
/l+kl2ULINgG83wM5x8nQoWkezGedSHKmTg+nkBnjVRo93l8GSS53DFlsk9mGJpc
AkL1ydP0tgEnJgGBRhykGgKeJV+Nd3Y1i3SgkJwAJ6XgO3zdyAubrOX/6IMv7crK
ge77Yis/pSiokP7W9rMxschDBS+KcFfjctr8O5kioDPfz+N2AwaLqYUi285YZhtG
dixbgI1b94t17PIu3T16ggsmhbE5OguE/7ejSKM7LWTLrhb2leQlcJuDNYq3UIWJ
htuhP2/ClYHV/lJY7ciVOGl9/8dZps27fP9FRfXgVvdk0WcA34cYDK/2zK4eNQPS
PEOij8EK65I21wKQuDklnWcCgLIOSWGrRuADamjsIZeZrQSsx23bDX6P+uQGsyvM
HqK8szCgrbuQkpmga9R+PkW5RZTBZXT0AK+b7z4mygOnYHleRdkH9P9hus014w1B
wtKZMx1Y
=GYob
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[scala] annotated tag debian/2.11.12-1 created (now b04c64a)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/2.11.12-1
in repository scala.

at  b04c64a   (tag)
   tagging  5e6fac2d57722cf82e27cbeec76906d7d80e947d (commit)
  replaces  debian/2.11.8-2
 tagged by  Emmanuel Bourg
on  Fri Mar 30 17:09:50 2018 +0200

- Log -
scala Debian release 2.11.12-1
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+Uz4SHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCscO8QALO8zuKR0vTJE1OFc9aFdWzoSS2AvtGd
ilAzDux6tLOFOODOuBIo0eYw/zCfCoyt35LX8GaxtF3DpaZDK+CGCVN2dmgcS65g
dFbwhMMibZ5V6ngqi6g+6ljc7QezV42F9qeZNm7FUtsXt5TGAFMnkoZsktzsiZW2
dqRcMHFSD4AYJNlvI0UPe3dKzIh0sa6Xi1pKL/UdLtSrzqMHrg70wOetYi0LUZvr
XjzsfRQuvmWn7gwFQVBGl6UkK2+yyLjuq6QJbIcKsAnGp6t6f/L+TJyPlzGDTfRM
RbhUer8DQw5ejoM6OuwiQ8zjkcaSdjCNlxGJZS3NMLVx2Gt/siZ2g2jxamk7rrWJ
zX/UhlvpY5Cj0ipVoPQowLnKm6Fvi3UCCT1SLQXyKkJ0fpniqoWiTo/lhOD9tl+x
86DtuCjUgnpNEOPQWt+Fy34p1A3y1m7T7m2joRmRwh8acOamoDQb7zWF+vOcVoXp
4th+Ak6PMSoaDOH9rpZ2VgcRAdmZlZWTp1vIWqYU1sqzZBQp48jChT9TuDXBRARn
H7EIFoEgM6t+JKSTaCtqib5baioTzGu6EP3XioUjDPg2BrdCDB9pa4HpemB2h5x7
PqzAGsbtL0WMKP7UcYs0vgGdeUdkNink8wN1vWVvR0nfeIuFFJ+FMAaHFMIRx6cH
vQLMlAbMtphh
=cE9v
-END PGP SIGNATURE-

Emmanuel Bourg (18):
  New upstream version 2.11.9
  Update upstream source from tag 'upstream/2.11.9'
  Refreshed the patches
  New upstream version 2.11.10
  Update upstream source from tag 'upstream/2.11.10'
  New upstream version 2.11.11
  Update upstream source from tag 'upstream/2.11.11'
  New upstream version 2.11.12
  Update upstream source from tag 'upstream/2.11.12'
  Depend on libjline2-java (>= 2.13)
  Depend on scala-asm (>= 5.2.0-scala-2)
  Disabled jarlister during the build (not in Debian)
  The new release fixes the Java 9 compatibility (Closes: #873705)
  Disabled the boot classpath by default (-nobootcp) to run with Java 9
  Standards-Version updated to 4.1.3
  Switch to debhelper level 11
  Temporarily build with Java 8 to bootstrap the Java 9 compatible version
  Upload to unstable

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#873705: marked as done (FTBFS with Java 9: unsupported in this release)

2018-03-30 Thread Debian Bug Tracking System
Your message dated Fri, 30 Mar 2018 15:07:10 +
with message-id 
and subject line Bug#873705: fixed in scala 2.11.12-1
has caused the Debian Bug report #873705,
regarding FTBFS with Java 9: unsupported in this release
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
873705: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scala
Version: 2.11.8
Severity: normal
User: debian-j...@lists.debian.org
Usertags: default-java9

This package fails to build with default-jdk pointing to openjdk-9-jdk.
The wiki has some common problems and their solutions:
https://wiki.debian.org/Java/Java9Pitfalls

Upstream are aware of this issue and working on it:
https://github.com/scala/scala-dev/issues/139

This definitely breaks at least these packages:

 * latexdraw
 * plm
 * scala-parser-combinators
 * scala-xml

And presumably:

 * scala-asm
 * scala-library


Build log:

/build.xml:117: The following error occurred while executing this line:
/build-ant-macros.xml:8: The following error occurred while executing this line:
/build.xml:506: JDK 9 is not supported by this build!


Cheers,
Chris.
--- End Message ---
--- Begin Message ---
Source: scala
Source-Version: 2.11.12-1

We believe that the bug you reported is fixed in the latest version of
scala, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 873...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg  (supplier of updated scala package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 16:17:53 +0200
Source: scala
Binary: scala scala-library scala-doc
Architecture: source
Version: 2.11.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 scala  - Scala programming language
 scala-doc  - Scala API documentation
 scala-library - Scala standard library
Closes: 873705
Changes:
 scala (2.11.12-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
 - Fixes the Java 9 compatibility at runtime (Closes: #873705)
 - Patched the project to build with Java 9
 - Disabled the boot classpath by default (-nobootcp) to run with Java 9
 - Temporarily build with Java 8 to bootstrap the Java 9 compatible version
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
 - Disabled jarlister during the build (not in Debian)
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
Checksums-Sha1:
 76d39d1f2a5d6e3825f26107c053d9d513518c59 2331 scala_2.11.12-1.dsc
 686ab02e85011f0f7e96522d2a4d67c3b872bc29 4863496 scala_2.11.12.orig.tar.xz
 88211fe99eeebfae2c3ffb4eadaa26c60b950af7 19264 scala_2.11.12-1.debian.tar.xz
 3bc1fd5f9fa34b44a94b842fb7b32f08389e4b26 13644 scala_2.11.12-1_source.buildinfo
Checksums-Sha256:
 8d748ba2558315165ebc4ae02bd7e48e8c3310c85d5a1f4b9466076c1b733de6 2331 
scala_2.11.12-1.dsc
 b8db9faffd136d376a1885c04b2cced1b25fee5e61295c1c2a66bceaf99e7301 4863496 
scala_2.11.12.orig.tar.xz
 be8c56ec27a3303cd6f8ef472f38ebef22807fdc6d5355cf8ba85f404c27b5f7 19264 
scala_2.11.12-1.debian.tar.xz
 91ecbc5e8623c3d53091e12318c9d1ac63f907389e59cf520b2bfcc6d9a0e6f6 13644 
scala_2.11.12-1_source.buildinfo
Files:
 f9765d46a6060de17e3023ab30491d67 2331 devel optional scala_2.11.12-1.dsc
 d2c7b0e593c9335fa2796c163946becb 4863496 devel optional 
scala_2.11.12.orig.tar.xz
 0558745f9fbf47169982a1cf64164e83 19264 devel optional 
scala_2.11.12-1.debian.tar.xz
 7a3fea3cbd1333d1a7dec53ab8000b83 13644 devel optional 
scala_2.11.12-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+RyESHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsxiMP/1bu1UL7crfKcMP8c0aiFH/cgFnGaibu
bfiTz0DzgEhV9Dpa0oKqhjpNKhFO6MZDz4hajLSNI3iRM/AXU84xfsWvIXhIcQX0
KO5DER/H/7KvQBJ/9AfOBaEXAFeYnreY4+dHBGKk2PogMNMXMIRpCHdESxK6PrkZ
YYsfxDDV9z2KBZbWqbunZaS6FBS3bme7J5OFBwZ2t9WaXZtiNzlDL1UFjNAhK12s

Processing of proguard_6.0.1-2_source.changes

2018-03-30 Thread Debian FTP Masters
proguard_6.0.1-2_source.changes uploaded successfully to localhost
along with the files:
  proguard_6.0.1-2.dsc
  proguard_6.0.1-2.debian.tar.xz
  proguard_6.0.1-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Accepted scala 2.11.12-1 (source) into unstable

2018-03-30 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 16:17:53 +0200
Source: scala
Binary: scala scala-library scala-doc
Architecture: source
Version: 2.11.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 scala  - Scala programming language
 scala-doc  - Scala API documentation
 scala-library - Scala standard library
Closes: 873705
Changes:
 scala (2.11.12-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
 - Fixes the Java 9 compatibility at runtime (Closes: #873705)
 - Patched the project to build with Java 9
 - Disabled the boot classpath by default (-nobootcp) to run with Java 9
 - Temporarily build with Java 8 to bootstrap the Java 9 compatible version
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
 - Disabled jarlister during the build (not in Debian)
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
Checksums-Sha1:
 76d39d1f2a5d6e3825f26107c053d9d513518c59 2331 scala_2.11.12-1.dsc
 686ab02e85011f0f7e96522d2a4d67c3b872bc29 4863496 scala_2.11.12.orig.tar.xz
 88211fe99eeebfae2c3ffb4eadaa26c60b950af7 19264 scala_2.11.12-1.debian.tar.xz
 3bc1fd5f9fa34b44a94b842fb7b32f08389e4b26 13644 scala_2.11.12-1_source.buildinfo
Checksums-Sha256:
 8d748ba2558315165ebc4ae02bd7e48e8c3310c85d5a1f4b9466076c1b733de6 2331 
scala_2.11.12-1.dsc
 b8db9faffd136d376a1885c04b2cced1b25fee5e61295c1c2a66bceaf99e7301 4863496 
scala_2.11.12.orig.tar.xz
 be8c56ec27a3303cd6f8ef472f38ebef22807fdc6d5355cf8ba85f404c27b5f7 19264 
scala_2.11.12-1.debian.tar.xz
 91ecbc5e8623c3d53091e12318c9d1ac63f907389e59cf520b2bfcc6d9a0e6f6 13644 
scala_2.11.12-1_source.buildinfo
Files:
 f9765d46a6060de17e3023ab30491d67 2331 devel optional scala_2.11.12-1.dsc
 d2c7b0e593c9335fa2796c163946becb 4863496 devel optional 
scala_2.11.12.orig.tar.xz
 0558745f9fbf47169982a1cf64164e83 19264 devel optional 
scala_2.11.12-1.debian.tar.xz
 7a3fea3cbd1333d1a7dec53ab8000b83 13644 devel optional 
scala_2.11.12-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+RyESHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsxiMP/1bu1UL7crfKcMP8c0aiFH/cgFnGaibu
bfiTz0DzgEhV9Dpa0oKqhjpNKhFO6MZDz4hajLSNI3iRM/AXU84xfsWvIXhIcQX0
KO5DER/H/7KvQBJ/9AfOBaEXAFeYnreY4+dHBGKk2PogMNMXMIRpCHdESxK6PrkZ
YYsfxDDV9z2KBZbWqbunZaS6FBS3bme7J5OFBwZ2t9WaXZtiNzlDL1UFjNAhK12s
sW6nloywnx7y+cgPLtKxe/TC9nX8AxNAUqytVoABpO0mO4UsDGrIqT5Zk0fQrEFC
lNQOQ8sqP7HuqwsvImHKzlpJMekrFnxCAcHd0YUhgOjyVCeQRwxx5qJH/5EGSKg6
zvba6aQNX8FY1vibMC2FzSsbvWgY5rO5ahw/c81VoLOX08sc23X2rUYbbbNXFZft
rfseP3HZOOklw+Cez674EIA5eSs1b/yBKcTv/OmCoWjk48PnTtCkbIO9Iwqmv5da
yTjZgnMOeAgEKZxyf8pwI9yPAk1tqWzv/BeAjpf3oc6IqiZLSCRGEjukP6trF0Qd
Ohsz+sjebPW4cLPYLocoi4RnKFaETpMP8/2xGV3kbTf81kfd8wHgUrZLpBfF5+Sr
E5L2jTAjtqhmzRcVw9lbDbMZvgTCFCdka8cK/QeW8KHlt5+inKwvkzHsO/rjBnbZ
63rt8YU1I9qv
=ECNx
-END PGP SIGNATURE-


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


scala_2.11.12-1_source.changes ACCEPTED into unstable

2018-03-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 16:17:53 +0200
Source: scala
Binary: scala scala-library scala-doc
Architecture: source
Version: 2.11.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 scala  - Scala programming language
 scala-doc  - Scala API documentation
 scala-library - Scala standard library
Closes: 873705
Changes:
 scala (2.11.12-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
 - Fixes the Java 9 compatibility at runtime (Closes: #873705)
 - Patched the project to build with Java 9
 - Disabled the boot classpath by default (-nobootcp) to run with Java 9
 - Temporarily build with Java 8 to bootstrap the Java 9 compatible version
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
 - Disabled jarlister during the build (not in Debian)
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
Checksums-Sha1:
 76d39d1f2a5d6e3825f26107c053d9d513518c59 2331 scala_2.11.12-1.dsc
 686ab02e85011f0f7e96522d2a4d67c3b872bc29 4863496 scala_2.11.12.orig.tar.xz
 88211fe99eeebfae2c3ffb4eadaa26c60b950af7 19264 scala_2.11.12-1.debian.tar.xz
 3bc1fd5f9fa34b44a94b842fb7b32f08389e4b26 13644 scala_2.11.12-1_source.buildinfo
Checksums-Sha256:
 8d748ba2558315165ebc4ae02bd7e48e8c3310c85d5a1f4b9466076c1b733de6 2331 
scala_2.11.12-1.dsc
 b8db9faffd136d376a1885c04b2cced1b25fee5e61295c1c2a66bceaf99e7301 4863496 
scala_2.11.12.orig.tar.xz
 be8c56ec27a3303cd6f8ef472f38ebef22807fdc6d5355cf8ba85f404c27b5f7 19264 
scala_2.11.12-1.debian.tar.xz
 91ecbc5e8623c3d53091e12318c9d1ac63f907389e59cf520b2bfcc6d9a0e6f6 13644 
scala_2.11.12-1_source.buildinfo
Files:
 f9765d46a6060de17e3023ab30491d67 2331 devel optional scala_2.11.12-1.dsc
 d2c7b0e593c9335fa2796c163946becb 4863496 devel optional 
scala_2.11.12.orig.tar.xz
 0558745f9fbf47169982a1cf64164e83 19264 devel optional 
scala_2.11.12-1.debian.tar.xz
 7a3fea3cbd1333d1a7dec53ab8000b83 13644 devel optional 
scala_2.11.12-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+RyESHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsxiMP/1bu1UL7crfKcMP8c0aiFH/cgFnGaibu
bfiTz0DzgEhV9Dpa0oKqhjpNKhFO6MZDz4hajLSNI3iRM/AXU84xfsWvIXhIcQX0
KO5DER/H/7KvQBJ/9AfOBaEXAFeYnreY4+dHBGKk2PogMNMXMIRpCHdESxK6PrkZ
YYsfxDDV9z2KBZbWqbunZaS6FBS3bme7J5OFBwZ2t9WaXZtiNzlDL1UFjNAhK12s
sW6nloywnx7y+cgPLtKxe/TC9nX8AxNAUqytVoABpO0mO4UsDGrIqT5Zk0fQrEFC
lNQOQ8sqP7HuqwsvImHKzlpJMekrFnxCAcHd0YUhgOjyVCeQRwxx5qJH/5EGSKg6
zvba6aQNX8FY1vibMC2FzSsbvWgY5rO5ahw/c81VoLOX08sc23X2rUYbbbNXFZft
rfseP3HZOOklw+Cez674EIA5eSs1b/yBKcTv/OmCoWjk48PnTtCkbIO9Iwqmv5da
yTjZgnMOeAgEKZxyf8pwI9yPAk1tqWzv/BeAjpf3oc6IqiZLSCRGEjukP6trF0Qd
Ohsz+sjebPW4cLPYLocoi4RnKFaETpMP8/2xGV3kbTf81kfd8wHgUrZLpBfF5+Sr
E5L2jTAjtqhmzRcVw9lbDbMZvgTCFCdka8cK/QeW8KHlt5+inKwvkzHsO/rjBnbZ
63rt8YU1I9qv
=ECNx
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the proguard package

2018-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 894330 + pending
Bug #894330 [src:proguard] apktool FTBFS with openjdk-9
Bug #894331 [src:proguard] libsmali-java FTBFS with openjdk-9
Added tag(s) pending.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
894330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894330
894331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#894330: Pending fixes for bugs in the proguard package

2018-03-30 Thread pkg-java-maintainers
tag 894330 + pending
thanks

Some bugs in the proguard package are closed in revision
5fa054d253a7fbbd8018582848089e54c3ee7219 in branch 'master' by Markus
Koschany

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/proguard.git/commit/?id=5fa054d

Commit message:

Build-depend on gradle and build the Gradle task again.

Closes: #894330

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[proguard] 01/02: Build-depend on gradle and build the Gradle task again.

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository proguard.

commit 5fa054d253a7fbbd8018582848089e54c3ee7219
Author: Markus Koschany 
Date:   Fri Mar 30 16:52:29 2018 +0200

Build-depend on gradle and build the Gradle task again.

Closes: #894330
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index c835570..2941d9d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  ant,
  debhelper (>= 11),
  default-jdk,
+ gradle,
  maven-repo-helper
 Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/proguard.git

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[proguard] annotated tag debian/6.0.1-2 created (now 962bfb8)

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/6.0.1-2
in repository proguard.

at  962bfb8   (tag)
   tagging  ae7f36d5f0ddff6cf9b59e5bcf81c90a5f55f900 (commit)
  replaces  debian/6.0.1-1
 tagged by  Markus Koschany
on  Fri Mar 30 16:57:38 2018 +0200

- Log -
Debian release 6.0.1-2
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlq+UGpfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkjhQQAKrJ05dClvuYDjYL7yvYLdXnlfiktFEwmAkj
WRLeAwglRGbXopfhVwjAET3Q7jxY8WrJIoav4DMp7vqd8dzyqOGuGLd796m6dipr
3aKVorKziSjduD2CBF+y46uLdcK2W/5ordPMEURcBfmFxNWQi6Y0d/2fGk68oIKZ
wpBUJLlEIHug5S0fXcz/NXBawuH3YfVn9+QZ50WkqnfZuTMKo6cs7KPt1NF7/keX
J6ftuJ0X8CUsmMfTBmZ119meSrmuA+OjQeE4ew7jq1PH+YQK119mHnVNsX61AkrI
3BquJu05UNen9UTFb3B69RHrHigZ0GBe/xGZCamcwntU7KFwYVKntvZb6YXZuj25
Wxg8LnEnXvgd3tT+mUBs+4d3lFgz0aqrMsHIB0byhY0s0TaIRNK7H4ovUa8JtwhU
h+h0cH3a+h19RtUvRjY3xK8XVqY7byKpX6ZeRTW/klYzGXFjImEZKfI5BW2Zq6yk
YlfLksfXTAm7mCSzzz2rlbWQoNRBwDSTRMNXpF6NfTC8zEt2iduTnR1rVeCsZywt
gAKOEgmITrK+lpIGxQg14YrgWttbK1QvZsVa1F1+lkRnn+4vd8JkuUSk2Y5KnJEp
ceKrHrZw7j0SsYCD8+3yDQbAUaX1+YkkCRue2CtHIQlaceM9XZFIxQFL9A4RoWoN
1P/UYzz1
=TSJu
-END PGP SIGNATURE-

Markus Koschany (2):
  Build-depend on gradle and build the Gradle task again.
  Update changelog

---

This annotated tag includes the following new commits:

   new  5fa054d   Build-depend on gradle and build the Gradle task again.
   new  ae7f36d   Update changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[proguard] branch master updated (4a3c43b -> ae7f36d)

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository proguard.

  from  4a3c43b   Upload to unstable
   new  5fa054d   Build-depend on gradle and build the Gradle task again.
   new  ae7f36d   Update changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 7 +++
 debian/control   | 1 +
 2 files changed, 8 insertions(+)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[proguard] 02/02: Update changelog

2018-03-30 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository proguard.

commit ae7f36d5f0ddff6cf9b59e5bcf81c90a5f55f900
Author: Markus Koschany 
Date:   Fri Mar 30 16:53:20 2018 +0200

Update changelog
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 980662b..f364869 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+proguard (6.0.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Build-depend on gradle and build the Gradle task again. (Closes: #894330)
+
+ -- Markus Koschany   Fri, 30 Mar 2018 16:53:08 +0200
+
 proguard (6.0.1-1) unstable; urgency=medium
 
   * Team upload.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processed: Re: libdtdparser-java FTBFS with openjdk-9

2018-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 893230 + wontfix
Bug #893230 [src:libdtdparser-java] libdtdparser-java FTBFS with openjdk-9
Added tag(s) wontfix.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
893230: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893230
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Found 894330 894331 proguard 6.0.1-1

2018-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 894330 6.0.1-1
Bug #894330 [src:proguard] apktool FTBFS with openjdk-9
Bug #894331 [src:proguard] libsmali-java FTBFS with openjdk-9
Marked as found in versions proguard/6.0.1-1.
Marked as found in versions proguard/6.0.1-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
894330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894330
894331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: libsmali-java FTBFS with openjdk-9

2018-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 894331 src:proguard
Bug #894331 [src:libsmali-java] libsmali-java FTBFS with openjdk-9
Bug reassigned from package 'src:libsmali-java' to 'src:proguard'.
No longer marked as found in versions libsmali-java/2.2.2-1.
Ignoring request to alter fixed versions of bug #894331 to the same values 
previously set
> forcemerge 894330 894331
Bug #894330 [src:proguard] apktool FTBFS with openjdk-9
Bug #894331 [src:proguard] libsmali-java FTBFS with openjdk-9
Merged 894330 894331
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
894330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894330
894331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: apktool FTBFS with openjdk-9

2018-03-30 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:proguard
Bug #894330 [src:apktool] apktool FTBFS with openjdk-9
Bug reassigned from package 'src:apktool' to 'src:proguard'.
No longer marked as found in versions apktool/2.3.1+dfsg-1.
Ignoring request to alter fixed versions of bug #894330 to the same values 
previously set

-- 
894330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of scala_2.11.12-1_source.changes

2018-03-30 Thread Debian FTP Masters
scala_2.11.12-1_source.changes uploaded successfully to localhost
along with the files:
  scala_2.11.12-1.dsc
  scala_2.11.12.orig.tar.xz
  scala_2.11.12-1.debian.tar.xz
  scala_2.11.12-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[procyon] annotated tag debian/0.5.32-3 created (now 296f3d6)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/0.5.32-3
in repository procyon.

at  296f3d6   (tag)
   tagging  571598178340b567e25b4cff7224ed3601f59542 (commit)
  replaces  debian/0.5.32-2
 tagged by  Emmanuel Bourg
on  Fri Mar 30 16:21:55 2018 +0200

- Log -
procyon Debian release 0.5.32-3
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+SAMSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsiIQP/3AS4ymz2rG05LKwmGpTYCpq0hvP/4CZ
7haji3jYHkjKudJbM7t2/e+2yCOA355HTh1H+OLWlo6hgB9/cwCxB0AqlWvtq4HW
FUy6fU79RDK75v/O+aOMwfkzeyoiBHQTIeEaaRKmv6Wc/iFrDx2y3cQlF6gk0vUg
GuZy8OFm9He5mnd3pUNXRwxEs136kP2JzBTgeLFIWhT/p4Fa37zMP9G+IAJcwMPC
xKKj5SxhQYaYiateCOF1zfoYRw6SiFOzUbfSuVbFcv5zerOlRBSPD4EJfvzaBocx
4oLyGhgReCwSU4sApbTJxln5yXXsjirp5CPW+TTOUb+kPYJvljZ0G472aqu0MPMq
GJWh/cQPkeGLHx864MqbnQf85SxNdgpZQ/489iaClAP2LscryCQfYcmYMZwMtIOC
yFBXdgZQD4AtJ1iUY+XvExL55Obck3f1AFNOmFRE9lrA2lMDyOk8jDlWaMrJBVZb
D5jcMcMFbcaC8+9M+lqtkeP4dTtFQZToszQhuQzBPZK9hxPJ92jADS0FwHCDmPY8
qGveknfNZesRYBeiovNsPWiCU34En4F56jmY7Etb5FToZtZYnK7zpUBAvKj2N/Kf
ZqHqeKKYl1HzrAciFwWMdwqrAw2WozN6gZvGDD74gZxJSutouGIlyYb8E4u5GwTE
Q1bqUJ9SNtd7
=P1/i
-END PGP SIGNATURE-

Emmanuel Bourg (1):
  Backported a Java 9 fix (Closes: #894286)

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processed: Pending fixes for bugs in the scala package

2018-03-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 873705 + pending
Bug #873705 [src:scala] FTBFS with Java 9: unsupported in this release
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
873705: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#873705: Pending fixes for bugs in the scala package

2018-03-30 Thread pkg-java-maintainers
tag 873705 + pending
thanks

Some bugs in the scala package are closed in revision
7bc7467546480dda3f2579dc975c121a997d340e in branch 'master' by
Emmanuel Bourg

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/scala.git/commit/?id=7bc7467

Commit message:

The new release fixes the Java 9 compatibility (Closes: #873705)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[scala] annotated tag upstream/2.11.11 created (now 8baa19e)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.11.11
in repository scala.

at  8baa19e   (tag)
   tagging  905ae7e837d1b85c2fe8fac095ff8e6bd87f5f9b (commit)
  replaces  upstream/2.11.10
 tagged by  Emmanuel Bourg
on  Fri Mar 30 11:47:24 2018 +0200

- Log -
Upstream version 2.11.11

Emmanuel Bourg (1):
  New upstream version 2.11.11

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] annotated tag upstream/2.11.10 created (now e197f50)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.11.10
in repository scala.

at  e197f50   (tag)
   tagging  ef13d878ae8009dd57d9a177a733f7110b2705bb (commit)
  replaces  upstream/2.11.9
 tagged by  Emmanuel Bourg
on  Fri Mar 30 11:46:03 2018 +0200

- Log -
Upstream version 2.11.10

Emmanuel Bourg (1):
  New upstream version 2.11.10

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] annotated tag upstream/2.11.9 created (now 336495f)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.11.9
in repository scala.

at  336495f   (tag)
   tagging  ea64f8164a909da4557ef4a7780ddc37946d0cdf (commit)
  replaces  upstream/2.11.8
 tagged by  Emmanuel Bourg
on  Fri Mar 30 11:12:21 2018 +0200

- Log -
Upstream version 2.11.9

Emmanuel Bourg (1):
  New upstream version 2.11.9

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] annotated tag upstream/2.11.12 created (now adba59d)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.11.12
in repository scala.

at  adba59d   (tag)
   tagging  9fea9f957aeba6e2afb36ca0112ff897fe5a76de (commit)
  replaces  upstream/2.11.11
 tagged by  Emmanuel Bourg
on  Fri Mar 30 11:48:21 2018 +0200

- Log -
Upstream version 2.11.12

Emmanuel Bourg (1):
  New upstream version 2.11.12

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 09/14: The new release fixes the Java 9 compatibility (Closes: #873705)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 7bc7467546480dda3f2579dc975c121a997d340e
Author: Emmanuel Bourg 
Date:   Fri Mar 30 14:16:20 2018 +0200

The new release fixes the Java 9 compatibility (Closes: #873705)
---
 debian/changelog  |  2 ++
 debian/patches/0014-disable-jdk-check.patch   | 13 +
 debian/patches/0015-java9-compatibility.patch | 23 +++
 debian/patches/series |  2 ++
 4 files changed, 40 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e512907..ec7c498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
+- Fixes the Java 9 compatibility at runtime (Closes: #873705)
+- Patched the project to build with Java 9
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
diff --git a/debian/patches/0014-disable-jdk-check.patch 
b/debian/patches/0014-disable-jdk-check.patch
new file mode 100644
index 000..416fbe0
--- /dev/null
+++ b/debian/patches/0014-disable-jdk-check.patch
@@ -0,0 +1,13 @@
+Description: Don't fail the build if the version of the JDK isn't supported
+Author: Emmanuel Bourg 
+Forwarded: no
+--- a/build.xml
 b/build.xml
+@@ -531,7 +531,6 @@
+
+ 
+ 
+-
+ 
+   
+ 
diff --git a/debian/patches/0015-java9-compatibility.patch 
b/debian/patches/0015-java9-compatibility.patch
new file mode 100644
index 000..bce8a91
--- /dev/null
+++ b/debian/patches/0015-java9-compatibility.patch
@@ -0,0 +1,23 @@
+Description: Fixes the compatibility with Java 9
+Author: Emmanuel Bourg 
+Forwarded: no
+--- a/src/reflect/scala/reflect/internal/util/AbstractFileClassLoader.scala
 b/src/reflect/scala/reflect/internal/util/AbstractFileClassLoader.scala
+@@ -90,7 +90,7 @@
+ }
+   }
+ 
+-  private val packages = mutable.Map[String, Package]()
++  private val _packages = mutable.Map[String, Package]()
+ 
+   override def definePackage(name: String, specTitle: String, specVersion: 
String, specVendor: String, implTitle: String, implVersion: String, implVendor: 
String, sealBase: URL): Package = {
+ throw new UnsupportedOperationException()
+@@ -98,7 +98,7 @@
+ 
+   override def getPackage(name: String): Package = findAbstractDir(name) 
match {
+ case null => super.getPackage(name)
+-case file => packages.getOrElseUpdate(name, {
++case file => _packages.getOrElseUpdate(name, {
+   val ctor = classOf[Package].getDeclaredConstructor(classOf[String], 
classOf[String], classOf[String], classOf[String], classOf[String], 
classOf[String], classOf[String], classOf[URL], classOf[ClassLoader])
+   ctor.setAccessible(true)
+   ctor.newInstance(name, null, null, null, null, null, null, null, this)
diff --git a/debian/patches/series b/debian/patches/series
index 29c4905..d46772c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,5 @@
 0011-use-local-dependencies.patch
 0012-aether-ant-tasks.patch
 0013-disable-jarlister.patch
+0014-disable-jdk-check.patch
+0015-java9-compatibility.patch

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 04/04: pristine-tar data for scala_2.11.12.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository scala.

commit 985dea4d7c3da228ca8e65bd37c91da03d176d0c
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:48:21 2018 +0200

pristine-tar data for scala_2.11.12.orig.tar.xz
---
 scala_2.11.12.orig.tar.xz.delta | Bin 0 -> 357226 bytes
 scala_2.11.12.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/scala_2.11.12.orig.tar.xz.delta b/scala_2.11.12.orig.tar.xz.delta
new file mode 100644
index 000..a05ab81
Binary files /dev/null and b/scala_2.11.12.orig.tar.xz.delta differ
diff --git a/scala_2.11.12.orig.tar.xz.id b/scala_2.11.12.orig.tar.xz.id
new file mode 100644
index 000..db9cb7f
--- /dev/null
+++ b/scala_2.11.12.orig.tar.xz.id
@@ -0,0 +1 @@
+2031f89feab3af7dc898aca56367667ca7fb5109

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 01/04: pristine-tar data for scala_2.11.9.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository scala.

commit eb5642b0fe8296db7985d7de1a365e1ed77e478b
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:12:21 2018 +0200

pristine-tar data for scala_2.11.9.orig.tar.xz
---
 scala_2.11.9.orig.tar.xz.delta | Bin 0 -> 363476 bytes
 scala_2.11.9.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/scala_2.11.9.orig.tar.xz.delta b/scala_2.11.9.orig.tar.xz.delta
new file mode 100644
index 000..8ccc0ce
Binary files /dev/null and b/scala_2.11.9.orig.tar.xz.delta differ
diff --git a/scala_2.11.9.orig.tar.xz.id b/scala_2.11.9.orig.tar.xz.id
new file mode 100644
index 000..8601ffc
--- /dev/null
+++ b/scala_2.11.9.orig.tar.xz.id
@@ -0,0 +1 @@
+9711d5bfeb5f4acda6a366ec6a00b21facb2d224

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 14/14: Upload to unstable

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 5e6fac2d57722cf82e27cbeec76906d7d80e947d
Author: Emmanuel Bourg 
Date:   Fri Mar 30 16:17:57 2018 +0200

Upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b89c6e6..37bc01b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-scala (2.11.12-1) UNRELEASED; urgency=medium
+scala (2.11.12-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release
@@ -13,7 +13,7 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
 
- -- Emmanuel Bourg   Fri, 30 Mar 2018 11:13:06 +0200
+ -- Emmanuel Bourg   Fri, 30 Mar 2018 16:17:53 +0200
 
 scala (2.11.8-2) unstable; urgency=medium
 

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 03/04: pristine-tar data for scala_2.11.11.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository scala.

commit 8bef92617ed2d845b010af11de352b9d025aeceb
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:47:24 2018 +0200

pristine-tar data for scala_2.11.11.orig.tar.xz
---
 scala_2.11.11.orig.tar.xz.delta | Bin 0 -> 362714 bytes
 scala_2.11.11.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/scala_2.11.11.orig.tar.xz.delta b/scala_2.11.11.orig.tar.xz.delta
new file mode 100644
index 000..35e15e6
Binary files /dev/null and b/scala_2.11.11.orig.tar.xz.delta differ
diff --git a/scala_2.11.11.orig.tar.xz.id b/scala_2.11.11.orig.tar.xz.id
new file mode 100644
index 000..daee5cf
--- /dev/null
+++ b/scala_2.11.11.orig.tar.xz.id
@@ -0,0 +1 @@
+34372187e582d5b1afa2962201e1139b0e819d0b

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] branch pristine-tar updated (2de8c7e -> 985dea4)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch pristine-tar
in repository scala.

  from  2de8c7e   pristine-tar data for scala_2.11.8.orig.tar.xz
   new  eb5642b   pristine-tar data for scala_2.11.9.orig.tar.xz
   new  08ef4ac   pristine-tar data for scala_2.11.10.orig.tar.xz
   new  8bef926   pristine-tar data for scala_2.11.11.orig.tar.xz
   new  985dea4   pristine-tar data for scala_2.11.12.orig.tar.xz

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 scala_2.11.10.orig.tar.xz.delta | Bin 0 -> 358945 bytes
 scala_2.11.10.orig.tar.xz.id|   1 +
 scala_2.11.11.orig.tar.xz.delta | Bin 0 -> 362714 bytes
 scala_2.11.11.orig.tar.xz.id|   1 +
 scala_2.11.12.orig.tar.xz.delta | Bin 0 -> 357226 bytes
 scala_2.11.12.orig.tar.xz.id|   1 +
 scala_2.11.9.orig.tar.xz.delta  | Bin 0 -> 363476 bytes
 scala_2.11.9.orig.tar.xz.id |   1 +
 8 files changed, 4 insertions(+)
 create mode 100644 scala_2.11.10.orig.tar.xz.delta
 create mode 100644 scala_2.11.10.orig.tar.xz.id
 create mode 100644 scala_2.11.11.orig.tar.xz.delta
 create mode 100644 scala_2.11.11.orig.tar.xz.id
 create mode 100644 scala_2.11.12.orig.tar.xz.delta
 create mode 100644 scala_2.11.12.orig.tar.xz.id
 create mode 100644 scala_2.11.9.orig.tar.xz.delta
 create mode 100644 scala_2.11.9.orig.tar.xz.id

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 02/04: pristine-tar data for scala_2.11.10.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository scala.

commit 08ef4acda6a61a1c65c4b899d46671317acdaea2
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:46:03 2018 +0200

pristine-tar data for scala_2.11.10.orig.tar.xz
---
 scala_2.11.10.orig.tar.xz.delta | Bin 0 -> 358945 bytes
 scala_2.11.10.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/scala_2.11.10.orig.tar.xz.delta b/scala_2.11.10.orig.tar.xz.delta
new file mode 100644
index 000..605df42
Binary files /dev/null and b/scala_2.11.10.orig.tar.xz.delta differ
diff --git a/scala_2.11.10.orig.tar.xz.id b/scala_2.11.10.orig.tar.xz.id
new file mode 100644
index 000..c5de1cc
--- /dev/null
+++ b/scala_2.11.10.orig.tar.xz.id
@@ -0,0 +1 @@
+abb61dc97c0e7917da51a66364b31e19dce3a355

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 07/14: Depend on scala-asm (>= 5.2.0-scala-2)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit eab5d9558ab13bc82d1ec974225208d62b1d945f
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:43:23 2018 +0200

Depend on scala-asm (>= 5.2.0-scala-2)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 48cecfc..cd2f0fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
   * New upstream release
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
+- Depend on scala-asm (>= 5.2.0-scala-2)
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 11:13:06 +0200
 
diff --git a/debian/control b/debian/control
index 5273919..03d4433 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  javahelper,
  maven-repo-helper (>= 1.6~),
  scala (>= 2.11),
- scala-asm,
+ scala-asm (>= 5.2.0-scala-2),
  scala-parser-combinators,
  scala-xml
 Standards-Version: 4.1.0

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 12/14: Switch to debhelper level 11

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 3c7914704cf56f40910573065f6435e6ea2ad90c
Author: Emmanuel Bourg 
Date:   Fri Mar 30 14:25:25 2018 +0200

Switch to debhelper level 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e2392a0..7c504d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
 - Depend on scala-asm (>= 5.2.0-scala-2)
 - Disabled jarlister during the build (not in Debian)
   * Standards-Version updated to 4.1.3
+  * Switch to debhelper level 11
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 11:13:06 +0200
 
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index e929a2a..2dcf63d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
  libaether-ant-tasks-java,
  junit4,
  libjline2-java (>= 2.13),
- debhelper (>= 10),
+ debhelper (>= 11),
  javahelper,
  maven-repo-helper (>= 1.6~),
  scala (>= 2.11),

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 11/14: Standards-Version updated to 4.1.3

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 4e5b963528a28355e583d6697a0c9cd224d51630
Author: Emmanuel Bourg 
Date:   Fri Mar 30 14:25:22 2018 +0200

Standards-Version updated to 4.1.3
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a42c7b..e2392a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
 - Disabled jarlister during the build (not in Debian)
+  * Standards-Version updated to 4.1.3
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 11:13:06 +0200
 
diff --git a/debian/control b/debian/control
index 03d4433..e929a2a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends:
  scala-asm (>= 5.2.0-scala-2),
  scala-parser-combinators,
  scala-xml
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/scala.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/scala.git
 Homepage: http://www.scala-lang.org/

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 10/14: Disabled the boot classpath by default (-nobootcp) to run with Java 9

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit b8bc166595f0db4a6dd00128860892a5e30067f2
Author: Emmanuel Bourg 
Date:   Fri Mar 30 14:24:44 2018 +0200

Disabled the boot classpath by default (-nobootcp) to run with Java 9
---
 debian/changelog  |  1 +
 debian/patches/0016-nobootcp-by-default.patch | 14 ++
 debian/patches/series |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ec7c498..9a42c7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
   * New upstream release
 - Fixes the Java 9 compatibility at runtime (Closes: #873705)
 - Patched the project to build with Java 9
+- Disabled the boot classpath by default (-nobootcp) to run with Java 9
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
diff --git a/debian/patches/0016-nobootcp-by-default.patch 
b/debian/patches/0016-nobootcp-by-default.patch
new file mode 100644
index 000..f2b3bb4
--- /dev/null
+++ b/debian/patches/0016-nobootcp-by-default.patch
@@ -0,0 +1,14 @@
+Description: Disables the boot classpath by default (-nobootcp) to run with 
Java 9
+Author: Emmanuel Bourg 
+Forwarded: no
+--- a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
 b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
+@@ -137,6 +137,8 @@
+ # but I don't want to flip the default during 2.11's RC cycle
+ OVERRIDE_USEJAVACP="-Dscala.usejavacp=true"
+ 
++usebootcp="false"
++
+ while [[ $# -gt 0 ]]; do
+   case "$1" in
+ -D*)
diff --git a/debian/patches/series b/debian/patches/series
index d46772c..3ff72f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 0013-disable-jarlister.patch
 0014-disable-jdk-check.patch
 0015-java9-compatibility.patch
+0016-nobootcp-by-default.patch

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 13/14: Temporarily build with Java 8 to bootstrap the Java 9 compatible version

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 43ae7f9f65748e1b82d979c39a712f520169b5d7
Author: Emmanuel Bourg 
Date:   Fri Mar 30 16:17:49 2018 +0200

Temporarily build with Java 8 to bootstrap the Java 9 compatible version
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7c504d3..b89c6e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
 - Fixes the Java 9 compatibility at runtime (Closes: #873705)
 - Patched the project to build with Java 9
 - Disabled the boot classpath by default (-nobootcp) to run with Java 9
+- Temporarily build with Java 8 to bootstrap the Java 9 compatible version
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
diff --git a/debian/control b/debian/control
index 2dcf63d..e867f0d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders:
  Min Huang 
 Build-Depends:
  default-jdk,
+ openjdk-8-jdk,
  ant,
  ant-contrib (>= 1.0~b3+svn177-6),
  ant-optional,
diff --git a/debian/rules b/debian/rules
index 2ed24b1..fc760ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 #export DH_VERBOSE=1
 
+export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
+
 include $(CURDIR)/build.number
 BUNDLE_VERSION="$(version.major).$(version.minor).$(version.patch)"
 

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 08/14: Disabled jarlister during the build (not in Debian)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 3b76fe44d26c804254c73a85f048fe3de3b402a7
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:46:59 2018 +0200

Disabled jarlister during the build (not in Debian)
---
 debian/changelog|  1 +
 debian/patches/0013-disable-jarlister.patch | 14 ++
 debian/patches/series   |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cd2f0fa..e512907 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ scala (2.11.12-1) UNRELEASED; urgency=medium
 - Refreshed the patches
 - Depend on libjline2-java (>= 2.13)
 - Depend on scala-asm (>= 5.2.0-scala-2)
+- Disabled jarlister during the build (not in Debian)
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 11:13:06 +0200
 
diff --git a/debian/patches/0013-disable-jarlister.patch 
b/debian/patches/0013-disable-jarlister.patch
new file mode 100644
index 000..db023e6
--- /dev/null
+++ b/debian/patches/0013-disable-jarlister.patch
@@ -0,0 +1,14 @@
+Description: Disables the jarlister (not in Debian)
+Author: Emmanuel Bourg 
+Forwarded: not-needed
+--- a/build.xml
 b/build.xml
+@@ -1262,8 +1262,6 @@
+   PACKED QUICK BUILD (PACK)
+  
-->
+
+-
+-
+   
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 1e06d2a..29c4905 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0010-bnd-2.1.0.patch
 0011-use-local-dependencies.patch
 0012-aether-ant-tasks.patch
+0013-disable-jarlister.patch

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 03/14: Update upstream source from tag 'upstream/2.11.10'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 378b69e479cecf1efba6428f4af071e6fb1c3b61
Merge: c8c7f09 ef13d87
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:46:03 2018 +0200

Update upstream source from tag 'upstream/2.11.10'

Update to upstream version '2.11.10'
with Debian dir bcbdc62f8717dc14aacd11e4abe46055c176f6c9

 bincompat-backward.whitelist.conf  |  41 ---
 bincompat-forward.whitelist.conf   | 345 -
 build.number   |   2 +-
 build.sbt  |   2 +-
 scripts/jobs/integrate/windows |   2 +-
 .../scala/tools/nsc/typechecker/Namers.scala   |   3 +
 .../immutable/FilteredTraversableInternal.scala| 104 ---
 src/library/scala/collection/immutable/List.scala  |   2 -
 .../scala/collection/mutable/ArrayOps.scala|  74 +
 .../scala/collection/mutable/WrappedArray.scala|  71 +
 .../scala/reflect/runtime/JavaUniverseForce.scala  |   2 +-
 test/benchmarks/build.sbt  |   2 +-
 .../pos/userdefined_apply_poly_overload.scala  |  13 +
 test/files/run/repl-colon-type.check   |   8 +-
 versions.properties|   4 +-
 15 files changed, 47 insertions(+), 628 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 05/14: Update upstream source from tag 'upstream/2.11.12'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit dde895524d128520ac0f6b0807081d4c80b47fe4
Merge: a35e40f 9fea9f9
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:48:21 2018 +0200

Update upstream source from tag 'upstream/2.11.12'

Update to upstream version '2.11.12'
with Debian dir bcbdc62f8717dc14aacd11e4abe46055c176f6c9

 bincompat-forward.whitelist.conf   |  10 ++
 build.number   |   2 +-
 build.sbt  |   2 +-
 scripts/jobs/integrate/windows |   2 +-
 .../scala/tools/ant/templates/tool-unix.tmpl   |  15 ++-
 src/compiler/scala/tools/nsc/CompileServer.scala   |  37 +++
 src/compiler/scala/tools/nsc/CompileSocket.scala   |  78 ---
 .../scala/tools/nsc/GenericRunnerSettings.scala|   5 +-
 src/compiler/scala/tools/nsc/Properties.scala  |   5 +
 src/compiler/scala/tools/nsc/ScriptRunner.scala|  16 ++-
 .../scala/tools/nsc/backend/jvm/GenASM.scala   |  45 +
 src/compiler/scala/tools/util/PathResolver.scala   |  14 ++-
 .../scala/collection/mutable/AnyRefMap.scala   |   5 +-
 src/library/scala/util/Properties.scala|  67 +
 src/reflect/scala/reflect/internal/Symbols.scala   |   2 +-
 .../reflect/internal/util/OwnerOnlyChmod.scala | 107 +
 src/reflect/scala/reflect/io/AbstractFile.scala|   1 +
 src/reflect/scala/reflect/io/ZipArchive.scala  |  58 +--
 .../scala/reflect/runtime/JavaMirrors.scala|   2 +-
 .../nsc/interpreter/jline/FileBackedHistory.scala  |  32 --
 test/benchmarks/build.sbt  |   2 +-
 test/files/jvm/future-spec/FutureTests.scala   |   4 +-
 test/files/run/classfile-format-51.scala   |   2 +-
 test/files/run/sd304.check |   1 +
 test/files/run/sd304/ReflectTest.scala |   8 ++
 test/files/run/sd304/Test.java |   5 +
 test/files/run/t5293-map.scala |  88 -
 test/files/run/t5293.scala |  83 
 test/files/run/t8852a.scala|   3 +
 .../scala/collection/mutable/AnyRefMapTest.scala   |  24 +
 test/junit/scala/util/SpecVersionTest.scala| 103 ++--
 versions.properties|   6 +-
 32 files changed, 504 insertions(+), 330 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 06/14: Depend on libjline2-java (>= 2.13)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 3ef6628f9ec7150f59f48495fbaa07447cd273f9
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:42:24 2018 +0200

Depend on libjline2-java (>= 2.13)
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ca06af2..48cecfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-scala (2.11.9-1) UNRELEASED; urgency=medium
+scala (2.11.12-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
 - Refreshed the patches
+- Depend on libjline2-java (>= 2.13)
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 11:13:06 +0200
 
diff --git a/debian/control b/debian/control
index 2b40889..5273919 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libjarjar-java,
  libaether-ant-tasks-java,
  junit4,
- libjline2-java,
+ libjline2-java (>= 2.13),
  debhelper (>= 10),
  javahelper,
  maven-repo-helper (>= 1.6~),
@@ -33,7 +33,7 @@ Depends:
  scala-parser-combinators,
  scala-xml,
  default-jre-headless (>= 2:1.7) | java7-runtime-headless,
- libjline2-java,
+ libjline2-java (>= 2.13),
  ${misc:Depends}
 Suggests: scala-doc (>= ${source:Version})
 Description: Scala programming language

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 04/14: Update upstream source from tag 'upstream/2.11.11'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit a35e40f8557be7120951b4e06bfbff4e3a2a157b
Merge: 378b69e 905ae7e
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:47:24 2018 +0200

Update upstream source from tag 'upstream/2.11.11'

Update to upstream version '2.11.11'
with Debian dir bcbdc62f8717dc14aacd11e4abe46055c176f6c9

 README.md |  5 ++---
 build.number  |  2 +-
 build.sbt |  2 +-
 scripts/jobs/integrate/windows|  2 +-
 spec/_layouts/default.yml |  2 +-
 src/compiler/scala/tools/nsc/typechecker/Namers.scala | 17 +++--
 src/compiler/scala/tools/nsc/typechecker/Typers.scala |  6 +-
 test/benchmarks/build.sbt |  2 +-
 test/files/neg/userdefined_apply.flags|  1 +
 test/files/pos/userdefined_apply.flags|  1 +
 test/files/pos/userdefined_apply_poly_overload.flags  |  1 +
 test/files/run/t10261.flags   |  1 +
 test/files/run/t10261/Companion_1.scala   |  4 
 test/files/run/t10261/Test_2.scala| 14 ++
 versions.properties   |  4 ++--
 15 files changed, 51 insertions(+), 13 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala] 02/14: Refreshed the patches

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit c8c7f09c7c53e7af49d6a2eed806303303e3a9f9
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:45:26 2018 +0200

Refreshed the patches
---
 debian/changelog   |  8 
 debian/patches/0006-ignore-test-dependencies.patch |  6 +++---
 debian/patches/0008-disable-lib-fetching.patch | 15 +-
 debian/patches/0009-local-repository.patch | 10 +-
 debian/patches/0011-use-local-dependencies.patch   |  2 +-
 debian/patches/0012-aether-ant-tasks.patch | 23 ++
 6 files changed, 42 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae47db0..ca06af2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+scala (2.11.9-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release
+- Refreshed the patches
+
+ -- Emmanuel Bourg   Fri, 30 Mar 2018 11:13:06 +0200
+
 scala (2.11.8-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0006-ignore-test-dependencies.patch 
b/debian/patches/0006-ignore-test-dependencies.patch
index 63070dc..911cc42 100644
--- a/debian/patches/0006-ignore-test-dependencies.patch
+++ b/debian/patches/0006-ignore-test-dependencies.patch
@@ -3,7 +3,7 @@ Author: Emmanuel Bourg 
 Forwarded: not-needed
 --- a/build.xml
 +++ b/build.xml
-@@ -291,25 +291,13 @@
+@@ -295,25 +295,13 @@



@@ -29,7 +29,7 @@ Forwarded: not-needed

  
https://oss.sonatype.org/content/repositories/releases"/>
-@@ -363,20 +351,10 @@
+@@ -367,20 +355,10 @@
  


@@ -50,7 +50,7 @@ Forwarded: not-needed

  

-@@ -1295,7 +1273,7 @@
+@@ -1307,7 +1285,7 @@
   
manifest="${src.dir}/partest-javaagent/scala/tools/partest/javaagent/MANIFEST.MF"/>

  
diff --git a/debian/patches/0008-disable-lib-fetching.patch 
b/debian/patches/0008-disable-lib-fetching.patch
index 3eaf122..a5672b9 100644
--- a/debian/patches/0008-disable-lib-fetching.patch
+++ b/debian/patches/0008-disable-lib-fetching.patch
@@ -12,7 +12,7 @@ Forwarded: not-needed
  
  
  
-@@ -272,16 +272,19 @@
+@@ -272,20 +272,24 @@
  


@@ -25,6 +25,11 @@ Forwarded: not-needed
  

  
+   
++
+ 
+   
+ 



@@ -32,7 +37,7 @@ Forwarded: not-needed
  


-@@ -345,6 +348,7 @@
+@@ -349,6 +353,7 @@

  

@@ -40,7 +45,7 @@ Forwarded: not-needed
  


-@@ -358,6 +362,7 @@
+@@ -362,6 +367,7 @@

  

@@ -48,7 +53,7 @@ Forwarded: not-needed
  


-@@ -365,12 +370,14 @@
+@@ -369,12 +375,14 @@


@@ -64,7 +69,7 @@ Forwarded: not-needed

  

-@@ -397,7 +404,8 @@
+@@ -401,7 +409,8 @@
  


diff --git a/debian/patches/0009-local-repository.patch 
b/debian/patches/0009-local-repository.patch
index 9521af0..6183cd7 100644
--- a/debian/patches/0009-local-repository.patch
+++ b/debian/patches/0009-local-repository.patch
@@ -17,7 +17,7 @@ Forwarded: not-needed
  

  
-@@ -285,6 +287,7 @@
+@@ -290,6 +292,7 @@


  
@@ -25,7 +25,7 @@ Forwarded: not-needed
  


-@@ -294,13 +297,16 @@
+@@ -299,13 +302,16 @@



@@ -42,7 +42,7 @@ Forwarded: not-needed

  
https://oss.sonatype.org/content/repositories/releases"/>
-@@ -349,20 +355,24 @@
+@@ -354,20 +360,24 @@
  

  
@@ -67,7 +67,7 @@ Forwarded: not-needed
  


-@@ -371,6 +381,7 @@
+@@ -376,6 +386,7 @@
 must specify sourcesFilesetId, javadocFilesetId to download these 
types of artifacts -->

  
@@ -75,7 +75,7 @@ Forwarded: not-needed
  
  
  
  
diff --git a/debian/patches/0011-use-local-dependencies.patch 
b/debian/patches/0011-use-local-dependencies.patch
index d27db61..d76e68c 100644
--- a/debian/patches/0011-use-local-dependencies.patch
+++ b/debian/patches/0011-use-local-dependencies.patch
@@ -11,4 +11,4 @@ Forwarded: not-needed
 +

  
-   
+   
diff --git a/debian/patches/0012-aether-ant-tasks.patch 
b/debian/patches/0012-aether-ant-tasks.patch
index 0e14ad4..a97ffd8 100644
--- a/debian/patches/0012-aether-ant-tasks.patch
+++ b/debian/patches/0012-aether-ant-tasks.patch
@@ -14,7 +14,7 @@ Forwarded: not-needed
  
  
  
-@@ -266,58 +266,69 @@
+@@ -266,63 +266,73 @@
  

  
@@ -52,6 +52,13 @@ Forwarded: not-needed
 +
 +  
  
+-  
+-
+-
++  
++
+   
+ 


 -  
@@ -110,7 +117,7 @@ Forwarded: not-needed
  

  
-@@ -353,43 +364,53 @@
+@@ 

[scala] branch master updated (73ab5fb -> 5e6fac2)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository scala.

  from  73ab5fb   Upload to unstable
  adds  ea64f81   New upstream version 2.11.9
   new  021b7a8   Update upstream source from tag 'upstream/2.11.9'
   new  c8c7f09   Refreshed the patches
  adds  ef13d87   New upstream version 2.11.10
   new  378b69e   Update upstream source from tag 'upstream/2.11.10'
  adds  905ae7e   New upstream version 2.11.11
   new  a35e40f   Update upstream source from tag 'upstream/2.11.11'
  adds  9fea9f9   New upstream version 2.11.12
   new  dde8955   Update upstream source from tag 'upstream/2.11.12'
   new  3ef6628   Depend on libjline2-java (>= 2.13)
   new  eab5d95   Depend on scala-asm (>= 5.2.0-scala-2)
   new  3b76fe4   Disabled jarlister during the build (not in Debian)
   new  7bc7467   The new release fixes the Java 9 compatibility (Closes: 
#873705)
   new  b8bc166   Disabled the boot classpath by default (-nobootcp) to run 
with Java 9
   new  4e5b963   Standards-Version updated to 4.1.3
   new  3c79147   Switch to debhelper level 11
   new  43ae7f9   Temporarily build with Java 8 to bootstrap the Java 9 
compatible version
   new  5e6fac2   Upload to unstable

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |   4 +-
 CONTRIBUTING.md|  28 +-
 README.md  | 385 --
 bincompat-backward.whitelist.conf  |   6 +
 bincompat-forward.whitelist.conf   | 257 +
 build.number   |   2 +-
 build.sbt  | 439 +---
 build.xml  |  18 +-
 debian/changelog   |  17 +
 debian/compat  |   2 +-
 debian/control |  11 +-
 debian/patches/0006-ignore-test-dependencies.patch |   6 +-
 debian/patches/0008-disable-lib-fetching.patch |  15 +-
 debian/patches/0009-local-repository.patch |  10 +-
 debian/patches/0011-use-local-dependencies.patch   |   2 +-
 debian/patches/0012-aether-ant-tasks.patch |  23 +-
 debian/patches/0013-disable-jarlister.patch|  14 +
 debian/patches/0014-disable-jdk-check.patch|  13 +
 debian/patches/0015-java9-compatibility.patch  |  23 +
 debian/patches/0016-nobootcp-by-default.patch  |  14 +
 debian/patches/series  |   4 +
 debian/rules   |   2 +
 doc/LICENSE.md |   4 +-
 doc/License.rtf|   4 +-
 project/BuildSettings.scala|  11 +
 project/MiMa.scala |  95 
 project/Osgi.scala |  18 +-
 project/PartestUtil.scala  |   2 +-
 project/Quiet.scala|  31 ++
 project/ScalaOptionParser.scala|   2 +-
 project/ScalaTool.scala|  12 +-
 project/ScriptCommands.scala   |  21 +-
 project/VersionUtil.scala  |  71 ++-
 project/build.properties   |   2 +-
 project/plugins.sbt|  19 +-
 project/project/plugins.sbt|   1 +
 scripts/common |   2 +-
 scripts/jobs/integrate/bootstrap   | 135 +++--
 scripts/jobs/integrate/ide |   4 +
 scripts/jobs/integrate/windows |  11 +-
 scripts/jobs/validate/publish-core |   4 +-
 scripts/jobs/validate/test |  35 +-
 spec/04-basic-declarations-and-definitions.md  |   6 +-
 spec/05-classes-and-objects.md |  20 +-
 spec/12-the-scala-standard-library.md  |   4 +-
 spec/_layouts/default.yml  |   4 +-
 src/compiler/scala/tools/ant/Scalac.scala  |   2 -
 .../scala/tools/ant/templates/tool-unix.tmpl   |  15 +-
 src/compiler/scala/tools/nsc/CompileServer.scala   |  37 +-
 src/compiler/scala/tools/nsc/CompileSocket.scala   |  78 +--
 .../scala/tools/nsc/GenericRunnerCommand.scala |   1 +
 .../scala/tools/nsc/GenericRunnerSettings.scala|  13 +-
 src/compiler/scala/tools/nsc/Global.scala  |  27 +
 src/compiler/scala/tools/nsc/Properties.scala  |   5 +
 src/compiler/scala/tools/nsc/ScriptRunner.scala|  16 +-
 

[scala] 01/14: Update upstream source from tag 'upstream/2.11.9'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala.

commit 021b7a86d69878d2d77b62c414ca47a7afb18cfe
Merge: 73ab5fb ea64f81
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:12:21 2018 +0200

Update upstream source from tag 'upstream/2.11.9'

Update to upstream version '2.11.9'
with Debian dir 838f6ddf84c9ff8d286a0c36f1a81a007044

 .gitignore |   4 +-
 CONTRIBUTING.md|  28 +-
 README.md  | 380 +++--
 bincompat-backward.whitelist.conf  |  47 ++
 bincompat-forward.whitelist.conf   | 592 +
 build.number   |   2 +-
 build.sbt  | 439 ---
 build.xml  |  18 +-
 doc/LICENSE.md |   4 +-
 doc/License.rtf|   4 +-
 project/BuildSettings.scala|  11 +
 project/MiMa.scala |  95 
 project/Osgi.scala |  18 +-
 project/PartestUtil.scala  |   2 +-
 project/Quiet.scala|  31 ++
 project/ScalaOptionParser.scala|   2 +-
 project/ScalaTool.scala|  12 +-
 project/ScriptCommands.scala   |  21 +-
 project/VersionUtil.scala  |  71 ++-
 project/build.properties   |   2 +-
 project/plugins.sbt|  19 +-
 project/project/plugins.sbt|   1 +
 scripts/common |   2 +-
 scripts/jobs/integrate/bootstrap   | 135 +++--
 scripts/jobs/integrate/ide |   4 +
 scripts/jobs/integrate/windows |  11 +-
 scripts/jobs/validate/publish-core |   4 +-
 scripts/jobs/validate/test |  35 +-
 spec/04-basic-declarations-and-definitions.md  |   6 +-
 spec/05-classes-and-objects.md |  20 +-
 spec/12-the-scala-standard-library.md  |   4 +-
 spec/_layouts/default.yml  |   4 +-
 src/compiler/scala/tools/ant/Scalac.scala  |   2 -
 .../scala/tools/nsc/GenericRunnerCommand.scala |   1 +
 .../scala/tools/nsc/GenericRunnerSettings.scala|   8 +-
 src/compiler/scala/tools/nsc/Global.scala  |  27 +
 .../scala/tools/nsc/ast/parser/Parsers.scala   | 108 ++--
 .../scala/tools/nsc/ast/parser/TreeBuilder.scala   |   2 +-
 .../scala/tools/nsc/backend/icode/Primitives.scala |   2 +-
 .../nsc/backend/opt/ConstantOptimization.scala |   4 +-
 .../scala/tools/nsc/javac/JavaParsers.scala|  61 ++-
 .../scala/tools/nsc/javac/JavaScanners.scala   |   2 +
 .../scala/tools/nsc/settings/MutableSettings.scala |  18 +-
 .../scala/tools/nsc/settings/ScalaSettings.scala   |   1 +
 .../scala/tools/nsc/settings/ScalaVersion.scala|   2 +-
 .../scala/tools/nsc/symtab/BrowsingLoaders.scala   |   8 +-
 .../nsc/symtab/classfile/ClassfileParser.scala |  20 +-
 .../tools/nsc/symtab/classfile/ICodeReader.scala   |   8 +-
 .../scala/tools/nsc/transform/Erasure.scala|  51 +-
 .../scala/tools/nsc/transform/UnCurry.scala| 111 ++--
 .../scala/tools/nsc/transform/patmat/Logic.scala   |   2 +-
 .../tools/nsc/transform/patmat/MatchAnalysis.scala |  16 +-
 .../nsc/transform/patmat/MatchOptimization.scala   |   4 +-
 .../nsc/transform/patmat/MatchTranslation.scala|  30 +-
 .../nsc/transform/patmat/MatchTreeMaking.scala |  18 +-
 .../tools/nsc/typechecker/ContextErrors.scala  |   6 +-
 .../scala/tools/nsc/typechecker/Implicits.scala|  41 +-
 .../scala/tools/nsc/typechecker/Infer.scala|   1 -
 .../scala/tools/nsc/typechecker/Namers.scala   | 126 -
 .../scala/tools/nsc/typechecker/RefChecks.scala|   2 +-
 .../tools/nsc/typechecker/SyntheticMethods.scala   |   5 +-
 .../scala/tools/nsc/typechecker/Typers.scala   |  69 ++-
 src/eclipse/README.md  |  25 +-
 src/eclipse/interactive/.classpath |   2 +-
 src/eclipse/partest/.classpath |   8 +-
 src/eclipse/reflect/.classpath |   1 +
 src/eclipse/repl/.classpath|   5 +-
 src/eclipse/scala-compiler/.classpath  |   3 +-
 src/eclipse/scaladoc/.classpath|   8 +-
 src/eclipse/test-junit/.classpath  |   4 +-
 src/eclipse/update-workspace.sh|  72 +++
 src/intellij/README.md |  89 +++-
 src/intellij/actors.iml.SAMPLE |   4 +-
 src/intellij/asm.iml.SAMPLE

[scala-asm] annotated tag debian/5.2.0-scala-2-1 created (now 0c8e31d)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/5.2.0-scala-2-1
in repository scala-asm.

at  0c8e31d   (tag)
   tagging  a192da0d33c183019895afef941869e8b431c609 (commit)
  replaces  upstream/5.2.0-scala-2
 tagged by  Emmanuel Bourg
on  Fri Mar 30 14:29:20 2018 +0200

- Log -
scala-asm Debian release 5.2.0-scala-2-1
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+LaASHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsXqwQAMIoPtDDxlv5i+G6I3/fzR4r6s2YoifK
YfE2MIKB66ESv2GNuMXe1tac4ByZQ2lqnsPrUqNw2afc78Khw+aIUhquAdM2x1ao
3s+bYOr0Qbzr90LopwKChMQj8Uq6Vtc1cnHJmhJ5l/L3JM0fSWQqKSVeVg+JSg21
P5GwvGvJZtuDw7Mw1UADuiScdc+nLPUzcHrvqWIft8CNkIUfsFx2rofz78Q3COIe
mRb1+ZKakx+3fjEyVEnck3i8FL5bq9RrHsiGbrP9qyqSJZWM9+/VuaZ2mrr6ktZF
LYBwNv77er6ySt6IQLMaSO4hO7EpDRQb7hOjWpL5ldkGmoM4C0ASGUWNJyPpgLJR
s3KRVIL5wzl64tU3M5//vMQAsBm4gsd201Oj6DotlGleRJ8HzGuPWI6mDueIgIDM
NeyEgvi+SdcLcMVO++f5Lgvj1gA7Av/i9/xQ+r//asFHi7hhCuTnBs7xHOcgZxea
5hetQF/Iot2HULKhUSoosjelaVQG4VkRnwrPd60ZHOXzDql75T9kbOK1jJ3v/PJD
zOisip5yeTDONqRqZsHctlfCzCYz9flT5yS0DwOU6BzLJC+I/kTrE384xH5aIYfy
U88QrramcJDi3vE1E8WASXxcunDHhrtarGEnvetcU7j4fbEuU5GSAI4w+wkR+bUj
ouPWNl9MC4qX
=KV5w
-END PGP SIGNATURE-

Emmanuel Bourg (9):
  Initial packaging
  Merge tag 'upstream/5.0.4-scala-3'
  Update upstream source from tag 'upstream/5.1.0-scala-2'
  Update upstream source from tag 'upstream/5.2.0-scala-1'
  Update upstream source from tag 'upstream/5.2.0-scala-2'
  Updated the pom
  Standards-Version updated to 4.1.3
  Switch to debhelper level 11
  Upload to unstable

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] annotated tag debian/2.14.6-1 created (now 336583d)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag debian/2.14.6-1
in repository jline2.

at  336583d   (tag)
   tagging  3acfb97f8df80eb4f2f831fd2bc2bfd994a948a1 (commit)
  replaces  debian/2.12.1-1
 tagged by  Emmanuel Bourg
on  Fri Mar 30 14:27:04 2018 +0200

- Log -
jline2 Debian release 2.14.6-1
-BEGIN PGP SIGNATURE-

iQJGBAABCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+LRgSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsht4P/0D0MMBUTIL84nOLFk+lwu2syUEEr/Zs
dEWDR+uwjgDaOy1tPMNnQ0lBVQF7n32F3L+1ZTCsovvBWXoiAtYxM8H4lZxrzRCH
G9i84RgnqXMVIP81Zxp5u1TfVsQWa7cQYdxzRVnxKJfwpSFMdHZrCaVf9/OSKK8G
5GnTLs/8GRIBv74e+tFH7z9jrrwvhVq7kf+cL9r+IWH4F2x+BKTHUq3+l9giBN/r
y+6h+Z+lUGI9ATVjbTVE7QYWNMRPo18wAw/AOYPzDixSq2jVQUWYOy4Ri0FxyD6X
yO0Q2SI2MkPmI8+Fa22eWHhxb7zLUhyCHW5PfUrU6/idMpBJY0JsuSElVAsM1tpT
X1zUOHl3NPt5MfUeSGB34iCztwdg/Lscq5Vy2lxEwLauRRnD+hC6zfg08Bhon+iK
8K/VwpcD3QThmvfpGI1rpUNd4pc+z0VcDx0XO4DYqos6uDmC0T5TDTedO3Vi7+I+
2yBpAcojmX4ddiunKV1g2Z4/MjPD0jE60T51C3xFhTRqWI5F6ENx4mKa/CCzOeSY
JQCT2xEC72GlCNq+tNw3sERDwna6ONFfdG2ru6Hfvq4FAI7+jMntT0HLgtwZM4LN
4YeBxTcW/8HXkWtilaD6jk7aoPDJLGirakyu3pk+g/8UtRNwQCNMb2A/xWVlzuOj
HLbqy4SJVu2o
=22iZ
-END PGP SIGNATURE-

Emmanuel Bourg (26):
  Update upstream source from tag 'upstream/2.13'
  New upstream version 2.13
  Patched pom.xml to ignore warnings
  Removed DH_VERBOSE=1
  New build dependency on libpowermock-java
  Disabled the tests (fail with Java 9)
  New upstream version 2.14
  Update upstream source from tag 'upstream/2.14'
  New upstream version 2.14.1
  Update upstream source from tag 'upstream/2.14.1'
  New upstream version 2.14.2
  Update upstream source from tag 'upstream/2.14.2'
  New upstream version 2.14.3
  Update upstream source from tag 'upstream/2.14.3'
  New upstream version 2.14.4
  Update upstream source from tag 'upstream/2.14.4'
  New upstream version 2.14.5
  Update upstream source from tag 'upstream/2.14.5'
  New upstream version 2.14.6
  Update upstream source from tag 'upstream/2.14.6'
  Depend on libjansi-java (>= 1.12)
  Refreshed debian/copyright
  Switch to debhelper level 11
  Ignore maven-enforcer-plugin
  New build dependency on libeasymock-java
  Upload to unstable

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Accepted scala-asm 5.2.0-scala-2-1 (source) into unstable

2018-03-30 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 13:33:13 +0200
Source: scala-asm
Binary: scala-asm
Architecture: source
Version: 5.2.0-scala-2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 scala-asm  - Fork of ASM for the Scala Compiler
Changes:
 scala-asm (5.2.0-scala-2-1) unstable; urgency=medium
 .
   * New upstream release
 - Updated the pom
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
Checksums-Sha1:
 b8373b4d1396fa7486353a9e06ab9414b5baa382 2046 scala-asm_5.2.0-scala-2-1.dsc
 f90b51eee6047d5a10dc708b70645fbe671b7be1 128648 
scala-asm_5.2.0-scala-2.orig.tar.xz
 beb0f97e7fd5d1f71cd8f636c6f6a455fca6a66d 3508 
scala-asm_5.2.0-scala-2-1.debian.tar.xz
 ed61a7b8b8b85a05ef34522b59d45ff6d7066799 14832 
scala-asm_5.2.0-scala-2-1_source.buildinfo
Checksums-Sha256:
 e3b6a7941e7c18764f3239628ac295dc251f9d9b1301dd0a7cd932be1049e090 2046 
scala-asm_5.2.0-scala-2-1.dsc
 655e12c4665f26783fab9bdbec61a31b2a30ed17562675cae27ae274f45ddc71 128648 
scala-asm_5.2.0-scala-2.orig.tar.xz
 8f2c9523cb9846e2664ce588f6872ca99ab8892e6607096f7efa40c5461a74fe 3508 
scala-asm_5.2.0-scala-2-1.debian.tar.xz
 b439694a2f0f8dc60d75e7881c8a283d7c0925ed4bb826ea5dea9201ae443cd7 14832 
scala-asm_5.2.0-scala-2-1_source.buildinfo
Files:
 5bc79a9199c9a2975075eb9b4da33593 2046 java optional 
scala-asm_5.2.0-scala-2-1.dsc
 9b7bd414da2a9336ac84d536f32b 128648 java optional 
scala-asm_5.2.0-scala-2.orig.tar.xz
 44c205d8d395f77554a1690900a7aa80 3508 java optional 
scala-asm_5.2.0-scala-2-1.debian.tar.xz
 1d5448d80486e7fa3ed85c0c0a880e81 14832 java optional 
scala-asm_5.2.0-scala-2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+IQYSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsh8UP/jOq6gzNQFr/TslAaSAf3b8FiMFvoURz
5V3XLa68IefVgPWSj2q4o6cjJ0IhhLt92d7gOqxHXvpC8STclfAZpPLDYR/HWFQl
eK0LgPlayPQsPNDxNB2KWPUIkQdAZMXIUBoaARlK6m+T8wnRyn+a0fuZFTVhwblR
khhQf7Gxv4y4wzlIM1vckfM13zN9GUAVX8+e88wbXV700maKs7m9Lk4dB0UrNEay
1zNQMfpKJ6wENkhItZq2SgIZVxAg9A+TVfau3pse7R6X/6TVLnza8l5RUn8nWGdt
yQWO9q2JkAihthqOrPbq9OVCx2QMzpxBcHGjx7STYLODixACPvoNJTqAJvnfM5Qo
yU1fVb+4ew3z+CU2HhUC2PHiTep15tpUuGPXPNG/xDYrH76hqVOYYmtS7/odmP9B
sjvdhMTm7rM9ykYXsK6byijAWFj+BAWEIl2s33ZeuGJZ+5pAdb0LhHNf37sv1Ndv
Nc+OY+81el9eCKAGTEeXJ42dTsDKl4jk6wPYQgl2scxzOI3LhLyz19YXEoF3qHbA
uUKVXh+ccmV92fmuUP39dT2HBemaXPCLJ8fqSceqP56Dndei8ePW6orkbDlwWEea
FIhtZbtLwzrtbjSc98v5AjAfFU9OxUq+Uz2jW0x1A9hRM3VvukAsMpocqfIQZa2v
SvB/TcCivTxu
=sKjV
-END PGP SIGNATURE-


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


scala-asm_5.2.0-scala-2-1_source.changes ACCEPTED into unstable

2018-03-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 13:33:13 +0200
Source: scala-asm
Binary: scala-asm
Architecture: source
Version: 5.2.0-scala-2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 scala-asm  - Fork of ASM for the Scala Compiler
Changes:
 scala-asm (5.2.0-scala-2-1) unstable; urgency=medium
 .
   * New upstream release
 - Updated the pom
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
Checksums-Sha1:
 b8373b4d1396fa7486353a9e06ab9414b5baa382 2046 scala-asm_5.2.0-scala-2-1.dsc
 f90b51eee6047d5a10dc708b70645fbe671b7be1 128648 
scala-asm_5.2.0-scala-2.orig.tar.xz
 beb0f97e7fd5d1f71cd8f636c6f6a455fca6a66d 3508 
scala-asm_5.2.0-scala-2-1.debian.tar.xz
 ed61a7b8b8b85a05ef34522b59d45ff6d7066799 14832 
scala-asm_5.2.0-scala-2-1_source.buildinfo
Checksums-Sha256:
 e3b6a7941e7c18764f3239628ac295dc251f9d9b1301dd0a7cd932be1049e090 2046 
scala-asm_5.2.0-scala-2-1.dsc
 655e12c4665f26783fab9bdbec61a31b2a30ed17562675cae27ae274f45ddc71 128648 
scala-asm_5.2.0-scala-2.orig.tar.xz
 8f2c9523cb9846e2664ce588f6872ca99ab8892e6607096f7efa40c5461a74fe 3508 
scala-asm_5.2.0-scala-2-1.debian.tar.xz
 b439694a2f0f8dc60d75e7881c8a283d7c0925ed4bb826ea5dea9201ae443cd7 14832 
scala-asm_5.2.0-scala-2-1_source.buildinfo
Files:
 5bc79a9199c9a2975075eb9b4da33593 2046 java optional 
scala-asm_5.2.0-scala-2-1.dsc
 9b7bd414da2a9336ac84d536f32b 128648 java optional 
scala-asm_5.2.0-scala-2.orig.tar.xz
 44c205d8d395f77554a1690900a7aa80 3508 java optional 
scala-asm_5.2.0-scala-2-1.debian.tar.xz
 1d5448d80486e7fa3ed85c0c0a880e81 14832 java optional 
scala-asm_5.2.0-scala-2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+IQYSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsh8UP/jOq6gzNQFr/TslAaSAf3b8FiMFvoURz
5V3XLa68IefVgPWSj2q4o6cjJ0IhhLt92d7gOqxHXvpC8STclfAZpPLDYR/HWFQl
eK0LgPlayPQsPNDxNB2KWPUIkQdAZMXIUBoaARlK6m+T8wnRyn+a0fuZFTVhwblR
khhQf7Gxv4y4wzlIM1vckfM13zN9GUAVX8+e88wbXV700maKs7m9Lk4dB0UrNEay
1zNQMfpKJ6wENkhItZq2SgIZVxAg9A+TVfau3pse7R6X/6TVLnza8l5RUn8nWGdt
yQWO9q2JkAihthqOrPbq9OVCx2QMzpxBcHGjx7STYLODixACPvoNJTqAJvnfM5Qo
yU1fVb+4ew3z+CU2HhUC2PHiTep15tpUuGPXPNG/xDYrH76hqVOYYmtS7/odmP9B
sjvdhMTm7rM9ykYXsK6byijAWFj+BAWEIl2s33ZeuGJZ+5pAdb0LhHNf37sv1Ndv
Nc+OY+81el9eCKAGTEeXJ42dTsDKl4jk6wPYQgl2scxzOI3LhLyz19YXEoF3qHbA
uUKVXh+ccmV92fmuUP39dT2HBemaXPCLJ8fqSceqP56Dndei8ePW6orkbDlwWEea
FIhtZbtLwzrtbjSc98v5AjAfFU9OxUq+Uz2jW0x1A9hRM3VvukAsMpocqfIQZa2v
SvB/TcCivTxu
=sKjV
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of scala-asm_5.2.0-scala-2-1_source.changes

2018-03-30 Thread Debian FTP Masters
scala-asm_5.2.0-scala-2-1_source.changes uploaded successfully to localhost
along with the files:
  scala-asm_5.2.0-scala-2-1.dsc
  scala-asm_5.2.0-scala-2.orig.tar.xz
  scala-asm_5.2.0-scala-2-1.debian.tar.xz
  scala-asm_5.2.0-scala-2-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[scala-asm] 02/03: pristine-tar data for scala-asm_5.2.0-scala-1.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository scala-asm.

commit 09d0654aa852c769fb946cb546d9237116e94d8a
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:56:05 2018 +0200

pristine-tar data for scala-asm_5.2.0-scala-1.orig.tar.xz
---
 scala-asm_5.2.0-scala-1.orig.tar.xz.delta | Bin 0 -> 3631 bytes
 scala-asm_5.2.0-scala-1.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/scala-asm_5.2.0-scala-1.orig.tar.xz.delta 
b/scala-asm_5.2.0-scala-1.orig.tar.xz.delta
new file mode 100644
index 000..a921baf
Binary files /dev/null and b/scala-asm_5.2.0-scala-1.orig.tar.xz.delta differ
diff --git a/scala-asm_5.2.0-scala-1.orig.tar.xz.id 
b/scala-asm_5.2.0-scala-1.orig.tar.xz.id
new file mode 100644
index 000..e35193f
--- /dev/null
+++ b/scala-asm_5.2.0-scala-1.orig.tar.xz.id
@@ -0,0 +1 @@
+3b703e9afd0912f089e3ee3d8830988f4f7d3c5d

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] annotated tag upstream/5.2.0-scala-1 created (now d58b7ea)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/5.2.0-scala-1
in repository scala-asm.

at  d58b7ea   (tag)
   tagging  052d3a021052a6ac302320de210d6dd5473aa961 (commit)
  replaces  upstream/5.1.0-scala-2
 tagged by  Emmanuel Bourg
on  Fri Mar 30 11:56:05 2018 +0200

- Log -
Upstream version 5.2.0-scala-1

Emmanuel Bourg (1):
  New upstream version 5.2.0-scala-1

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] annotated tag upstream/5.2.0-scala-2 created (now b828424)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/5.2.0-scala-2
in repository scala-asm.

at  b828424   (tag)
   tagging  e631d705d913810d5109144d879246859cd6001a (commit)
  replaces  upstream/5.2.0-scala-1
 tagged by  Emmanuel Bourg
on  Fri Mar 30 11:56:27 2018 +0200

- Log -
Upstream version 5.2.0-scala-2

Emmanuel Bourg (1):
  New upstream version 5.2.0-scala-2

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 03/03: pristine-tar data for scala-asm_5.2.0-scala-2.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository scala-asm.

commit 08824c59400d3b97dd6acb0f1e404f88a7b8a354
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:56:27 2018 +0200

pristine-tar data for scala-asm_5.2.0-scala-2.orig.tar.xz
---
 scala-asm_5.2.0-scala-2.orig.tar.xz.delta | Bin 0 -> 3611 bytes
 scala-asm_5.2.0-scala-2.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/scala-asm_5.2.0-scala-2.orig.tar.xz.delta 
b/scala-asm_5.2.0-scala-2.orig.tar.xz.delta
new file mode 100644
index 000..a60e980
Binary files /dev/null and b/scala-asm_5.2.0-scala-2.orig.tar.xz.delta differ
diff --git a/scala-asm_5.2.0-scala-2.orig.tar.xz.id 
b/scala-asm_5.2.0-scala-2.orig.tar.xz.id
new file mode 100644
index 000..607176e
--- /dev/null
+++ b/scala-asm_5.2.0-scala-2.orig.tar.xz.id
@@ -0,0 +1 @@
+7b433042cb252ec6eb28e5011b141a9647b3144c

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] annotated tag upstream/5.1.0-scala-2 created (now 0db918f)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/5.1.0-scala-2
in repository scala-asm.

at  0db918f   (tag)
   tagging  1b86f2d7df7185118ffcb02c807ea7257ef1eaf9 (commit)
  replaces  upstream/5.0.4-scala-3
 tagged by  Emmanuel Bourg
on  Fri Mar 30 11:55:13 2018 +0200

- Log -
Upstream version 5.1.0-scala-2

Emmanuel Bourg (1):
  New upstream version 5.1.0-scala-2

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 01/03: pristine-tar data for scala-asm_5.1.0-scala-2.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository scala-asm.

commit 04c8a8a6599902c5a41edee333ffcc52f2a88a8c
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:55:13 2018 +0200

pristine-tar data for scala-asm_5.1.0-scala-2.orig.tar.xz
---
 scala-asm_5.1.0-scala-2.orig.tar.xz.delta | Bin 0 -> 3555 bytes
 scala-asm_5.1.0-scala-2.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/scala-asm_5.1.0-scala-2.orig.tar.xz.delta 
b/scala-asm_5.1.0-scala-2.orig.tar.xz.delta
new file mode 100644
index 000..2f37cb8
Binary files /dev/null and b/scala-asm_5.1.0-scala-2.orig.tar.xz.delta differ
diff --git a/scala-asm_5.1.0-scala-2.orig.tar.xz.id 
b/scala-asm_5.1.0-scala-2.orig.tar.xz.id
new file mode 100644
index 000..1f4a138
--- /dev/null
+++ b/scala-asm_5.1.0-scala-2.orig.tar.xz.id
@@ -0,0 +1 @@
+3d1ce0fb555710663317448a496fdacdc16039a7

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 06/07: Switch to debhelper level 11

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-asm.

commit 2fa3ec6f0bf5ed1768d0e9bbb5890be043012a58
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:32:46 2018 +0200

Switch to debhelper level 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fa0e401..359556e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ scala-asm (5.2.0-scala-2-1) UNRELEASED; urgency=medium
   * New upstream release
 - Updated the pom
   * Standards-Version updated to 4.1.3
+  * Switch to debhelper level 11
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 11:56:39 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index e0a1866..7eb3c8d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Emmanuel Bourg 
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.1)
+Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 2.1)
 Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/scala-asm.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/scala-asm.git

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 07/07: Upload to unstable

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-asm.

commit a192da0d33c183019895afef941869e8b431c609
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:33:17 2018 +0200

Upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 359556e..1f92e43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-scala-asm (5.2.0-scala-2-1) UNRELEASED; urgency=medium
+scala-asm (5.2.0-scala-2-1) unstable; urgency=medium
 
   * New upstream release
 - Updated the pom
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
 
- -- Emmanuel Bourg   Fri, 30 Mar 2018 11:56:39 +0200
+ -- Emmanuel Bourg   Fri, 30 Mar 2018 13:33:13 +0200
 
 scala-asm (5.0.4-scala-3-1) unstable; urgency=medium
 

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 02/07: Update upstream source from tag 'upstream/5.2.0-scala-1'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-asm.

commit 0ceeff3b34339cd584970e78f5cd0965b4c77f51
Merge: 79079d1 052d3a0
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:56:05 2018 +0200

Update upstream source from tag 'upstream/5.2.0-scala-1'

Update to upstream version '5.2.0-scala-1'
with Debian dir 78fd248c124bb4f67727d8c4d1b75b7471039412

 .../java/scala/tools/asm/AnnotationVisitor.java|   2 +-
 src/main/java/scala/tools/asm/ClassReader.java |  69 +-
 src/main/java/scala/tools/asm/ClassWriter.java |  73 ++-
 src/main/java/scala/tools/asm/CurrentFrame.java|  56 ++
 src/main/java/scala/tools/asm/Frame.java   | 114 +++-
 src/main/java/scala/tools/asm/Label.java   |   5 +-
 src/main/java/scala/tools/asm/MethodWriter.java| 692 +++--
 src/main/java/scala/tools/asm/Opcodes.java |  18 +-
 src/main/java/scala/tools/asm/Type.java|  11 +-
 .../java/scala/tools/asm/tree/AnnotationNode.java  |  66 +-
 .../scala/tools/asm/util/CheckMethodAdapter.java   |   6 +
 11 files changed, 451 insertions(+), 661 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 01/07: Update upstream source from tag 'upstream/5.1.0-scala-2'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-asm.

commit 79079d13df4712c6a1ed0d4acc8385963b437308
Merge: 9013829 1b86f2d
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:55:13 2018 +0200

Update upstream source from tag 'upstream/5.1.0-scala-2'

Update to upstream version '5.1.0-scala-2'
with Debian dir 78fd248c124bb4f67727d8c4d1b75b7471039412

 .travis.yml|  15 +-
 LICENSE.txt|  51 +-
 README.md  |  64 --
 admin/README.md|  71 +-
 admin/build.sh |  46 +-
 admin/genKeyPair.sh|   1 -
 admin/pubring.asc  |  28 +-
 admin/secring.asc.enc  | Bin 1872 -> 1872 bytes
 build.sbt  |  29 +-
 project/build.properties   |   2 +-
 project/plugins.sbt|   5 +-
 scripts/gitignoreSelectFiles   |  10 +
 scripts/selectAndPrepareSources|  65 ++
 src/main/java/scala/tools/asm/ByteVector.java  |   2 +-
 src/main/java/scala/tools/asm/ClassReader.java |   5 +-
 src/main/java/scala/tools/asm/ClassWriter.java |  47 +-
 src/main/java/scala/tools/asm/Handle.java  |  60 +-
 src/main/java/scala/tools/asm/MethodWriter.java|   2 +-
 src/main/java/scala/tools/asm/Opcodes.java |   1 +
 src/main/java/scala/tools/asm/Type.java|  14 +-
 .../scala/tools/asm/signature/SignatureWriter.java |   4 +-
 src/main/java/scala/tools/asm/tree/InsnList.java   |  23 +-
 src/main/java/scala/tools/asm/util/ASMifier.java   |  12 +-
 .../scala/tools/asm/util/CheckMethodAdapter.java   |   3 +
 src/main/java/scala/tools/asm/util/Printer.java| 786 ++---
 .../tools/asm/util/TraceSignatureVisitor.java  |  14 +-
 26 files changed, 1083 insertions(+), 277 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 05/07: Standards-Version updated to 4.1.3

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-asm.

commit 821fc8d4dfa0b537b99e846957a4cdb02644cf29
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:32:40 2018 +0200

Standards-Version updated to 4.1.3
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ccca9ee..fa0e401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ scala-asm (5.2.0-scala-2-1) UNRELEASED; urgency=medium
 
   * New upstream release
 - Updated the pom
+  * Standards-Version updated to 4.1.3
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 11:56:39 +0200
 
diff --git a/debian/control b/debian/control
index 855ee93..e0a1866 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers 

 Uploaders: Emmanuel Bourg 
 Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.1)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/scala-asm.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/scala-asm.git
 Homepage: http://www.scala-lang.org/

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] branch pristine-tar updated (ab65415 -> 08824c5)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch pristine-tar
in repository scala-asm.

  from  ab65415   pristine-tar data for scala-asm_5.0.4-scala-3.orig.tar.xz
   new  04c8a8a   pristine-tar data for scala-asm_5.1.0-scala-2.orig.tar.xz
   new  09d0654   pristine-tar data for scala-asm_5.2.0-scala-1.orig.tar.xz
   new  08824c5   pristine-tar data for scala-asm_5.2.0-scala-2.orig.tar.xz

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 scala-asm_5.1.0-scala-2.orig.tar.xz.delta | Bin 0 -> 3555 bytes
 scala-asm_5.1.0-scala-2.orig.tar.xz.id|   1 +
 scala-asm_5.2.0-scala-1.orig.tar.xz.delta | Bin 0 -> 3631 bytes
 scala-asm_5.2.0-scala-1.orig.tar.xz.id|   1 +
 scala-asm_5.2.0-scala-2.orig.tar.xz.delta | Bin 0 -> 3611 bytes
 scala-asm_5.2.0-scala-2.orig.tar.xz.id|   1 +
 6 files changed, 3 insertions(+)
 create mode 100644 scala-asm_5.1.0-scala-2.orig.tar.xz.delta
 create mode 100644 scala-asm_5.1.0-scala-2.orig.tar.xz.id
 create mode 100644 scala-asm_5.2.0-scala-1.orig.tar.xz.delta
 create mode 100644 scala-asm_5.2.0-scala-1.orig.tar.xz.id
 create mode 100644 scala-asm_5.2.0-scala-2.orig.tar.xz.delta
 create mode 100644 scala-asm_5.2.0-scala-2.orig.tar.xz.id

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] branch master updated (9013829 -> a192da0)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository scala-asm.

  from  9013829   Merge tag 'upstream/5.0.4-scala-3'
  adds  1b86f2d   New upstream version 5.1.0-scala-2
   new  79079d1   Update upstream source from tag 'upstream/5.1.0-scala-2'
  adds  052d3a0   New upstream version 5.2.0-scala-1
   new  0ceeff3   Update upstream source from tag 'upstream/5.2.0-scala-1'
  adds  e631d70   New upstream version 5.2.0-scala-2
   new  d826f89   Update upstream source from tag 'upstream/5.2.0-scala-2'
   new  4379eed   Updated the pom
   new  821fc8d   Standards-Version updated to 4.1.3
   new  2fa3ec6   Switch to debhelper level 11
   new  a192da0   Upload to unstable

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml|  15 +-
 LICENSE.txt|  51 +-
 README.md  |  64 --
 admin/README.md|  71 +-
 admin/build.sh |  46 +-
 admin/genKeyPair.sh|   1 -
 admin/pubring.asc  |  28 +-
 admin/secring.asc.enc  | Bin 1872 -> 1872 bytes
 build.sbt  |  29 +-
 debian/changelog   |   9 +
 debian/compat  |   2 +-
 debian/control |   4 +-
 debian/pom.xml |   2 +-
 project/build.properties   |   2 +-
 project/plugins.sbt|   5 +-
 scripts/gitignoreSelectFiles   |  10 +
 scripts/selectAndPrepareSources|  65 ++
 .../java/scala/tools/asm/AnnotationVisitor.java|   2 +-
 src/main/java/scala/tools/asm/ByteVector.java  |   2 +-
 src/main/java/scala/tools/asm/ClassReader.java | 149 +++-
 src/main/java/scala/tools/asm/ClassWriter.java | 135 +++-
 .../analysis/Value.java => CurrentFrame.java}  |  25 +-
 src/main/java/scala/tools/asm/Frame.java   | 114 ++-
 src/main/java/scala/tools/asm/Handle.java  |  60 +-
 src/main/java/scala/tools/asm/Label.java   |   5 +-
 src/main/java/scala/tools/asm/MethodWriter.java| 706 +++---
 src/main/java/scala/tools/asm/Opcodes.java |  19 +-
 src/main/java/scala/tools/asm/Type.java|  25 +-
 .../scala/tools/asm/signature/SignatureWriter.java |   4 +-
 .../java/scala/tools/asm/tree/AnnotationNode.java  |  66 +-
 src/main/java/scala/tools/asm/tree/InsnList.java   |  23 +-
 src/main/java/scala/tools/asm/tree/MethodNode.java |   3 +
 src/main/java/scala/tools/asm/util/ASMifier.java   |  12 +-
 .../scala/tools/asm/util/CheckMethodAdapter.java   |   9 +
 src/main/java/scala/tools/asm/util/Printer.java| 786 ++---
 .../tools/asm/util/TraceSignatureVisitor.java  |  14 +-
 36 files changed, 1583 insertions(+), 980 deletions(-)
 delete mode 100644 README.md
 create mode 100644 scripts/gitignoreSelectFiles
 create mode 100755 scripts/selectAndPrepareSources
 copy src/main/java/scala/tools/asm/{tree/analysis/Value.java => 
CurrentFrame.java} (67%)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 04/07: Updated the pom

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-asm.

commit 4379eed2a3afff14f0278dfa7c087e0b19dd53e6
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:32:31 2018 +0200

Updated the pom
---
 debian/changelog | 7 +++
 debian/pom.xml   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e3c53c4..ccca9ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scala-asm (5.2.0-scala-2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+- Updated the pom
+
+ -- Emmanuel Bourg   Fri, 30 Mar 2018 11:56:39 +0200
+
 scala-asm (5.0.4-scala-3-1) unstable; urgency=medium
 
   * Initial release (Closes: #833168)
diff --git a/debian/pom.xml b/debian/pom.xml
index ad1b306..fe3d723 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -6,7 +6,7 @@
 jar
 scala-asm
 http://www.scala-lang.org/
-5.0.4-scala-3
+5.2.0-scala-2
 
 
 BSD 3-clause

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[scala-asm] 03/07: Update upstream source from tag 'upstream/5.2.0-scala-2'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-asm.

commit d826f891226a944ed7c13c40ef9063c5f132d6bd
Merge: 0ceeff3 e631d70
Author: Emmanuel Bourg 
Date:   Fri Mar 30 11:56:27 2018 +0200

Update upstream source from tag 'upstream/5.2.0-scala-2'

Update to upstream version '5.2.0-scala-2'
with Debian dir 78fd248c124bb4f67727d8c4d1b75b7471039412

 src/main/java/scala/tools/asm/ClassReader.java | 103 +
 src/main/java/scala/tools/asm/ClassWriter.java |  21 -
 src/main/java/scala/tools/asm/MethodWriter.java|  12 ++-
 src/main/java/scala/tools/asm/tree/MethodNode.java |   3 +
 4 files changed, 91 insertions(+), 48 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


jline2_2.14.6-1_source.changes ACCEPTED into unstable

2018-03-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 13:07:18 +0200
Source: jline2
Binary: libjline2-java
Architecture: source
Version: 2.14.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libjline2-java - console input handling in Java
Changes:
 jline2 (2.14.6-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
 - Patched pom.xml to ignore warnings
 - New build dependency on libeasymock-java and libpowermock-java
 - Disabled the tests (fail with Java 9)
 - Depend on libjansi-java (>= 1.12)
 - Ignore maven-enforcer-plugin
   * Switch to debhelper level 11
Checksums-Sha1:
 1d2cb2658b659015026d0bd184fcb3af1a7f1eb5 2096 jline2_2.14.6-1.dsc
 902fe69711dec60a13f5a7e466e4250d469b20f2 93752 jline2_2.14.6.orig.tar.xz
 c062170b8c33d2df1f4e0490af80caf1a4fb8131 4716 jline2_2.14.6-1.debian.tar.xz
 1b3957f69da23e5d9fb5aab984d2aac3b979e558 15223 jline2_2.14.6-1_source.buildinfo
Checksums-Sha256:
 c8f7f88a26965def910a47db0d8d0ee5406ec02aab1fdfbc9c79f6d2bffbce98 2096 
jline2_2.14.6-1.dsc
 6035c22c591fae78555a271a5846654555e32eb779ed44fd410c10ba324f1b5c 93752 
jline2_2.14.6.orig.tar.xz
 ed3fe5699cc5a05687f53ae342b9084a31bbec0b77f989f706e5ab2f199681a9 4716 
jline2_2.14.6-1.debian.tar.xz
 d70f8b582565013c327a729615867fe50b5e6bfc0e23e012c4ce33f9acf7291f 15223 
jline2_2.14.6-1_source.buildinfo
Files:
 11ef4a40a28ff2727a05f57b8678ae9b 2096 java optional jline2_2.14.6-1.dsc
 a30e8a900b8977bdbfbd907a8d7a026c 93752 java optional jline2_2.14.6.orig.tar.xz
 95745847d711975bde35407c72553dcf 4716 java optional 
jline2_2.14.6-1.debian.tar.xz
 877bec9a18368468b16c43ba29a6ec26 15223 java optional 
jline2_2.14.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+GuMSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsvtUP/RgK7+dm0RcQXvJGEKf2bSVGBM/GimaF
1h5cKmcjcF1JsaPfc7fHuxArEaIsiEShyMMFu9WT2iN4ZP7OQs+2NHFI24kg/IE5
n1g8hEjvtNB7wgdphCxsS9WNbhmW515SBNdxVN3iqOXus2KfFxFjtccwt50d0BMh
LtaIlZCGgYxc5QnGRirZ/OtePAb7v3GNM3NaXiBf7uT3yTD+ZpG/A3yK3K9v83xc
r0nUulAExJoI2dL0fKf19yGuvqEkn1v78VjykkJ+UZ3XWiHMuoYBZpeadIpumsjZ
ALUpoYvlgjdE4Cmx+hfrRJBWDUW+JbPWEZmv/Hzi6k8SPUT4LmsTMDH+Tmb/etWO
gIP+WY+ODzC5rtKFzurzji+s+eTlMDxpqxmLSau81UXtXbamYO64zIM49CUUSBkb
5ki3vj70FhS16dogU39IEYDo7ImQ13BVUFSaiJyUahG+uPQxFojYdhKI5uy/HFGY
SrdCvc7vaza8BiwlDNTUBHB9WDQKQOwkveiJxdjGaF4bc1jtUpZjZrwc3ZH9MDWI
isHtSWY0Q0bKK++L5XREUQ2by+QdqhfaHmGmHrZs2T86ygp2vYnvNwHQ4YGXVyiQ
NYDCrA+i3905wjW4WDvYBGpGITgG3lXSpQhoZLcRXuKsKhndCy3YaEe7w+sETBkT
qdjCpzH+FAed
=RsE5
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Accepted jline2 2.14.6-1 (source) into unstable

2018-03-30 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2018 13:07:18 +0200
Source: jline2
Binary: libjline2-java
Architecture: source
Version: 2.14.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Emmanuel Bourg 
Description:
 libjline2-java - console input handling in Java
Changes:
 jline2 (2.14.6-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
 - Patched pom.xml to ignore warnings
 - New build dependency on libeasymock-java and libpowermock-java
 - Disabled the tests (fail with Java 9)
 - Depend on libjansi-java (>= 1.12)
 - Ignore maven-enforcer-plugin
   * Switch to debhelper level 11
Checksums-Sha1:
 1d2cb2658b659015026d0bd184fcb3af1a7f1eb5 2096 jline2_2.14.6-1.dsc
 902fe69711dec60a13f5a7e466e4250d469b20f2 93752 jline2_2.14.6.orig.tar.xz
 c062170b8c33d2df1f4e0490af80caf1a4fb8131 4716 jline2_2.14.6-1.debian.tar.xz
 1b3957f69da23e5d9fb5aab984d2aac3b979e558 15223 jline2_2.14.6-1_source.buildinfo
Checksums-Sha256:
 c8f7f88a26965def910a47db0d8d0ee5406ec02aab1fdfbc9c79f6d2bffbce98 2096 
jline2_2.14.6-1.dsc
 6035c22c591fae78555a271a5846654555e32eb779ed44fd410c10ba324f1b5c 93752 
jline2_2.14.6.orig.tar.xz
 ed3fe5699cc5a05687f53ae342b9084a31bbec0b77f989f706e5ab2f199681a9 4716 
jline2_2.14.6-1.debian.tar.xz
 d70f8b582565013c327a729615867fe50b5e6bfc0e23e012c4ce33f9acf7291f 15223 
jline2_2.14.6-1_source.buildinfo
Files:
 11ef4a40a28ff2727a05f57b8678ae9b 2096 java optional jline2_2.14.6-1.dsc
 a30e8a900b8977bdbfbd907a8d7a026c 93752 java optional jline2_2.14.6.orig.tar.xz
 95745847d711975bde35407c72553dcf 4716 java optional 
jline2_2.14.6-1.debian.tar.xz
 877bec9a18368468b16c43ba29a6ec26 15223 java optional 
jline2_2.14.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlq+GuMSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsvtUP/RgK7+dm0RcQXvJGEKf2bSVGBM/GimaF
1h5cKmcjcF1JsaPfc7fHuxArEaIsiEShyMMFu9WT2iN4ZP7OQs+2NHFI24kg/IE5
n1g8hEjvtNB7wgdphCxsS9WNbhmW515SBNdxVN3iqOXus2KfFxFjtccwt50d0BMh
LtaIlZCGgYxc5QnGRirZ/OtePAb7v3GNM3NaXiBf7uT3yTD+ZpG/A3yK3K9v83xc
r0nUulAExJoI2dL0fKf19yGuvqEkn1v78VjykkJ+UZ3XWiHMuoYBZpeadIpumsjZ
ALUpoYvlgjdE4Cmx+hfrRJBWDUW+JbPWEZmv/Hzi6k8SPUT4LmsTMDH+Tmb/etWO
gIP+WY+ODzC5rtKFzurzji+s+eTlMDxpqxmLSau81UXtXbamYO64zIM49CUUSBkb
5ki3vj70FhS16dogU39IEYDo7ImQ13BVUFSaiJyUahG+uPQxFojYdhKI5uy/HFGY
SrdCvc7vaza8BiwlDNTUBHB9WDQKQOwkveiJxdjGaF4bc1jtUpZjZrwc3ZH9MDWI
isHtSWY0Q0bKK++L5XREUQ2by+QdqhfaHmGmHrZs2T86ygp2vYnvNwHQ4YGXVyiQ
NYDCrA+i3905wjW4WDvYBGpGITgG3lXSpQhoZLcRXuKsKhndCy3YaEe7w+sETBkT
qdjCpzH+FAed
=RsE5
-END PGP SIGNATURE-


__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of jline2_2.14.6-1_source.changes

2018-03-30 Thread Debian FTP Masters
jline2_2.14.6-1_source.changes uploaded successfully to localhost
along with the files:
  jline2_2.14.6-1.dsc
  jline2_2.14.6.orig.tar.xz
  jline2_2.14.6-1.debian.tar.xz
  jline2_2.14.6-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[jline2] annotated tag upstream/2.14.2 created (now 9c00cd9)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.14.2
in repository jline2.

at  9c00cd9   (tag)
   tagging  1d8c0d7679a19536bb123ad3e1d0dc488a528081 (commit)
  replaces  upstream/2.14.1
 tagged by  Emmanuel Bourg
on  Fri Mar 30 12:29:13 2018 +0200

- Log -
Upstream version 2.14.2

Emmanuel Bourg (1):
  New upstream version 2.14.2

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] annotated tag upstream/2.14.3 created (now be1de3a)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.14.3
in repository jline2.

at  be1de3a   (tag)
   tagging  0ce26ff06581be2ea8c8b5feaa0c07ed4cd19136 (commit)
  replaces  upstream/2.14.2
 tagged by  Emmanuel Bourg
on  Fri Mar 30 12:29:51 2018 +0200

- Log -
Upstream version 2.14.3

Emmanuel Bourg (1):
  New upstream version 2.14.3

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] 16/18: Ignore maven-enforcer-plugin

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jline2.

commit 659db721a8a015969f84bb5f29bec6143dee302e
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:06:48 2018 +0200

Ignore maven-enforcer-plugin
---
 debian/changelog | 1 +
 debian/maven.ignoreRules | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a710d46..40bd959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ jline2 (2.14.6-1) UNRELEASED; urgency=medium
 - New build dependency on libpowermock-java
 - Disabled the tests (fail with Java 9)
 - Depend on libjansi-java (>= 1.12)
+- Ignore maven-enforcer-plugin
   * Switch to debhelper level 11
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 12:10:18 +0200
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 677832b..2e3c5f8 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -2,6 +2,7 @@
 com.github.stephenc.wagon wagon-gitsite * * * *
 com.mycila.maven-license-plugin maven-license-plugin * * * *
 org.apache.felix maven-bundle-plugin * * * *
+org.apache.maven.plugins maven-enforcer-plugin * * * *
 org.apache.maven.plugins maven-jar-plugin * * * *
 org.apache.maven.plugins maven-javadoc-plugin * * * *
 org.apache.maven.plugins maven-jxr-plugin * * * *

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] 18/18: Upload to unstable

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jline2.

commit 3acfb97f8df80eb4f2f831fd2bc2bfd994a948a1
Author: Emmanuel Bourg 
Date:   Fri Mar 30 13:07:25 2018 +0200

Upload to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32572e1..42177c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-jline2 (2.14.6-1) UNRELEASED; urgency=medium
+jline2 (2.14.6-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release
@@ -9,7 +9,7 @@ jline2 (2.14.6-1) UNRELEASED; urgency=medium
 - Ignore maven-enforcer-plugin
   * Switch to debhelper level 11
 
- -- Emmanuel Bourg   Fri, 30 Mar 2018 12:10:18 +0200
+ -- Emmanuel Bourg   Fri, 30 Mar 2018 13:07:18 +0200
 
 jline2 (2.12.1-1) unstable; urgency=medium
 

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] 06/08: pristine-tar data for jline2_2.14.4.orig.tar.xz

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch pristine-tar
in repository jline2.

commit 6f02b29a7bdef670dd0dcbef28487f84c7f685d5
Author: Emmanuel Bourg 
Date:   Fri Mar 30 12:30:20 2018 +0200

pristine-tar data for jline2_2.14.4.orig.tar.xz
---
 jline2_2.14.4.orig.tar.xz.delta | Bin 0 -> 4114 bytes
 jline2_2.14.4.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/jline2_2.14.4.orig.tar.xz.delta b/jline2_2.14.4.orig.tar.xz.delta
new file mode 100644
index 000..e7cc001
Binary files /dev/null and b/jline2_2.14.4.orig.tar.xz.delta differ
diff --git a/jline2_2.14.4.orig.tar.xz.id b/jline2_2.14.4.orig.tar.xz.id
new file mode 100644
index 000..d08962d
--- /dev/null
+++ b/jline2_2.14.4.orig.tar.xz.id
@@ -0,0 +1 @@
+9686842d9653dc2b1d2336d43433edfa170203a3

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] annotated tag upstream/2.14.4 created (now 7a71265)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.14.4
in repository jline2.

at  7a71265   (tag)
   tagging  8eaa28775a1ad03f40ced99d76a86f6f5592887d (commit)
  replaces  upstream/2.14.3
 tagged by  Emmanuel Bourg
on  Fri Mar 30 12:30:20 2018 +0200

- Log -
Upstream version 2.14.4

Emmanuel Bourg (1):
  New upstream version 2.14.4

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] annotated tag upstream/2.14.5 created (now bb72a6c)

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to annotated tag upstream/2.14.5
in repository jline2.

at  bb72a6c   (tag)
   tagging  bbedb845bd353575a4ef2f70d773d821146be9fa (commit)
  replaces  upstream/2.14.4
 tagged by  Emmanuel Bourg
on  Fri Mar 30 12:30:31 2018 +0200

- Log -
Upstream version 2.14.5

Emmanuel Bourg (1):
  New upstream version 2.14.5

---

No new revisions were added by this update.

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] 08/18: Update upstream source from tag 'upstream/2.14.2'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jline2.

commit e289948f474e6cb014aa2b6042b5cf5bc6a68ce7
Merge: a2f7a29 1d8c0d7
Author: Emmanuel Bourg 
Date:   Fri Mar 30 12:29:13 2018 +0200

Update upstream source from tag 'upstream/2.14.2'

Update to upstream version '2.14.2'
with Debian dir dba402fa832657990076960efe87dd0279a0c4f6

 pom.xml|  4 ++--
 src/main/java/jline/console/ConsoleReader.java | 15 ++---
 .../completer/CandidateListCompletionHandler.java  |  4 ++--
 .../java/jline/console/history/FileHistory.java| 10 -
 src/test/java/jline/example/Issue177.java  | 25 ++
 5 files changed, 50 insertions(+), 8 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] 07/18: Update upstream source from tag 'upstream/2.14.1'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jline2.

commit a2f7a294d1ef225305195df2f9a7d31da9035444
Merge: 9e182d6 7ffd310
Author: Emmanuel Bourg 
Date:   Fri Mar 30 12:28:56 2018 +0200

Update upstream source from tag 'upstream/2.14.1'

Update to upstream version '2.14.1'
with Debian dir dba402fa832657990076960efe87dd0279a0c4f6

 pom.xml | 2 +-
 src/main/java/jline/console/KeyMap.java | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] 11/18: Update upstream source from tag 'upstream/2.14.5'

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jline2.

commit 728d7c81258c136826cb8a9d5a467f7c119e0a5c
Merge: 1d117db bbedb84
Author: Emmanuel Bourg 
Date:   Fri Mar 30 12:30:31 2018 +0200

Update upstream source from tag 'upstream/2.14.5'

Update to upstream version '2.14.5'
with Debian dir dba402fa832657990076960efe87dd0279a0c4f6

 pom.xml|  2 +-
 src/main/java/jline/console/ConsoleReader.java |  6 --
 src/test/java/jline/console/ConsoleReaderTest.java | 13 +
 3 files changed, 18 insertions(+), 3 deletions(-)

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[jline2] 04/18: New build dependency on libpowermock-java

2018-03-30 Thread Emmanuel Bourg
This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jline2.

commit a6882851086c45420ec266d7df2a6daf5515a5a6
Author: Emmanuel Bourg 
Date:   Fri Mar 30 12:23:37 2018 +0200

New build dependency on libpowermock-java
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c60ab99..2dda1c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jline2 (2.13-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
 - Patched pom.xml to ignore warnings
+- New build dependency on libpowermock-java
 
  -- Emmanuel Bourg   Fri, 30 Mar 2018 12:10:18 +0200
 
diff --git a/debian/control b/debian/control
index 8ac2366..567695e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  javahelper (>= 0.43)
 Build-Depends-Indep:
  libjansi-java,
+ libpowermock-java,
  junit4
 Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jline2.git

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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


<    1   2   3   4   >