Debian Patches

Status for fdutils/5.6-4

Patch Description Author Forwarded Bugs Origin Last update
makefile-destdir.patch Add DESTDIR support in makefiles Tune src/Makefile.in and doc/Makefile.in to use DESTDIR variable. Matteo Cypriani <mcy@lm7.fr> no 2010-05-11
documentation-typos.patch Fix many typos in the documentation no 2021-01-30
documentation-spelling_errors.patch Quick spell-check against all the documentation Matteo Cypriani <mcy@lm7.fr> no debian 2021-01-30
documentation-man_undefined_macros.patch manpage-has-errors-from-man "macro not defined" Delete all occurrences of ".lp" and ".iX" in manpages to get rid of
this lintian warnings.
Matteo Cypriani <mcy@lm7.fr> no 2021-01-30
documentation-man_hyphens.patch Escape hyphens in manpages Get rid of lintian minor warning "hyphen-used-as-minus-sign". Matteo Cypriani <mcy@lm7.fr> no 2021-01-30
documentation-info_metadata.patch 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.
Matteo Cypriani <mcy@lm7.fr> no 2010-05-12
documentation-superformat_print_drive_deviation.patch Document --print-drive-deviation in superformat(1) Matteo Cypriani <mcy@lm7.fr> no debian 2010-10-07
documentation-section_media_description.patch 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.
Matteo Cypriani <mcy@lm7.fr> no debian 2021-01-30
mediaprm-fix_etc-fdprm.patch 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).
Matteo Cypriani <mcy@lm7.fr> no debian 2010-05-12
floppymeter-confirmation_message.patch [floppymeter] Improve initial confirmation message Jari Aalto <jari.aalto@cante.net> no debian 2021-01-30
MAKEFLOPPIES-chown_separator.patch [MAKEFLOPPIES] Fix the chown calls to use ':' instead of '.' Jochen Voss <voss@debian.org> no debian 2010-05-12
MAKEFLOPPIES-xsiisms.patch [MAKEFLOPPIES] Remove XSIisms and replace use of /bin/bash with /bin/sh David Weinehall <tao@acc.umu.se> no debian 2010-05-12
MAKEFLOPPIES-devfs.patch [MAKEFLOPPIES] Exit if devfs is detected Taral <taral@taral.net> no debian 2010-05-12
MAKEFLOPPIES-usage.patch [MAKEFLOPPIES] Fix usage printing to fit the manpage Matteo Cypriani <mcy@lm7.fr> no debian 2010-05-12
superformat-devfs_floppy.patch [superformat] Use /dev/floppy/%d instead of /dev/fd%d on devfs-systems Jochen Voss <voss@debian.org> no debian 2021-01-30
superformat-env_variables.patch [superformat] Inactivate setting of variables out of environment Anthony Fok <foka@gpu.srv.ualberta.ca> no debian 2021-01-30
superformat-verify_later.patch [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.
Matteo Cypriani <mcy@lm7.fr> no debian 2021-01-30
fdmount-compilation_linux_2.6.patch [fdmount] Allow compilation of fdutils with linux-kernel-headers 2.5.999-test7-bk-9 This patch is still needed with Linux 2.6. Jochen Voss <voss@debian.org> no 2021-01-30
dont_strip_binaries.patch 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.
Thomas Preud'homme <robotux@celest.fr> not-needed vendor 2021-01-30
help_messages.patch 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.
Matteo Cypriani <mcy@lm7.fr> no debian 2021-01-30
remove_texi2html_dependency.patch Remove dependency to obsolete texi2html Matteo Cypriani <mcy@lm7.fr> no 2013-10-17
floppymeter-makefile_typo.patch [floppymeter] Fix a typo in Makefile to enable LDFLAGS Matteo Cypriani <mcy@lm7.fr> no 2014-05-08
documentation-faq_cleanup.patch [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.
Matteo Cypriani <mcy@lm7.fr> no 2010-05-12
fix-gcc10.patch Fix ftbfs with GCC-10 Sudip Mukherjee <sudipm.mukherjee@gmail.com> no debian
documentation-change_makefloppies_man_section.patch Change makefloppies man section from 1 to 8 Matteo Cypriani <mcy@lm7.fr> no 2021-01-31
cross-texi-linearize.patch Compile build tool doc/texi-linearize with the build arch compiler fdutils fails to cross build from source, because it fails running
doc/texi-linearize with an Exec format error. That indicates that it is a
build tool and should be using the build architecture compiler rather than the
host architecture compiler. The autoconf-archive provides a useful macro
AX_CC_FOR_BUILD for this task. I'm attaching a patch that makes use of it to
make fdutils cross buildable.
Helmut Grohne <helmut@subdivi.de> no debian 2021-02-01
documentation-reproducible_build.patch Set Fdutils.texi date to build Fdutils.dvi reproducibly Inspired by:
https://wiki.debian.org/ReproducibleBuilds/TimestampsInDviGeneratedByLaTeX
Matteo Cypriani <mcy@lm7.fr> no 2021-02-02

All known versions for source package 'fdutils'

Links