Package: proofgeneral / 4.3~pre131011-0.2

Metadata

Package Version Patches format
proofgeneral 4.3~pre131011-0.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
restrict installed provers.patch | (download)

Makefile | 4 2 + 2 - 0 !
generic/proof-site.el | 18 13 + 5 - 0 !
2 files changed, 15 insertions(+), 7 deletions(-)

 restrict the installed provers to coq only
 IMHO it does not make sense to install provers that are incomplete,
 obsolete or broken or that had their last release in 1998. It does
 not make sense to install Isar or Isabelle, because Isabelle is
 always distributed with its own copy of Proof General. This leaves us
 with just one installed prover.

dont install mmm mode.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't install contrib/mmm
 mmm-mode is available as package and added to the dependencies
fix package name in install path.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use proofgeneral as subdir in various install directories
dont install elc.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't put elc files into the package
only install simplified pg script | (download)

Makefile | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 don't install upstream scripts 
debian specific site init.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use a debian specific emacs site init file
prepare user manual | (download)

Makefile | 16 15 + 1 - 0 !
doc/Makefile | 1 0 + 1 - 0 !
doc/ProofGeneral.texi | 6 6 + 0 - 0 !
3 files changed, 21 insertions(+), 2 deletions(-)

 install the user manual
 This patch builds the info, html and pdf version of the user manual
 with some Debian specific changes. They are also moved/renamed to fit
 Debian's conventions. The PG-adapting manual is not included in any
 package.

install examples.patch | (download)

Makefile | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 install example files in /usr/share/doc
smartly enable prooftree.patch | (download)

coq/coq.el | 23 22 + 1 - 0 !
1 file changed, 22 insertions(+), 1 deletion(-)

 switch off prooftree support, reenable for coq >= 8.4beta
transition_to_makeinfo.patch | (download)

doc/Makefile.doc | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use makeinfo, instead of obsolete texi2html