From cbf41574938a57d5e7b8adf2f4a41fb1d04591a1 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Sat, 3 Jan 2009 12:34:59 +0000 Subject: [PATCH] Added debian subdir for elementary + its apps Added patch to debian subdir for trunk/E-MODULES-EXTRA/language SVN revision: 38438 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 12 ++++++++++++ debian/libelm-bin.install | 1 + debian/libelm-dev.install | 3 +++ debian/libelm0.install | 6 ++++++ debian/rules | 10 ++++++++++ 8 files changed, 64 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libelm-bin.install create mode 100644 debian/libelm-dev.install create mode 100644 debian/libelm0.install create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..473ed83 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +elementary (0.1.0-1) unstable; urgency=low + + * a SVN release. + + -- quaker Fri, 03 Jan 2008 10:06:13 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a4f446e --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: elementary +Section: x11 +Priority: optional +Maintainer: quaker +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 index 0000000..67cec8a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by quaker on +Fri, 03 Jan 2008 10:03:48 +0100. + +Author: The Rasterman (Carsten Haitzler) + +Copyright: + + Copyright (C) 2008 The Rasterman (Carsten Haitzler) + +License: + + TBD (LGPL) diff --git a/debian/libelm-bin.install b/debian/libelm-bin.install new file mode 100644 index 0000000..30b643e --- /dev/null +++ b/debian/libelm-bin.install @@ -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 index 0000000..cc69688 --- /dev/null +++ b/debian/libelm-dev.install @@ -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 index 0000000..60d0439 --- /dev/null +++ b/debian/libelm0.install @@ -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 index 0000000..813b463 --- /dev/null +++ b/debian/rules @@ -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) -- 2.7.4