[jtidy] 12/30: * Team upload * New upstream snapshot. * Remove Paul from Uploaders list. * Switch to source format 3.0.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 18 09:20:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jtidy.
commit 8ce0311b27233f251e57f65a865c80cc6c4419ad
Author: Torsten Werner <twerner at debian.org>
Date: Sat Aug 6 23:20:47 2011 +0000
* Team upload
* New upstream snapshot.
* Remove Paul from Uploaders list.
* Switch to source format 3.0.
---
debian/changelog | 9 +++++++++
debian/control | 4 ++--
.../{pom.patch => 0001-improve-pom-version.patch} | 17 ++++++++++++++---
debian/patches/series | 2 +-
debian/rules | 3 +--
debian/source/format | 1 +
6 files changed, 28 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eb83ed2..50d2b2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/control b/debian/control
index 94f4dd8..06924e0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: jtidy
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
diff --git a/debian/patches/pom.patch b/debian/patches/0001-improve-pom-version.patch
similarity index 58%
rename from debian/patches/pom.patch
rename to debian/patches/0001-improve-pom-version.patch
index cd02c53..063dc8f 100644
--- a/debian/patches/pom.patch
+++ b/debian/patches/0001-improve-pom-version.patch
@@ -1,18 +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>jtidy</groupId>
+ <groupId>net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
<name>JTidy</name>
- <version>8.0-SNAPSHOT</version>
-+ <version>8.0-alpha-20070309</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
-@@ -263,4 +263,4 @@
+@@ -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>
+--
diff --git a/debian/patches/series b/debian/patches/series
index df4e068..795693c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-pom.patch
+0001-improve-pom-version.patch
diff --git a/debian/rules b/debian/rules
index 77dc875..e666e64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 @@ API_DOCS := build/doc/api
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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jtidy.git
More information about the pkg-java-commits
mailing list