Package: pari-gp Version: 2.3.1-2 Severity: minor Tags: patch
The pari-gp package includes a collection of Emacs macros in /usr/share/doc/pari-gp/examples. However, it omits the rather important pari.el file, without which the rest are rather useless. The reason for this seems to be overenthusiastic cleaning of the pari.el file from the source distribution: if you build the binary packages directly from a pristine copy of the source package then you correctly obtain a binary package with pari.el; if you run debian/rules clean then it gets removed and subsequent binary packages are therefore broken. The patch below fixes the problem for me. Index: pari-2.3.1/debian/rules =================================================================== --- pari-2.3.1.orig/debian/rules 2007-02-16 14:04:33.000000000 +0000 +++ pari-2.3.1/debian/rules 2007-02-16 14:04:45.000000000 +0000 @@ -72,7 +72,7 @@ -rm -rf obj-dyn obj-sta -rm -f gp Makefile* examples/Makefile* -rm -f doc/Makefile doc/gphelp doc/paricfg.tex - -rm -f emacs/pari.el emacs/pari-conf.el misc/tex2mail + -rm -f emacs/pari-conf.el misc/tex2mail -rm -f pari.log -rm -f Odos/paricfg.h -rm -f src/desc/pari.desc -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.29 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages pari-gp depends on: ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries ii libpari2-gmp 2.3.1-2 PARI/GP Computer Algebra System sh ii libreadline5 5.2-2 GNU readline and history libraries ii libx11-6 2:1.0.3-5 X11 client-side library pari-gp recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]