[Git][java-team/libandroid-json-org-java][master] 5 commits: Removed the -java-doc package

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Thu Oct 10 11:39:04 BST 2024



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libandroid-json-org-java


Commits:
04a32ee6 by Emmanuel Bourg at 2024-10-10T12:33:28+02:00
Removed the -java-doc package

- - - - -
b1cee65b by Emmanuel Bourg at 2024-10-10T12:33:41+02:00
Standards-Version updated to 4.7.0

- - - - -
daf2e004 by Emmanuel Bourg at 2024-10-10T12:33:45+02:00
Switch to debhelper level 13

- - - - -
30f14729 by Emmanuel Bourg at 2024-10-10T12:35:02+02:00
Fixed a typo

- - - - -
fb995767 by Emmanuel Bourg at 2024-10-10T12:35:36+02:00
Upload to unstable

- - - - -


8 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/libandroid-json-org-java-doc.doc-base.api
- − debian/libandroid-json-org-java-doc.install
- debian/pom.android.xml
- debian/pom.latest.xml
- debian/pom.xml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libandroid-json-org-java (20121204-20090211-6) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the -java-doc package
+  * Standards-Version updated to 4.7.0
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 10 Oct 2024 12:35:30 +0200
+
 libandroid-json-org-java (20121204-20090211-5) unstable; urgency=medium
 
   * Expose "JSONArray implements Iterator<Object>" in the emulated "latest" API.


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


=====================================
debian/control
=====================================
@@ -4,14 +4,12 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ximin Luo <infinity0 at debian.org>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  junit4,
- libmaven-javadoc-plugin-java,
  maven-debian-helper (>= 1.5),
  quilt
-Standards-Version: 4.2.1
+Standards-Version: 4.7.0
 Vcs-Git: https://salsa.debian.org/java-team/libandroid-json-org-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libandroid-json-org-java
 Homepage: https://android.googlesource.com/platform/libcore/+/master/json
@@ -20,31 +18,12 @@ Package: libandroid-json-org-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
-Suggests: libandroid-json-org-java-doc
 Description: androids rewrite of the evil licensed json.org
  Json.org is a popular java library to parse and create json string from
  the author of the json standard Douglas Crockford. His implementation however
  is not free software[1].
  .
- Therefor the Android team did a cleanroom reimplementation of a json library
+ Therefore the Android team did a cleanroom reimplementation of a json library
  to be used inplace of the original one.
  .
  [1] http://wiki.debian.org/qa.debian.org/jsonevil
-
-Package: libandroid-json-org-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libandroid-json-org-java
-Description: Documentation for androids rewrite of the evil licensed json.org
- Json.org is a popular java library to parse and create json string from
- the author of the json standard Douglas Crockford. His implementation however
- is not free software[1].
- .
- Therefor the Android team did a cleanroom reimplementation of a json library
- to be used inplace of the original one.
- .
- [1] http://wiki.debian.org/qa.debian.org/jsonevil
- .
- This package contains the API documentation of libandroid-json-org-java.


=====================================
debian/libandroid-json-org-java-doc.doc-base.api deleted
=====================================
@@ -1,12 +0,0 @@
-Document: libandroid-json-org-java
-Title: API Javadoc for androids rewrite of the evil licensed json.org
-Author: The Android Open Source Project developers
-Abstract: This is the API Javadoc provided for the
- libandroid-json-org-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libandroid-json-org-java/android/api/index.html
-Files: /usr/share/doc/libandroid-json-org-java/android/api/*
-Index: /usr/share/doc/libandroid-json-org-java/latest/api/index.html
-Files: /usr/share/doc/libandroid-json-org-java/latest/api/*


=====================================
debian/libandroid-json-org-java-doc.install deleted
=====================================
@@ -1,2 +0,0 @@
-v-android/target/apidocs/* usr/share/doc/libandroid-json-org-java/android/api
-v-latest/target/apidocs/* usr/share/doc/libandroid-json-org-java/latest/api


=====================================
debian/pom.android.xml
=====================================
@@ -10,7 +10,7 @@
 Json.org is a popular java library to parse and create json string from the
 author of the json standard Douglas Crockford. His implementation however is
 not free software.
-Therefor the Android team did a cleanroom reimplementation of a json library
+Therefore the Android team did a cleanroom reimplementation of a json library
 to be used inplace of the original one.
 
 This version is used in Android and has a different API from the most recent


=====================================
debian/pom.latest.xml
=====================================
@@ -10,7 +10,7 @@
 Json.org is a popular java library to parse and create json string from the
 author of the json standard Douglas Crockford. His implementation however is
 not free software.
-Therefor the Android team did a cleanroom reimplementation of a json library
+Therefore the Android team did a cleanroom reimplementation of a json library
 to be used inplace of the original one.
 
 This contains additional patches from Debian to bring the Android API in line


=====================================
debian/pom.xml
=====================================
@@ -10,7 +10,7 @@
 Json.org is a popular java library to parse and create json string from the
 author of the json standard Douglas Crockford. His implementation however is
 not free software.
-Therefor the Android team did a cleanroom reimplementation of a json library
+Therefore the Android team did a cleanroom reimplementation of a json library
 to be used inplace of the original one.
   </description>
   <url>https://android.googlesource.com/platform/libcore/+/master/json</url>



View it on GitLab: https://salsa.debian.org/java-team/libandroid-json-org-java/-/compare/072b6cfa41fc562dd9890b7a8d7f951b54ccc99a...fb9957670c06061928909bfa687e013196ea11e2

-- 
View it on GitLab: https://salsa.debian.org/java-team/libandroid-json-org-java/-/compare/072b6cfa41fc562dd9890b7a8d7f951b54ccc99a...fb9957670c06061928909bfa687e013196ea11e2
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/20241010/1d98c443/attachment.htm>


More information about the pkg-java-commits mailing list