Updated embryo package.
authoretrunko <eblima@gmail.com>
Wed, 7 May 2008 21:13:22 +0000 (21:13 +0000)
committeretrunko <eblima@gmail.com>
Wed, 7 May 2008 21:13:22 +0000 (21:13 +0000)
trunk/embryo/debian/changelog
trunk/embryo/debian/changelog.in [deleted file]
trunk/embryo/debian/control
trunk/embryo/debian/copyright

index 7082bcc..4221c9b 100644 (file)
@@ -1,3 +1,9 @@
+embryo (0.9.1.042-maemo2) unstable; urgency=low
+
+  * New release.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Tue, 06 May 2008 15:49:22 -0300
+
 embryo (0.9.1.042-maemo1) unstable; urgency=low
 
   * New upstream version.
diff --git a/trunk/embryo/debian/changelog.in b/trunk/embryo/debian/changelog.in
deleted file mode 100644 (file)
index af4eaab..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-embryo (@VERSION@-1) unstable; urgency=low
-
-  * a CVS snapshot release.
-
- -- E17 Debian Team <debian@edevelop.org>  Tue,  7 Mar 2006 13:30:15 +0000
-
index bb18b67..7255570 100644 (file)
@@ -5,24 +5,21 @@ Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
 Build-Depends: cdbs, debhelper (>= 4.0.0), automake1.7 | automaken, libtool
 Standards-Version: 3.7.2
 
-Package: embryo0-bin
-Section: devel
-Architecture: any
-Provides: embryo-bin
-Depends: ${shlibs:Depends}
-Description: SMALL compiler creating Embryo bytecode
- This package contains the compiler embryo_cc.
-
 Package: libembryo0-dev
 Section: libdevel
 Architecture: any
 Provides: libembryo-dev
 Depends: libembryo0 (= ${Source-Version})
-Description: Development files for libembryo0
- Headers, static libraries and documentation for Embryo.
+Description: Development files 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
+ similar to a real machine with a CPU, but it is emulated in
+ software.
+ .
+ This packages contains headers and static libraries for Embryo.
 
 Package: libembryo0
-Section: libs
 Architecture: any
 Provides: libembryo
 Depends: ${shlibs:Depends}
@@ -43,3 +40,48 @@ Description: SMALL-based abstract machine (AMX) bytecode interpreter
  use in code.
  .
  See also http://www.compuphase.com/small.htm for details on SMALL.
+
+#Package: libembryo-doc
+#Section: doc
+#Architecture: all
+#Enhances: libembryo0-dev
+#Description: libembryo0 development documentation
+# 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
+# similar to a real machine with a CPU, but it is emulated in
+# software.
+# .
+# This packages provides development documentation for Embryo.
+
+#Package: libembryo0-dbg
+#Section: libdevel
+#Architecture: any
+#Provides: libembryo-dbg
+#Depends: libembryo0 (= ${Source-Version})
+#Priority: extra
+#Description: SMALL-based abstract machine (AMX) bytecode interpreter
+# 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
+# similar to a real machine with a CPU, but it is emulated in
+# software
+# .
+# This package contains unstripped shared libraries. It is provided primarily
+# to provide a backtrace with names in a debugger, this makes it somewhat
+# easier to interpret core dumps. The libraries are installed in
+# /usr/lib/debug and are automatically used by gdb.
+
+Package: embryo0-bin
+Section: devel
+Architecture: any
+Provides: embryo-bin
+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
+ bytecode that it understands.  This abstract (or virtual) machine is
+ similar to a real machine with a CPU, but it is emulated in
+ software
+ .
+ This package contains the embryo compiler: embryo_cc.
index 7a0b0e6..b3e2935 100644 (file)
@@ -1,40 +1,50 @@
-This package was debianized by Victor Koeppel <v_koeppel@yahoo.fr> on
-Wed, 24 Mar 2004 15:44:55 +0100.
+This package was debianized by Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br> on
+Tue, 06 May 2008 15:49:22 -0300.
 
 The source is from the e17/libs/embryo module of the enlightenment CVS
 tree. For more information, see:
 
- http://www.enlightenment.org/cvs.html
+ http://www.enlightenment.org
 
-Upstream Author: Carsten Haitzler <raster@rasterman.com>
+Upstream Author:
+
+       Carsten Haitzler <raster@rasterman.com>
 
 Copyright:
 
-Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal in the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies of the Software and its Copyright notices. In addition publicly
-documented acknowledgment must be given that this software has been used if no
-source code of this software is made available publicly. This includes
-acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
-documents or any documentation provided with any product containing this
-software. This License does not apply to any software that links to the
-libraries provided by this software (statically or dynamically), but only to
-the software provided.
-
-Please see the COPYING.PLAIN for a plain-english explanation of this notice
-and it's intent.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+       Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
+License:
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to
+  deal in the Software without restriction, including without limitation the
+  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+  sell copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies of the Software and its Copyright notices. In addition publicly
+  documented acknowledgment must be given that this software has been used if no
+  source code of this software is made available publicly. This includes
+  acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
+  documents or any documentation provided with any product containing this
+  software. This License does not apply to any software that links to the
+  libraries provided by this software (statically or dynamically), but only to
+  the software provided.
+
+  Please see the COPYING.PLAIN for a plain-english explanation of this notice
+  and it's intent.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+
+  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+On Debian systems, the complete text of the BSD License can be found
+in `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is:
+  (C) 2006 2007,Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.