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

apo pushed a commit to branch master
in repository jcifs.

commit e3a5f642a317341a8be29ebec4026a09c5feafcc
Author: Markus Koschany <a...@debian.org>
Date:   Thu Jan 18 14:48:50 2018 +0100

    Refresh patches.
---
 debian/changelog                                   |  1 +
 debian/patches/0001-fix-index.html.patch           | 58 ++++++++++++++++++++++
 .../0002-remove-path-to-nonexistant-compiler.patch | 21 ++++++++
 debian/patches/series                              |  2 +
 4 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8148b06..a47fe31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jcifs (1.3.19-1) unstable; urgency=medium
   * New upstream version 1.3.19.
   * Use compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
+  * Refresh all patches.
 
  -- Markus Koschany <a...@debian.org>  Thu, 18 Jan 2018 14:39:43 +0100
 
diff --git a/debian/patches/0001-fix-index.html.patch 
b/debian/patches/0001-fix-index.html.patch
new file mode 100644
index 0000000..65404bb
--- /dev/null
+++ b/debian/patches/0001-fix-index.html.patch
@@ -0,0 +1,58 @@
+From: Markus Koschany <a...@debian.org>
+Date: Thu, 18 Jan 2018 14:45:42 +0100
+Subject: 0001-fix-index.html
+
+Forwarded: no
+---
+ docs/index.html | 22 ++++++++++------------
+ 1 file changed, 10 insertions(+), 12 deletions(-)
+
+diff --git a/docs/index.html b/docs/index.html
+index a5b8d27..45af1e5 100644
+--- a/docs/index.html
++++ b/docs/index.html
+@@ -88,26 +88,24 @@ JCIFS is an <a 
href="http://www.opensource.org/docs/definition_plain.php";>Open S
+ <TR>
+ <TD valign="top" width="350" class="leftpane">
+ <h1>Links</h1>
+-<a href="src/">Download</a>
++<a href="ntlmhttpauth.html">JCIFS NTLM HTTP Authentication</a>
+ <br>
+-<a href="src/docs/ntlmhttpauth.html">JCIFS NTLM HTTP Authentication</a>
++<a href="faq.html">The FAQ</a>
+ <br>
+-<a href="src/docs/faq.html">The FAQ</a>
+-<br>
+-<a href="src/docs/capture.html">Obtaining a Network Packet Capture</a>
++<a href="capture.html">Obtaining a Network Packet Capture</a>
+ <br>
+ <h2>Developer Information</h2>
+-<a href="src/docs/api/">JCIFS API Documentation</a>
++<a href="api/index.html">JCIFS API Documentation</a>
+ <br>
+-<a href="src/docs/api/overview-summary.html#scp">Setting Client Properties</a>
++<a href="overview.html#scp">Setting Client Properties</a>
+ <br>
+-<a href="src/docs/resolver.html">Setting Name Resolution Properties</a>
++<a href="resolver.html">Setting Name Resolution Properties</a>
+ <br>
+-<a href="src/docs/pipes.html">Using JCIFS to Connect to Win32 Named Pipes</a>
++<a href="pipes.html">Using JCIFS to Connect to Win32 Named Pipes</a>
+ <br>
+-<a href="src/docs/authhandler.html">JCIFS Exceptions and NtlmAuthenticator</a>
++<a href="authhandler.html">JCIFS Exceptions and NtlmAuthenticator</a>
+ <br>
+-<a href="src/docs/httpclient.html">Using JCIFS NTLM Authentication for HTTP 
Connections</a>
++<a href="httpclient.html">Using JCIFS NTLM Authentication for HTTP 
Connections</a>
+ <br>
+ <a href="http://www.gnu.org/licenses/lgpl-2.1.txt";>JCIFS is Licensed Under 
the LGPL</a>
+ <br>
+@@ -208,7 +206,7 @@ JCIFS is an <a 
href="http://www.opensource.org/docs/definition_plain.php";>Open S
+ <br>
+ <a href="src/src/jcifs/">Browse the Source</a>
+ <br>
+-<a href="src/docs/batching.html">Batching</a>
++<a href="batching.html">Batching</a>
+ <br>
+ <a href="http://www.gnu.org/";>http://www.gnu.org/</a>
+ <br>
diff --git a/debian/patches/0002-remove-path-to-nonexistant-compiler.patch 
b/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
new file mode 100644
index 0000000..fde18fb
--- /dev/null
+++ b/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <a...@debian.org>
+Date: Thu, 18 Jan 2018 14:46:47 +0100
+Subject: 0002-remove-path-to-nonexistant-compiler
+
+Forwarded: no
+---
+ build.xml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/build.xml b/build.xml
+index 5ab9401..7bfebf2 100644
+--- a/build.xml
++++ b/build.xml
+@@ -52,7 +52,6 @@ dependencies: Checks that all class dependencies are met.
+             source="1.5"
+             target="1.5"
+             fork="yes"
+-            executable="/usr/local/java/bin/javac"
+             compiler="javac1.5"
+             debug="on">
+ <!--
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9b4dede
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-fix-index.html.patch
+0002-remove-path-to-nonexistant-compiler.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jcifs.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

Reply via email to