[Git][java-team/jssc][master] 7 commits: Fixed a build failure caused by a regression in jh_build argument parsing
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Jul 29 12:16:45 BST 2019
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jssc
Commits:
fa0dab88 by Emmanuel Bourg at 2019-07-29T11:05:33Z
Fixed a build failure caused by a regression in jh_build argument parsing
- - - - -
17e0078e by Emmanuel Bourg at 2019-07-29T11:07:25Z
Standards-Version updated to 4.4.0
- - - - -
784bd2e0 by Emmanuel Bourg at 2019-07-29T11:07:31Z
Switch to debhelper level 11
- - - - -
6e29fac5 by Emmanuel Bourg at 2019-07-29T11:07:31Z
Use salsa.debian.org Vcs-* URLs
- - - - -
ca2505ea by Emmanuel Bourg at 2019-07-29T11:09:30Z
Properly clean the .so file generated
- - - - -
70687235 by Emmanuel Bourg at 2019-07-29T11:11:26Z
Marked the native libraries to be excluded from the upstream tarball
- - - - -
35099c52 by Emmanuel Bourg at 2019-07-29T11:14:18Z
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/clean
- debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+jssc (2.8.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed a build failure caused by a regression in jh_build argument parsing
+ * Standards-Version updated to 4.4.0
+ * Switch to debhelper level 11
+ * Use salsa.debian.org Vcs-* URLs
+ * Properly clean the .so file generated
+ * Marked the native libraries to be excluded from the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 29 Jul 2019 13:14:05 +0200
+
jssc (2.8.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/clean
=====================================
@@ -1 +1 @@
-libjSSC-2.6.so
+libjSSC-*.so
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
@@ -3,11 +3,11 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Scott Howard <showard at debian.org>
-Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43)
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 11), default-jdk, javahelper (>= 0.43)
+Standards-Version: 4.4.0
+Vcs-Browser: https://salsa.debian.org/java-team/jssc
+Vcs-Git: https://salsa.debian.org/java-team/jssc.git
Homepage: https://github.com/scream3r/java-simple-serial-connector
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jssc.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jssc.git
Package: libjssc-java
Architecture: any
=====================================
debian/copyright
=====================================
@@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: Java Simple Serial Connector (jSSC)
Upstream-contact: Alexey Sokolov <scream3r.org at gmail.com>
Source: https://github.com/scream3r/java-simple-serial-connector
+Files-Excluded: src/java/libs/*
Files: *
Copyright: 2010-2013 Alexey Sokolov <scream3r.org at gmail.com>
=====================================
debian/rules
=====================================
@@ -18,7 +18,4 @@ override_dh_installchangelogs:
dh_installchangelogs -k README.txt
override_jh_build:
- jh_build -o"-source 1.6 -target 1.6 -encoding UTF-8" --javadoc-opts="-source 1.6 -encoding UTF-8"
-
-get-orig-source:
- uscan --download-current-version --rename
+ jh_build -o "-source 1.6 -target 1.6 -encoding UTF-8" --javadoc-opts="-source 1.6 -encoding UTF-8"
View it on GitLab: https://salsa.debian.org/java-team/jssc/compare/4cd138eba01e3f64f9c1dbc3fcdcd42c01c91267...35099c529601af01925efcb8eaa7c6228d64aedc
--
View it on GitLab: https://salsa.debian.org/java-team/jssc/compare/4cd138eba01e3f64f9c1dbc3fcdcd42c01c91267...35099c529601af01925efcb8eaa7c6228d64aedc
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/20190729/17b9695d/attachment.html>
More information about the pkg-java-commits
mailing list