Added debian subdir for elementary + its apps
authorDaniel Kolesa <quaker66@gmail.com>
Sat, 3 Jan 2009 12:34:59 +0000 (12:34 +0000)
committerDaniel Kolesa <quaker66@gmail.com>
Sat, 3 Jan 2009 12:34:59 +0000 (12:34 +0000)
Added patch to debian subdir for trunk/E-MODULES-EXTRA/language

SVN revision: 38438

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libelm-bin.install [new file with mode: 0644]
debian/libelm-dev.install [new file with mode: 0644]
debian/libelm0.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..473ed83
--- /dev/null
@@ -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
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..1e8b314
--- /dev/null
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..a4f446e
--- /dev/null
@@ -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
diff --git a/debian/copyright b/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/debian/libelm-bin.install b/debian/libelm-bin.install
new file mode 100644 (file)
index 0000000..30b643e
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/bin/elementary_test
diff --git a/debian/libelm-dev.install b/debian/libelm-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/debian/libelm0.install b/debian/libelm0.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/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..813b463
--- /dev/null
@@ -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)