Fixed debian stuff everywhere.
[framework/uifw/embryo.git] / debian / control
index 6ab8585..6adff3d 100644 (file)
@@ -1,16 +1,18 @@
 Source: embryo
 Section: libs
 Priority: optional
-Maintainer: Falko Schmidt <falko@alphagemini.org>
-Build-Depends: debhelper (>= 6), cdbs, doxygen
-Standards-Version: 3.7.3
+Maintainer:  Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
+Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>,
+ Jan Lübbe <jluebbe@debian.org>, Xavier Oswald <x.oswald@free.fr>
+Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, doxygen, pkg-config, libtool
+Standards-Version: 3.8.1
 Homepage: http://www.enlightenment.org
 
 Package: libembryo-dev
 Section: libdevel
 Architecture: any
-Depends: libembryo0 (= ${Source-Version}), pkg-config
-Description: Development files for libembryo
+Depends: ${misc:Depends}, libembryo0 (= ${binary:Version}), pkg-config
+Description: Development files for libembryo0
  Embryo is primarily a shared library that gives you an API to load
  and control interpreted programs compiled into an abstract machine
  bytecode that it understands.  This abstract (or virtual) machine is
@@ -21,8 +23,7 @@ Description: Development files for libembryo
 
 Package: libembryo0
 Architecture: any
-Provides: libembryo
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: libembryo-bin
 Description: SMALL-based abstract machine (AMX) bytecode interpreter
  Embryo is primarily a shared library that gives you an API to load
@@ -44,6 +45,7 @@ Description: SMALL-based abstract machine (AMX) bytecode interpreter
 Package: libembryo-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Enhances: libembryo-dev
 Description: libembryo0 development documentation
  Embryo is primarily a shared library that gives you an API to load
@@ -57,9 +59,9 @@ Description: libembryo0 development documentation
 Package: libembryo-dbg
 Architecture: any
 Section: libdevel
-Depends: libembryo0 (= ${binary:Version})
+Depends: ${misc:Depends}, libembryo0 (= ${binary:Version})
 Priority: extra
-Description: SMALL-based abstract machine (AMX) bytecode interpreter
+Description: Debugging symbols for libembryo
  Embryo is primarily a shared library that gives you an API to load
  and control interpreted programs compiled into an abstract machine
  bytecode that it understands.  This abstract (or virtual) machine is
@@ -74,7 +76,7 @@ Description: SMALL-based abstract machine (AMX) bytecode interpreter
 Package: libembryo-bin
 Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: SMALL compiler creating Embryo bytecode
  Embryo is primarily a shared library that gives you an API to load
  and control interpreted programs compiled into an abstract machine