[pkg-java] r13996 - in trunk/jcifs/debian: . patches source

Torsten Werner twerner at alioth.debian.org
Sat Aug 6 14:56:14 UTC 2011


Author: twerner
Date: 2011-08-06 14:56:13 +0000 (Sat, 06 Aug 2011)
New Revision: 13996

Added:
   trunk/jcifs/debian/patches/0001-fix-index.html.patch
   trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
   trunk/jcifs/debian/patches/series
   trunk/jcifs/debian/source/
   trunk/jcifs/debian/source/format
Removed:
   trunk/jcifs/debian/patches/02_index_doc_relative.patch
Modified:
   trunk/jcifs/debian/changelog
   trunk/jcifs/debian/rules
Log:
* Team upload
* New upstream release.
* Switch to source format 3.0.
* Add another patch that removed the path to a non-existent compiler.

Modified: trunk/jcifs/debian/changelog
===================================================================
--- trunk/jcifs/debian/changelog	2011-08-06 09:14:03 UTC (rev 13995)
+++ trunk/jcifs/debian/changelog	2011-08-06 14:56:13 UTC (rev 13996)
@@ -1,3 +1,12 @@
+jcifs (1.3.16-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release.
+  * Switch to source format 3.0.
+  * Add another patch that removed the path to a non-existent compiler.
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 06 Aug 2011 16:51:13 +0200
+
 jcifs (1.3.12-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/jcifs/debian/patches/0001-fix-index.html.patch
===================================================================
--- trunk/jcifs/debian/patches/0001-fix-index.html.patch	                        (rev 0)
+++ trunk/jcifs/debian/patches/0001-fix-index.html.patch	2011-08-06 14:56:13 UTC (rev 13996)
@@ -0,0 +1,60 @@
+From: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Date: Sat, 6 Aug 2011 16:41:45 +0200
+Subject: [PATCH] fix index.html
+
+---
+ docs/index.html |   22 ++++++++++------------
+ 1 files changed, 10 insertions(+), 12 deletions(-)
+
+diff --git a/docs/index.html b/docs/index.html
+index 1d43867..8f66c46 100644
+--- a/docs/index.html
++++ b/docs/index.html
+@@ -88,28 +88,26 @@ 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>
+-<br>
+-<a href="src/docs/faq.html">The FAQ</a>
++<a href="faq.html">The FAQ</a>
+ <br>
+ <a href="http://news.gmane.org/gmane.network.samba.java">Mailing List Archive (GMANE)</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>
+@@ -210,7 +208,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>
+-- 

Added: trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch
===================================================================
--- trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch	                        (rev 0)
+++ trunk/jcifs/debian/patches/0002-remove-path-to-nonexistant-compiler.patch	2011-08-06 14:56:13 UTC (rev 13996)
@@ -0,0 +1,21 @@
+From: Torsten Werner <twerner at debian.org>
+Date: Sat, 6 Aug 2011 16:48:23 +0200
+Subject: [PATCH] remove path to nonexistant compiler
+
+---
+ build.xml |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index cb68a72..19da040 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/java5/bin/javac"
+             compiler="javac1.5"
+             debug="on">
+ <!--
+-- 

Deleted: trunk/jcifs/debian/patches/02_index_doc_relative.patch
===================================================================
--- trunk/jcifs/debian/patches/02_index_doc_relative.patch	2011-08-06 09:14:03 UTC (rev 13995)
+++ trunk/jcifs/debian/patches/02_index_doc_relative.patch	2011-08-06 14:56:13 UTC (rev 13996)
@@ -1,49 +0,0 @@
---- docs/index.html.orig	2005-11-18 23:21:25.000000000 +0100
-+++ docs/index.html	2006-01-18 17:28:32.000000000 +0100
-@@ -88,28 +88,26 @@
- <TR>
- <TD class="leftpane" width="350" valign="top">
- <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>
--<br>
--<a href="src/docs/faq.html">The FAQ</a>
-+<a href="faq.html">The FAQ</a>
- <br>
- <a href="http://news.gmane.org/gmane.network.samba.java">Mailing List Archive (GMANE)</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.html">JCIFS is Licensed Under the LGPL</a>
- <br>
-@@ -206,7 +204,7 @@
- <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.fsf.org/copyleft/lgpl.html">GNU Library General Public License</a>
- <br>

Added: trunk/jcifs/debian/patches/series
===================================================================
--- trunk/jcifs/debian/patches/series	                        (rev 0)
+++ trunk/jcifs/debian/patches/series	2011-08-06 14:56:13 UTC (rev 13996)
@@ -0,0 +1,2 @@
+0001-fix-index.html.patch
+0002-remove-path-to-nonexistant-compiler.patch

Modified: trunk/jcifs/debian/rules
===================================================================
--- trunk/jcifs/debian/rules	2011-08-06 09:14:03 UTC (rev 13995)
+++ trunk/jcifs/debian/rules	2011-08-06 14:56:13 UTC (rev 13996)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 

Added: trunk/jcifs/debian/source/format
===================================================================
--- trunk/jcifs/debian/source/format	                        (rev 0)
+++ trunk/jcifs/debian/source/format	2011-08-06 14:56:13 UTC (rev 13996)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list