You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/solfege/files/solfege-3.23.4-no-xmllint.p...

17 lines
448 B

Author: Tom Cato Amundsen <tca@debian.org>
Description: don't run xmllint to fix FTBFS
Bug-Debian: https://bugs.debian.org/643609
Forwarded: not-needed
--- a/Makefile.in
+++ b/Makefile.in
@@ -197,7 +197,7 @@
.PHONY: test
-test: xmllint po/solfege.pot
+test: po/solfege.pot
if grep -H -n -e "[Uu]ser'*s manual" po/solfege.pot; then \
echo "Don't write \"users manual\" or \"user's manual\". Always write \"user manual\""; \
exit 10; \