Package: abcm2ps / 7.8.9-1

Metadata

Package Version Patches format
abcm2ps 7.8.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sample5 remove bad tie | (download)

sample5.abc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tweak sample5.abc to make tests work
 This change removes a "bad tie" from sample5 in order to make the
makefile add destdir | (download)

Makefile.in | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 add destdir variable to makefile.in
  This patch adds a DESTDIR variable to the Makefile.in template in order
  to allow installation into a subdirectory when the package is built.
makefile install ignore docs | (download)

Makefile.in | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 ignore documentation on "make install"
 This patch changes the "install" target in the Makefile.in template such
 that it does not attempt to install documentation. We take care of
 installing the documentation and examples properly through the packaging
 metadata.
non resettable pagenumber | (download)

abc2ps.c | 1 1 + 0 - 0 !
abc2ps.h | 1 1 + 0 - 0 !
buffer.c | 13 13 + 0 - 0 !
3 files changed, 15 insertions(+)

 add "$q" key in header for page numbers that don't reset
  abcm2ps supports a "$P" key in header or footer lines that will output
  the current page number and can be reset using "%%newpage". In my
  books of SCD ball sets, I like to include both the page number inside
  the tune and the page number inside the book on every page, so the
  "$Q" adds another page number that is not changeable by the user.