On Thu, 09 Nov 2006 09:23:05 +0100, Fabien Chereau wrote:

> >checking for FT_Init_FreeType in -lfreetype... no
> >configure: error: freetype library not found
> Obviously there is a dependency problem with freetype..

Adding libfreetype6-dev to Build-Depends fixes the problem in my sid
chroot.

For your convencience find the small patch attached.
(As a "bonus" I followed lintian's advice to make the package
binNMUable).


Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-    NP: Johnny Shines: Too Wet To Plow
diff -u stellarium-0.8.1/debian/changelog stellarium-0.8.1/debian/changelog
--- stellarium-0.8.1/debian/changelog
+++ stellarium-0.8.1/debian/changelog
@@ -1,3 +1,10 @@
+stellarium (0.8.1-1.1) unstable; urgency=low
+
+  * Add libfreetype6-dev to Build-Depends (closes: #397705).
+  * Make the package binNMUable by using (= ${source:Version}) in Depends:.
+
+ -- gregor herrmann <[EMAIL PROTECTED]>  Sun, 12 Nov 2006 02:55:13 +0100
+
 stellarium (0.8.1-1) unstable; urgency=low
 
   * New upstream release (Closes: Bug#376348)
diff -u stellarium-0.8.1/debian/control stellarium-0.8.1/debian/control
--- stellarium-0.8.1/debian/control
+++ stellarium-0.8.1/debian/control
@@ -2,12 +2,12 @@
 Section: science
 Priority: optional
 Maintainer: Cédric Delfosse <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 5.0.0), dpatch, libglu1-mesa-dev, libsdl1.2-dev, 
autotools-dev, libsdl-mixer1.2-dev, libpng3-dev
+Build-Depends: debhelper (>> 5.0.0), dpatch, libglu1-mesa-dev, libsdl1.2-dev, 
autotools-dev, libsdl-mixer1.2-dev, libpng3-dev, libfreetype6-dev
 Standards-Version: 3.7.2
 
 Package: stellarium
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, stellarium-data (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, stellarium-data (= 
${source:Version})
 Description: real-time photo-realistic sky generator
  Stellarium renders 3D photo-realistic skies in real-time.
  With stellarium, you really see what you can see with your eyes, binoculars or

Reply via email to