[Git][java-team/geronimo-jta-1.2-spec][master] 12 commits: Remove debian/README.source since redundant

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Feb 12 19:44:43 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / geronimo-jta-1.2-spec


Commits:
43eae715 by Andreas Tille at 2025-02-12T20:35:18+01:00
Remove debian/README.source since redundant

- - - - -
e02e861d by Andreas Tille at 2025-02-12T20:35:49+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
513a77ad by Andreas Tille at 2025-02-12T20:36:16+01:00
Secure URI in watch file

- - - - -
061c73c5 by Andreas Tille at 2025-02-12T20:36:59+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
6badad31 by Andreas Tille at 2025-02-12T20:36:59+01:00
debhelper-compat 13 (routine-update)

- - - - -
bf3989cf by Andreas Tille at 2025-02-12T20:37:16+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
7d5aff66 by Andreas Tille at 2025-02-12T20:37:16+01:00
Secure URI in copyright format (routine-update)

- - - - -
17d3e411 by Andreas Tille at 2025-02-12T20:37:17+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
6f0219ac by Andreas Tille at 2025-02-12T19:37:17+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
40193b88 by Andreas Tille at 2025-02-12T19:37:18+00: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

- - - - -
b8814b34 by Andreas Tille at 2025-02-12T20:42:03+01:00
* Install NOTICE file

- - - - -
38152525 by Andreas Tille at 2025-02-12T20:43:25+01:00
Upload to unstable

- - - - -


8 changed files:

- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/libgeronimo-jta-1.2-spec-java.docs
- debian/rules
- debian/watch


Changes:

=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about geronimo-jta-1.2-spec
----------------------------------------
-
-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.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+geronimo-jta-1.2-spec (1.0~alpha-1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Remove debian/README.source since redundant
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Secure URI in watch file
+  * 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)
+  * Drop useless get-orig-source target (routine-update)
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+  * Install NOTICE file
+
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Feb 2025 20:42:07 +0100
+
 geronimo-jta-1.2-spec (1.0~alpha-1-2) unstable; urgency=medium
 
   * Build with the DH sequencer instead of CDBS


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


=====================================
debian/control
=====================================
@@ -1,23 +1,23 @@
 Source: geronimo-jta-1.2-spec
-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 (>= 10),
- default-jdk,
- libcdi-api-java,
- libgeronimo-interceptor-3.0-spec-java (>= 1.0.1-3~),
- libmaven-bundle-plugin-java,
- maven-debian-helper (>= 2.2)
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/geronimo-jta-1.2-spec.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-jta-1.2-spec.git
-Homepage: http://geronimo.apache.org
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               libcdi-api-java,
+               libgeronimo-interceptor-3.0-spec-java,
+               libmaven-bundle-plugin-java,
+               maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/geronimo-jta-1.2-spec
+Vcs-Git: https://salsa.debian.org/java-team/geronimo-jta-1.2-spec.git
+Homepage: https://geronimo.apache.org
 
 Package: libgeronimo-jta-1.2-spec-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: Apache Geronimo JTA 1.2 API
  Apache Geronimo is an open source server runtime that integrates the best


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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: Apache Geronimo JTA Spec 1.2
 Source: http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jta_1.2_spec/
 


=====================================
debian/libgeronimo-jta-1.2-spec-java.docs
=====================================
@@ -0,0 +1 @@
+NOTICE


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts="uversionmangle=s/-(alpha|beta|rc)(-)?/~$1$2/" \
-  http://svn.apache.org/repos/asf/geronimo/specs/tags/ \
+  https://svn.apache.org/repos/asf/geronimo/specs/tags/ \
   geronimo-jta_1.2_spec-(\d.*)/ debian debian/orig-tar.sh



View it on GitLab: https://salsa.debian.org/java-team/geronimo-jta-1.2-spec/-/compare/0dd371c11f7754af0acdd5d95aa180ab14a4c214...381525255e6801816657efd634863900acd4717c

-- 
View it on GitLab: https://salsa.debian.org/java-team/geronimo-jta-1.2-spec/-/compare/0dd371c11f7754af0acdd5d95aa180ab14a4c214...381525255e6801816657efd634863900acd4717c
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/20250212/3a37e5a3/attachment.htm>


More information about the pkg-java-commits mailing list