Enlightenment CVS committal

Author  : horms
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/debian


Modified Files:
        control 


Log Message:
Add automake1.7 | automaken, libtool, pkg-config as debian build dependancies

Currently debian/rules requires these dependancies to else
the following errors occur:

When automake is missing:

./autogen.sh
[...]
Running aclocal...
./autogen.sh: line 8: aclocal: command not found
make: *** [clean] Error 1

./autogen.sh
[...]
configure.in:20: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:23: error: possibly undefined macro: AC_PROG_LIBTOOL
make: *** [clean] Error 1

When pkg-config is missing:

./autogen.sh
[...]
configure: creating libtool
./configure: line 14491: PKG_PROG_PKG_CONFIG: command not found
./configure: line 14499: syntax error near unexpected token `EVIL,'
./configure: line 14499: `              PKG_CHECK_MODULES(EVIL, evil)'
make: *** [clean] Error 2


===================================================================
RCS file: /cvs/e/e17/libs/eet/debian/control,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- control     6 May 2008 07:25:15 -0000       1.20
+++ control     10 Jun 2008 08:30:54 -0000      1.21
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 6), cdbs, zlib1g-dev, libjpeg62-dev, doxygen
+Build-Depends: debhelper (>= 6), cdbs, automake1.7 | automaken, libtool, 
pkg-config, zlib1g-dev, libjpeg62-dev, doxygen
 Standards-Version: 3.7.3
 Homepage: http://www.enlightenment.org
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to