Added debian subdir for elementary + its apps

Added patch to debian subdir for trunk/E-MODULES-EXTRA/language


SVN revision: 38438
This commit is contained in:
Daniel Kolesa 2009-01-03 12:34:59 +00:00
parent c67ff552a6
commit fadfdd783f
8 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,5 @@
elementary (0.1.0-1) unstable; urgency=low
* a SVN release.
-- quaker <quaker66@gmail.com> Fri, 03 Jan 2008 10:06:13 +0100

View File

@ -0,0 +1 @@
6

View File

@ -0,0 +1,26 @@
Source: elementary
Section: x11
Priority: optional
Maintainer: quaker <quaker66@gmail.com>
Build-Depends: debhelper (>= 6), cdbs, libecore-dev, libevas-dev, libeet-dev, libedje-dev
Standards-Version: 3.7.3
Homepage: http://www.enlightenment.org
Package: libelm-dev
Section: libdevel
Architecture: any
Depends: libelm0 (= ${binary:Version}), libecore-dev, libevas-dev, libeet-dev, libedje-dev
Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
This package contains devel content.
Package: libelm0
Architecture: any
Depends: ${shlibs:Depends}, libelm-bin
Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
This package contains a widget toolkit.
Package: libelm-bin
Architecture: any
Depends: ${shlibs:Depends}
Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
This package contains elementary_test

View File

@ -0,0 +1,12 @@
This package was debianized by quaker <quaker66@gmail.com> on
Fri, 03 Jan 2008 10:03:48 +0100.
Author: The Rasterman (Carsten Haitzler) <raster@rasterman.com>
Copyright:
Copyright (C) 2008 The Rasterman (Carsten Haitzler) <raster@rasterman.com>
License:
TBD (LGPL)

View File

@ -0,0 +1 @@
debian/tmp/usr/bin/elementary_test

View File

@ -0,0 +1,3 @@
debian/tmp/usr/lib/*.a
debian/tmp/usr/include/*
debian/tmp/usr/lib/pkgconfig/*.pc

View File

@ -0,0 +1,6 @@
debian/tmp/usr/lib/*.so.*
debian/tmp/usr/lib/*.so
debian/tmp/usr/share/elementary/images/*
debian/tmp/usr/share/elementary/objects/*
debian/tmp/usr/share/elementary/themes/*
debian/tmp/usr/share/icons/elementary.png

10
legacy/elementary/debian/rules 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)