Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Standards-Version updated to 4.1.4
· a6d134be
Emmanuel Bourg
authored
May 09, 2018
a6d134be
Switch to debhelper level 11
· 1182bfd8
Emmanuel Bourg
authored
May 09, 2018
1182bfd8
Use salsa.debian.org Vcs-* URLs
· 5a9e31b5
Emmanuel Bourg
authored
May 09, 2018
5a9e31b5
Fixed the build failure with Java 10 (Closes: #898248)
· 022c7b7e
Emmanuel Bourg
authored
May 09, 2018
022c7b7e
Upload to unstable
· cbce0752
Emmanuel Bourg
authored
May 09, 2018
cbce0752
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cbce0752
xz-java (1.8-2) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 10 (Closes: #898248)
* Standards-Version updated to 4.1.4
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Wed, 09 May 2018 09:28:13 +0200
xz-java (1.8-1) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
cbce0752
1
0
1
1
debian/control
View file @
cbce0752
...
...
@@ -4,14 +4,14 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
debhelper (>= 1
0
),
debhelper (>= 1
1
),
default-jdk,
default-jdk-doc,
javahelper,
maven-repo-helper
Standards-Version: 4.1.
3
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/xz-java.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/xz-java
.git
Standards-Version: 4.1.
4
Vcs-Git: https://
salsa
.debian.org/
java-team
/xz-java.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/xz-java
Homepage: http://tukaani.org/xz/java.html
Package: libxz-java
...
...
debian/patches/02-java10-compatibility.patch
0 → 100644
View file @
cbce0752
Description: Fixes the build failure with Java 10
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -35,13 +35,11 @@
description="Generates HTML documentation with javadoc">
<mkdir dir="${doc_dir}"/>
<mkdir dir="${extdoc_dir}"/>
- <get src="${extdoc_url}/package-list"
- dest="${extdoc_dir}/package-list" skipexisting="true"/>
<javadoc sourcepath="${src_dir}" destdir="${doc_dir}"
source="${sourcever}" packagenames="org.tukaani.xz"
locale="en" additionalparam="-notimestamp"
windowtitle="XZ data compression"
- linkoffline="${extdoc_url} ${extdoc_dir}"/>
+ link="${extdoc_url}"/>
</target>
<target name="compile" description="Compiles the classes">
debian/patches/series
View file @
cbce0752
01-reproducible-javadoc.patch
02-java10-compatibility.patch
debian/rules
View file @
cbce0752
...
...
@@ -9,7 +9,3 @@ override_dh_auto_build:
override_dh_installchangelogs:
dh_installchangelogs -- NEWS
get-orig-source:
cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
uscan --rename --repack --compression xz --destdir $(CURDIR) --force-download