Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : proto

Dir     : e17/proto/enhance/debian


Modified Files:
        .cvsignore control 
Added Files:
        libenhance0-dev.install libenhance0.install 


Log Message:
split libenhance into libenhance0 and libenhance0-dev.

===================================================================
RCS file: /cvs/e/e17/proto/enhance/debian/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- .cvsignore  4 Apr 2006 21:03:02 -0000       1.1
+++ .cvsignore  8 Apr 2006 16:37:08 -0000       1.2
@@ -1 +1,5 @@
 changelog
+compat
+enhance.postinst.debhelper
+enhance.postrm.debhelper
+enhance.substvars
===================================================================
RCS file: /cvs/e/e17/proto/enhance/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- control     4 Apr 2006 21:03:02 -0000       1.1
+++ control     8 Apr 2006 16:37:08 -0000       1.2
@@ -1,13 +1,13 @@
-Source: enhance
+Source: libenhance
 Section: libs
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.0.0), libexml0, libetk0-dev
 Standards-Version: 3.6.2
 
-Package: enhance
+Package: libenhance0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libetk0, libexml0
+Depends: ${shlibs:Depends}, libetk0, libexml0
 Description: Library for easy application GUI development
  After using Glade to design a GUI, you can save generate
  the .glade XML file that describes the interface design
@@ -17,3 +17,17 @@
  the appropriate work to create the GUI and the required
  callbacks for you. There are several examples in the
  examples directory for you to take a look at.
+
+Package: libenhance0-dev
+Architecture: any
+Depends: ${shlibs:Depends}, libetk0, libexml0, libenhance0
+Description: Headers for libenhance0
+ After using Glade to design a GUI, you can save generate
+ the .glade XML file that describes the interface design
+ and use it in Enhance to generate an Etk equivalent.
+ Enhance works at runtime, ie, it does not generate C code.
+ It will parse the XML at application launch and will do
+ the appropriate work to create the GUI and the required
+ callbacks for you. There are several examples in the
+ examples directory for you to take a look at.
+ This package contains the development files.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to