package freefem
tags 421071 upstream patch
thanks

* Jérémy Bobbio <[EMAIL PROTECTED]> [2007-04-26 11:04]:

> Package: freefem
> Version: 3.5.8-3
> Severity: serious
> Justification: no longer builds from source
> 
> Hi!
> 
> freefem currently fails to build from source in sid [1]:
> 
> [snip]
> 
> ! LaTeX Error: File `fancyheadings.sty' not found.
> 
> [snip]

The patch (actually a debdiff) attached below fixes the problem.  We should
use fancyhdr instead of fancyheadings.  Also, we should replace the
build-dependencies on the teTeX packages by the corresponding ones in
TeXLive.  

-- 
Rafael
diff -u freefem-3.5.8/debian/control freefem-3.5.8/debian/control
--- freefem-3.5.8/debian/control
+++ freefem-3.5.8/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
 Uploaders: Christophe Prud'homme <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 5.0), autoconf (>> 2.50), libtool, 
automake1.9, libxt-dev, doxygen(>> 1.2.10), tetex-bin, tetex-extra, hevea, 
doc-base
+Build-Depends: cdbs, debhelper (>= 5.0), autoconf (>> 2.50), libtool, 
automake1.9, libxt-dev, doxygen(>> 1.2.10), hevea, texlive-latex-base, 
texlive-latex-recommended
 Standards-Version: 3.7.2
 
 Package: freefem
diff -u freefem-3.5.8/debian/changelog freefem-3.5.8/debian/changelog
--- freefem-3.5.8/debian/changelog
+++ freefem-3.5.8/debian/changelog
@@ -1,3 +1,13 @@
+freefem (3.5.8-4) unstable; urgency=low
+
+  * debian/control: 
+    + Replaced build-dependencies on teTeX by the corresponding TeXLive ones
+    + Removed useless build-dependency on doc-base
+  * doc/freefem.tex: Use fancyhdr.sty instead of the deprecated
+    fancyheadings.sty (closes: #421071)
+
+ -- Rafael Laboissiere <[EMAIL PROTECTED]>  Fri, 27 Apr 2007 08:30:18 +0200
+
 freefem (3.5.8-3) unstable; urgency=low
 
   * Build-Depends on automake1.9
--- freefem-3.5.8.orig/doc/freefem.tex
+++ freefem-3.5.8/doc/freefem.tex
@@ -31,7 +31,7 @@
   FEM, X11, graphical interface},
 letterpaper}{hyperref}
 \usepackage{makeidx}
-\usepackage{fancyheadings,fancyvrb,multicol} 
+\usepackage{fancyhdr,fancyvrb,multicol} 
 \usepackage{html}
 \usepackage{xspace}
 \usepackage[pdftex]{graphicx}

Reply via email to