Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
6
Restored the generic 'debian' Maven artifacts (Closes: #907359)
· ff9e2333
Emmanuel Bourg
authored
Oct 10, 2018
ff9e2333
Standards-Version updated to 4.2.1
· 59cb1767
Emmanuel Bourg
authored
Oct 10, 2018
59cb1767
Wrap and sort
· a60eee9c
Emmanuel Bourg
authored
Oct 10, 2018
a60eee9c
Switch to debhelper level 11
· 9fe1f8a4
Emmanuel Bourg
authored
Oct 10, 2018
9fe1f8a4
Removed Thomas Koch from the uploaders
· b43a9e9f
Emmanuel Bourg
authored
Oct 10, 2018
b43a9e9f
Upload to unstable
· 2acf936a
Emmanuel Bourg
authored
Oct 10, 2018
2acf936a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2acf936a
libandroid-json-org-java (20121204-20090211-4)
UNRELEASED
; urgency=medium
libandroid-json-org-java (20121204-20090211-4)
unstable
; urgency=medium
* Team upload.
[ Ximin Luo ]
* Clarify wording in README.Debian, the Android code is a completely new
reimplementation and was not forked from Crockford's code.
-- Ximin Luo <infinity0@debian.org> Mon, 13 Aug 2018 03:48:43 -0700
[ Emmanuel Bourg ]
* Restored the generic 'debian' Maven artifacts (Closes: #907359)
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Removed Thomas Koch from the uploaders
-- Emmanuel Bourg <ebourg@apache.org> Wed, 10 Oct 2018 13:41:51 +0200
libandroid-json-org-java (20121204-20090211-3) unstable; urgency=medium
...
...
debian/compat
View file @
2acf936a
9
11
debian/control
View file @
2acf936a
...
...
@@ -2,10 +2,16 @@ Source: libandroid-json-org-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Koch <thomas@koch.ro>, Ximin Luo <infinity0@debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5), junit4, quilt
Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
Standards-Version: 3.9.6
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends:
debhelper (>= 11),
default-jdk,
default-jdk-doc,
junit4,
libmaven-javadoc-plugin-java,
maven-debian-helper (>= 1.5),
quilt
Standards-Version: 4.2.1
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
...
...
debian/copyright
View file @
2acf936a
...
...
@@ -13,5 +13,3 @@ License: Apache-2.0
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
debian/libandroid-json-org-java.poms
View file @
2acf936a
...
...
@@ -27,4 +27,4 @@
#
pom.xml --ignore-pom
v-android/pom.xml --has-package-version --java-lib --usj-name=json-android
v-latest/pom.xml --has-package-version --java-lib --usj-name=json-latest
v-latest/pom.xml --has-package-version --java-lib --usj-name=json-latest
--relocate=org.json:json:debian-latest
debian/maven.rules
View file @
2acf936a
...
...
@@ -17,5 +17,5 @@
# junit junit jar s/3\..*/3.x/
org.json json jar s/2009.*/debian-android/ * *
org.json json jar s/2018.*/debian
-latest
/ * *
org.json json jar s/2018.*/debian/ * *
junit junit jar s/4\..*/4.x/