Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package libfits-java [ Reason ] The upload fixes RC Bug#986403: Compression doesn't work [ Impact ] The upload is required to actually make skyview, and transitively topcat and other packages (especially the starjava packages) working. [ Tests ] The package was manually tested to work and to not have a negative impact on its reverse dependencies. [ Risks ] The patch is obvious, and does not have known risks. [ Checklist ] [X] all changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in testing unblock libfits-java/1.15.2-2 Best regards Ole
diff -Nru libfits-java-1.15.2/debian/changelog libfits-java-1.15.2/debian/changelog --- libfits-java-1.15.2/debian/changelog 2017-10-05 08:55:15.000000000 +0200 +++ libfits-java-1.15.2/debian/changelog 2021-04-05 12:10:07.000000000 +0200 @@ -1,3 +1,10 @@ +libfits-java (1.15.2-2) unstable; urgency=medium + + * Team upload. + * Add resources files to jar (Closes: #986403) + + -- Ole Streicher <[email protected]> Mon, 05 Apr 2021 12:10:07 +0200 + libfits-java (1.15.2-1) unstable; urgency=low * Team upload. diff -Nru libfits-java-1.15.2/debian/patches/libfits-java_add-ant-build-system.patch libfits-java-1.15.2/debian/patches/libfits-java_add-ant-build-system.patch --- libfits-java-1.15.2/debian/patches/libfits-java_add-ant-build-system.patch 2017-10-03 16:09:30.000000000 +0200 +++ libfits-java-1.15.2/debian/patches/libfits-java_add-ant-build-system.patch 2021-04-05 12:07:42.000000000 +0200 @@ -1,15 +1,26 @@ -Description: Added ANT build system - The sources of the fits package are shipped in a - jar archive which does not contain any build system. - In order to provide checks on the source code, - we have added a build system based on ANT. - This system will also be used to build the Debian - package of the fits library. +From: Florian Rothmaier <[email protected]> +Date: Thu, 17 Nov 2016 23:51:42 +0100 +Subject: Added ANT build system + Origin: http://heasarc.gsfc.nasa.gov/docs/heasarc/fits/java/ -Author: Florian Rothmaier <[email protected]> + +The sources of the fits package are shipped in a +jar archive which does not contain any build system. +In order to provide checks on the source code, +we have added a build system based on ANT. +This system will also be used to build the Debian +package of the fits library. +--- + build.xml | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 183 insertions(+) + create mode 100644 build.xml + +diff --git a/build.xml b/build.xml +new file mode 100644 +index 0000000..b4cdb68 --- /dev/null +++ b/build.xml -@@ -0,0 +1,182 @@ +@@ -0,0 +1,183 @@ +<?xml version="1.0"?> + +<!-- @@ -142,6 +153,7 @@ + <manifest> + <attribute name="Class-Path" value="/usr/share/java/commons-compress.jar /usr/share/findbugs.jar"/> + </manifest> ++ <fileset dir="src/main/resources"/> + </jar> + + </target>

