[Git][java-team/jtidy][master] 6 commits: Secure URI in Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 1 14:55:22 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jtidy
Commits:
d2da7fcf by Andreas Tille at 2025-02-01T15:34:08+01:00
Secure URI in Homepage
- - - - -
aced8625 by Andreas Tille at 2025-02-01T15:36:19+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
18101e51 by Andreas Tille at 2025-02-01T15:36:19+01:00
debhelper-compat 13 (routine-update)
- - - - -
22fffe7b by Andreas Tille at 2025-02-01T15:38:30+01:00
* Drop default-jdk-doc from Build-Depends
* Build-Depends: s/default-jdk/default-jdk-headless/
* Reorder sequence of d/control fields by cme (routine-update)
- - - - -
e23c0c32 by Andreas Tille at 2025-02-01T15:38:30+01:00
No tab in license text (routine-update)
- - - - -
09a8a107 by Andreas Tille at 2025-02-01T15:39:57+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+jtidy (7+svn20110807-6) unstable; urgency=medium
+
+ * Team upload.
+ * Secure URI in Homepage
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Drop default-jdk-doc from Build-Depends
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * No tab in license text (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Sat, 01 Feb 2025 15:38:32 +0100
+
jtidy (7+svn20110807-5) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,27 +1,26 @@
Source: jtidy
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends:
- ant,
- ant-doc,
- debhelper (>= 10),
- default-jdk,
- default-jdk-doc,
- junit4,
- liblog4j1.2-java,
- libmaven-javadoc-plugin-java,
- libslf4j-java,
- maven-debian-helper (>= 2.2)
-Standards-Version: 4.1.2
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jtidy.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jtidy.git
-Homepage: http://jtidy.sourceforge.net/
+Section: java
+Priority: optional
+Build-Depends: ant,
+ ant-doc,
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ junit4,
+ liblog4j1.2-java,
+ libmaven-javadoc-plugin-java,
+ libslf4j-java,
+ maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/jtidy
+Vcs-Git: https://salsa.debian.org/java-team/jtidy.git
+Homepage: https://jtidy.sourceforge.net/
Package: libjtidy-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Suggests: libjtidy-java-doc
Description: JTidy HTML syntax checker and pretty printer
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
@@ -33,7 +32,8 @@ Description: JTidy HTML syntax checker and pretty printer
Package: libjtidy-java-doc
Architecture: all
Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
+Depends: ${maven:DocDepends},
+ ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjtidy-java
Description: JTidy HTML syntax checker and pretty printer (documentation)
=====================================
debian/copyright
=====================================
@@ -10,12 +10,12 @@ of the GNU General Public License version 2 can be found in
JTidy was downloaded from http://jtidy.sourceforge.net/
Upstream Authors: Andy Quick <ac.quick at sympatico.ca>
- Dave Raggett <dsr at w3.org>
+ Dave Raggett <dsr at w3.org>
Fabrizio Giustina
- Andy Tripp
- Russell Gold
- Gary L Peskin <garyp at firstech.com>
- Sami Lempinen <sami at lempinen.net>
+ Andy Tripp
+ Russell Gold
+ Gary L Peskin <garyp at firstech.com>
+ Sami Lempinen <sami at lempinen.net>
Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
Institute of Technology, Institut National de Recherche en
@@ -23,32 +23,32 @@ Informatique et en Automatique, Keio University). All Rights
Reserved.
COPYRIGHT NOTICE:
- *
- * 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.
- *
- * The copyright holders and contributing author(s) specifically
- * permit, without fee, and encourage the use of this source code
- * as a component for supporting the Hypertext Markup Language in
- * commercial products. If you use this source code in a product,
- * acknowledgment is not required but would be appreciated.
+ *
+ * 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.
+ *
+ * The copyright holders and contributing author(s) specifically
+ * permit, without fee, and encourage the use of this source code
+ * as a component for supporting the Hypertext Markup Language in
+ * commercial products. If you use this source code in a product,
+ * acknowledgment is not required but would be appreciated.
View it on GitLab: https://salsa.debian.org/java-team/jtidy/-/compare/ec67b3c319ac21b0d3e73dd1c9cebb46c43158aa...09a8a107aff9f1bec03fd4f2956413ef6e441949
--
View it on GitLab: https://salsa.debian.org/java-team/jtidy/-/compare/ec67b3c319ac21b0d3e73dd1c9cebb46c43158aa...09a8a107aff9f1bec03fd4f2956413ef6e441949
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250201/58f8275c/attachment.htm>
More information about the pkg-java-commits
mailing list