[Git][java-team/tomcat8][master] Updated the version required for libtcnative-1 (>= 1.2.18)

2018-11-24 Thread Emmanuel Bourg
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tomcat8


Commits:
231b17e0 by Emmanuel Bourg at 2018-11-24T20:40:49Z
Updated the version required for libtcnative-1 (= 1.2.18)

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
@@ -1,6 +1,7 @@
 tomcat8 (8.5.35-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Updated the version required for libtcnative-1 (>= 1.2.18)
   * Install the Russian translation added in Tomcat 8.5.33
 
  -- Emmanuel Bourg   Tue, 20 Nov 2018 14:38:01 +0100


=
debian/control
=
@@ -20,7 +20,7 @@ Build-Depends:
  libobjenesis-java,
  libtaglibs-standard-impl-java,
  libtaglibs-standard-spec-java,
- libtcnative-1,
+ libtcnative-1 (>= 1.2.18),
  lsb-release,
  maven-repo-helper,
  po-debconf
@@ -53,7 +53,7 @@ Depends:
  ${misc:Depends}
 Recommends:
  authbind,
- libtcnative-1 (>= 1.2.6~)
+ libtcnative-1 (>= 1.2.18)
 Suggests:
  tomcat8-admin (>= ${source:Version}),
  tomcat8-docs (>= ${source:Version}),



View it on GitLab: 
https://salsa.debian.org/java-team/tomcat8/commit/231b17e0be53204fed6c70acc3a539881b94913c

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tomcat8/commit/231b17e0be53204fed6c70acc3a539881b94913c
You're receiving this email because of your account on salsa.debian.org.
___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

[Git][java-team/freeplane] Pushed new tag debian/1.7.2-1

2018-11-24 Thread Tony Mancill
Tony Mancill pushed new tag debian/1.7.2-1 at Debian Java Maintainers / 
freeplane

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/freeplane/tree/debian/1.7.2-1
You're receiving this email because of your account on salsa.debian.org.
___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

[Git][java-team/maven-javadoc-plugin] Pushed new tag debian/3.0.1-2

2018-11-24 Thread Tony Mancill
Tony Mancill pushed new tag debian/3.0.1-2 at Debian Java Maintainers / 
maven-javadoc-plugin

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven-javadoc-plugin/tree/debian/3.0.1-2
You're receiving this email because of your account on salsa.debian.org.
___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

[Git][java-team/maven-javadoc-plugin][master] 5 commits: Debian #914411: build against latest plexus-utils

2018-11-24 Thread Tony Mancill
Tony Mancill pushed to branch master at Debian Java Maintainers / 
maven-javadoc-plugin


Commits:
cbca996e by tony mancill at 2018-11-24T18:11:36Z
Debian #914411: build against latest plexus-utils

- - - - -
82817d4c by tony mancill at 2018-11-24T18:12:34Z
Bump Standards-Version to 4.2.1

- - - - -
37a4908c by tony mancill at 2018-11-24T18:17:00Z
Update Homepage URL to use https

- - - - -
8936f22a by tony mancill at 2018-11-24T18:17:00Z
add myself to debian/copyright

- - - - -
1f015d9e by tony mancill at 2018-11-24T18:18:51Z
prepare changelog for upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/plexus-utils.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,12 @@
+maven-javadoc-plugin (3.0.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add patch for uncaught IOException FTBFS (Closes: #914411)
+  * Bump Standards-Version to 4.2.1
+  * Update Homepage and Source URLs to use https
+
+ -- tony mancill   Sat, 24 Nov 2018 10:17:09 -0800
+
 maven-javadoc-plugin (3.0.1-1) unstable; urgency=medium
 
   * Team upload.


=
debian/control
=
@@ -24,10 +24,10 @@ Build-Depends:
  libplexus-languages-java,
  libqdox2-java,
  maven-debian-helper (>> 0.4)
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/maven-javadoc-plugin.git
 Vcs-Browser: https://salsa.debian.org/java-team/maven-javadoc-plugin
-Homepage: http://maven.apache.org/plugins/maven-javadoc-plugin/
+Homepage: https://maven.apache.org/plugins/maven-javadoc-plugin/
 
 Package: libmaven-javadoc-plugin-java
 Architecture: all


=
debian/copyright
=
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Maven Javadoc Plugin
 Upstream-Contact: Apache Maven team
-Source: http://maven.apache.org
+Source: https://maven.apache.org/plugins/maven-javadoc-plugin/
 Files-Excluded: *.jar
 
 Files: *
@@ -13,6 +13,7 @@ Copyright: 2009, Ludovic Claude 
2010, Torsten Werner 
2011, Miguel Landaeta 
2013-2018, Emmanuel Bourg 
+   2018, tony mancill 
 License: GPL-3+
 
 License: GPL-3+


=
debian/patches/plexus-utils.patch
=
@@ -0,0 +1,35 @@
+--- a/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
 b/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
+@@ -1178,14 +1178,24 @@
+ InvocationOutputHandler outputHandler = new PrintStreamHandler( ps, 
false );
+ request.setOutputHandler( outputHandler );
+ 
+-outputHandler.consumeLine( "Invoking Maven for the goals: " + goals + 
" with "
+-+ ( properties == null ? "no properties" : "properties=" + 
properties ) );
+-outputHandler.consumeLine( "" );
+-outputHandler.consumeLine( "M2_HOME=" + getMavenHome( log ) );
+-outputHandler.consumeLine( "MAVEN_OPTS=" + getMavenOpts( log ) );
+-outputHandler.consumeLine( "JAVA_HOME=" + getJavaHome( log ) );
+-outputHandler.consumeLine( "JAVA_OPTS=" + getJavaOpts( log ) );
+-outputHandler.consumeLine( "" );
++try
++{
++outputHandler.consumeLine( "Invoking Maven for the goals: " + 
goals + " with "
+++ ( properties == null ? "no properties" : "properties=" + 
properties ) );
++outputHandler.consumeLine( "" );
++outputHandler.consumeLine( "M2_HOME=" + getMavenHome( log ) );
++outputHandler.consumeLine( "MAVEN_OPTS=" + getMavenOpts( log ) );
++outputHandler.consumeLine( "JAVA_HOME=" + getJavaHome( log ) );
++outputHandler.consumeLine( "JAVA_OPTS=" + getJavaOpts( log ) );
++outputHandler.consumeLine( "" );
++}
++catch ( IOException e )
++{
++if ( log != null && log.isDebugEnabled() )
++{
++log.debug( "IOException: " + e.getMessage() );
++}
++}
+ 
+ try
+ {


=
debian/patches/series
=
@@ -3,3 +3,4 @@ reproducible-footer.patch
 openjdk-9-javadoc-path.patch
 plexus-component-metadata-plugin-version.patch
 ignore-source-errors.patch
+plexus-utils.patch



View it on GitLab: 
https://salsa.debian.org/java-team/maven-javadoc-plugin/compare/c1f7feace2a7757d3ea3ca8aedffde5a5dd2fe8e...1f015d9e56d8a0c4f7c545d5a91a4e848c339e88

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/maven-javadoc-plugin/compare/c1f7feace2a7757d3ea3ca8aedffde5a5dd2fe8e...1f015d9e56d8a0c4f7c545d5a91a4e848c339e88
You're receiving this email because of your account on salsa.debian.org.

[Git][java-team/freeplane][master] dch -r

2018-11-24 Thread Felix Natter
Felix Natter pushed to branch master at Debian Java Maintainers / freeplane


Commits:
3c6ab093 by Felix Natter at 2018-11-24T18:07:43Z
dch -r

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -8,7 +8,7 @@ freeplane (1.7.2-1) unstable; urgency=medium
   * Bump standards-version to 4.2.1 (no changes)
   * Update man page
 
- -- Felix Natter   Thu, 22 Nov 2018 20:06:14 +0100
+ -- Felix Natter   Sat, 24 Nov 2018 19:07:20 +0100
 
 freeplane (1.6.15-1) unstable; urgency=medium
 



View it on GitLab: 
https://salsa.debian.org/java-team/freeplane/commit/3c6ab09394ba8407840d978bde3f8b4217f34f59

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/freeplane/commit/3c6ab09394ba8407840d978bde3f8b4217f34f59
You're receiving this email because of your account on salsa.debian.org.
___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

[Git][java-team/freeplane][master] update man page

2018-11-24 Thread Felix Natter
Felix Natter pushed to branch master at Debian Java Maintainers / freeplane


Commits:
6bdeb49a by Felix Natter at 2018-11-24T17:56:12Z
update man page

- - - - -


2 changed files:

- debian/changelog
- debian/freeplane.1.xml


Changes:

=
debian/changelog
=
@@ -5,7 +5,8 @@ freeplane (1.7.2-1) unstable; urgency=medium
   * Drop secure groovy patch (securegroovy no longer used upstream;
 upstream updated to groovy 2.5.x, Debian also has patched groovy)
   * Update all patches (major build system update)
-  * bump standards-version to 4.2.1 (no changes)
+  * Bump standards-version to 4.2.1 (no changes)
+  * Update man page
 
  -- Felix Natter   Thu, 22 Nov 2018 20:06:14 +0100
 


=
debian/freeplane.1.xml
=
@@ -192,10 +192,55 @@
 
   
 
+  
+FREEPLANE_JAVA_HOME
+
+  Prefix of Java(=8) installation to use (Freeplane 
only)
+
+  
+
+  
+JAVA_HOME
+
+  Prefix of Java(=8) installation to use (many Java 
applications)
+
+  
+  
 
 
   
 
+
+NEW FEATURES IN 1.7.x
+
+  
+Full Java11 support, requires Java8
+
+  
+
+  
+  
+Freeplane API
+
+  There is a comprehensive API layer for manipulation
+ of Freeplane files (supports headless mode)
+
+  
+  
+References to other mind maps from formulas and scripts
+
+ 
+
+  
+  
+Node aliases, global nodes, export for selected branches only, 
URLs like #at(:~someNodeAlias), ...
+
+ 
+
+  
+
+  
+
   
 NEW FEATURES IN 1.6.x
 



View it on GitLab: 
https://salsa.debian.org/java-team/freeplane/commit/6bdeb49a3208b21a1045452947702617b76e6b60

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/freeplane/commit/6bdeb49a3208b21a1045452947702617b76e6b60
You're receiving this email because of your account on salsa.debian.org.
___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

[Git][java-team/oauth-signpost] Pushed new tag debian/1.2.1.2-2

2018-11-24 Thread Emmanuel Bourg
Emmanuel Bourg pushed new tag debian/1.2.1.2-2 at Debian Java Maintainers / 
oauth-signpost

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/oauth-signpost/tree/debian/1.2.1.2-2
You're receiving this email because of your account on salsa.debian.org.
___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits