Bug#1067350: asterisk-prompt-fr-armelle: FTBFS: cp: cannot stat './.pc/fr': No such file or directory
Bastian Germann
bage at debian.org
Sat Mar 23 20:21:32 GMT 2024
This was caused by my last NMU so I am fixing this with another NMU.
debdiff attached.
-------------- next part --------------
diff -Nru asterisk-prompt-fr-armelle-20070613/debian/changelog asterisk-prompt-fr-armelle-20070613/debian/changelog
--- asterisk-prompt-fr-armelle-20070613/debian/changelog 2024-02-17 22:59:47.000000000 +0000
+++ asterisk-prompt-fr-armelle-20070613/debian/changelog 2024-03-23 20:17:25.000000000 +0000
@@ -1,3 +1,10 @@
+asterisk-prompt-fr-armelle (20070613-2.4) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Exclude .pc directory from find. (Closes: #1067350)
+
+ -- Bastian Germann <bage at debian.org> Sat, 23 Mar 2024 20:17:25 +0000
+
asterisk-prompt-fr-armelle (20070613-2.3) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru asterisk-prompt-fr-armelle-20070613/debian/rules asterisk-prompt-fr-armelle-20070613/debian/rules
--- asterisk-prompt-fr-armelle-20070613/debian/rules 2024-02-17 22:59:37.000000000 +0000
+++ asterisk-prompt-fr-armelle-20070613/debian/rules 2024-02-17 22:59:47.000000000 +0000
@@ -29,7 +29,7 @@
dh_installdocs
cp -R $(LNG) debian/$(PKG_NAME)/usr/share/asterisk/sounds/
- set -e; find . -mindepth 1 -maxdepth 1 -type d -not -name debian $(NO_DISTRIB_FIND_EXPR) -not -name $(LNG) | while read d; do cp -R $${d}/$(LNG) debian/$(PKG_NAME)/usr/share/asterisk/sounds/$(LNG)/$${d}; done
+ set -e; find . -mindepth 1 -maxdepth 1 -type d -not -name debian -not -name .pc $(NO_DISTRIB_FIND_EXPR) -not -name $(LNG) | while read d; do cp -R $${d}/$(LNG) debian/$(PKG_NAME)/usr/share/asterisk/sounds/$(LNG)/$${d}; done
set -e; \
( cd debian/$(PKG_NAME)/usr/share/asterisk/sounds/$(LNG)/; \
More information about the Pkg-voip-maintainers
mailing list