[pkg-java] r14016 - in trunk/jtidy/debian: . patches source
Torsten Werner
twerner at alioth.debian.org
Sat Aug 6 23:20:47 UTC 2011
Author: twerner
Date: 2011-08-06 23:20:47 +0000 (Sat, 06 Aug 2011)
New Revision: 14016
Added:
trunk/jtidy/debian/patches/0001-improve-pom-version.patch
trunk/jtidy/debian/source/
trunk/jtidy/debian/source/format
Removed:
trunk/jtidy/debian/patches/pom.patch
Modified:
trunk/jtidy/debian/changelog
trunk/jtidy/debian/control
trunk/jtidy/debian/patches/series
trunk/jtidy/debian/rules
Log:
* Team upload
* New upstream snapshot.
* Remove Paul from Uploaders list.
* Switch to source format 3.0.
Modified: trunk/jtidy/debian/changelog
===================================================================
--- trunk/jtidy/debian/changelog 2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/changelog 2011-08-06 23:20:47 UTC (rev 14016)
@@ -1,3 +1,12 @@
+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 <twerner at debian.org> Sun, 07 Aug 2011 01:01:40 +0200
+
jtidy (7+svn20070309-4) unstable; urgency=low
* Upload to unstable.
Modified: trunk/jtidy/debian/control
===================================================================
--- trunk/jtidy/debian/control 2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/control 2011-08-06 23:20:47 UTC (rev 14016)
@@ -2,8 +2,8 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Paul Cager <paul-debian at home.paulcager.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 6), cdbs (>= 0.4.5.3), quilt, default-jdk
+Uploaders: Michael Koch <konqueror at 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
Added: trunk/jtidy/debian/patches/0001-improve-pom-version.patch
===================================================================
--- trunk/jtidy/debian/patches/0001-improve-pom-version.patch (rev 0)
+++ trunk/jtidy/debian/patches/0001-improve-pom-version.patch 2011-08-06 23:20:47 UTC (rev 14016)
@@ -0,0 +1,29 @@
+From: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Date: Sun, 7 Aug 2011 01:06:04 +0200
+Subject: [PATCH] improve pom version
+
+---
+ pom.xml | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index 00841c0..a523206 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -5,7 +5,7 @@
+ <groupId>net.sf.jtidy</groupId>
+ <artifactId>jtidy</artifactId>
+ <name>JTidy</name>
+- <version>8.0-SNAPSHOT</version>
++ <version>8.0-alpha-20110807</version>
+ <description>
+ 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
+@@ -284,4 +284,4 @@
+ <url>scp://shell.sourceforge.net/home/groups/j/jt/jtidy/htdocs/</url>
+ </site>
+ </distributionManagement>
+-</project>
+\ No newline at end of file
++</project>
+--
Deleted: trunk/jtidy/debian/patches/pom.patch
===================================================================
--- trunk/jtidy/debian/patches/pom.patch 2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/patches/pom.patch 2011-08-06 23:20:47 UTC (rev 14016)
@@ -1,18 +0,0 @@
---- a/pom.xml
-+++ b/pom.xml
-@@ -5,7 +5,7 @@
- <groupId>jtidy</groupId>
- <artifactId>jtidy</artifactId>
- <name>JTidy</name>
-- <version>8.0-SNAPSHOT</version>
-+ <version>8.0-alpha-20070309</version>
- <description>
- 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
-@@ -263,4 +263,4 @@
- <url>scp://shell.sourceforge.net/home/groups/j/jt/jtidy/htdocs/</url>
- </site>
- </distributionManagement>
--</project>
-\ No newline at end of file
-+</project>
Modified: trunk/jtidy/debian/patches/series
===================================================================
--- trunk/jtidy/debian/patches/series 2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/patches/series 2011-08-06 23:20:47 UTC (rev 14016)
@@ -1 +1 @@
-pom.patch
+0001-improve-pom-version.patch
Modified: trunk/jtidy/debian/rules
===================================================================
--- trunk/jtidy/debian/rules 2011-08-06 22:53:55 UTC (rev 14015)
+++ trunk/jtidy/debian/rules 2011-08-06 23:20:47 UTC (rev 14016)
@@ -2,7 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
@@ -16,7 +15,7 @@
get-orig-source:
mkdir orig_tmp
cd orig_tmp && \
- svn export -q https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/ jtidy && \
+ 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
Added: trunk/jtidy/debian/source/format
===================================================================
--- trunk/jtidy/debian/source/format (rev 0)
+++ trunk/jtidy/debian/source/format 2011-08-06 23:20:47 UTC (rev 14016)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list