Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Fixed a build failure caused by a regression in jh_build argument parsing
· fa0dab88
Emmanuel Bourg
authored
Jul 29, 2019
fa0dab88
Standards-Version updated to 4.4.0
· 17e0078e
Emmanuel Bourg
authored
Jul 29, 2019
17e0078e
Switch to debhelper level 11
· 784bd2e0
Emmanuel Bourg
authored
Jul 29, 2019
784bd2e0
Use salsa.debian.org Vcs-* URLs
· 6e29fac5
Emmanuel Bourg
authored
Jul 29, 2019
6e29fac5
Properly clean the .so file generated
· ca2505ea
Emmanuel Bourg
authored
Jul 29, 2019
ca2505ea
Marked the native libraries to be excluded from the upstream tarball
· 70687235
Emmanuel Bourg
authored
Jul 29, 2019
70687235
Upload to unstable
· 35099c52
Emmanuel Bourg
authored
Jul 29, 2019
35099c52
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
35099c52
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@apache.org> Mon, 29 Jul 2019 13:14:05 +0200
jssc (2.8.0-1) unstable; urgency=medium
* Team upload.
...
...
debian/clean
View file @
35099c52
libjSSC-
2.6
.so
libjSSC-
*
.so
debian/compat
View file @
35099c52
9
11
debian/control
View file @
35099c52
...
...
@@ -3,11 +3,11 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Scott Howard <showard@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
View file @
35099c52
...
...
@@ -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@gmail.com>
Source: https://github.com/scream3r/java-simple-serial-connector
Files-Excluded: src/java/libs/*
Files: *
Copyright: 2010-2013 Alexey Sokolov <scream3r.org@gmail.com>
...
...
debian/rules
View file @
35099c52
...
...
@@ -19,6 +19,3 @@ override_dh_installchangelogs:
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