Package: paps / 0.6.8-7.1

Metadata

Package Version Patches format
paps 0.6.8-7.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
autotools files | (download)

config.guess | 867 479 + 388 - 0 !
config.sub | 358 286 + 72 - 0 !
2 files changed, 765 insertions(+), 460 deletions(-)

 update config.* files from autotools-dev version 20100122.1.
manpage_units | (download)

src/paps.1 | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 clarify units in paps man page
Bug-Debian: http://bugs.debian.org/365820


manpage_fixes | (download)

src/paps.1 | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 improvments to the paps manpage
Bug-Debian: http://bugs.debian.org/366912


gutter width | (download)

src/paps.1 | 3 3 + 0 - 0 !
src/paps.c | 3 2 + 1 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 implement --gutter-width option
cpi_scale_calculation | (download)

src/paps.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 scale miscalculated for --cpi option
autoconf262 | (download)

acinclude.m4 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix an error on autoreconf
fix loop in split | (download)

src/paps.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix an error on autoreconf
shared library | (download)

src/Makefile.am | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 build as shared library
fix as needed | (download)

configure.in | 2 2 + 0 - 0 !
src/Makefile.am | 9 4 + 5 - 0 !
2 files changed, 6 insertions(+), 5 deletions(-)

 fix build with ld --as-needed
 use autoconf PKG_CHECK_MODULES to get the pango libraries
 direct usage of "pkg-config --libs pangoft2" is not accepted in LDADD
 by automake
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/paps/+bug/771131