Added elementary debian metadata.
authorEduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
Tue, 16 Jun 2009 00:44:12 +0000 (21:44 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
Tue, 16 Jun 2009 00:44:12 +0000 (21:44 -0300)
trunk/elementary/debian/changelog [new file with mode: 0644]
trunk/elementary/debian/compat [new file with mode: 0644]
trunk/elementary/debian/control [new file with mode: 0644]
trunk/elementary/debian/control.in [new file with mode: 0644]
trunk/elementary/debian/copyright [new file with mode: 0644]
trunk/elementary/debian/elementary0-bin.install [new file with mode: 0644]
trunk/elementary/debian/libelementary0-dev.install [new file with mode: 0644]
trunk/elementary/debian/libelementary0.install [new file with mode: 0644]
trunk/elementary/debian/rules [new file with mode: 0755]

diff --git a/trunk/elementary/debian/changelog b/trunk/elementary/debian/changelog
new file mode 100644 (file)
index 0000000..33ddf7e
--- /dev/null
@@ -0,0 +1,11 @@
+elementary (0.4.0+svn41038-maemo1) extras-devel; urgency=low
+
+  * SVN snapshot release 41038
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Mon, 15 Jun 2009 21:12:57 -0300
+
+elementary (0.4.0+svnYYYYMMDD-1) unstable; urgency=low
+
+  * a SVN release.
+
+ -- quaker <quaker66@gmail.com>  Fri, 23 May 2009 15:52:37 +0100
diff --git a/trunk/elementary/debian/compat b/trunk/elementary/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
diff --git a/trunk/elementary/debian/control b/trunk/elementary/debian/control
new file mode 100644 (file)
index 0000000..af113ab
--- /dev/null
@@ -0,0 +1,30 @@
+Source: elementary
+Section: x11
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Uploaders: Eduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
+Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), libecore0-dev, libevas0-dev, libeet1-dev, libedje0-dev, pkg-config, libtool, libeina0-dev, edje0-bin
+Standards-Version: 3.8.1
+Homepage: http://www.enlightenment.org
+
+Package: libelementary0-dev
+Section: libdevel
+Architecture: any
+Depends: libelementary0 (= ${Source-Version}), libecore0-dev, libevas0-dev, libeet1-dev, libedje0-dev
+Provides: libelementary-dev
+Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
+ This package contains devel content.
+
+Package: libelementary0
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: libelementary
+Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
+ This package contains a widget toolkit.
+
+Package: elementary0-bin
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: elementary-bin
+Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
+ This package contains elementary_test
diff --git a/trunk/elementary/debian/control.in b/trunk/elementary/debian/control.in
new file mode 100644 (file)
index 0000000..d63ab21
--- /dev/null
@@ -0,0 +1,30 @@
+Source: elementary
+Section: x11
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Uploaders: Eduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
+Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), libecore0-dev (>= @ECORE_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libeet1-dev (>= @EET_VERSION@), libedje0-dev (>= @EDJE_VERSION@), pkg-config, libtool, libeina0-dev (>= @EINA_VERSION@), edje0-bin (>= @EDJE_VERSION@)
+Standards-Version: 3.8.1
+Homepage: http://www.enlightenment.org
+
+Package: libelementary0-dev
+Section: libdevel
+Architecture: any
+Depends: libelementary0 (= ${Source-Version}), libecore0-dev (>= @ECORE_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libeet1-dev (>= @EET_VERSION@), libedje0-dev (>= @EDJE_VERSION@)
+Provides: libelementary-dev
+Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
+ This package contains devel content.
+
+Package: libelementary0
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: libelementary
+Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
+ This package contains a widget toolkit.
+
+Package: elementary0-bin
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: elementary-bin
+Description: Elementary - a basic widget set that is easy to use based on EFL for mobile
+ This package contains elementary_test
diff --git a/trunk/elementary/debian/copyright b/trunk/elementary/debian/copyright
new file mode 100644 (file)
index 0000000..67cec8a
--- /dev/null
@@ -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)
diff --git a/trunk/elementary/debian/elementary0-bin.install b/trunk/elementary/debian/elementary0-bin.install
new file mode 100644 (file)
index 0000000..30b643e
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/bin/elementary_test
diff --git a/trunk/elementary/debian/libelementary0-dev.install b/trunk/elementary/debian/libelementary0-dev.install
new file mode 100644 (file)
index 0000000..cc69688
--- /dev/null
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/*.a
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/pkgconfig/*.pc
diff --git a/trunk/elementary/debian/libelementary0.install b/trunk/elementary/debian/libelementary0.install
new file mode 100644 (file)
index 0000000..60d0439
--- /dev/null
@@ -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
diff --git a/trunk/elementary/debian/rules b/trunk/elementary/debian/rules
new file mode 100755 (executable)
index 0000000..8e9b5e8
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/maemo-cflags.mk
+
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+DEB_MAKE_CLEAN_TARGET := distclean
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+
+clean::
+       [ ! -f Makefile ] || make distclean