Package: fdutils / 5.5-20060227-8
Metadata
Package | Version | Patches format |
---|---|---|
fdutils | 5.5-20060227-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
makefile destdir.patch | (download) |
doc/Makefile.in |
11 6 5 - 0 ! |
add destdir support in makefiles Tune src/Makefile.in and doc/Makefile.in to use DESTDIR variable. |
documentation typos.patch | (download) |
doc/README |
2 1 1 - 0 ! |
fix many typos in the documentation |
documentation spelling_errors.patch | (download) |
doc/README |
50 25 25 - 0 ! |
quick spell-check against all the documentation |
documentation man_undefined_macros.patch | (download) |
doc/diskd.1 |
5 0 5 - 0 ! |
manpage-has-errors-from-man "macro not defined" Delete all occurrences of ".lp" and ".iX" in manpages to get rid of this lintian warnings. |
documentation man_hyphens.patch | (download) |
doc/diskd.1 |
10 5 5 - 0 ! |
escape hyphens in manpages Get rid of lintian minor warning "hyphen-used-as-minus-sign". |
documentation info_metadata.patch | (download) |
doc/fdutils.texi |
5 3 2 - 0 ! |
add info dircategory & fix direntry The fdutils.texi file was missing the dircategory declaration, and the direntry declaration was wrong. This patch sets dircategory to "Utilities" and fixes direntry. |
documentation superformat_print_drive_deviation.patch | (download) |
doc/superformat.1 |
5 5 0 - 0 ! |
document --print-drive-deviation in superformat(1) |
documentation section_media_description.patch | (download) |
doc/setfdprm.1 |
10 10 0 - 0 ! |
create a media description section in manpages The manpages setfdprm(1) and superformat(1) make a reference to an inexistant "Media description" section. That is because there is no generated manpage from mediaprm.texi. This patch adds the missing "Media description" sections, that cross- reference the Texinfo (or HTML, or DVI) documentation. |
mediaprm fix_etc fdprm.patch | (download) |
doc/setfdprm.1 |
4 2 2 - 0 ! |
change occurrences of /etc/fdprm for /etc/mediaprm /etc/mediaprm was formerly named /etc/fdprm. This patch replaces occurrences of the old name by the new one, in the file itself and in the fdprm manpage. . It also fixes an indentation typo (this fix comes from ancient times and does not seem to be related to any bug). |
floppymeter confirmation_message.patch | (download) |
src/floppymeter.c |
3 2 1 - 0 ! |
[floppymeter] improve initial confirmation message |
MAKEFLOPPIES chown_separator.patch | (download) |
src/MAKEFLOPPIES |
4 2 2 - 0 ! |
[makefloppies] fix the chown calls to use ':' instead of '.' |
MAKEFLOPPIES xsiisms.patch | (download) |
src/MAKEFLOPPIES |
12 6 6 - 0 ! |
[makefloppies] remove xsiisms and replace use of /bin/bash with /bin/sh |
MAKEFLOPPIES devfs.patch | (download) |
src/MAKEFLOPPIES |
7 7 0 - 0 ! |
[makefloppies] exit if devfs is detected |
MAKEFLOPPIES usage.patch | (download) |
src/MAKEFLOPPIES |
6 2 4 - 0 ! |
[makefloppies] fix usage printing to fit the manpage |
superformat devfs_floppy.patch | (download) |
src/superformat.c |
24 22 2 - 0 ! |
[superformat] use /dev/floppy/%d instead of /dev/fd%d on devfs-systems |
superformat env_variables.patch | (download) |
src/enh_options.c |
2 2 0 - 0 ! |
[superformat] inactivate setting of variables out of environment |
superformat verify_later.patch | (download) |
src/superformat.c |
2 1 1 - 0 ! |
[superformat] make --verify_later an option without argument The superformat option --verify_later requires an argument, but the variable verify_later is always used as a switch (0/1). This patch suppresses the required argument. |
fdmount compilation_linux_2.6.patch | (download) |
src/ext2-stuff.h |
95 95 0 - 0 ! |
[fdmount] allow compilation of fdutils with linux-kernel-headers 2.5.999-test7-bk-9 This patch is still needed with Linux 2.6. |
dont_strip_binaries.patch | (download) |
src/Makefile.in |
22 11 11 - 0 ! |
don't strip binaries Don't strip binaries as this is handled by dh_strip according to whether nostrip is set in DH_BUILD_OPTIONS or not. |
help_messages.patch | (download) |
src/diskd.c |
2 1 1 - 0 ! |
fixes related to the help messages This patch contains several fixes related to the usage and help messages: - Do not print "Type <program> --help to get a more complete help" any more when invoking program with --help or -h. - floppymeter, floppycontrol, diskseekd, diskd: usage messages fixed to be consistent with the manpages. - superformat: print the usage short message along with the options' details when invoking with --help or -h (Closes: #88297). - fdlist, fdmount, fdumount, fdmountd: fixed usage printing when invoking with --help or -h. |
remove_texi2html_dependency.patch | (download) |
doc/Makefile.in |
2 1 1 - 0 ! |
remove dependency to obsolete texi2html |
floppymeter makefile_typo.patch | (download) |
src/Makefile.in |
2 1 1 - 0 ! |
[floppymeter] fix a typo in makefile to enable ldflags |
documentation faq_cleanup.patch | (download) |
doc/FAQ.html |
46 9 37 - 0 ! |
[documentation] faq.html cleanup This patch removes the inclusion of the W3C validator icon and link, as well as other external images, which induced a privacy breach (fixes lintian error privacy-breach-w3c-valid-html and warning privacy-breach-generic). The internal links (anchors) were fixed. |
config ftbfs.patch | (download) |
src/Makefile.in |
2 1 1 - 0 ! |
fix ftbfs with glibc 2.28 |