Package: rsyslog-doc Version: 3.14.2-2 Severity: normal Tags: patch I've just noticed that there's a /usr/share/doc/rsylog-doc (not rsySlog) directory here containing a single lost file: "/usr/share/doc/rsylog-doc/html/queueWorkerLogic.dia"
Once I look at the source the patch is obvious (attached); apologies if this format isn't appropriate for use with quilt. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (50, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.6.24.custom Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- JBR Ankh kak! (Ancient Egyptian blessing)
diff -ru rsyslog-3.14.2.old/debian/rsyslog-doc.install rsyslog-3.14.2/debian/rsyslog-doc.install --- rsyslog-3.14.2.old/debian/rsyslog-doc.install 2008-04-23 14:22:49.000000000 +0100 +++ rsyslog-3.14.2/debian/rsyslog-doc.install 2008-04-23 14:25:17.000000000 +0100 @@ -1,3 +1,3 @@ doc/*.html usr/share/doc/rsyslog-doc/html/ doc/*.jpg usr/share/doc/rsyslog-doc/html/ -doc/*.dia usr/share/doc/rsylog-doc/html/ +doc/*.dia usr/share/doc/rsyslog-doc/html/

