Removed debian subfolders - prepared for a new set of debian subdirs.

SVN revision: 38398
This commit is contained in:
Daniel Kolesa 2009-01-01 11:25:05 +00:00
parent f0cacedacb
commit 7bd0f441bf
5 changed files with 0 additions and 70 deletions

1
debian/.cvsignore vendored
View File

@ -1 +0,0 @@
changelog

6
debian/changelog.in vendored
View File

@ -1,6 +0,0 @@
ephoto (@VERSION@-0cvs20070217) unstable; urgency=low
* a CVS snapshot release.
-- Falko Schmidt <falko@alphagemini.org Sat, 3 May 2008 13:51:04 +0000

14
debian/control vendored
View File

@ -1,14 +0,0 @@
Source: ephoto
Section: graphics
Priority: optional
Maintainer: E17 Debian Team <debian@edevelop.org>
Build-Depends: cdbs, debhelper (>= 6), libecore-dev, libevas-dev, libewl-dev, libedje-dev, libexif-dev, libepsilon-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.

40
debian/copyright vendored
View File

@ -1,40 +0,0 @@
This package was debianized by E17 Debian Team <debian@edevelop.org> 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>, <Stephen Houston>
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.

9
debian/rules vendored
View File

@ -1,9 +0,0 @@
#!/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
clean::
./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)