[Pkg-scicomp-devel] cimg/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Sat Jul 14 16:33:50 UTC 2007


SVN commit 1668 by prudhomm:

fixed two outstanding bugs

 M  +9 -0      cimg/trunk/debian/changelog  
 M  +2 -1      cimg/trunk/debian/control  


--- cimg/trunk/debian/changelog #1667:1668
@@ -1,3 +1,12 @@
+cimg (1.2.0.1-2) unstable; urgency=low
+
+  * Bug fix: "FTBFS: ../CImg.h:226:35: error: X11/extensions/Xrandr.h: No
+    such file or directory", thanks to Jérémy Bobbio (Closes: #422068).
+  * Bug fix: "cimg-dev: forgotten dependancy on xorg-dev", thanks to
+    Olivier Schwander (Closes: #386260).
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 14 Jul 2007 18:32:38 +0200
+
 cimg (1.2.0.1-1) unstable; urgency=low
 
   * New upstream release.
--- cimg/trunk/debian/control #1667:1668
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends-Indep: doxygen, libx11-dev
+Build-Depends-Indep: doxygen, libx11-dev, libxrandr-dev, libmagick++9-dev, fftw3-dev
 Build-Depends: debhelper (>= 5.0), quilt
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-scicomp/cimg/
@@ -11,6 +11,7 @@
 
 Package: cimg-dev
 Architecture: all
+Depends: xorg-dev
 Description: powerful image processing library
  The CImg Library is a C++ toolkit providing simple classes and functions
  to load, save, process and display images in your own C++ code. It consists



More information about the Pkg-scicomp-devel mailing list