File: add-missing-dep.patch

package info (click to toggle)
sphinxcontrib-phpdomain 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 600 kB
  • sloc: python: 811; makefile: 153
file content (17 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Add missing dependency
Forwarded: https://github.com/markstory/sphinxcontrib-phpdomain/pull/73
Bug-Debian: http://bugs.debian.org/1105583
Author: Fab Stz <fabstz-it@yahoo.fr>
Last-Update: 2025-08-18

--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -41,7 +41,7 @@
 	# to keep fixtures easier to manage.
 	xmllint $(BUILDDIR)/html/$* --xpath '//div[@role="main"]' | xmllint --format - > $(BUILDDIR)/html/$*.result
 
-compareresult-%:
+compareresult-%: $(BUILDDIR)/html/%.result
 	# compare test_doc.html and test_doc.html.result
 	diff -u $* $(BUILDDIR)/html/$*.result