Package: ogre
Version: 1.0.6-1.1
Severity: serious
Tags: patch

When building 'ogre' in a clean 'unstable' chroot,
I get the following error:

dh_shlibdeps -a
dh_gencontrol -a
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dpkg-gencontrol: warning: can't parse dependency   libogre5c2a (= 1.0.6-1.1)
dpkg-gencontrol: error: error occoured while parsing Depends
dh_gencontrol: command returned error code 2304
make: *** [binary-arch] Error 1

Please add the missing ',' characters to the 'Depends' lines 
in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ogre-1.0.6/debian/control ./debian/control
--- ../tmp-orig/ogre-1.0.6/debian/control       2006-02-09 08:59:25.000000000 
+0000
+++ ./debian/control    2006-02-09 08:39:08.000000000 +0000
@@ -8,7 +8,7 @@
 Package: libogre5c2a
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends} ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libogre3, libogre4, libogre5
 Replaces: libogre5
 Description: Object-oriented Graphics Rendering Engine (libraries)
@@ -23,7 +23,7 @@
 Architecture: any
 Conflicts: libogre5-dbg
 Replaces: libogre5-dbg
-Depends: ${shlibs:Depends} ${misc:Depends} libogre5c2a (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libogre5c2a (= ${Source-Version})
 Description: Object-oriented Graphics Rendering Engine (debugging libs)
  Ogre is a complete object-oriented 3D rendering engine. It supports
  different rendering subsystems but only the OpenGL system is useful
@@ -59,7 +59,7 @@
 Package: ogre-tools
 Section: devel
 Architecture: any
-Depends: ${shlibs:Depends} ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Object-oriented Graphics Rendering Engine (tools)
  Ogre is a complete object-oriented 3D rendering engine. It supports
  different rendering subsystems but only the OpenGL system is useful


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to