Added new set of debian subdirs.

BROKEN/etox 
e 
ecore 
e_dbus 
edje 
edje_editor 
edje_viewer 
eet 
efreet 
eina 
elicit 
elitaire 
embryo 
E-MODULES-EXTRA 
emotion 
emphasis 
empower 
emprint 
enhance 
enity 
entrance 
ephoto 
epsilon 
esmart 
estickies 
etk 
etk_extra 
evas 
evolve 
ewl 
exhibit 
exml 
expedite 
imlib2 
imlib2_loaders 
MISC/engage 
OLD/eclair 
OLD/engrave 
OLD/enotes 
OLD/entrance_edit_gui 
OLD/e_utils 
OLD/evoak 
OLD/examine 
OLD/iconbar 
PROTO/etk_server 
PROTO/exchange 
PROTO/extrackt 
rage


SVN revision: 38399
This commit is contained in:
Daniel Kolesa 2009-01-01 11:35:17 +00:00
parent 90071951fe
commit a8ccc15ad1
5 changed files with 40 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
expedite (0.6.0-1) unstable; urgency=low
* a SVN release.
-- quaker <quaker66@gmail.com> Sat, 27 Dec 2008 14:48:46 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
6

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: expedite
Section: x11
Priority: optional
Maintainer: quaker <quaker66@gmail.com>
Build-Depends: cdbs, debhelper (>= 6), libevas-dev
Standards-Version: 3.7.3
Homepage: http://www.enlightenment.org
Package: expedite
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libevas-engines, libevas-engines-extras
Description: Benchmarking suite for Evas
This is meant to be a detailed and comprehensive benchmark suite for Evas.

10
debian/copyright vendored Normal file
View File

@ -0,0 +1,10 @@
This package was debianized by quaker <quaker66@gmail.com> on
Sat, 27 Dec 2008 14:48:46 +0100.
Author(s):
The Rasterman (Carsten Haitzler) <raster@rasterman.com>
Tim Horton <hortont424@gmail.com>
License:
See the COPYING file

10
debian/rules vendored Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_CLEAN_TARGET := clean
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
clean::
./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)