Author: twerner
Date: 2011-09-11 10:15:52 +0000 (Sun, 11 Sep 2011)
New Revision: 14818

Added:
   tags/jtidy/7+svn20110807-2/
   tags/jtidy/7+svn20110807-2/debian/README.source
   tags/jtidy/7+svn20110807-2/debian/changelog
   tags/jtidy/7+svn20110807-2/debian/compat
   tags/jtidy/7+svn20110807-2/debian/control
   tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.doc-base.api
   tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.install
   tags/jtidy/7+svn20110807-2/debian/libjtidy-java.poms
   tags/jtidy/7+svn20110807-2/debian/maven.cleanIgnoreRules
   tags/jtidy/7+svn20110807-2/debian/maven.ignoreRules
   tags/jtidy/7+svn20110807-2/debian/maven.properties
   tags/jtidy/7+svn20110807-2/debian/maven.publishedRules
   tags/jtidy/7+svn20110807-2/debian/maven.rules
   tags/jtidy/7+svn20110807-2/debian/rules
Removed:
   tags/jtidy/7+svn20110807-2/debian/README.Debian-source
   tags/jtidy/7+svn20110807-2/debian/build.xml
   tags/jtidy/7+svn20110807-2/debian/changelog
   tags/jtidy/7+svn20110807-2/debian/compat
   tags/jtidy/7+svn20110807-2/debian/control
   tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.doc-base
   tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.docs
   tags/jtidy/7+svn20110807-2/debian/libjtidy-java.poms
   tags/jtidy/7+svn20110807-2/debian/manifest.mf
   tags/jtidy/7+svn20110807-2/debian/maven.rules
   tags/jtidy/7+svn20110807-2/debian/rules
Log:
[svn-buildpackage] Tagging jtidy 7+svn20110807-2

Deleted: tags/jtidy/7+svn20110807-2/debian/README.Debian-source
===================================================================
--- trunk/jtidy/debian/README.Debian-source     2011-09-11 08:42:58 UTC (rev 
14816)
+++ tags/jtidy/7+svn20110807-2/debian/README.Debian-source      2011-09-11 
10:15:52 UTC (rev 14818)
@@ -1,19 +0,0 @@
-Debian README for JTidy
-=======================
-
-Upstream provide 3 types of downloads:
-
-   1)  The standard SourceForge.net dowloads. These appear to be
-       out of date - the latest archive is 04aug2000r7-dev on
-       August 1, 2001.
-
-   2)  Maven snapshots at
-       http://jtidy.sourceforge.net/snapshots/jtidy/jtidy/. These
-       do *not* include source code.
-
-   3)  svn access at
-       https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/
-
-This Debian packaging uses an svn snapshot.
-
- -- Paul Cager <paul-deb...@home.paulcager.org>  Thu, 22 Mar 2007 23:30:02 
+0000

Copied: tags/jtidy/7+svn20110807-2/debian/README.source (from rev 14817, 
trunk/jtidy/debian/README.source)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/README.source                             
(rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/README.source     2011-09-11 10:15:52 UTC 
(rev 14818)
@@ -0,0 +1,26 @@
+Debian README for JTidy
+=======================
+
+Upstream provide 3 types of downloads:
+
+   1)  The standard SourceForge.net dowloads. These appear to be
+       out of date - the latest archive is 04aug2000r7-dev on
+       August 1, 2001.
+
+   2)  Maven snapshots at
+       http://jtidy.sourceforge.net/snapshots/jtidy/jtidy/. These
+       do *not* include source code.
+
+   3)  svn access at
+       https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/
+
+This Debian packaging uses an svn snapshot.
+
+ -- Paul Cager <paul-deb...@home.paulcager.org>  Thu, 22 Mar 2007 23:30:02 
+0000
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.

Deleted: tags/jtidy/7+svn20110807-2/debian/build.xml
===================================================================
--- trunk/jtidy/debian/build.xml        2011-09-11 08:42:58 UTC (rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/build.xml 2011-09-11 10:15:52 UTC (rev 
14818)
@@ -1,79 +0,0 @@
-<?xml version="1.0"?>
-
-<!--
-      This build.xml file was written for the Debian build of jtidy.
-      This file copyright (c) Paul Cager <paul-deb...@home.paulcager.org>
-
-        This software and documentation is provided "as is," and
-        the copyright holders and contributing author(s) make no
-        representations or warranties, express or implied, including
-        but not limited to, warranties of merchantability or fitness
-        for any particular purpose or that the use of the software or
-        documentation will not infringe any third party patents,
-        copyrights, trademarks or other rights. 
-
-        The copyright holders and contributing author(s) will not be
-        liable for any direct, indirect, special or consequential damages
-        arising out of any use of the software or documentation, even if
-        advised of the possibility of such damage.
-
-        Permission is hereby granted to use, copy, modify, and distribute
-        this source code, or portions hereof, documentation and executables,
-        for any purpose, without fee, subject to the following restrictions:
-
-        1. The origin of this source code must not be misrepresented.
-        2. Altered versions must be plainly marked as such and must
-           not be misrepresented as being the original source.
-        3. This Copyright notice may not be removed or altered from any
-           source or altered source distribution.
--->
-
-<project name="jtidy" default="package" basedir="..">
-
-<target name="package" depends="jar,javadoc"/>
-
-<target name="init">
-       <property name="src.dir" value="src"/>
-       <property name="build.dir" value="build"/>
-       <property name="package" value="jtidy"/>
-       <property name="jar" value="${build.dir}/${package}-${version}.jar"/>
-       <property name="javadoc.dir" value="${build.dir}/doc/api"/>
-</target>
-
-<target name="compile" depends="init">
-       <mkdir dir="${build.dir}"/>
-       <javac srcdir="${src.dir}/main"
-               destdir="${build.dir}"
-               includes="**/*.java"
-               debug="on"
-       />
-       <copy file="${src.dir}/main/resources/tidy.gif" 
tofile="${build.dir}/org/w3c/tidy/tidy.gif"/>
-       <copy 
file="${src.dir}/main/resources/org/w3c/tidy/TidyMessages.properties" 
tofile="${build.dir}/org/w3c/tidy/TidyMessages.properties"/>
-</target>
-
-<target name="jar" depends="compile">
-       <delete file="${jar}"/>
-
-       <jar jarfile="${jar}"
-               basedir="${build.dir}"
-               includes="**/*.class,**/*.properties,**/*.gif"
-               manifest="debian/manifest.mf"
-       />
-</target>
-
-<target name="javadoc" depends="init">
-       <mkdir dir="${javadoc.dir}"/>
-       <javadoc packagenames="org.w3c.dom.*, org.w3c.tidy.*"
-               sourcepath="${src.dir}/main/java"
-               destdir="${javadoc.dir}"
-               author="true"
-               version="true"
-               windowtitle="${package} API"
-               doctitle="${package} - ${version}"
-       />
-</target>
-
-<target name="clean" depends="init">
-       <delete dir="${build.dir}"/>
-</target>
-</project>

Deleted: tags/jtidy/7+svn20110807-2/debian/changelog
===================================================================
--- trunk/jtidy/debian/changelog        2011-09-11 08:42:58 UTC (rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/changelog 2011-09-11 10:15:52 UTC (rev 
14818)
@@ -1,61 +0,0 @@
-jtidy (7+svn20110807-1) unstable; urgency=low
-
-  * Team upload
-  * New upstream snapshot.
-  * Remove Paul from Uploaders list.
-  * Switch to source format 3.0.
-
- -- Torsten Werner <twer...@debian.org>  Sun, 07 Aug 2011 01:01:40 +0200
-
-jtidy (7+svn20070309-4) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner <twer...@debian.org>  Sun, 09 Aug 2009 11:48:10 +0200
-
-jtidy (7+svn20070309-3) experimental; urgency=low
-
-  * Change section to java, bump up Standards-Version to 3.8.1 
-  * Bump up debhelper to 6
-  * Use default-jdk instead of java-gcj for the build (closes: #526287)
-  * Add ${misc:Depends} to Depends to clear Lintian warnings
-  * Add the Maven POM to the package
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-    Maven repository
-  * Patch the POM with quilt to remove the SNAPSHOT version
-  * Depend on libjaxb1.3-java instead of libxalan-java as only the xml apis
-    are required
-
- -- Ludovic Claude <ludovic.cla...@laposte.net>  Wed, 13 May 2009 18:26:09 
+0100
-
-jtidy (7+svn20070309-2ubuntu2) jaunty; urgency=low
-
-  * Don't depend on classpath-doc, which is in universe and therefore
-    unrelated to this package.
-
- -- Steve Langasek <steve.langa...@ubuntu.com>  Mon, 30 Mar 2009 21:48:47 +0000
-
-jtidy (7+svn20070309-2ubuntu1) jaunty; urgency=low
-
-  * Merge from debian unstable, remaining changes:
-    - default-java transition.
-
- -- Chris Cheney <cche...@ubuntu.com>  Wed, 17 Dec 2008 00:15:00 -0600
-
-jtidy (7+svn20070309-2) unstable; urgency=low
-
-  * Added manifest to jtidy.jar. Closes: #481571
-  * Updated Standards-Version to 3.8.0. No changes needed.
-  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
-  * Improved long description of -doc package.
-  * Simplified debian/rules.
-  * Added myself to Uploaders.
-
- -- Michael Koch <konque...@gmx.de>  Fri, 13 Jun 2008 07:33:47 +0200
-
-jtidy (7+svn20070309-1) unstable; urgency=low
-
-  * Initial release. (Closes: #413526)
-
- -- Paul Cager <paul-deb...@home.paulcager.org>  Fri,  9 Mar 2007 23:57:22 
+0000

Copied: tags/jtidy/7+svn20110807-2/debian/changelog (from rev 14817, 
trunk/jtidy/debian/changelog)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/changelog                         (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/changelog 2011-09-11 10:15:52 UTC (rev 
14818)
@@ -0,0 +1,71 @@
+jtidy (7+svn20110807-2) unstable; urgency=high
+
+  * Team upload
+  * Use Maven to build the package.
+  * Set urgency to high because the last version is broken.
+  * Switch to debhelper compat level 7.
+  * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner <twer...@debian.org>  Sun, 11 Sep 2011 12:06:10 +0200
+
+jtidy (7+svn20110807-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream snapshot.
+  * Remove Paul from Uploaders list.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner <twer...@debian.org>  Sun, 07 Aug 2011 01:01:40 +0200
+
+jtidy (7+svn20070309-4) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner <twer...@debian.org>  Sun, 09 Aug 2009 11:48:10 +0200
+
+jtidy (7+svn20070309-3) experimental; urgency=low
+
+  * Change section to java, bump up Standards-Version to 3.8.1 
+  * Bump up debhelper to 6
+  * Use default-jdk instead of java-gcj for the build (closes: #526287)
+  * Add ${misc:Depends} to Depends to clear Lintian warnings
+  * Add the Maven POM to the package
+  * Add a Build-Depends-Indep dependency on maven-repo-helper
+  * Use mh_installpom and mh_installjar to install the POM and the jar to the
+    Maven repository
+  * Patch the POM with quilt to remove the SNAPSHOT version
+  * Depend on libjaxb1.3-java instead of libxalan-java as only the xml apis
+    are required
+
+ -- Ludovic Claude <ludovic.cla...@laposte.net>  Wed, 13 May 2009 18:26:09 
+0100
+
+jtidy (7+svn20070309-2ubuntu2) jaunty; urgency=low
+
+  * Don't depend on classpath-doc, which is in universe and therefore
+    unrelated to this package.
+
+ -- Steve Langasek <steve.langa...@ubuntu.com>  Mon, 30 Mar 2009 21:48:47 +0000
+
+jtidy (7+svn20070309-2ubuntu1) jaunty; urgency=low
+
+  * Merge from debian unstable, remaining changes:
+    - default-java transition.
+
+ -- Chris Cheney <cche...@ubuntu.com>  Wed, 17 Dec 2008 00:15:00 -0600
+
+jtidy (7+svn20070309-2) unstable; urgency=low
+
+  * Added manifest to jtidy.jar. Closes: #481571
+  * Updated Standards-Version to 3.8.0. No changes needed.
+  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
+  * Improved long description of -doc package.
+  * Simplified debian/rules.
+  * Added myself to Uploaders.
+
+ -- Michael Koch <konque...@gmx.de>  Fri, 13 Jun 2008 07:33:47 +0200
+
+jtidy (7+svn20070309-1) unstable; urgency=low
+
+  * Initial release. (Closes: #413526)
+
+ -- Paul Cager <paul-deb...@home.paulcager.org>  Fri,  9 Mar 2007 23:57:22 
+0000

Deleted: tags/jtidy/7+svn20110807-2/debian/compat
===================================================================
--- trunk/jtidy/debian/compat   2011-09-11 08:42:58 UTC (rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/compat    2011-09-11 10:15:52 UTC (rev 
14818)
@@ -1 +0,0 @@
-6

Copied: tags/jtidy/7+svn20110807-2/debian/compat (from rev 14817, 
trunk/jtidy/debian/compat)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/compat                            (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/compat    2011-09-11 10:15:52 UTC (rev 
14818)
@@ -0,0 +1 @@
+7

Deleted: tags/jtidy/7+svn20110807-2/debian/control
===================================================================
--- trunk/jtidy/debian/control  2011-09-11 08:42:58 UTC (rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/control   2011-09-11 10:15:52 UTC (rev 
14818)
@@ -1,36 +0,0 @@
-Source: jtidy
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Michael Koch <konque...@gmx.de>
-Build-Depends: debhelper (>= 6), cdbs (>= 0.4.5.3), default-jdk
-Build-Depends-Indep: maven-repo-helper, ant, ant-optional, libjaxp1.3-java
-Standards-Version: 3.8.1
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jtidy
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jtidy
-Homepage: http://jtidy.sourceforge.net/
-
-Package: libjtidy-java
-Architecture: all
-Depends: ${misc:Depends}, libjaxp1.3-java
-Suggests: libjtidy-java-doc, ant
-Description: a Java port of HTML Tidy, a HTML syntax checker and pretty printer
- JTidy is a Java port of HTML Tidy (http://www.w3.org/People/Raggett/tidy/).
- Like its non-Java cousin, JTidy can be used as a tool for cleaning up 
malformed
- and faulty HTML. In addition, JTidy provides a DOM interface to the document
- that is being processed, which effectively makes you able to use JTidy as a
- DOM parser for real-world HTML.
-
-Package: libjtidy-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libjtidy-java
-Description: API Documentation for JTidy
- JTidy is a Java port of HTML Tidy (http://www.w3.org/People/Raggett/tidy/).
- Like its non-Java cousin, JTidy can be used as a tool for cleaning up 
malformed
- and faulty HTML. In addition, JTidy provides a DOM interface to the document
- that is being processed, which effectively makes you able to use JTidy as a
- DOM parser for real-world HTML.
- .
- This package contains the documentation for JTidy.

Copied: tags/jtidy/7+svn20110807-2/debian/control (from rev 14817, 
trunk/jtidy/debian/control)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/control                           (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/control   2011-09-11 10:15:52 UTC (rev 
14818)
@@ -0,0 +1,39 @@
+Source: jtidy
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Michael Koch <konque...@gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 
1.4)
+Build-Depends-Indep: libmaven-javadoc-plugin-java, junit4, liblog4j1.2-java, 
libslf4j-java,  
+ default-jdk-doc, ant, ant-doc 
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jtidy
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jtidy
+Homepage: http://jtidy.sourceforge.net/
+
+Package: libjtidy-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libjtidy-java-doc
+Description: JTidy
+ JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
+ Like its non-Java cousin, JTidy can be used as a tool for cleaning up 
malformed
+ and faulty HTML. In addition, JTidy provides a DOM interface to the document
+ that is being processed, which effectively makes you able to use JTidy
+ as a DOM parser for real-world HTML.
+
+Package: libjtidy-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libjtidy-java
+Description: Documentation for JTidy
+ JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
+ Like its non-Java cousin, JTidy can be used as a tool for cleaning up 
malformed
+ and faulty HTML. In addition, JTidy provides a DOM interface to the document
+ that is being processed, which effectively makes you able to use JTidy
+ as a DOM parser for real-world HTML.
+ .
+ This package contains the API documentation of libjtidy-java.

Deleted: tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.doc-base
===================================================================
--- trunk/jtidy/debian/libjtidy-java-doc.doc-base       2011-09-11 08:42:58 UTC 
(rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.doc-base        
2011-09-11 10:15:52 UTC (rev 14818)
@@ -1,9 +0,0 @@
-Document: libjtidy-java
-Title: API Javadoc for jtidy
-Author: jtidy developers
-Abstract: This is the API Javadoc provided by the jtidy library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libjtidy-java-doc/api/index.html
-Files: /usr/share/doc/libjtidy-java-doc/api/*

Copied: tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.doc-base.api (from 
rev 14817, trunk/jtidy/debian/libjtidy-java-doc.doc-base.api)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.doc-base.api            
                (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.doc-base.api    
2011-09-11 10:15:52 UTC (rev 14818)
@@ -0,0 +1,10 @@
+Document: libjtidy-java
+Title: API Javadoc for JTidy
+Author: jtidy developers
+Abstract: This is the API Javadoc provided for the
+ libjtidy-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjtidy-java/api/index.html
+Files: /usr/share/doc/libjtidy-java/api/*

Deleted: tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.docs
===================================================================
--- trunk/jtidy/debian/libjtidy-java-doc.docs   2011-09-11 08:42:58 UTC (rev 
14816)
+++ tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.docs    2011-09-11 
10:15:52 UTC (rev 14818)
@@ -1 +0,0 @@
-build/doc/api

Copied: tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.install (from rev 
14817, trunk/jtidy/debian/libjtidy-java-doc.install)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.install                 
        (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/libjtidy-java-doc.install 2011-09-11 
10:15:52 UTC (rev 14818)
@@ -0,0 +1,2 @@
+target/apidocs/* usr/share/doc/libjtidy-java/api
+

Deleted: tags/jtidy/7+svn20110807-2/debian/libjtidy-java.poms
===================================================================
--- trunk/jtidy/debian/libjtidy-java.poms       2011-09-11 08:42:58 UTC (rev 
14816)
+++ tags/jtidy/7+svn20110807-2/debian/libjtidy-java.poms        2011-09-11 
10:15:52 UTC (rev 14818)
@@ -1 +0,0 @@
-pom.xml --no-parent

Copied: tags/jtidy/7+svn20110807-2/debian/libjtidy-java.poms (from rev 14817, 
trunk/jtidy/debian/libjtidy-java.poms)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/libjtidy-java.poms                        
        (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/libjtidy-java.poms        2011-09-11 
10:15:52 UTC (rev 14818)
@@ -0,0 +1,26 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM or
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in 
/usr/share/java
+#   --usj-version=<version>: version to use when installing the library in 
/usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar
+#   it will be installed with mh_install.
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by 
default.
+#   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To 
use with POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars.
+#
+pom.xml

Deleted: tags/jtidy/7+svn20110807-2/debian/manifest.mf
===================================================================
--- trunk/jtidy/debian/manifest.mf      2011-09-11 08:42:58 UTC (rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/manifest.mf       2011-09-11 10:15:52 UTC 
(rev 14818)
@@ -1,4 +0,0 @@
-Main-Class: org.w3c.tidy.Tidy
-
-Name: org/w3c/tidy/Tidy.class
-Java-Bean: True

Copied: tags/jtidy/7+svn20110807-2/debian/maven.cleanIgnoreRules (from rev 
14817, trunk/jtidy/debian/maven.cleanIgnoreRules)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/maven.cleanIgnoreRules                    
        (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/maven.cleanIgnoreRules    2011-09-11 
10:15:52 UTC (rev 14818)
@@ -0,0 +1,17 @@
+# Maven clean ignore rules - ignore some Maven dependencies and plugins
+# during the clean phase of a Maven build
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+#   for the version. In this case, the element is simply matched
+#   and left as it is
+# - * (the star character, alone). In this case, anything will
+#   match and be left as it is. For example, using * on the
+#  position of the artifact field will match any artifact id
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., this dependency is then removed
+# from the POM before mvn clean is called
+#   junit junit jar s/3\\..*/3.x/
+

Copied: tags/jtidy/7+svn20110807-2/debian/maven.ignoreRules (from rev 14817, 
trunk/jtidy/debian/maven.ignoreRules)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/maven.ignoreRules                         
(rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/maven.ignoreRules 2011-09-11 10:15:52 UTC 
(rev 14818)
@@ -0,0 +1,23 @@
+# Maven ignore rules - ignore some Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+#   for the version. In this case, the element is simply matched
+#   and left as it is
+# - * (the star character, alone). In this case, anything will
+#   match and be left as it is. For example, using * on the
+#  position of the artifact field will match any artifact id
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., this dependency is then removed
+# from the POM
+#   junit junit jar s/3\\..*/3.x/
+
+org.apache.maven.plugins maven-changelog-plugin * * * *
+org.apache.maven.plugins maven-checkstyle-plugin * * * *
+org.apache.maven.plugins maven-clover-plugin * * * *
+org.apache.maven.plugins maven-jxr-plugin * * * *
+org.apache.maven.plugins maven-pmd-plugin * * * *
+org.apache.maven.plugins maven-project-info-reports-plugin * * * *
+org.codehaus.mojo jdepend-maven-plugin * * * *

Copied: tags/jtidy/7+svn20110807-2/debian/maven.properties (from rev 14817, 
trunk/jtidy/debian/maven.properties)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/maven.properties                          
(rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/maven.properties  2011-09-11 10:15:52 UTC 
(rev 14818)
@@ -0,0 +1,4 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+

Copied: tags/jtidy/7+svn20110807-2/debian/maven.publishedRules (from rev 14817, 
trunk/jtidy/debian/maven.publishedRules)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/maven.publishedRules                      
        (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/maven.publishedRules      2011-09-11 
10:15:52 UTC (rev 14818)
@@ -0,0 +1,19 @@
+# Maven published rules - additional rules to publish, to help
+# the packaging work of Debian maintainers using mh_make
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+#   for the version. In this case, the element is simply matched
+#   and left as it is
+# - * (the star character, alone). In this case, anything will
+#   match and be left as it is. For example, using * on the
+#  position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+#   in this case, elements that match are transformed using
+#   the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+#   junit junit jar s/3\\..*/3.x/
+

Deleted: tags/jtidy/7+svn20110807-2/debian/maven.rules
===================================================================
--- trunk/jtidy/debian/maven.rules      2011-09-11 08:42:58 UTC (rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/maven.rules       2011-09-11 10:15:52 UTC 
(rev 14818)
@@ -1,4 +0,0 @@
-s/xerces/xml-apis/ s/dom3-xml-apis/xml-apis/ jar s/.*/debian/
-s/ant/org.apache.ant/ * * s/.*/debian/
-junit junit jar s/3\..*/3.x/
-log4j log4j jar s/1\.2\..*/1.2.x/

Copied: tags/jtidy/7+svn20110807-2/debian/maven.rules (from rev 14817, 
trunk/jtidy/debian/maven.rules)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/maven.rules                               
(rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/maven.rules       2011-09-11 10:15:52 UTC 
(rev 14818)
@@ -0,0 +1,22 @@
+# Maven rules - transform Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+#   for the version. In this case, the element is simply matched
+#   and left as it is
+# - * (the star character, alone). In this case, anything will
+#   match and be left as it is. For example, using * on the
+#  position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+#   in this case, elements that match are transformed using
+#   the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+#   junit junit jar s/3\\..*/3.x/
+
+junit junit jar s/4\..*/4.x/ * *
+log4j log4j jar s/1\.2\..*/1.2.x/ * *
+net.sf.jtidy jtidy jar s/.*/debian/ * *
+s/ant/org.apache.ant/ * * s/.*/debian/ * *

Deleted: tags/jtidy/7+svn20110807-2/debian/rules
===================================================================
--- trunk/jtidy/debian/rules    2011-09-11 08:42:58 UTC (rev 14816)
+++ tags/jtidy/7+svn20110807-2/debian/rules     2011-09-11 10:15:52 UTC (rev 
14818)
@@ -1,28 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-PACKAGE              := $(DEB_SOURCE_PACKAGE)
-VERSION              := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := $(ANT_HOME)/lib/ant-trax.jar xalan2
-DEB_ANT_BUILD_TARGET := package
-DEB_ANT_BUILDFILE    := debian/build.xml
-DEB_ANT_ARGS         := -Dpackage=$(PACKAGE) -DartifactId=$(PACKAGE) 
-Dversion=$(VERSION)
-API_DOCS             := build/doc/api
-
-get-orig-source:
-       mkdir orig_tmp
-       cd orig_tmp && \
-               svn export -q 
https://jtidy.svn.sourceforge.net/svnroot/jtidy/trunk/jtidy jtidy && \
-               tar czf ../../jtidy_$(DEB_UPSTREAM_VERSION).orig.tar.gz jtidy
-       rm -rf orig_tmp
-
-binary-post-install/lib$(PACKAGE)-java::
-       mh_installpoms -plib$(PACKAGE)-java
-       mh_installjar -plib$(PACKAGE)-java -l pom.xml 
build/$(PACKAGE)-$(VERSION).jar
-
-clean::
-       -rm -rf debian/tmp
-

Copied: tags/jtidy/7+svn20110807-2/debian/rules (from rev 14817, 
trunk/jtidy/debian/rules)
===================================================================
--- tags/jtidy/7+svn20110807-2/debian/rules                             (rev 0)
+++ tags/jtidy/7+svn20110807-2/debian/rules     2011-09-11 10:15:52 UTC (rev 
14818)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+


_______________________________________________
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