[Git][java-team/jarchivelib][master] 8 commits: New upstream version 1.1.0

Andrius Merkys gitlab at salsa.debian.org
Wed Aug 26 07:19:02 BST 2020



Andrius Merkys pushed to branch master at Debian Java Maintainers / jarchivelib


Commits:
ecc7b667 by Andrius Merkys at 2020-08-26T01:17:19-04:00
New upstream version 1.1.0
- - - - -
34a574f5 by Andrius Merkys at 2020-08-26T01:17:22-04:00
Update upstream source from tag 'upstream/1.1.0'

Update to upstream version '1.1.0'
with Debian dir 7598f22d9c0bd0d387cebf0f553f460d2e6eec03
- - - - -
11df4b81 by Andrius Merkys at 2020-08-26T01:27:35-04:00
Update changelog for 1.1.0-1 release

- - - - -
924ff743 by Andrius Merkys at 2020-08-26T01:37:49-04:00
Updating debian/copyright.

- - - - -
f3bac08e by Andrius Merkys at 2020-08-26T01:38:52-04:00
Adding Apache 2.0 license text.

- - - - -
8f9a8112 by Andrius Merkys at 2020-08-26T01:39:28-04:00
Adding 'Rules-Requires-Root: no'.

- - - - -
545bc466 by Andrius Merkys at 2020-08-26T01:52:56-04:00
Bumping debhelper-compat to 13 (no changes).

- - - - -
293079a5 by Andrius Merkys at 2020-08-26T01:59:38-04:00
Update changelog for 1.1.0-1 release

- - - - -


7 changed files:

- .travis.yml
- README.md
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- pom.xml


Changes:

=====================================
.travis.yml
=====================================
@@ -1,14 +1,35 @@
 language: java
 
-jdk:
-  - openjdk7
-  - oraclejdk8
-  - oraclejdk9
-  - openjdk10
-
-after_success:
-  - mvn clean cobertura:cobertura coveralls:report
-  - mvn clean deploy -DskipTests --settings .travis-settings.xml
+jobs:
+  include:
+    - stage: test
+    # test jobs
+      os: linux
+      dist: trusty
+      jdk: openjdk7
+    - os: linux
+      dist: trusty
+      jdk: openjdk8
+    - os: linux
+      dist: trusty
+      jdk: oraclejdk9
+    - os: linux
+      dist: xenial
+      jdk: openjdk10
+    - os: linux
+      dist: xenial
+      jdk: openjdk11
+    - os: linux
+      dist: bionic
+      jdk: openjdk14
+    # deploy job (re-run jdk7 build)
+    - stage: deploy
+      os: linux
+      dist: trusty
+      jdk: openjdk7
+      after_success:
+        - mvn clean cobertura:cobertura coveralls:report
+        - mvn clean deploy -DskipTests --settings .travis-settings.xml
 
 env:
   global:


=====================================
README.md
=====================================
@@ -86,13 +86,13 @@ stream.close();
 Dependencies
 ------------
 
-* commons-compress(tm) 1.18
+* commons-compress(tm) 1.20
 
 
 Compatibility
 -------------
 
-* Java 7, 8, 9, 10
+* Java 7, 8, 9, 10, 14
 * Currently only tested for *nix file systems.
 
 ### OSGi


=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+jarchivelib (1.1.0-1) unstable; urgency=medium
+
+  * New upstream version 1.1.0
+  * Updating debian/copyright.
+  * Adding Apache 2.0 license text.
+  * Adding 'Rules-Requires-Root: no'.
+  * Bumping debhelper-compat to 13 (no changes).
+
+ -- Andrius Merkys <merkys at debian.org>  Wed, 26 Aug 2020 01:59:20 -0400
+
 jarchivelib (1.0.0-2) unstable; urgency=medium
 
   * Bumping Standards-Version (no changes).


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


=====================================
debian/control
=====================================
@@ -5,13 +5,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders:
  Andrius Merkys <merkys at debian.org>,
 Build-Depends:
- debhelper (>= 12),
+ debhelper-compat (= 13),
  libmaven-bundle-plugin-java,
  maven-debian-helper,
 Standards-Version: 4.4.0
-Homepage: https://rauschig.org/jarchivelib/
+Homepage: https://rauschig.org/jarchivelib
 Vcs-Browser: https://salsa.debian.org/java-team/jarchivelib
 Vcs-Git: https://salsa.debian.org/java-team/jarchivelib.git
+Rules-Requires-Root: no
 
 Package: libjarchivelib-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,15 +1,27 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: jarchivelib
-Source: https://rauschig.org/jarchivelib/
+Source: https://rauschig.org/jarchivelib
 
 Files: *
-Copyright: 2013 Thomas Rausch
+Copyright: 2013, Thomas Rausch
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2019 Andrius Merkys <merkys at debian.org>
+Copyright: 2019-2020, Andrius Merkys <merkys at debian.org>
 License: Apache-2.0
 
 License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied..
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
  On Debian systems, the full text of the Apache-2.0 license
  can be found in the file '/usr/share/common-licenses/Apache-2.0'


=====================================
pom.xml
=====================================
@@ -26,7 +26,7 @@
 
   <groupId>org.rauschig</groupId>
   <artifactId>jarchivelib</artifactId>
-  <version>1.0.0</version>
+  <version>1.1.0</version>
 
   <packaging>bundle</packaging>
 
@@ -45,7 +45,7 @@
     <url>https://github.com/thrau/jarchivelib</url>
     <connection>scm:git:git://git@github.com:thrau/jarchivelib.git</connection>
     <developerConnection>scm:git:git at github.com:thrau/jarchivelib.git</developerConnection>
-    <tag>v1.0.0</tag>
+    <tag>v1.1.0</tag>
   </scm>
 
   <developers>
@@ -57,7 +57,7 @@
   </developers>
 
   <properties>
-    <commons.compress.version>1.18</commons.compress.version>
+    <commons.compress.version>1.20</commons.compress.version>
     <xz.version>1.8</xz.version>
     <junit.version>4.11</junit.version>
 



View it on GitLab: https://salsa.debian.org/java-team/jarchivelib/-/compare/a59f63010f814e79290ee23a7f99c1f3b9f215a8...293079a5653dd2a35604e13226e82e09a658339c

-- 
View it on GitLab: https://salsa.debian.org/java-team/jarchivelib/-/compare/a59f63010f814e79290ee23a7f99c1f3b9f215a8...293079a5653dd2a35604e13226e82e09a658339c
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/20200826/36832839/attachment.html>


More information about the pkg-java-commits mailing list