[med-svn] [Git][med-team/altree][master] 2 commits: d/rules: fix ftbfs on architecture: all builds.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Sep 17 19:18:37 BST 2025
Étienne Mollier pushed to branch master at Debian Med / altree
Commits:
c30f294b by Santiago Vila at 2025-09-17T20:16:27+02:00
d/rules: fix ftbfs on architecture: all builds.
The change also prevents mv from prompting.
Closes: #1115489
Signed-off-by: Étienne Mollier <emollier at debian.org>
- - - - -
d60f48f7 by Étienne Mollier at 2025-09-17T20:17:36+02:00
d/changelog: ready for upload to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+altree (1.3.2-4) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Santiago Vila ]
+ * d/rules: fix ftbfs on architecture: all builds.
+ The change also prevents mv from prompting.
+ Signed-off-by: Étienne Mollier <emollier at debian.org> (Closes: #1115489)
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 17 Sep 2025 20:17:16 +0200
+
altree (1.3.2-3) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -21,10 +21,10 @@ endif # !nodoc
INSTALL_DIR != echo debian/altree/usr/lib/*/perl*/*/ALTree/
NATIONAL_ENCODING = Chi2.pm Import.pm Input.pm Node.pm SitePerForet.pm
NATIONAL_ENCODING+= SiteSensPerTree.pm Tree.pm to_rewrite.pm
-execute_after_dh_install:
+execute_after_dh_install-arch:
set -e \
; cd $(INSTALL_DIR) \
; for file in $(NATIONAL_ENCODING) \
; do iconv -f ISO-8859-1 -t UTF-8 < "$${file}" > "$${file}.conv" \
- ; mv -v "$${file}.conv" "$${file}" \
+ ; mv -vf "$${file}.conv" "$${file}" \
; done
View it on GitLab: https://salsa.debian.org/med-team/altree/-/compare/1ba126525f1968a237e203b175f62fea669dfd27...d60f48f79a1825b4480fcd828c7cc44342b9a087
--
View it on GitLab: https://salsa.debian.org/med-team/altree/-/compare/1ba126525f1968a237e203b175f62fea669dfd27...d60f48f79a1825b4480fcd828c7cc44342b9a087
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/debian-med-commit/attachments/20250917/32447b1f/attachment-0001.htm>
More information about the debian-med-commit
mailing list