diff -Nru /tmp/JT3J2GuJoJ/showfsck-1.3/debian/changelog /tmp/3NoNPThBSX/showfsck-1.4/debian/changelog --- /tmp/JT3J2GuJoJ/showfsck-1.3/debian/changelog 2005-01-21 15:23:33.000000000 +0000 +++ /tmp/3NoNPThBSX/showfsck-1.4/debian/changelog 2007-12-11 16:39:09.000000000 +0000 @@ -1,3 +1,12 @@ +showfsck (1.4) gutsy; urgency=low + + * Fixed man page (LP: #66174) + * showfsck: Fixed spelling/grammar in error message + * Bump Debian standards version + * Edited maintainer field to conform with DebianMaintainerField specification + + -- David Futcher Sat, 08 Dec 2007 20:33:16 +0000 + showfsck (1.3) unstable; urgency=low * dump to current debian standard diff -Nru /tmp/JT3J2GuJoJ/showfsck-1.3/debian/control /tmp/3NoNPThBSX/showfsck-1.4/debian/control --- /tmp/JT3J2GuJoJ/showfsck-1.3/debian/control 2005-01-21 15:23:41.000000000 +0000 +++ /tmp/3NoNPThBSX/showfsck-1.4/debian/control 2007-12-11 16:41:18.000000000 +0000 @@ -1,9 +1,10 @@ Source: showfsck Section: utils Priority: optional -Maintainer: Vincent Danjean -Standards-Version: 3.6.1 -Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0) +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Vincent Danjean +Standards-Version: 3.7.2 +Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0) Package: showfsck Architecture: all diff -Nru /tmp/JT3J2GuJoJ/showfsck-1.3/debian/control.in /tmp/3NoNPThBSX/showfsck-1.4/debian/control.in --- /tmp/JT3J2GuJoJ/showfsck-1.3/debian/control.in 2005-01-21 15:23:00.000000000 +0000 +++ /tmp/3NoNPThBSX/showfsck-1.4/debian/control.in 2007-12-09 13:59:27.000000000 +0000 @@ -1,9 +1,10 @@ Source: showfsck Section: utils Priority: optional -Maintainer: Vincent Danjean -Standards-Version: 3.6.1 -Build-Depends-Indep: @cdbs@ +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Vincent Danjean +Standards-Version: 3.7.2 +Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0) Package: showfsck Architecture: all diff -Nru /tmp/JT3J2GuJoJ/showfsck-1.3/showfsck /tmp/3NoNPThBSX/showfsck-1.4/showfsck --- /tmp/JT3J2GuJoJ/showfsck-1.3/showfsck 2004-07-09 12:23:28.000000000 +0100 +++ /tmp/3NoNPThBSX/showfsck-1.4/showfsck 2007-12-08 20:23:07.000000000 +0000 @@ -7,7 +7,7 @@ for part in `cat /proc/mounts | grep " ext[23]" | cut -d \ -f 1 | sort | uniq`; do tune2fs -l $part > /dev/null 2>&1 || { - echo "Unable to acces to $part infos" + echo "Unable to access $part information" continue } MC=$(tune2fs -l $part | awk '/^Mount count:/ {print $3}') diff -Nru /tmp/JT3J2GuJoJ/showfsck-1.3/showfsck.8 /tmp/3NoNPThBSX/showfsck-1.4/showfsck.8 --- /tmp/JT3J2GuJoJ/showfsck-1.3/showfsck.8 2003-11-23 19:01:05.000000000 +0000 +++ /tmp/3NoNPThBSX/showfsck-1.4/showfsck.8 2007-12-08 19:50:01.000000000 +0000 @@ -1,41 +1,12 @@ .TH SHOWFSCK 8 -.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection -.\" other parms are allowed: see man(7), man(1) .SH NAME -showfdisk \- programs to do something +showfsck \- Show the number of reboots until a forced fsck .SH SYNOPSIS -.B showfdisk -.I "[options] files ..." -.br -.B bar -.I "[options] files ..." +.B showfsck .SH "DESCRIPTION" -This manual page documents briefly the -.BR showfdisk , -and -.B bar -commands. -This manual page was written for the Debian GNU/Linux distribution -because the original program does not have a manual page. -Instead, it has documentation in the GNU Info format; see below. -.PP -.B showfdisk -is a program that... -.SH OPTIONS -The programs follow the usual GNU command line syntax, with long -options starting with two dashes (`-'). -A summary of options are included below. -For a complete description, see the Info files. -.TP -.B \-h, \-\-help -Show summary of options. -.TP -.B \-v, \-\-version -Show version of program. -.SH "SEE ALSO" -The programs are documented fully by -.IR "The Rise and Fall of a Fooish Bar" , -available via the Info system. +Showfsck is a program that will show the number of reboots before +.I fsck +is forced on the volume. .SH AUTHOR -This manual page was written by Vincent Danjean , -for the Debian GNU/Linux system (but may be used by others). +This manual page was written by David Futcher ('bobbo') , +for the Ubuntu GNU/Linux system (but may be used by others).