Package: procps Version: 1:3.3.2-3 Severity: minor Tags: patch upstream -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi, We noticed some tiny errors in the ps.1 and pgrep.1 manpages while translating them in French (for the manpages-fr-extra package), please find attach a patch to address these issues. BTW, we would be pleased if you could consider shipping the translated manpages directly in your package, or even better, help us to integrate them upstream. Regards David - -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages procps depends on: ii initscripts 2.88dsf-22.1 ii libc6 2.13-27 ii libncurses5 5.9-4 ii libncursesw5 5.9-4 ii libprocps0 1:3.3.2-3 ii libtinfo5 5.9-4 ii lsb-base 3.2+Debian31 Versions of packages procps recommends: ii psmisc 22.16-1 procps suggests no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJPbSz4AAoJELgqIXr9/gny/oYP/3IQFX6iXfoc9/Mg1EwiE1lv A8gLToO1jzwfwbyTqtMsbJK0xMTt9T79Jjz7xUq8PuWYe+S7LOUYtZeBNQebjoPB +C4FHadVUvrdeELaWLM5aN0KqBL8IoKLy/TsDhbMt7/GGNvZM1OBs171H63IiFyr I8umQtvtfUwtw/vjxW6ABHxBvIC5ohAxc5hodUEZfX/RFsetiXyp10XNY+9EZAsI SXmWSbhlfHQOsJ1Vp2tdArwFLL8bKrk6fvXYIvQnGUHkmcIfVVqymDNLlc1ciolF hiIwVPXgKEABANUPgAd6Tnlm50QGcYRzOWhcIQsAG4f+ul124IPqO+5SUsg1cwiI /i7vNG4Y2fcrjKlNLrIntrpM8QwagO0WaivW80tEaNQHRBq/eWsHsfzo+7Ialbcq P2zkFqzX2IK7WcAOCWdL7HqcVcfd1yXmCCJEWMxKV9oLpJ3y3pw8hLLmqhfpVKuy CIPR1F4SKtS+nKTM/6BtITu3q3eKPyDJu576knmQs9OVu07kTSNe2AAXT/IDYkC8 7KV73l4gaBNWHCXXyqdz03tpMiP2qwFmP1j48aeasK4LMxE8IvwwovdJQkMx6uTS w/oZnMVfplxyos2DQm1/J694WY4ZrDqCTJ6vPJ+WvW0Sg5oBA4rFXbGkeMoHZfXl w8PfECUyjJq+M8LbEEa8 =H5Dy -----END PGP SIGNATURE-----
>From 1a46f18c0ee4917e0a2636b620e80f1916381f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taf...@debian.org> Date: Fri, 23 Mar 2012 22:00:25 -0400 Subject: [PATCH] ps.1, pgrep.1: ffix --- debian/patches/man_ffix | 23 +++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 debian/patches/man_ffix diff --git a/debian/patches/man_ffix b/debian/patches/man_ffix new file mode 100644 index 0000000..a498a55 --- /dev/null +++ b/debian/patches/man_ffix @@ -0,0 +1,23 @@ +Author: David Prévot <taf...@debian.org> +Description: Fix roff syntax +--- a/pgrep.1 ++++ b/pgrep.1 +@@ -79,6 +79,7 @@ + List the process name as well as the process ID. + .RB ( pgrep + only.) ++.TP + \fB\-n\fR, \fB\-\-newest\fR + Select only the newest (most recently started) of the matching processes. + .TP +--- a/ps/ps.1 ++++ b/ps/ps.1 +@@ -1874,7 +1874,7 @@ + name\-to\-number mmaped database, the approximate binary search directly on + System.map, and many code and documentation cleanups. David Mossberger\-Tang + wrote the generic BFD support for psupdate. +-.URalbert\@\:users.\:sf.\:net ++.UR albert\@\:users.\:sf.\:net + Albert Cahalan + .UE + rewrote ps for full Unix98 and BSD support, along with some ugly hacks for diff --git a/debian/patches/series b/debian/patches/series index 1dd25cb..95c5d93 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ complain_unmounted_proc.patch sig_printf_literal makefile_watch_ncurses uptime_test +man_ffix -- 1.7.9.1