diff options
author | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
---|---|---|
committer | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
commit | f7314c870669f105d21814729b9fe2dd1160437d (patch) | |
tree | c5696f507133bb90ea3fef39fc4849c68f77fe2b /ecore/debian | |
parent | fix for struct usage ... -> and not "." (diff) | |
download | elock-f7314c870669f105d21814729b9fe2dd1160437d.tar.xz |
adding last snapshot of ecore for ecore_x_screensaver
Diffstat (limited to 'ecore/debian')
-rw-r--r-- | ecore/debian/.cvsignore | 11 | ||||
-rw-r--r-- | ecore/debian/CVS/Entries | 9 | ||||
-rw-r--r-- | ecore/debian/CVS/Repository | 1 | ||||
-rw-r--r-- | ecore/debian/CVS/Root | 1 | ||||
-rw-r--r-- | ecore/debian/CVS/Tag | 1 | ||||
-rw-r--r-- | ecore/debian/changelog.in | 5 | ||||
-rw-r--r-- | ecore/debian/control | 35 | ||||
-rw-r--r-- | ecore/debian/copyright | 32 | ||||
-rw-r--r-- | ecore/debian/ecore0-test.install | 2 | ||||
-rw-r--r-- | ecore/debian/libecore0-dev.install | 8 | ||||
-rw-r--r-- | ecore/debian/libecore0.install | 6 | ||||
-rw-r--r-- | ecore/debian/rules | 88 |
12 files changed, 199 insertions, 0 deletions
diff --git a/ecore/debian/.cvsignore b/ecore/debian/.cvsignore new file mode 100644 index 0000000..6ab87c7 --- /dev/null +++ b/ecore/debian/.cvsignore @@ -0,0 +1,11 @@ +Makefile +Makefile.in +ecore1-test +ecore1-test.substvars +files +libecore1 +libecore1-dev +libecore1.postinst.debhelper +libecore1.postrm.debhelper +libecore1.substvars +tmp diff --git a/ecore/debian/CVS/Entries b/ecore/debian/CVS/Entries new file mode 100644 index 0000000..ec038d4 --- /dev/null +++ b/ecore/debian/CVS/Entries @@ -0,0 +1,9 @@ +/.cvsignore/1.3/Thu Nov 13 12:30:47 2003//THEAD +/changelog.in/1.1/Thu Mar 10 15:19:34 2005//THEAD +/control/1.11/Fri Jun 10 08:00:55 2005//THEAD +/copyright/1.4/Tue Sep 23 08:09:21 2003//THEAD +/ecore0-test.install/1.1/Thu Mar 10 15:19:34 2005//THEAD +/libecore0-dev.install/1.1/Thu Mar 10 15:19:34 2005//THEAD +/libecore0.install/1.1/Thu Mar 10 15:19:34 2005//THEAD +/rules/1.9/Thu Mar 10 15:19:34 2005//THEAD +D diff --git a/ecore/debian/CVS/Repository b/ecore/debian/CVS/Repository new file mode 100644 index 0000000..7dd3a6f --- /dev/null +++ b/ecore/debian/CVS/Repository @@ -0,0 +1 @@ +e17/libs/ecore/debian diff --git a/ecore/debian/CVS/Root b/ecore/debian/CVS/Root new file mode 100644 index 0000000..0b69fe3 --- /dev/null +++ b/ecore/debian/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment diff --git a/ecore/debian/CVS/Tag b/ecore/debian/CVS/Tag new file mode 100644 index 0000000..3903919 --- /dev/null +++ b/ecore/debian/CVS/Tag @@ -0,0 +1 @@ +NHEAD diff --git a/ecore/debian/changelog.in b/ecore/debian/changelog.in new file mode 100644 index 0000000..63044a8 --- /dev/null +++ b/ecore/debian/changelog.in @@ -0,0 +1,5 @@ +ecore (@VERSION@-1) unstable; urgency=low + + * a CVS release + + -- Sytse Wielinga <s.b.wielinga@student.utwente.nl> Sat, 18 Sep 2004 14:22:13 +0200 diff --git a/ecore/debian/control b/ecore/debian/control new file mode 100644 index 0000000..7c4c3aa --- /dev/null +++ b/ecore/debian/control @@ -0,0 +1,35 @@ +Source: ecore +Section: libs +Priority: optional +Maintainer: Sytse Wielinga <s.b.wielinga@student.utwente.nl> +Build-Depends: debhelper (>> 4.0.0), libedb1-dev, libeet0-dev, libevas0-dev, libssl-dev, libfreetype6-dev, libdirectfb-dev, automake1.7 | automaken, libtool +Standards-Version: 3.6.1.0 + +Package: libecore0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: Core abstraction layer for enlightenment DR 0.17 + This is the core event abstraction layer and X abstraction layer that makes + doing selections, Xdnd, general X stuff, and event loops, timeouts and idle + handlers fast, optimized, and convenient. It's a separate library so anyone + can make use of the work put into Ecore to make this job easy for + applications. + +Package: libecore0-dev +Architecture: any +Section: devel +Architecture: any +Depends: libecore0 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev +Provides: libecore-dev +Conflicts: libecore-dev, libecore0-dev +Description: libecore0 headers, static libraries and documentation + Headers, static libraries and documentation for the Ecore library. + +Package: ecore0-test +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: Test programs for libecore0 + Programs for testing Ecore and demonstrating what it can do. + diff --git a/ecore/debian/copyright b/ecore/debian/copyright new file mode 100644 index 0000000..71899fd --- /dev/null +++ b/ecore/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Laurence J. Lane <ljlane@debian.org> on +Sat, 28 Oct 2000 17:56:46 -0400. + +The source code is from the e17/libs/ecore module of the enlightenment CVS +tree. For more information, see: + + http://www.enlightenment.org/cvs.html + +Upstream Author: Carsten Haitzler <raster@rasterman.com> + +Copyright: + +Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies of the Software, its documentation and marketing & publicity +materials, and acknowledgment shall be given in the documentation, materials +and software packages that this Software was used. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/ecore/debian/ecore0-test.install b/ecore/debian/ecore0-test.install new file mode 100644 index 0000000..75f80b6 --- /dev/null +++ b/ecore/debian/ecore0-test.install @@ -0,0 +1,2 @@ +usr/bin/*test +usr/share/ecore/images/*.png diff --git a/ecore/debian/libecore0-dev.install b/ecore/debian/libecore0-dev.install new file mode 100644 index 0000000..e2738a0 --- /dev/null +++ b/ecore/debian/libecore0-dev.install @@ -0,0 +1,8 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/ecore*.a +usr/lib/pkgconfig/* +usr/lib/*.la +usr/share/aclocal/* +usr/bin/*-config diff --git a/ecore/debian/libecore0.install b/ecore/debian/libecore0.install new file mode 100644 index 0000000..70f1c39 --- /dev/null +++ b/ecore/debian/libecore0.install @@ -0,0 +1,6 @@ +usr/lib/lib*.so.* +usr/lib/ecore*.so +usr/share/ecore/fonts/*.ttf +usr/share/ecore/fonts/fonts.alias +usr/share/ecore/fonts/fonts.dir +usr/share/ecore/pointers/*.png diff --git a/ecore/debian/rules b/ecore/debian/rules new file mode 100644 index 0000000..a07ca63 --- /dev/null +++ b/ecore/debian/rules @@ -0,0 +1,88 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# This is the debhelper compatability version to use. +export DH_COMPAT=4 + + +CFLAGS ?= -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +INSTALL=/usr/bin/install -p +CONFIGUREOPTS = --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) +package=libecore0 + +configure: configure-stamp +configure-stamp: + dh_testdir + + test -x autogen.sh && ./autogen.sh $(CONFIGUREOPTS) || ./configure $(CONFIGUREOPTS) + + touch configure-stamp + +build: configure build-stamp +build-stamp: + dh_testdir + + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + rm -f build-stamp configure-stamp + + -$(MAKE) distclean + -rm -f configure-stamp build-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/ + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs AUTHORS README + dh_installchangelogs + dh_install --sourcedir=debian/tmp --list-missing + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_makeshlibs + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure |