Debian Patches

Status for xemacs21-packages/2009.02.17.dfsg.3-1

Patch Description Author Forwarded Bugs Origin Last update
01_debian-jde.dpatch #! /bin/sh /usr/share/dpatch/dpatch-run
## 01_debian-jde.dpatch by OHURA Makoto <ohura@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Debian specific patch for jde to work in the correct way.
## DP: Upstream XEmacs package check if there is jde/auto-autoloads.el,
## DP: but only jde/auto-autoloads.elc is available in Debian package.

@DPATCH@
===================================================================
no
01_usr_local_interpreter.dpatch #! /bin/sh /usr/share/dpatch/dpatch-run
## 01_usr_local_interpreter.dpatch by OHURA Makoto <ohura@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: For lintian-free
## DP: Change the path of the interpreter from /usr/local/bin to /usr/bin.

@DPATCH@
===================================================================
no
01_sendmail.dpatch #! /bin/sh -e
## 01_sendmail.dpatch by OHURA Makoto <ohura@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix Bug#4388
## DP: Mail header must be case-independence according to RFC 822.

if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1
fi

[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"

case "$1" in
-patch) patch -p1 ${patch_opts} < $0;;
-unpatch) patch -R -p1 ${patch_opts} < $0;;
*)
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1;;
esac

exit 0

@DPATCH@
===================================================================
no
gfdl-removals Many GFDL with invariant sections documentation files have been removed
from the orig.tar.gz since these are non-free by Debian standards.
Remove references to these files from the build system so that things
still compile.

===================================================================
Mark Brown <broonie@debian.org> no debian vendor
texinfo5-fixes Fixes for a number of issues which were previously warnings but are now
errors with texinfo5. Many of these are non-ideal and need to be
revisited.

===================================================================
Mark Brown <broonie@debian.org> no debian vendor
skip-hyperbole no
document-encoding =================================================================== no
texinfo-6.1-fixes Build fix for texinfo 6.1
@setcontentsaftertitlepage has been dropped by texinfo in favour
of having documents move their ToC around, the document doesn't
have an @contents anyway.
Mark Brown <broonie@debian.org> no

All known versions for source package 'xemacs21-packages'

Links