E CVS: libs/exml kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/exml

Dir : e17/libs/exml/debian


Modified Files:
changelog.in control rules 
Added Files:
libexml-dev.install 
Removed Files:
libexml0-dev.install 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/libs/exml/debian/changelog.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- changelog.in18 Apr 2006 23:04:15 -  1.1
+++ changelog.in1 May 2008 19:50:33 -   1.2
@@ -2,5 +2,5 @@
 
   * a CVS snapshot release.
 
- -- E17 Debian Team <[EMAIL PROTECTED]>  Tue, 7 Mar 2006 13:30:15 +
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu, 01 Apr 2008 21:36:54 +
 
===
RCS file: /cvs/e/e17/libs/exml/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- control 27 Jan 2007 19:03:00 -  1.3
+++ control 1 May 2008 19:50:33 -   1.4
@@ -1,15 +1,16 @@
 Source: exml
 Section: libs
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libecore-dev, libxml2-dev, 
libxslt1-dev
-Standards-Version: 3.6.2.2
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
+Build-Depends: cdbs, debhelper (>= 6), libecore-dev, libxml2-dev, libxslt1-dev
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
 Package: libexml0
 Architecture: any
 Section: libs
 Provides: libexml
-Depends: libecore, libxml2, libxslt1.1
+Depends: ${shlibs:Depends}
 Description: abstracted, generalized xml parser/writer interface
  EXML is an abstracted, generalized interface to an xml
  parser/writer, using ecore data structures and making
@@ -20,10 +21,10 @@
  .
  This package contains the shared library.
 
-Package: libexml0-dev
+Package: libexml-dev
 Architecture: any
 Section: libdevel
-Provides: libexml-dev
+Provides: libexml0-dev
 Depends: libecore-dev, libxml2-dev, libexml0
 Description: abstracted, generalized xml parser/writer interface
  EXML is an abstracted, generalized interface to an xml
===
RCS file: /cvs/e/e17/libs/exml/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules   15 Nov 2007 10:41:21 -  1.2
+++ rules   1 May 2008 19:50:33 -   1.3
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-debian/stamp-autotools-files:
-   ./autogen.sh --prefix=/usr
-   touch debian/stamp-autotools-files
+DEB_MAKE_CLEAN_TARGET := clean
+
+clean::
+   ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/debian


Modified Files:
control rules 
Added Files:
libentrance-edit-dev.install libentrance-edit0.install 
Removed Files:
libentrance0-edit-dev.install libentrance0-edit.install 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/apps/entrance/debian/control,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- control 8 May 2007 11:13:07 -   1.12
+++ control 1 May 2008 18:55:54 -   1.13
@@ -2,18 +2,18 @@
 Section: x11
 Priority: optional
 Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), automake1.7 | automaken, libtool, 
libpam0g-dev, libevas-dev, libecore-dev, ecore0-bin, libedje-dev, edje0-bin, 
libesmart-dev, libxp-dev
-Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 6), libtool, libpam0g-dev, libevas-dev, 
libecore-dev, libecore-bin, libedje-dev, libedje-bin, libesmart-dev, libxp-dev
+Standards-Version: 3.7.3
 
 Package: entrance
 Section: x11
 Architecture: any
-Depends: ${shlibs:Depends}, x11-common
+Depends: ${shlibs:Depends}
 Description: The enlightened login manager.
  Entrance is a login manager similar to gdm or kdm, it is based on the 
  Enlightenment Foundation Libraries.  It is fully themeable via Edje.
 
-Package: libentrance0-edit
+Package: libentrance-edit0
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}
@@ -24,11 +24,11 @@
  .
  This package provides the Entrance configuration data editing library.
 
-Package: libentrance0-edit-dev
-Section: x11
+Package: libentrance-edit-dev
+Section: libdevel
 Architecture: any
-Depends: libecore-dev, libentrance0-edit, libpam0g-dev, libxp-dev
-Provides: libentrance-edit-dev
+Depends: libecore-dev, libentrance-edit0, libpam0g-dev, libxp-dev
+Provides: libentrance-edit0-dev
 Description: Entrance configuration editing library development files
  Entrance is a login manager similar to gdm or kdm, it is based on the 
  Enlightenment Foundation Libraries.  It is fully themeable via Edje.
===
RCS file: /cvs/e/e17/apps/entrance/debian/rules,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- rules   8 May 2007 11:13:07 -   1.10
+++ rules   1 May 2008 18:55:55 -   1.11
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_MAKE_CLEAN_TARGET := clean
 
 install/entrance::
./mkinstalldirs debian/entrance/etc/init.d
@@ -12,7 +13,5 @@
./mkinstalldirs debian/entrance/etc/entrance
install -c -m 755 debian/etc/Xsession 
debian/entrance/etc/entrance/Xsession
 
-debian/stamp-autotools-files:
-   ./autogen.sh --prefix=/usr
-   touch debian/stamp-autotools-files
-
+clean::
+   ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/esmart kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/esmart

Dir : e17/libs/esmart/debian


Modified Files:
changelog.in control rules 
Added Files:
libesmart-bin.install libesmart-dev.install libesmart0.install 
Removed Files:
esmart0-bin.files libesmart0-dev.files libesmart0.files 


Log Message:
Update Debian packaging to CDBS.

===
RCS file: /cvs/e/e17/libs/esmart/debian/changelog.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- changelog.in2 Apr 2006 07:41:45 -   1.2
+++ changelog.in1 May 2008 17:59:57 -   1.3
@@ -2,5 +2,5 @@
 
   * a CVS snapshot release.
 
- -- E17 Debian Team <[EMAIL PROTECTED]>  Sun, 02 Apr 2006 06:58:43 +
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu, 01 May 2008 19:55:13 +
 
===
RCS file: /cvs/e/e17/libs/esmart/debian/control,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- control 18 Feb 2008 07:44:10 -  1.9
+++ control 1 May 2008 17:59:57 -   1.10
@@ -1,34 +1,33 @@
 Source: esmart
 Section: libs
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), automake1.7 | automaken, libtool, 
pkg-config, libecore0-dev, libevas0-dev, libepsilon0-dev, libimlib2-dev, 
libedje0-dev, libepeg0-dev
-Standards-Version: 3.6.1.0
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
+Build-Depends: cdbs, debhelper (>= 6), libtool, pkg-config, libecore-dev, 
libevas-dev, libepsilon-dev, libimlib2-dev, libedje-dev, libepeg-dev
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
 Package: libesmart0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Suggests: esmart0-test (= ${Source-Version})
+Suggests: libesmart-bin (= ${Source-Version})
 Provides: libesmart
 Description: The Esmart Prototype Library
  Esmart provides a series of smart object prototypes for a variety of uses.
 
-Package: libesmart0-dev
+Package: libesmart-dev
 Architecture: any
 Section: libdevel
-Depends: libesmart0 (= ${Source-Version}), libecore0-dev, libevas0-dev, 
libepsilon0-dev, libedje0-dev
-Provides: libesmart-dev
-Conflicts: libesmart-dev
+Depends: libesmart0 (= ${Source-Version}), libecore-dev, libevas-dev, 
libepsilon-dev, libedje-dev
+Provides: libesmart0-dev
 Description: Development files for Esmart
  Esmart is a utility library based on the libraries provided by the
  Enlightenment project.
 
-Package: esmart0-bin
+Package: libesmart-bin
 Section: graphics
 Architecture: any
 Depends: ${shlibs:Depends}
-Provides: esmart-bin
+Provides: libesmart0-bin
 Description: Programs for Esmart
  This package provides programs packaged with Esmart.
  .
===
RCS file: /cvs/e/e17/libs/esmart/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules   2 Apr 2006 07:38:06 -   1.2
+++ rules   1 May 2008 17:59:57 -   1.3
@@ -1,87 +1,9 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_MAKE_CLEAN_TARGET := clean
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
-
-CFLAGS ?= -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-   CFLAGS += -O0
-else
-   CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   INSTALL_PROGRAM += -s
-endif
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-INSTALL=/usr/bin/install -p
-CONFIGUREOPTS = --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) 
--host=$(DEB_HOST_GNU_TYPE)
-package=libesmart0
-
-configure: configure-stamp
-configure-stamp:
-   dh_testdir
-
-   test -x autogen.sh && ./autogen.sh $(CONFIGUREOPTS) || ./configure 
$(CONFIGUREOPTS)
-
-   touch configure-stamp
-
-build: configure build-stamp
-build-stamp:
-   dh_testdir
-
-   $(MAKE)
-
-   touch build-stamp
-
-clean:
-   dh_testdir
-   rm -f build-stamp configure-stamp
-
-   -mv debian/changelog debian/changelog.saved
-   -$(MAKE) distclean
-   -mv debian/changelog.saved debian/changelog
-
-   dh_clean
-
-install: build
-   dh_testdir
-   dh_testroot
-   dh_clean -k
-   dh_installdirs
-
-   $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-binary-indep: build install
-
-binary-arch: build install
-   dh_testdir
-   dh_testroot
-   dh_installdocs AUTHORS 

E CVS: libs/etk kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/etk

Dir : e17/libs/etk/debian


Modified Files:
changelog.in control rules 
Added Files:
libetk-bin.install libetk-dev.install 
libetk-engine-evas-software-x11.install 
libetk-engine-evas-x11.install libetk-engine-evas.install 
libetk-engine-fb.install 
Removed Files:
etk0-bin.install libetk0-dev.install 
libetk0-engine-evas-software-x11.install 
libetk0-engine-evas-x11.install libetk0-engine-evas.install 
libetk0-engine-fb.install 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/libs/etk/debian/changelog.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- changelog.in3 Jul 2007 13:17:04 -   1.2
+++ changelog.in1 May 2008 17:28:34 -   1.3
@@ -2,5 +2,5 @@
 
   * a CVS snapshot release.
 
- -- E17 Debian Team <[EMAIL PROTECTED]>  Tue,  30 Mar 2006 00:33:25 +
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu,  1 May 2008 19:13:19 +
 
===
RCS file: /cvs/e/e17/libs/etk/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- control 25 May 2007 11:49:04 -  1.7
+++ control 1 May 2008 17:28:34 -   1.8
@@ -1,80 +1,81 @@
 Source: etk
 Section: libs
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libevas-dev, libecore-dev, 
libedje-dev
-Standards-Version: 3.7.2
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
+Build-Depends: cdbs, debhelper (>= 6), libevas-dev, libecore-dev, libedje-dev
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
 Package: libetk0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas, libecore, libedje, 
libetk0-engine-evas-software-x11
+Depends: ${shlibs:Depends}, libevas, libecore, libedje, 
libetk-engine-evas-software-x11 (= ${Source-Version})
 Provides: libetk
 Description: A widget toolkit based on the EFL
  ETK is a widget toolkit based on the enlightenment foundation libraries.
 
-Package: libetk0-engine-fb
+Package: libetk-engine-fb
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas, libecore, libedje, libetk0
-Provides: libetk-engine-fb
+Depends: ${shlibs:Depends}, libetk0 (= ${Source-Version}), libevas, libecore, 
libedje
+Provides: libetk0-engine-fb
 Description: Framebuffer engine for Etk
  ETK is a widget toolkit based on the enlightenment foundation libraries.
  .
  This package provides the framebuffer device render engine.
 
-Package: libetk0-engine-evas
+Package: libetk-engine-evas
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas, libecore, libedje, libetk0
-Provides: libetk-engine-evas
+Depends: ${shlibs:Depends}, libetk0 (= ${Source-Version}), libevas, libecore, 
libedje
+Provides: libetk0-engine-evas
 Description: Evas engine for Etk
  ETK is a widget toolkit based on the enlightenment foundation libraries.
  .
  This package provides the Evas rendering engine.
 
-Package: libetk0-engine-evas-x11
+Package: libetk-engine-evas-x11
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas, libecore, libedje, libetk0, 
libetk0-engine-evas
-Provides: libetk-engine-evas-x11
+Depends: ${shlibs:Depends}, libetk0 (= ${Source-Version}), libevas, libecore, 
libedje, libetk-engine-evas (= ${Source-Version})
+Provides: libetk0-engine-evas-x11
 Description: X11 engine for Etk
  ETK is a widget toolkit based on the enlightenment foundation libraries.
  .
  This package provides the X11 rendering engine.
 
-Package: libetk0-engine-evas-software-x11
+Package: libetk-engine-evas-software-x11
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas, libecore, libedje, libetk0, 
libetk0-engine-evas-x11
-Provides: libetk-engine-evas-software-x11
+Depends: ${shlibs:Depends}, libetk0 (= ${Source-Version}), 
libetk-engine-evas-x11 (= ${Source-Version})
+Provides: libetk0-engine-evas-software-x11
 Description: X11 software engine for Etk
  ETK is a widget toolkit based on the enlightenment foundation libraries.
  .
  This package provides the X11 software rendering engine.
 
-Package: libetk0-engine-all
+Package: libetk-engine-all
 Architecture: any
 Section: libs
-Depends: libevas, libecore, libedje, libetk0, libetk0-engine-evas-x11, 
libetk0-engine-evas, libetk0-engine-evas-software-x11, libetk0-engine-fb
-Provides: libetk-engine-all
+Depends: libetk0 (= ${Source-Version}), libetk-engine-evas-x11 (= 
${Source-Version}), libetk-engine-evas (= ${Source-Version}), 
libetk-engine-evas-software-x11 (= ${Source-Version}), libetk-engine-fb (= 
${Source-Version})
+Provides: libetk0-engine-all
 Description: Virtual package provfing all engines for Etk
  ETK is a widget toolkit based on the enlightenment foundation libra

E CVS: debian kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e_modules
Module  : debian

Dir : e_modules/debian


Modified Files:
control 


Log Message:
Update emodules' dependencies.

===
RCS file: /cvs/e/e_modules/debian/control,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- control 1 May 2008 15:43:08 -   1.30
+++ control 1 May 2008 17:01:16 -   1.31
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.0.0), enlightenment-dev, libexml-dev, 
libxkbfile-dev, libxslt-dev, libxcomposite-dev, libxdamage-dev, libxrender-dev, 
emprint, libe-dbus0-dev
+Build-Depends: cdbs, debhelper (>= 4.0.0), enlightenment-dev, libexml-dev, 
libxkbfile-dev, libxslt-dev, libxcomposite-dev, libxdamage-dev, libxrender-dev, 
emprint, libedbus-dev, emprint
 Standards-Version: 3.7.3
 Homepage: http://www.enlightenment.org
 
@@ -180,7 +180,7 @@
 
 Package: emodule-notification
 Architecture: any
-Depends: ${shlibs:Depends}, enlightenment, libe-dbus0
+Depends: ${shlibs:Depends}, enlightenment
 Provides: emodule0-notification
 Description: E17 notification daemon
  An E17 module which provides a notification daemon for E17. It implements



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/exhibit kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit/debian


Modified Files:
changelog.in control rules 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/apps/exhibit/debian/changelog.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- changelog.in6 Apr 2006 17:18:42 -   1.1
+++ changelog.in1 May 2008 16:53:43 -   1.2
@@ -2,5 +2,5 @@
 
   * a CVS snapshot release.
 
- -- E17 Debian Team <[EMAIL PROTECTED]>  Thu, 15 Dec 2005 21:55:42 +0100
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu, 01 May 2008 16:52:50 +
 
===
RCS file: /cvs/e/e17/apps/exhibit/debian/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- control 8 Jul 2006 16:56:29 -   1.4
+++ control 1 May 2008 16:53:43 -   1.5
@@ -1,9 +1,10 @@
 Source: exhibit
 Section: x11
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libetk-dev, libepsilon-dev, 
enlightenment-dev
-Standards-Version: 3.6.2.2
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 6), libetk-dev, libepsilon-dev, enlightenment-dev
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
 Package: exhibit
 Architecture: any
===
RCS file: /cvs/e/e17/apps/exhibit/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules   8 Jul 2006 16:56:30 -   1.2
+++ rules   1 May 2008 16:53:43 -   1.3
@@ -5,5 +5,5 @@
 DEB_MAKE_CLEAN_TARGET := clean
 
 clean::
-   if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi
+   ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)
 



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : apps/e

Dir : e17/apps/e/debian


Modified Files:
control 


Log Message:
correct emodules package name.

===
RCS file: /cvs/e/e17/apps/e/debian/control,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- control 28 Apr 2008 15:10:25 -  1.27
+++ control 1 May 2008 15:43:53 -   1.28
@@ -27,7 +27,7 @@
 Package: e17
 Architecture: any
 Section: x11
-Depends: enlightenment (>= 0.16.999.000), e17-modules
+Depends: enlightenment (>= 0.16.999.000), emodules-all
 Description: Virtual package providing the E17 desktop shell 
  Enlightenment is an advanced window manager for X11. Unique
  features include: a fully animated background, nice drop shadows



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: debian kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e_modules
Module  : debian

Dir : e_modules/debian


Modified Files:
control 


Log Message:
correct package names.

===
RCS file: /cvs/e/e_modules/debian/control,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- control 29 Apr 2008 15:57:30 -  1.29
+++ control 1 May 2008 15:43:08 -   1.30
@@ -6,131 +6,131 @@
 Standards-Version: 3.7.3
 Homepage: http://www.enlightenment.org
 
-Package: emodule0-alarm
+Package: emodule-alarm
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-alarm
+Provides: emodule0-alarm
 Description: The E17 Alarm Module
  A module to set Alarms in Enlightenment 17.
 
-Package: emodule0-bling
+Package: emodule-bling
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-bling
+Provides: emodule0-bling
 Description: An E17 module providing a Composite Manager
  An E17 module which acts as a Composite Manager.
 
-Package: emodule0-calendar
+Package: emodule-calendar
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-calendar
+Provides: emodule0-calendar
 Description: E17 calendar module
  An E17 module which displays a calendar on the desktop.
  
-Package: emodule0-cpu
+Package: emodule-cpu
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-cpu
+Provides: emodule0-cpu
 Description: E17 monitor module for the CPU load
  An E17 module which displays the current CPU load. Features are:
  - draw a graph and/or draw the decimal load percentage
  - adjust the check interval.
  
-Package: emodule0-deskshow
+Package: emodule-deskshow
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-deskshow
+Provides: emodule0-deskshow
 Description: E17 module which minimizes all windows
  An E17 module which minimizes all windows in order to show the
  desktop.
  
-Package: emodule0-echo
+Package: emodule-echo
 Architecture: any
 Depends: ${shlibs:Depends}, libc6 (>= 2.5), enlightenment
-Provides: emodule-echo
+Provides: emodule0-echo
 Description: E17 sound volume module
  An E17 module which allows the user to adjust the volume of the sound
  system.
 
-Package: emodule0-efm-nav
+Package: emodule-efm-nav
 Architecture: any
 Depends: ${shlibs:Depends}, libc6 (>= 2.5), enlightenment
-Provides: emodule-efm-nav
+Provides: emodule0-efm-nav
 Description: E17 file manager navigation module
  An E17 module which allows the user to navigate through the file manager
  history.
 
-Package: emodule0-efm-path
+Package: emodule-efm-path
 Architecture: any
 Depends: ${shlibs:Depends}, libc6 (>= 2.5), enlightenment
-Provides: emodule-efm-path
+Provides: emodule0-efm-path
 Description: E17 file manager path module
  An E17 module which allows for displaying and editing the path in the
  file manager.
 
-Package: emodule0-emu
+Package: emodule-emu
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-emu
+Provides: emodule0-emu
 Description: An E17 module front end
  An E17 module which works as a front end that runs arbitrary back
  ends written in any language.  Emu provides a high level interface
  to some of the things that modules typically do.  The backends can
  be written by anybody in any language.
  
-Package: emodule0-execwatch
+Package: emodule-execwatch
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-execwatch
+Provides: emodule0-execwatch
 Description: E17 for monitoring frequent command results
  The execwatch module for E17 allows the user to monitor commands and adds
  an icon to the shelf. Whenever the exitcode or an expected string changes
  the icon changes as well.
  
-Package: emodule0-flame
+Package: emodule-flame
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-flame
+Provides: emodule0-flame
 Description: An E17 module that draws flames on the desktop
  Flame is an E17 module which draws flames of configurable colors on
  the lower part of the screen.
 
-Package: emodule0-forecasts
+Package: emodule-forecasts
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-forecasts
+Provides: emodule0-forecasts
 Description: An E17 module which displays weather forecasts
  Forecasts is an E17 module which displays the weather forecast.
 
-Package: emodule0-iiirk
+Package: emodule-iiirk
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment
-Provides: emodule-iiirk
+Provides: emodule0-iiirk
 Description: An E17 taskbar module
  The Iiirk module acts like a taskbar for selected applications only. The
  purpose of this is having a module behaving like a tray would dock some
  icons. Due to the status of the system tray specification this module
  doesn't rely on it, but instead on .desktop and netwm icons only.
 
-Package: emodule0-language
+Package: emodule-lang

E CVS: libs/ewl kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/debian


Modified Files:
changelog.in control rules 
Added Files:
libewl-bin.install libewl-dev.install 
libewl-engine-evas-buffer.install 
libewl-engine-evas-fb.install 
libewl-engine-evas-gl-x11.install 
libewl-engine-evas-software-x11.install 
libewl-engine-evas-xrender.install libewl-engine-evas.install 
libewl-engine-x11.install libewl-engines-all.install 
libewl-plugins.install 
Removed Files:
ewl0-bin.install libewl0-dev.install 
libewl0-engine-evas-buffer.install 
libewl0-engine-evas-fb.install 
libewl0-engine-evas-gl-x11.install 
libewl0-engine-evas-software-x11.install 
libewl0-engine-evas-xrender.install 
libewl0-engine-evas.install libewl0-engine-x11.install 
libewl0-engines-all.install libewl0-plugins.install 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/libs/ewl/debian/changelog.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- changelog.in11 Oct 2005 02:15:12 -  1.1
+++ changelog.in1 May 2008 14:12:10 -   1.2
@@ -2,4 +2,4 @@
 
   * a CVS release
   
- -- Sytse Wielinga <[EMAIL PROTECTED]>  Sun,  8 Aug 2004 12:41:27 +0200
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu,  1 May 2008 15:54:21 +
===
RCS file: /cvs/e/e17/libs/ewl/debian/control,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- control 18 Feb 2008 20:22:49 -  1.16
+++ control 1 May 2008 14:12:10 -   1.17
@@ -1,129 +1,123 @@
 Source: ewl
 Section: libs
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), cdbs, automake1.9, libtool, pkg-config, 
libevas0-dev, libevas0-all, libecore0-dev, libedje0-dev, libemotion0-dev, 
edje0-bin, embryo0-bin, libepsilon0-dev
-Standards-Version: 3.7.2
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>> 4.0.0), cdbs, automake1.9, libtool, pkg-config, 
libevas-dev, libecore-dev, libedje-dev, libemotion-dev, libedje-bin, 
libembryo-dev, libepsilon-dev
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
 Package: libewl0
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libewl0-engine-evas-software-x11, 
libevas0-engine-software-x11
+Depends: ${shlibs:Depends}
 Provides: libewl
-Suggests: ewl0-bin
-Recommends: libewl0-engines-all
 Description: The Enlightened Widget Library (EWL)
  EWL is a widget library based on the Enlightenment Foundation Libraries
  .
  This package provides the EWL runtime library including a basic software
  X11 render engine.
 
-Package: libewl0-dev
+Package: libewl-dev
 Architecture: any
-Section: devel
+Section: libdevel
 Depends: libewl0 (= ${Source-Version}), libc6-dev | libc-dev, libevas-dev, 
libecore-dev, libemotion-dev
-Provides: libewl-dev
 Description: Development files for EWL
  EWL is a widget library based on the Enlightenment Foundation Libraries
  .
  This package contains headers, static libraries and examples for
  development with EWL.
 
-Package: libewl0-engines-all
-Section: libs
+Package: libewl-engines-all
 Architecture: any
-Depends: libewl0-engine-evas-fb, libewl0-engine-evas-software-x11, 
libewl0-engine-x11, libewl0-engine-evas, libewl0-engine-evas-xrender, 
libewl0-engine-evas-buffer
-Provides: libewl-engines-all
+Depends: libewl-engine-evas-fb, libewl-engine-evas-software-x11, 
libewl-engine-x11, libewl-engine-evas, libewl-engine-evas-xrender, 
libewl-engine-evas-buffer
 Description: virtual package providing all available EWL engines
  EWL is a widget library based on the Enlightenment Foundation Libraries
  .
  This package provides all available render engines for EWL.
 
-Package: libewl0-engine-evas
+Package: libewl-engine-evas
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libevas0
-Provides: libewl-engine-evas
+Depends: ${shlibs:Depends}
+Provides: libewl0-engine-evas
 Description: The main EVAS engine for EWL
  EWL is a widget library based on the Enlightenment Foundation Libraries
  .
  This package provides the main EVAS engine for EWL.
 
-Package: libewl0-engine-evas-buffer
+Package: libewl-engine-evas-buffer
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libevas0-engine-buffer
-Provides: libewl-engine-evas-buffer
+Depends: ${shlibs:Depends}
+Provides: libewl0-engine-evas-buffer
 Description: The buffer engine for EWL provided by EVAS 
  EWL is a widget library based on the Enlightenment Foundation Libraries
  .
  This package provides buffer render engine for EWL.
 
-Package: libewl0-engine-evas-fb
+Package: libewl-engine-evas-fb
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libevas0-engine

E CVS: libs/emotion kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/emotion

Dir : e17/libs/emotion/debian


Modified Files:
changelog.in control rules 
Added Files:
libemotion-bin.install libemotion-dev.install 
libemotion-gstreamer.install libemotion-xine.install 
Removed Files:
emotion0-bin.install libemotion0-dev.install 
libemotion0-gstreamer.install libemotion0-xine.install 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/libs/emotion/debian/changelog.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- changelog.in3 Jul 2007 12:50:30 -   1.2
+++ changelog.in1 May 2008 13:47:48 -   1.3
@@ -2,5 +2,5 @@
 
   * CVS Release.
 
- -- E17 Debian Team <[EMAIL PROTECTED]>  Sun,  8 Aug 2004 12:16:33 +0200
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu, 01 Apr 2008 15:11:22 +
 
===
RCS file: /cvs/e/e17/libs/emotion/debian/control,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- control 18 Feb 2008 07:44:10 -  1.11
+++ control 1 May 2008 13:47:48 -   1.12
@@ -1,8 +1,10 @@
 Source: emotion
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 5), pkg-config, libeet-dev, libevas-dev, 
libedje-dev, libecore-dev, libembryo-dev, libxine-dev (>=1.1.0), 
libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev
-Standards-Version: 3.7.2
+Section: libs
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
+Build-Depends: cdbs, debhelper (>= 6), pkg-config, libeet-dev, libevas-dev, 
libedje-dev, libecore-dev, libembryo-dev, libxine-dev (>=1.1.0), 
libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
 Package: libemotion0
 Section: libs
@@ -15,11 +17,11 @@
  .
  This package contains the shared libraries.
 
-Package: libemotion0-dev
+Package: libemotion-dev
 Section: libdevel
 Architecture: any
 Depends: libemotion0 (= ${Source-Version}), libevas-dev, libecore-dev
-Provides: libemotion-dev
+Provides: libemotion0-dev
 Description: Headers, static libraries and documentation for Emotion
  This package contains development files for the Emotion library, a wrapper
  library used in the next-generation Enlightenment suite for video playback.
@@ -27,7 +29,7 @@
  This package contains headers and static libraries for development with
  libemotion.
 
-Package: libemotion0-xine
+Package: libemotion-xine
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, libemotion0, libxine1 (>=1.1.0)
@@ -38,10 +40,10 @@
  .
  This package provides the xine module for emotion.
 
-Package: libemotion0-gstreamer
+Package: libemotion-gstreamer
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libemotion0, gstreamer0.10-plugins-good, 
gstreamer0.10-ffmpeg
+Depends: ${shlibs:Depends}, libemotion0, gstreamer0.10-plugins-good
 Provides: libemotion-gstreamer
 Description: Video playback library used in Enlightenment DR0.17
  This is the emotion library, a wrapper library used in the next-generation
@@ -49,11 +51,11 @@
  . 
  This package provides the gstreamer module for emotion.
 
-Package: emotion0-bin
+Package: libemotion-bin
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}
-Provides: emotion-bin
+Provides: libemotion0-bin
 Description: Test programs for Emotion
  This is the emotion library, a wrapper library used in the next-generation
  Enlightenment suite for video playback.
===
RCS file: /cvs/e/e17/libs/emotion/debian/rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- rules   3 Jul 2007 12:50:30 -   1.4
+++ rules   1 May 2008 13:47:48 -   1.5
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_MAKE_CLEAN_TARGET := clean
+
 clean::
-   ./autogen.sh --prefix=/usr
-   
+   ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/epsilon kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/epsilon

Dir : e17/libs/epsilon/debian


Modified Files:
changelog.in control rules 
Added Files:
libepsilon-bin.install libepsilon-dev.install 
Removed Files:
epsilon0-bin.install libepsilon0-dev.install 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/libs/epsilon/debian/changelog.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- changelog.in2 Apr 2006 08:18:21 -   1.2
+++ changelog.in1 May 2008 13:10:22 -   1.3
@@ -2,5 +2,5 @@
 
   * a CVS snapshot release.
 
- -- E17 Debian Team <[EMAIL PROTECTED]>  Sun, 02 Apr 2006 16:13:04 +0900
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu, 01 May 2008 14:56:36 +
 
===
RCS file: /cvs/e/e17/libs/epsilon/debian/control,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- control 18 Feb 2008 07:44:10 -  1.12
+++ control 1 May 2008 13:10:22 -   1.13
@@ -1,15 +1,16 @@
 Source: epsilon
 Section: libs
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
 Build-Depends: cdbs, debhelper (>= 5), pkg-config, zlib1g-dev, libepeg-dev, 
libevas-dev, libecore-dev, libedje-dev, libimlib2-dev, libpng12-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
-Package: libepsilon0-dev
+Package: libepsilon-dev
 Section: libdevel
 Architecture: any
 Depends: libepsilon0 (= ${Source-Version})
-Provides: libepsilon-dev
+Provides: libepsilon0-dev
 Description: Enlightenment thumbnailing library development files
  This is a small, display independent, and quick thumbnailing library.
  .
@@ -17,21 +18,19 @@
  libepeg.
 
 Package: libepsilon0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: epsilon-bin
+Recommends: libepsilon-bin
 Provides: libepsilon
 Description: Enlightenment thumbnailing library API
  This is a small, display independent, and quick thumbnailing library.
  .
  This package contains the shared library.
 
-Package: epsilon0-bin
-Section: libs
+Package: libepsilon-bin
 Architecture: any
 Depends: ${shlibs:Depends}
-Provides: epsilon-bin
+Provides: libepsilon0-bin
 Description: Enlightenment thumbnailing binary
  This is a small, display independent, and quick thumbnailing library.
  .
===
RCS file: /cvs/e/e17/libs/epsilon/debian/rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- rules   3 Jul 2007 12:23:38 -   1.4
+++ rules   1 May 2008 13:10:22 -   1.5
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_MAKE_CLEAN_TARGET := clean
+
 clean::
-   ./autogen.sh --prefix=/usr
+   ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/epeg kaethorn

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/epeg

Dir : e17/libs/epeg/debian


Modified Files:
changelog.in control rules 
Added Files:
libepeg-bin.install libepeg-dev.install 
Removed Files:
epeg0-bin.install libepeg0-dev.install 


Log Message:
update Debian packaging.

===
RCS file: /cvs/e/e17/libs/epeg/debian/changelog.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- changelog.in13 Apr 2006 09:32:46 -  1.4
+++ changelog.in1 May 2008 13:07:26 -   1.5
@@ -2,5 +2,5 @@
 
   * Initial CVS release
 
- -- E17 Debian Team <[EMAIL PROTECTED]>  Sun, 02 Apr 2006 16:13:04 +0900
+ -- Falko Schmidt <[EMAIL PROTECTED]>  Thu, 01 Apr 2008 14:59:32 +
 
===
RCS file: /cvs/e/e17/libs/epeg/debian/control,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- control 18 Feb 2008 07:50:29 -  1.11
+++ control 1 May 2008 13:07:26 -   1.12
@@ -1,15 +1,16 @@
 Source: epeg
 Section: libs
 Priority: optional
-Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 5), automake1.7 | automaken, libtool, 
libjpeg62-dev
-Standards-Version: 3.7.2
+Maintainer: Falko Schmidt <[EMAIL PROTECTED]>
+Build-Depends: cdbs, debhelper (>= 6), libtool, libjpeg62-dev
+Standards-Version: 3.7.3
+Homepage: http://www.enlightenment.org
 
-Package: libepeg0-dev
+Package: libepeg-dev
 Section: libdevel
 Architecture: any
-Depends: libepeg0 (= ${Source-Version}), libjpeg62-dev
-Provides: libepeg-dev
+Depends: libepeg0 (= ${Source-Version}), libjpeg-dev
+Provides: libepeg0-dev
 Description: Enlightenment jpeg thumbnailer library development files
  This package contains headers and static libraries for development with
  libepeg.
@@ -17,7 +18,7 @@
 Package: libepeg0
 Section: libs
 Architecture: any
-Suggests: epeg-bin
+Suggests: libepeg-bin
 Depends: ${shlibs:Depends}
 Provides: libepeg
 Description: Enlightenment jpeg thumbnailer library API
@@ -26,11 +27,11 @@
  information with these thumbnails, retreiving it and managing to load
  the image ready for scaling with the minimum of fuss and CPU overhead.
 
-Package: epeg0-bin
+Package: libepeg-bin
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Provides: epeg-bin
+Provides: libepeg0-bin
 Description: Enlightenment jpeg thumbnailer programs
  It's a convenience library API to using libjpeg to load JPEG images
  destined to be turned into thumbnails of the original, saving
===
RCS file: /cvs/e/e17/libs/epeg/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules   3 Jul 2007 12:12:13 -   1.2
+++ rules   1 May 2008 13:07:26 -   1.3
@@ -3,5 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_MAKE_CLEAN_TARGET := clean
+
 clean::
-   ./autogen.sh --prefix=/usr
+   ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: www kwo

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kwo
Project : web
Module  : www

Dir : web/www/p/about


Modified Files:
en-body 


Log Message:
Update e16 release info (0.16.8.13).

===
RCS file: /cvs/e/web/www/p/about/en-body,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- en-body 17 Feb 2008 16:35:59 -  1.10
+++ en-body 1 May 2008 12:41:45 -   1.11
@@ -25,7 +25,7 @@
 Enlightenment DR16

 Version 0.16 of the Enlightenment window manager was released in 2000, 
along with 

 its dependencies Imlib and Fnlib. DR17 remains in heavy usage today. While 
rumors of its 

-death still circulate, DR16.8.12 was released on February 16th, 2008, and 
it remains in 

+death still circulate, DR16.8.13 was released on May 1st, 2008, and it 
remains in 

 development today with a long life still ahead of it.  DR16 has been the 
choice of power 

 users and artists due to its low overhead, highly graphical, widely 
theme-able, extremely 

 configurable, yet unobtrusive interface. Nearly all functions of the 
window manager can be 




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: www kwo

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kwo
Project : web
Module  : www

Dir : web/www/p/download


Modified Files:
en-body 


Log Message:
Update e16 release info (0.16.8.13).

===
RCS file: /cvs/e/web/www/p/download/en-body,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- en-body 17 Feb 2008 16:35:59 -  1.6
+++ en-body 1 May 2008 12:41:45 -   1.7
@@ -6,8 +6,8 @@
 There are a few different ways to get Enlightenment depending on your
 requirements.
 
-The latest version of DR16 is 0.16.8.12, released on February 16th,
-2008. Packages for the current, and previous, releases of DR16, core
+The latest version of DR16 is 0.16.8.13, released on May 1st, 2008.
+Packages for the current, and previous, releases of DR16, core
 themes, epplets, e16menuedit, e16keyedit, and imlib2 can be found on the
 http://sourceforge.net/project/showfiles.php?group_id=2";>SourceForge
 download page
@@ -27,7 +27,7 @@

 Enlightenment Source Code TAR.GZ
 
- http://prdownloads.sourceforge.net/enlightenment/e16-0.16.8.12.tar.gz?download";>e16-0.16.8.12.tar.gz
+ http://prdownloads.sourceforge.net/enlightenment/e16-0.16.8.13.tar.gz?download";>e16-0.16.8.13.tar.gz
 
  

@@ -35,7 +35,7 @@

 Source Package RPM
 
- http://prdownloads.sourceforge.net/enlightenment/e16-0.16.8.12-1.fc6.src.rpm?download";>e16-0.16.8.12-1.fc6.src.rpm
+ http://prdownloads.sourceforge.net/enlightenment/e16-0.16.8.13-1.fc8.src.rpm?download";>e16-0.16.8.13-1.fc8.src.rpm
 
  

@@ -43,7 +43,7 @@

 Linux i386 Binary RPM
 
- http://prdownloads.sourceforge.net/enlightenment/e16-0.16.8.12-1.fc6.i386.rpm?download";>e16-0.16.8.12-1.fc6.i386.rpm
+ http://prdownloads.sourceforge.net/enlightenment/e16-0.16.8.13-1.fc8.i386.rpm?download";>e16-0.16.8.13-1.fc8.i386.rpm
 
  




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: e kwo

2008-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir : e16/e


Modified Files:
configure.in ChangeLog timestamp.h 


Log Message:
Thu May  1 13:33:22 CEST 2008
(Kim)

--- 0.16.8.13 ---

===
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -3 -r1.257 -r1.258
--- configure.in3 Apr 2008 17:49:45 -   1.257
+++ configure.in1 May 2008 11:33:43 -   1.258
@@ -1,5 +1,5 @@
 m4_define([pkg_version],  [0.16.8.13])
-m4_define([pkg_revision], [0.03])
+dnl m4_define([pkg_revision], [0.03])
 m4_define([pkg_ver_rev],  m4_ifdef([pkg_revision], [pkg_version-pkg_revision], 
[pkg_version]))
 m4_define([rpm_revision], m4_ifdef([pkg_revision], [pkg_revision], [1]))
 
===
RCS file: /cvs/e/e16/e/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -3 -r1.255 -r1.256
--- ChangeLog   3 Apr 2008 17:49:45 -   1.255
+++ ChangeLog   1 May 2008 11:33:43 -   1.256
@@ -4732,3 +4732,10 @@
 Eliminate RRoot and VRoot.
 Rewrap more X stuff.
 Remove obsolete (I think) sgi _NO_ANSIMODE stuff. Cleanups.
+
+---
+
+Thu May  1 13:33:22 CEST 2008
+(Kim)
+
+--- 0.16.8.13 ---
===
RCS file: /cvs/e/e16/e/timestamp.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- timestamp.h 3 Apr 2008 17:49:46 -   1.51
+++ timestamp.h 1 May 2008 11:33:44 -   1.52
@@ -1 +1 @@
-#define E_CHECKOUT_DATE "$Date: 2008/04/03 17:49:46 $"
+#define E_CHECKOUT_DATE "$Date: 2008/05/01 11:33:44 $"



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs