É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 <[email protected]>

- - - - -
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 <[email protected]> (Closes: #1115489)
+
+ -- Étienne Mollier <[email protected]>  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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to