[Git][java-team/jdependency][master] 7 commits: Standards-Version updated to 4.1.4

Emmanuel Bourg gitlab at salsa.debian.org
Mon Jun 4 22:12:15 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jdependency


Commits:
b5988141 by Emmanuel Bourg at 2018-06-04T23:01:38+02:00
Standards-Version updated to 4.1.4

- - - - -
b2637b25 by Emmanuel Bourg at 2018-06-04T23:01:43+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
59215ea7 by Emmanuel Bourg at 2018-06-04T23:02:28+02:00
New upstream version 1.4
- - - - -
81f832c5 by Emmanuel Bourg at 2018-06-04T23:02:28+02:00
Update upstream source from tag 'upstream/1.4'

Update to upstream version '1.4'
with Debian dir 4a240cd5a21a806c23447f6b55f74a3f53ed5aeb
- - - - -
22576f89 by Emmanuel Bourg at 2018-06-04T23:04:35+02:00
Use secure URLs

- - - - -
51e0adf4 by Emmanuel Bourg at 2018-06-04T23:05:01+02:00
Switch to debhelper level 11

- - - - -
1137f818 by Emmanuel Bourg at 2018-06-04T23:08:02+02:00
New upstream release (1.4)

- - - - -


8 changed files:

- HISTORY.md
- README.md
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
- pom.xml


Changes:

=====================================
HISTORY.md
=====================================
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,7 @@
+## Version 1.4, release 18.05.2018
+
+Upgraded dependencies
+
 ## Version 1.3, release 02.01.2018
 
 Upgraded dependencies


=====================================
README.md
=====================================
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
+[![Maven Central](https://img.shields.io/maven-central/v/org.vafer/jdependency.svg?maxAge=2592000)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.vafer%22%20AND%20a%3A%22jdependency%22)
+
 # jdependency - explore your classpath
 
 jdependency is small library that helps you analyze class level dependencies,
 clashes and missing classes.
 
-Check the documentation on how to use it with [javadocs](http://tcurdt.github.com/jdependency/release/1.3/apidocs/) and a source
-[xref](http://tcurdt.github.com/jdependency/release/1.3/xref/) is also available.
+Check the documentation on how to use it with [javadocs](http://tcurdt.github.com/jdependency/release/1.4/apidocs/) and a source
+[xref](http://tcurdt.github.com/jdependency/release/1.4/xref/) is also available.
 
 ## Where to get it
 


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jdependency (1.4-1) unstable; urgency=medium
+
+  * New upstream release
+  * Standards-Version updated to 4.1.4
+  * Use salsa.debian.org Vcs-* URLs
+  * Switch to debhelper level 11
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Jun 2018 23:05:29 +0200
+
 jdependency (1.3-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,17 @@ 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),
+ debhelper (>= 11),
  default-jdk,
  junit4,
  libasm-java (>= 6.0~),
  libcommons-io-java,
  libmaven-antrun-plugin-java,
  maven-debian-helper (>= 1.5)
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jdependency.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jdependency.git
-Homepage: http://github.com/tcurdt/jdependency
+Standards-Version: 4.1.4
+Vcs-Git: https://salsa.debian.org/java-team/jdependency.git
+Vcs-Browser: https://salsa.debian.org/java-team/jdependency
+Homepage: https://github.com/tcurdt/jdependency
 
 Package: libjdependency-java
 Architecture: all


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-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: jdependency
-Source: http://github.com/tcurdt/jdependency
+Source: https://github.com/tcurdt/jdependency
 
 Files: *
 Copyright: 2008-2011, Torsten Curdt <tcurdt at apache.org>


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- HISTORY.md
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename


=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.vafer</groupId>
     <artifactId>jdependency</artifactId>
     <name>jdependency</name>
-    <version>1.3</version>
+    <version>1.4</version>
     <description>This project provides an API to analyse class dependencies</description>
     <url>http://github.com/tcurdt/jdependency</url>
     <developers>
@@ -38,8 +38,9 @@
     </scm>
     <properties>
         <test.workingDirectory>${project.build.directory}/test-working-directory</test.workingDirectory>
-        <asm.version>6.0</asm.version>
+        <asm.version>6.1.1</asm.version>
         <additionalparam>-Xdoclint:none</additionalparam>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
     <build>
         <plugins>
@@ -255,4 +256,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>



View it on GitLab: https://salsa.debian.org/java-team/jdependency/compare/c1a02220d27045b2f6af2ee0b8ce7841f5e349a4...1137f818158047155ba314b821875ddf25e9ace8

-- 
View it on GitLab: https://salsa.debian.org/java-team/jdependency/compare/c1a02220d27045b2f6af2ee0b8ce7841f5e349a4...1137f818158047155ba314b821875ddf25e9ace8
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/20180604/086a8938/attachment.html>


More information about the pkg-java-commits mailing list