From 2deaf9cfef72dede1fb55560a4975c7860b6497f Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 1 Jan 2009 11:35:17 +0000 Subject: [PATCH] Added new set of debian subdirs. BROKEN/etox e ecore e_dbus edje edje_editor edje_viewer eet efreet eina elicit elitaire embryo E-MODULES-EXTRA emotion emphasis empower emprint enhance enity entrance ephoto epsilon esmart estickies etk etk_extra evas evolve ewl exhibit exml expedite imlib2 imlib2_loaders MISC/engage OLD/eclair OLD/engrave OLD/enotes OLD/entrance_edit_gui OLD/e_utils OLD/evoak OLD/examine OLD/iconbar PROTO/etk_server PROTO/exchange PROTO/extrackt rage SVN revision: 38399 --- debian/changelog | 12 ++++++++++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/copyright | 40 ++++++++++++++++++++++++++++++++++++++++ debian/rules | 10 ++++++++++ 5 files changed, 77 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c7a4b0e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,12 @@ +ephoto (3.15.0-2) unstable; urgency=low + + * a SVN release. + + -- quaker Sat, 27 Dec 2008 12:54:55 +0100 + +ephoto (3.15.0-1) unstable; urgency=low + + * a CVS snapshot release. + + -- Falko Schmidt Sat, 3 May 2008 13:51:04 +0000 + 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..64d6a85 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: ephoto +Section: graphics +Priority: optional +Maintainer: E17 Debian Team +Build-Depends: cdbs, debhelper (>= 6), libecore-dev, libevas-dev, libewl1-dev, libedje-dev, libexif-dev, libepsilon0-dev, libsqlite3-dev +Standards-Version: 3.7.3 +Homepage: http://www.enlightenment.org + +Package: ephoto +Architecture: any +Depends: ${shlibs:Depends} +Description: A slideshow creator and much more + Ephoto is a powerful slideshow creator which can be used as an image viewer + or image editor/manipulator as well. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b717d01 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by E17 Debian Team on +Tue, 7 Mar 2006 13:30:15 +0000. + +The source code is from the e17/apps/ephoto module of the enlightenment CVS +tree. For more information, see: + + http://www.enlightenment.org/cvs.html + +Upstream Author: Stephen Houston + +Copyright: + +Icons from the tango project (http://tango.freedesktop.org) +For information see COPYING.icons + +Copyright (c) <2006>, +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of ephoto nor the names of its contributors may be used + to endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY +OF SUCH DAMAGE. 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)