[pkg-java] r13296 - in trunk/checkstyle/debian: . patches

Miguel Landaeta nomadium-guest at alioth.debian.org
Sat Feb 12 21:30:48 UTC 2011


Author: nomadium-guest
Date: 2011-02-12 21:30:47 +0000 (Sat, 12 Feb 2011)
New Revision: 13296

Added:
   trunk/checkstyle/debian/patches/
   trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff
   trunk/checkstyle/debian/patches/series
Modified:
   trunk/checkstyle/debian/changelog
   trunk/checkstyle/debian/checkstyle-doc.javadoc
   trunk/checkstyle/debian/control
   trunk/checkstyle/debian/copyright
   trunk/checkstyle/debian/rules
Log:
* Upload to unstable.
* Add Build-Depends on default-jdk-doc and link javadoc to system javadocs.
* Update copyright dates.


Modified: trunk/checkstyle/debian/changelog
===================================================================
--- trunk/checkstyle/debian/changelog	2011-02-12 17:48:19 UTC (rev 13295)
+++ trunk/checkstyle/debian/changelog	2011-02-12 21:30:47 UTC (rev 13296)
@@ -1,3 +1,11 @@
+checkstyle (5.3-2) UNRELEASED; urgency=low
+
+  * Upload to unstable.
+  * Add Build-Depends on default-jdk-doc and link javadoc to system javadocs.
+  * Update copyright dates.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Sat, 12 Feb 2011 15:59:42 -0500
+
 checkstyle (5.3-1) experimental; urgency=low
 
   * New upstream release. (Closes: #554610).

Modified: trunk/checkstyle/debian/checkstyle-doc.javadoc
===================================================================
--- trunk/checkstyle/debian/checkstyle-doc.javadoc	2011-02-12 17:48:19 UTC (rev 13295)
+++ trunk/checkstyle/debian/checkstyle-doc.javadoc	2011-02-12 21:30:47 UTC (rev 13296)
@@ -1 +1 @@
-target/apidocs/
+target/site/apidocs/

Modified: trunk/checkstyle/debian/control
===================================================================
--- trunk/checkstyle/debian/control	2011-02-12 17:48:19 UTC (rev 13295)
+++ trunk/checkstyle/debian/control	2011-02-12 21:30:47 UTC (rev 13296)
@@ -9,7 +9,7 @@
  libcommons-cli-java, maven-debian-helper (>= 1.0), maven-repo-helper (>= 1.1),
  libmaven-exec-plugin-java, libmaven-cobertura-plugin-java,
  libmaven-enforcer-plugin-java, libantlr-maven-plugin-java,
- libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java
+ libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java, default-jdk-doc
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle

Modified: trunk/checkstyle/debian/copyright
===================================================================
--- trunk/checkstyle/debian/copyright	2011-02-12 17:48:19 UTC (rev 13295)
+++ trunk/checkstyle/debian/copyright	2011-02-12 21:30:47 UTC (rev 13296)
@@ -96,7 +96,7 @@
  © 2007, Paul Cager <paul-debian at home.paulcager.org>,
  © 2008-2009, Dominik Smatana <dominik.smatana at gmail.com>,
  © 2010, Torsten Werner <twerner at debian.org>,
- © 2010, Miguel Landaeta <miguel at miguel.cc>
+ © 2010-2011, Miguel Landaeta <miguel at miguel.cc>
 License: LGPL-2.1
  The full text of the GNU Lesser General Public License is distributed
  in /usr/share/common-licenses/LGPL-2.1 on Debian systems.

Added: trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff
===================================================================
--- trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff	                        (rev 0)
+++ trunk/checkstyle/debian/patches/01_link_to_system_javadocs.diff	2011-02-12 21:30:47 UTC (rev 13296)
@@ -0,0 +1,20 @@
+Description: Link javadocs to default-jdk-doc
+Author: Miguel Landaeta <miguel at miguel.cc>
+Forwarded: no
+Last-Update: 2011-02-11
+
+--- checkstyle-5.3.orig/pom.xml
++++ checkstyle-5.3/pom.xml
+@@ -375,6 +375,12 @@
+         <artifactId>maven-javadoc-plugin</artifactId>
+         <configuration>
+           <source>1.5</source>
++          <offlineLinks>
++            <offlineLink>
++              <url>file:///usr/share/doc/default-jdk-doc/api/</url>
++              <location>file:///usr/share/doc/default-jdk-doc/api/</location>
++            </offlineLink>
++          </offlineLinks>
+         </configuration>
+         <reportSets>
+           <reportSet>

Added: trunk/checkstyle/debian/patches/series
===================================================================
--- trunk/checkstyle/debian/patches/series	                        (rev 0)
+++ trunk/checkstyle/debian/patches/series	2011-02-12 21:30:47 UTC (rev 13296)
@@ -0,0 +1 @@
+01_link_to_system_javadocs.diff

Modified: trunk/checkstyle/debian/rules
===================================================================
--- trunk/checkstyle/debian/rules	2011-02-12 17:48:19 UTC (rev 13295)
+++ trunk/checkstyle/debian/rules	2011-02-12 21:30:47 UTC (rev 13296)
@@ -9,6 +9,7 @@
 
 JAVA_HOME := /usr/lib/jvm/default-java
 DEB_COMPRESS_EXCLUDE_ALL := .xsl .java .xml
+DEB_MAVEN_DOC_TARGET := javadoc:javadoc
 
 build/checkstyle::
 	pod2man -c '' -r '' debian/checkstyle.pod > target/checkstyle.1




More information about the pkg-java-commits mailing list