Package: psutils / 1.17.dfsg-4

Metadata

Package Version Patches format
psutils 1.17.dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove fixmacps.patch | (download)

Makefile | 21 3 + 18 - 0 !
1 file changed, 3 insertions(+), 18 deletions(-)

 remove references to non-dfsg files
 Non-dfsg files were removed from the upstream sources which were repackaged.
 This patch modifies the makefile to avoid installing them.
gnome printing.patch | (download)

psspec.c | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

---
misc.patch | (download)

Makefile | 11 6 + 5 - 0 !
epsffit.c | 82 47 + 35 - 0 !
getafm | 10 8 + 2 - 0 !
psbook.c | 66 43 + 23 - 0 !
pserror.c | 2 1 + 1 - 0 !
psnup.c | 248 147 + 101 - 0 !
psnup.man | 9 5 + 4 - 0 !
psresize.c | 133 86 + 47 - 0 !
psresize.man | 6 3 + 3 - 0 !
psselect.c | 97 62 + 35 - 0 !
pstops.c | 177 118 + 59 - 0 !
pstops.man | 19 12 + 7 - 0 !
psutil.c | 31 21 + 10 - 0 !
psutil.h | 2 1 + 1 - 0 !
14 files changed, 560 insertions(+), 333 deletions(-)

---
psmerge manpage.patch | (download)

psmerge.man | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
bboxesandsizes.patch | (download)

psbook.c | 4 2 + 2 - 0 !
psnup.c | 5 4 + 1 - 0 !
psresize.c | 5 4 + 1 - 0 !
psselect.c | 4 2 + 2 - 0 !
psspec.c | 12 8 + 4 - 0 !
psspec.h | 2 2 + 0 - 0 !
psutil.c | 73 62 + 11 - 0 !
psutil.h | 5 3 + 2 - 0 !
8 files changed, 87 insertions(+), 23 deletions(-)

---
psmerge.patch | (download)

psmerge.pl | 142 90 + 52 - 0 !
1 file changed, 90 insertions(+), 52 deletions(-)

---
showchar manpage.patch | (download)

Makefile | 6 5 + 1 - 0 !
showchar.man | 26 26 + 0 - 0 !
2 files changed, 31 insertions(+), 1 deletion(-)

---
off_t.patch | (download)

psnup.c | 2 1 + 1 - 0 !
psresize.c | 2 1 + 1 - 0 !
psspec.c | 2 1 + 1 - 0 !
psspec.h | 2 1 + 1 - 0 !
psutil.c | 71 39 + 32 - 0 !
psutil.h | 8 4 + 4 - 0 !
6 files changed, 47 insertions(+), 40 deletions(-)

---
psutils flip.patch | (download)

README | 1 1 + 0 - 0 !
psspec.c | 10 10 + 0 - 0 !
psspec.h | 10 6 + 4 - 0 !
pstops.c | 10 9 + 1 - 0 !
pstops.man | 7 4 + 3 - 0 !
5 files changed, 30 insertions(+), 8 deletions(-)

---
psjoin.patch | (download)

psjoin | 208 208 + 0 - 0 !
psjoin.1 | 18 18 + 0 - 0 !
2 files changed, 226 insertions(+)

---
psnup1 fix manpage syntax error. closes | (download)

psnup.man | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 psnup(1): fix manpage syntax error.  closes:#663258.



psmerge use ps2write | (download)

psmerge.pl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 psmerge: use ps2write.

It looks like psmerge from psutils-1.17.dfsg-3 still uses pswrite:

    $ dpkg -S /usr/bin/psmerge
    psutils: /usr/bin/psmerge
    $ dpkg -s psutils | grep '^Version:'
    Version: 1.17.dfsg-3
    $ grep pswrite /usr/bin/psmerge
       exec +(qw(gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite),

Changing "pswrite" to "ps2write" fixes the 'Unknown device: pswrite'
problem, e\ .g.

Closes:#797528.

Reported-by: Kai-Martin Knaak <knaak@iqo.uni-hannover.de>


pstops1 remove unneeded backslash. clos | (download)

pstops.man | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pstops(1): remove unneeded backslash.  closes:#726468.



psnup1 remove a confusing and unnecessar | (download)

psnup.man | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 psnup(1): remove a confusing and unnecessary qualification about units.

Apropos of #695179.