[Debian-astro-maintainers] Bug#1079291: bullseye-pu: package healpix-java/3.60+ds-4+deb11u1
Santiago Vila
sanvila at debian.org
Thu Aug 22 11:43:03 BST 2024
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian.org at packages.debian.org
Usertags: pu
X-Debbugs-Cc: healpix-java at packages.debian.org, leo.singer at ligo.org, debian-astro-maintainers at lists.alioth.debian.org, sanvila at debian.org
Control: affects -1 + src:healpix-java
[ Reason ]
This upload fixes FTBFS bug #1022373 in bullseye.
[ Impact ]
Without this change the package will continue to FTBFS in bullseye.
[ Tests ]
I've checked that the package builds again, and also that it's essentially the same
as the current one in the archive (using diffoscope). The -doc package has a few
additional files, but that's the result of using more recent helper tools.
[ Risks ]
Low, given the above.
[ 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 (old)stable
[X] the issue is verified as fixed in unstable
[ Changes ]
Change "rm -r" to "rm -rf" in debian/rules to fix FTBFS bug.
[ Other info ]
I'm not uploading the package yet.
I've requested membership to debian astro team in salsa.
If accepted in time (say 24h-48h), this would be a team upload instead of NMU.
-------------- next part --------------
diff -Nru healpix-java-3.60+ds/debian/changelog healpix-java-3.60+ds/debian/changelog
--- healpix-java-3.60+ds/debian/changelog 2021-05-24 03:23:28.000000000 +0200
+++ healpix-java-3.60+ds/debian/changelog 2024-08-22 12:05:00.000000000 +0200
@@ -1,3 +1,10 @@
+healpix-java (3.60+ds-4+deb11u1) bullseye; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS bug: rm: cannot remove 'images'. Closes: #1022373.
+
+ -- Santiago Vila <sanvila at debian.org> Thu, 22 Aug 2024 12:05:00 +0200
+
healpix-java (3.60+ds-4) unstable; urgency=medium
* Replace deprecated ADTTMP variable with AUTOPKGTEST_TMP.
diff -Nru healpix-java-3.60+ds/debian/rules healpix-java-3.60+ds/debian/rules
--- healpix-java-3.60+ds/debian/rules 2021-05-20 02:57:06.000000000 +0200
+++ healpix-java-3.60+ds/debian/rules 2024-08-22 12:05:00.000000000 +0200
@@ -10,7 +10,7 @@
jh_build
cd debian/_jh_build.javadoc/api/jquery && \
rm *.css *.js && \
- rm -r external images && \
+ rm -rf external images && \
(for filename in /usr/share/javascript/jquery/* /usr/share/javascript/jquery-ui/*; do ln -s $$filename; done)
override_dh_installchangelogs:
More information about the Debian-astro-maintainers
mailing list