This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- /dev/null
+++ pmw-5.20/.gitlab-ci.yml
@@ -0,0 +1,7 @@
+---
+variables:
+  SALSA_CI_DISABLE_BLHC: 1
+  SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: "yes"
+
+include:
+- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
--- pmw-5.20.orig/doc/Makefile
+++ pmw-5.20/doc/Makefile
@@ -21,12 +21,12 @@
 # it does for the PMW-Music font (perhaps because it's a Type 3?) so we
 # include it explicitly when making the PDF.
 
-PMW=../src/pmw -F ../fontmetrics -H ../PSheader -SM ../macros
+PMW=../src/pmw -F ../fontmetrics -H ../PSheader -SM ../macros -incPMWfont -MF ../psfonts
 
 all:                spec.pdf
 
 spec.pdf:           spec.ps
-		    gs -q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=spec.pdf ../psfonts/PMW-Alpha spec.ps
+		    GS_FONTPATH=../psfonts:$$GS_FONTPATH gs -q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=spec.pdf ../psfonts/PMW-Alpha spec.ps
 
 postscript:;        mkdir postscript
 
--- pmw-5.20.orig/doc/examples/ex44
+++ pmw-5.20/doc/examples/ex44
@@ -3,6 +3,6 @@ nocheck
 unfinished
 notime
 
-[stave 1 hclef 0 stavelines 1]
+[stave 1/1 hclef 0]
 [printpitch b' stems up] d`d`d` $a-\sd\$a-  |
 
--- pmw-5.20.orig/src/Makefile
+++ pmw-5.20/src/Makefile
@@ -41,8 +41,7 @@ intcall:;      cd ..; $(MAKE);
 all:            pmw
 
 pmw:            $(OBJ) $(XMLOBJ)
-		@echo "$(CC) -o pmw"
-		$(FE)$(LINK) $(OBJ) $(XMLOBJ) -o pmw -lm $(LFLAGS)
+		$(LINK) $(OBJ) $(XMLOBJ) -o pmw -lm $(LFLAGS)
 		@echo ">>> pmw binary built"
 
 clean:;         rm -f *.o pmw
@@ -51,8 +50,8 @@ distclean:      clean
 		rm -f config.h
 
 .SUFFIXES: .o .c
-.c.o:;  @echo  "$(CC) $*.c"
-		$(FE)$(COMP) $*.c
+.c.o:;
+		$(COMP) $*.c
 
 debug.o:               $(DEPS) debug.c
 draw.o:                $(DEPS) draw.c
--- pmw-5.20.orig/testdist/RunTests
+++ pmw-5.20/testdist/RunTests
@@ -41,7 +41,7 @@ if [ $rc = 0 ]; then
   /bin/rm -f test.*
   /bin/rm -f test-*
   if [ -x ../testing/RunTests ]; then
-    (cd ../testing; RunTests $autoquit $valgrind)
+    (cd ../testing; ./RunTests $autoquit $valgrind)
   rc=$?   
   fi    
 fi
