[Git][java-team/libxmlenc-java][master] 11 commits: Build-Depends: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Feb 11 15:07:39 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / libxmlenc-java


Commits:
173d9143 by Andreas Tille at 2025-02-11T14:45:04+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
cafa4f15 by Andreas Tille at 2025-02-11T14:52:41+01:00
Simplify excluding files from upstream source by Files-Excluded

- - - - -
7f3f7767 by Andreas Tille at 2025-02-11T14:52:51+01:00
New upstream version 0.52+dfsg1
- - - - -
3056cc22 by Andreas Tille at 2025-02-11T14:52:51+01:00
Update upstream source from tag 'upstream/0.52+dfsg1'

Update to upstream version '0.52+dfsg1'
with Debian dir 53e3fb25ea573e0d5136dbcf645c06d3d94eda53
- - - - -
0fecb7f8 by Andreas Tille at 2025-02-11T14:53:16+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
73f9da20 by Andreas Tille at 2025-02-11T14:53:16+01:00
debhelper-compat 13 (routine-update)

- - - - -
a25bc40a by Andreas Tille at 2025-02-11T14:53:17+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
c60727bc by Andreas Tille at 2025-02-11T14:53:18+01:00
Secure URI in copyright format (routine-update)

- - - - -
c62a390f by Andreas Tille at 2025-02-11T14:53:18+01:00
Remove trailing whitespace in debian/changelog (routine-update)

- - - - -
82c40210 by Andreas Tille at 2025-02-11T16:00:50+01:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
1e5b91ea by Andreas Tille at 2025-02-11T16:06:03+01:00
Upload to unstable

- - - - -


7 changed files:

- build.xml
- debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/watch


Changes:

=====================================
build.xml
=====================================
@@ -277,8 +277,6 @@
 	<target name="-do-javadoc" depends="-prepare-src,-javadoc-sourcepath">
 		<mkdir dir="${javadoc.destdir}" />
 		<javadoc
-		locale="en"
-		additionalparam="-notimestamp"
 		sourcepath="${javadoc.sourcepath}"
 		destdir="${javadoc.destdir}"
 		version="yes"


=====================================
debian/README.source
=====================================
@@ -1,20 +1,3 @@
-Upstream tarball
-----------------
-
-The upstream import was done two times. First the original upstream tarball has
-been imported without filtering, afterwards a filtered version has been
-imported.
-Imports are done with git-import-orig. The filtering options:
-
-git-import-orig --filter=xmlenc-0.52/build --filter-pristine-tar --pristine-tar \
-                ../libxmlenc-java_0.52+dfsg.orig.tar.gz
-
-The upstream tarballs can regenerated with pristine-tar:
-
-pristine-tar checkout libxmlenc-java_0.52.orig.tar.gz
-or
-pristine-tar checkout libxmlenc-java_0.52+dfsg.orig.gbp.tar.gz
-
 POM file
 --------
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+libxmlenc-java (0.52+dfsg2-1) unstable; urgency=medium
+
+  * Team upload.
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Simplify excluding files from upstream source by Files-Excluded
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 11 Feb 2025 16:05:13 +0100
+
 libxmlenc-java (0.52+dfsg-5) unstable; urgency=medium
 
   * Team upload.
@@ -32,7 +46,7 @@ libxmlenc-java (0.52+dfsg-3) unstable; urgency=medium
 libxmlenc-java (0.52+dfsg-2) unstable; urgency=low
 
   * Use maven-repo-helper instead of javahelper to install also into maven
-    repo. 
+    repo.
   * fix debian/copyright
   * build depend on default-jdk not default-jdk-builddep
   * remove build dependency on gjdoc


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -1,13 +1,16 @@
 Source: libxmlenc-java
-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: debhelper (>= 9), ant, default-jdk, maven-repo-helper
-Standards-Version: 3.9.6
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxmlenc-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxmlenc-java.git
-Homepage: http://xmlenc.sourceforge.net
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               ant,
+               default-jdk-headless,
+               maven-repo-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/libxmlenc-java
+Vcs-Git: https://salsa.debian.org/java-team/libxmlenc-java.git
+Homepage: https://xmlenc.sourceforge.net
 
 Package: libxmlenc-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: xmlenc
 Source: http://prdownloads.sourceforge.net/xmlenc/xmlenc-0.52.tgz?download
+Files-Excluded: build
 
 Files: *
 Copyright: 2003-2005, Ernst de Haan <wfe.dehaan at gmail.com>


=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
-version=3
-opts=dversionmangle=s/\+dfsg\d*$// \
-http://xmlenc.sourceforge.net .*/xmlenc-([\d\.]+).tgz.*
+version=4
+
+opts="repacksuffix=+dfsg,dversionmangle=auto" \
+ https://xmlenc.sourceforge.net .*/xmlenc-([\d\.]+).tgz.*



View it on GitLab: https://salsa.debian.org/java-team/libxmlenc-java/-/compare/953b765b6de4af652eabd252640d67c59b481593...1e5b91ea9daef99548dae836cf20785ce52cabd5

-- 
View it on GitLab: https://salsa.debian.org/java-team/libxmlenc-java/-/compare/953b765b6de4af652eabd252640d67c59b481593...1e5b91ea9daef99548dae836cf20785ce52cabd5
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/20250211/046e8ec6/attachment.htm>


More information about the pkg-java-commits mailing list