[Git][java-team/libjsonp-java][master] 7 commits: Raising Standards version to 4.6.2 (no change)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Fri Jun 16 04:23:24 BST 2023



Tony Mancill pushed to branch master at Debian Java Maintainers / libjsonp-java


Commits:
10fc3aed by Pierre Gruet at 2023-04-07T21:48:42+02:00
Raising Standards version to 4.6.2 (no change)

- - - - -
5c1d536a by Pierre Gruet at 2023-04-08T20:56:16+02:00
Using jar packaging instead of bundle with Maven

- - - - -
9001bf6d by Pierre Gruet at 2023-04-08T20:57:51+02:00
Marking a file with very-long-line as innocuous (overriding a Lintian error)

- - - - -
3730d945 by Pierre Gruet at 2023-04-08T20:58:22+02:00
Marking the binary package as Multi-Arch: foreign

- - - - -
369eaa5a by Pierre Gruet at 2023-04-08T21:00:28+02:00
Updating changelog

- - - - -
38e50923 by Pierre Gruet at 2023-04-08T21:00:58+02:00
Upload to experimental

- - - - -
a021f6f5 by tony mancill at 2023-06-14T09:02:51-07:00
Prepare changelog for upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/maven.ignoreRules
- − debian/maven.publishedRules
- + debian/patches/04-no-bundle.patch
- debian/patches/series
- debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+libjsonp-java (1.1.2-4) unstable; urgency=medium
+
+  * Team upload.
+  * Upload to unstable
+
+ -- tony mancill <tmancill at debian.org>  Wed, 14 Jun 2023 09:02:24 -0700
+
+libjsonp-java (1.1.2-4~exp0) experimental; urgency=medium
+
+  * Using jar packaging instead of bundle with Maven
+  * Raising Standards version to 4.6.2 (no change)
+  * Marking a file with very-long-line as innocuous, overriding a Lintian error
+  * Marking the binary package as Multi-Arch: foreign
+
+ -- Pierre Gruet <pgt at debian.org>  Sat, 08 Apr 2023 21:00:39 +0200
+
 libjsonp-java (1.1.2-3) unstable; urgency=medium
 
   * Updating d/watch for Github new release/tag page


=====================================
debian/control
=====================================
@@ -14,11 +14,10 @@ Build-Depends-Indep: libmaven-bundle-plugin-java,
                      libmaven-source-plugin-java,
                      default-jdk-doc,
                      libbuild-helper-maven-plugin-java
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/java-team/libjsonp-java
 Vcs-Git: https://salsa.debian.org/java-team/libjsonp-java.git
 Homepage: https://jsonp.java.net
-Multi-Arch: foreign
 Rules-Requires-Root: no
 
 Package: libjsonp-java
@@ -27,6 +26,7 @@ Depends: ${misc:Depends},
          ${maven:Depends}
 Suggests: ${maven:OptionalDepends},
           libjsonp-java-doc
+Multi-Arch: foreign
 Description: Java API for JSON Processing
  JSON Processing project is the open source reference implementation of
  JSR 353 - Java API for JSON Processing. The JSR provides portable APIs


=====================================
debian/maven.ignoreRules
=====================================
@@ -1,4 +1,5 @@
 
+org.apache.felix maven-bundle-plugin * * * *
 org.glassfish json-bundles pom * * *
 org.glassfish jsonp-jaxrs-1x bundle * * *
 org.glassfish jsonp-jaxrs bundle * * *


=====================================
debian/maven.publishedRules deleted
=====================================
@@ -1,3 +0,0 @@
-
-javax.json javax.json-api s/jar/bundle/ s/.*/debian/ * *
-org.glassfish javax.json s/jar/bundle/ s/.*/debian/ * *


=====================================
debian/patches/04-no-bundle.patch
=====================================
@@ -0,0 +1,28 @@
+Description: turning the bundle packaging into a jar one for easier inclusion
+ in reverse dependencies with maven-debian-helper
+Author: Pierre Gruet <pgt at debian.org>
+Forwarded: not-needed
+Last-Update: 2023-04-08
+
+--- a/api/pom.xml
++++ b/api/pom.xml
+@@ -53,7 +53,7 @@
+ 
+     <groupId>javax.json</groupId>
+     <artifactId>javax.json-api</artifactId>
+-    <packaging>bundle</packaging>
++    <packaging>jar</packaging>
+     <version>1.1.2</version>
+     <name>JSR 374 (JSON Processing) API</name>
+     <description>API module of JSR 374:Java API for Processing JSON</description>
+--- a/impl/pom.xml
++++ b/impl/pom.xml
+@@ -53,7 +53,7 @@
+ 
+     <groupId>org.glassfish</groupId>
+     <artifactId>javax.json</artifactId>
+-    <packaging>bundle</packaging>
++    <packaging>jar</packaging>
+     <version>1.1.2</version>
+     <name>JSR 374 (JSON Processing) Default Provider</name>
+     <description>Default provider for JSR 374:Java API for Processing JSON</description>


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 02-osgi-values.patch
-03-bundle-dependencies.patch
+#03-bundle-dependencies.patch
 no-java-doc.patch
+04-no-bundle.patch


=====================================
debian/source/lintian-overrides
=====================================
@@ -1,2 +1,5 @@
 # The source repository is now archived and read-only.
 upstream-metadata-missing-bug-tracking
+
+# Innocuous file with long lines
+source-is-missing [api/src/main/javadoc/doc-files/speclicense.html]



View it on GitLab: https://salsa.debian.org/java-team/libjsonp-java/-/compare/0a0d4f07f107ffaaedf6e159399e39a072c17a57...a021f6f53a5e18138d09d3ef86e5e3061be44e82

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjsonp-java/-/compare/0a0d4f07f107ffaaedf6e159399e39a072c17a57...a021f6f53a5e18138d09d3ef86e5e3061be44e82
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/20230616/a1b3685d/attachment.htm>


More information about the pkg-java-commits mailing list