Removed debian subfolders - prepared for a new set of debian subdirs.
authorquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Jan 2009 11:25:05 +0000 (11:25 +0000)
committerquaker <quaker@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Jan 2009 11:25:05 +0000 (11:25 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@38398 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

31 files changed:
debian/.cvsignore [deleted file]
debian/changelog.in [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/libevas-dev.install [deleted file]
debian/libevas-doc.dirs [deleted file]
debian/libevas-doc.doc-base [deleted file]
debian/libevas-engine-buffer.install [deleted file]
debian/libevas-engine-fb.install [deleted file]
debian/libevas-engine-gl-x11.install [deleted file]
debian/libevas-engine-software-generic.install [deleted file]
debian/libevas-engine-software-x11.install [deleted file]
debian/libevas-engine-xrender.install [deleted file]
debian/libevas-engines-extra.install [deleted file]
debian/libevas-engines.install [deleted file]
debian/libevas-loader-eet.install [deleted file]
debian/libevas-loader-gif.install [deleted file]
debian/libevas-loader-jpeg.install [deleted file]
debian/libevas-loader-png.install [deleted file]
debian/libevas-loader-svg.install [deleted file]
debian/libevas-loader-tiff.install [deleted file]
debian/libevas-loader-xpm.install [deleted file]
debian/libevas-loaders.install [deleted file]
debian/libevas-saver-eet.install [deleted file]
debian/libevas-saver-jpeg.install [deleted file]
debian/libevas-saver-png.install [deleted file]
debian/libevas-saver-tiff.install [deleted file]
debian/libevas-savers.install [deleted file]
debian/libevas0.install [deleted file]
debian/rules [deleted file]

diff --git a/debian/.cvsignore b/debian/.cvsignore
deleted file mode 100644 (file)
index 6d10dce..0000000
+++ /dev/null
@@ -1 +0,0 @@
-changelog
diff --git a/debian/changelog.in b/debian/changelog.in
deleted file mode 100644 (file)
index a906310..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-evas (@VERSION@-1) unstable; urgency=low
-
-  * a CVS snapshot release.
-
- -- Falko Schmidt <falko@alphagemini.org>  Fri,  4 Apr 2008 15:13:56 +0000
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 1e8b314..0000000
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 5cd8edd..0000000
+++ /dev/null
@@ -1,319 +0,0 @@
-Source: evas
-Section: libs
-Priority: optional
-Maintainer: Falko Schmidt <falko@alphagemini.org>
-Build-Depends: debhelper (>= 6), cdbs, libeet-dev, libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev, libxrender-dev, x11proto-xext-dev, zlib1g, libjpeg62-dev, libtiff4-dev, libgif-dev, libfontconfig1-dev, libglu1-mesa-dev, mesa-common-dev, libxpm-dev, librsvg2-dev, doxygen
-Standards-Version: 3.7.3
-Homepage: http://www.enlightenment.org
-
-Package: libevas0
-Architecture: any
-Depends: ${shlibs:Depends}, libevas-loaders, libevas-savers
-Suggests: libevas0-engines
-Provides: libevas
-Description: enlightenment advanced canvas library
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains the core library.
-
-Package: libevas-doc
-Architecture: all
-Section: doc
-Enhances: libevas-dev
-Description: Evas API Documentation
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package provides development documentation (html and manpages) for the
- Evas library.
-
-Package: libevas-dev
-Section: libdevel
-Architecture: any
-Depends: libevas0 (= ${binary:Version}), libjpeg62-dev, libx11-dev, libfreetype6-dev, libfontconfig1-dev, libeet-dev, pkg-config
-Suggests: libevas-doc
-Description: Enlightenment DR17 advanced canvas library development files
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package provides headers and static libraries required to develop against
- evas.
-
-Package: libevas-dbg
-Architecture: any
-Section: libdevel
-Depends: libevas0 (= ${binary:Version})
-Priority: extra
-Description: enlightenment advanced canvas library
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- .
- This package contains unstripped shared libraries. It is provided primarily
- to provide a backtrace with names in a debugger, this makes it somewhat
- easier to interpret core dumps. The libraries are installed in
- /usr/lib/debug and are automatically used by gdb.
-
-Package: libevas-engine-fb
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas-engine-software-generic
-Description: Evas module providing a framebuffer render engine
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas engine module for framebuffer rendering.
-Package: libevas-engine-software-x11
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas-engine-software-generic
-Description: Evas module providing a software X11 render engine
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas engine module for software X11 rendering.
-
-Package: libevas-engine-software-generic
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0
-Description: Evas module providing a generic software render engine
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas engine module for generic software
- rendering.
-
-Package: libevas-engine-buffer
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas-engine-software-generic
-Description: Evas module providing a buffer render engine
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas engine module for buffer rendering.
-
-Package: libevas-engine-xrender
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas-engine-software-generic
-Description: Evas module providing a Xrender engine
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas engine module for Xrender.
-
-Package: libevas-engine-gl-x11
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas-engine-software-generic
-Description: Evas module providing an OpenGL engine
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas engine module for OpenGl.
-
-Package: libevas-loader-eet
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libeet1
-Description: Evas module providing an Eet loader
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas loader module for Eet.
-
-Package: libevas-loader-png
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libpng12-0
-Description: Evas module providing a PNG loader
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas loader module for PNG.
-
-Package: libevas-loader-jpeg
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libjpeg62
-Description: Evas module providing a JPEG loader
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas loader module for JPEG.
-
-Package: libevas-loader-gif
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libungif4g
-Description: Evas module providing a GIF loader
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas loader module for GIF.
-
-Package: libevas-loader-tiff
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libtiff4
-Description: Evas module providing a TIFF loader
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas loader module for TIFF.
-
-Package: libevas-loader-xpm
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libxpm4
-Description: Evas module providing a X11 pixmap loader
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas loader module for XPM.
-
-Package: libevas-loader-svg
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, librsvg2-2 
-Description: Evas module providing a SVG loader
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas loader module for SVG.
-
-Package: libevas-saver-eet
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libeet1
-Description: Evas module providing an Eet saver
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas saver module for Eet.
-
-Package: libevas-saver-png
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libpng12-0
-Description: Evas module providing a PNG saver
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas saver module for PNG.
-
-Package: libevas-saver-jpeg
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libjpeg62
-Description: Evas module providing a JPEG saver
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas saver module for JPEG.
-
-Package: libevas-saver-tiff
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, libevas0, libtiff4
-Description: Evas module providing a TIFF saver
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package contains an Evas saver module for TIFF.
-
-Package: libevas-engines
-Architecture: any
-Depends: libevas-engine-buffer, libevas-engine-software-generic, libevas-engine-software-x11, libevas-engine-xrender
-Description: virtual package providing important Evas engine modules
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package will install the following Evas engine modules:
-  - buffer
-  - software/genenric
-  - software/X11
-  - xrender/X11
-
-Package: libevas-engines-extra
-Architecture: any
-Depends: libevas-engine-fb, libevas-engine-gl-x11
-Description: virtual package providing optional Evas engine modules
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This package will install the following Evas engine modules:
-  - GL/X11
-  - Framebuffer
-
-Package: libevas-savers
-Section: graphics
-Architecture: any
-Depends: libevas-saver-eet, libevas-saver-jpeg, libevas-saver-png, libevas-saver-tiff
-Description: virtual package providing all available Evas savers
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This is a virtual package providing all available Evas saver modules.
-
-Package: libevas-loaders
-Section: graphics
-Architecture: any
-Depends: libevas-loader-eet, libevas-loader-jpeg, libevas-loader-png, libevas-loader-tiff, libevas-loader-gif, libevas-loader-xpm, libevas-loader-svg
-Description: virtual package providing all available Evas loaders
- Evas is an advanced canvas library, providing six engines for rendering: X11,
- OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
- and Qtopia.
- Due to its simple API, evas can be developed with rapidly, and cleanly.
- .
- This is a virtual package providing all available Evas loader modules.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 3abfc3b..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-This package was debianized by Falko Schmidt <falko@alphagemini.org> on
-Fri,  4 Apr 2008 12:37:17 +0000.
-
-The source code is from the e17/libs/evas module of the enlightenment CVS
-tree. For more information, see:
-
-  http://www.enlightenment.org
-
-Upstream Authors
-
-        Enlightenment team <enlightenment-devel@lists.sourceforge.net>
-
-Copyright:
-
-        Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
-
-License:
-
-  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.
-
-On Debian systems, the complete text of the BSD License can be found
-in `/usr/share/common-licenses/BSD'.
-
-The Debian packaging is:
-  (C) 2006 2007,Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
-  and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/libevas-dev.install b/debian/libevas-dev.install
deleted file mode 100644 (file)
index ecc67bb..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.so
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/pkgconfig/*
diff --git a/debian/libevas-doc.dirs b/debian/libevas-doc.dirs
deleted file mode 100644 (file)
index fc70dc0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libevas-doc
diff --git a/debian/libevas-doc.doc-base b/debian/libevas-doc.doc-base
deleted file mode 100644 (file)
index 397f3dd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: evas
-Title: Evas Guide
-Author: Carsten Haitzler
-Abstract: This document describes Evas API
- and provides sample C code.
-Section: Programming/C
-
-Format: HTML
-Index: /usr/share/doc/libevas-doc/html/index.html
-Files: /usr/share/doc/libevas-doc/html/*.html
diff --git a/debian/libevas-engine-buffer.install b/debian/libevas-engine-buffer.install
deleted file mode 100644 (file)
index 308f4d8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/engines/buffer/*/*.so
diff --git a/debian/libevas-engine-fb.install b/debian/libevas-engine-fb.install
deleted file mode 100644 (file)
index 7699749..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/engines/fb/*/*.so
diff --git a/debian/libevas-engine-gl-x11.install b/debian/libevas-engine-gl-x11.install
deleted file mode 100644 (file)
index a049780..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/engines/gl_x11/*/*.so
diff --git a/debian/libevas-engine-software-generic.install b/debian/libevas-engine-software-generic.install
deleted file mode 100644 (file)
index 33d4c72..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/engines/software_generic/*/*.so
diff --git a/debian/libevas-engine-software-x11.install b/debian/libevas-engine-software-x11.install
deleted file mode 100644 (file)
index 8fdfca2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/engines/software_x11/*/*.so
diff --git a/debian/libevas-engine-xrender.install b/debian/libevas-engine-xrender.install
deleted file mode 100644 (file)
index 0f774fe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/engines/xrender_x11/*/*.so
diff --git a/debian/libevas-engines-extra.install b/debian/libevas-engines-extra.install
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/debian/libevas-engines.install b/debian/libevas-engines.install
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/debian/libevas-loader-eet.install b/debian/libevas-loader-eet.install
deleted file mode 100644 (file)
index 3b2d85f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/loaders/eet/*/*.so
diff --git a/debian/libevas-loader-gif.install b/debian/libevas-loader-gif.install
deleted file mode 100644 (file)
index 76ac25e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/loaders/gif/*/*.so
diff --git a/debian/libevas-loader-jpeg.install b/debian/libevas-loader-jpeg.install
deleted file mode 100644 (file)
index 03da4b4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/loaders/jpeg/*/*.so
diff --git a/debian/libevas-loader-png.install b/debian/libevas-loader-png.install
deleted file mode 100644 (file)
index 4b2c939..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/loaders/png/*/*.so
diff --git a/debian/libevas-loader-svg.install b/debian/libevas-loader-svg.install
deleted file mode 100644 (file)
index ef17025..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/loaders/svg/*/*.so
diff --git a/debian/libevas-loader-tiff.install b/debian/libevas-loader-tiff.install
deleted file mode 100644 (file)
index 8a91a81..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/loaders/tiff/*/*.so
diff --git a/debian/libevas-loader-xpm.install b/debian/libevas-loader-xpm.install
deleted file mode 100644 (file)
index 253cd6f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/loaders/xpm/*/*.so
diff --git a/debian/libevas-loaders.install b/debian/libevas-loaders.install
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/debian/libevas-saver-eet.install b/debian/libevas-saver-eet.install
deleted file mode 100644 (file)
index 2b26d8d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/savers/eet/*/*.so
diff --git a/debian/libevas-saver-jpeg.install b/debian/libevas-saver-jpeg.install
deleted file mode 100644 (file)
index bc210c4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/savers/jpeg/*/*.so
diff --git a/debian/libevas-saver-png.install b/debian/libevas-saver-png.install
deleted file mode 100644 (file)
index 07b3edd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/savers/png/*/*.so
diff --git a/debian/libevas-saver-tiff.install b/debian/libevas-saver-tiff.install
deleted file mode 100644 (file)
index 10802ed..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/evas/modules/savers/tiff/*/*.so
diff --git a/debian/libevas-savers.install b/debian/libevas-savers.install
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/debian/libevas0.install b/debian/libevas0.install
deleted file mode 100644 (file)
index 1ba4f52..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libevas.so.*
diff --git a/debian/rules b/debian/rules
deleted file mode 100644 (file)
index e111424..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-DEB_MAKE_CLEAN_TARGET := clean
-
-#DEB_INSTALL_MANPAGES_libevas-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
-DEB_DH_STRIP_ARGS := --dbg-package=libevas-dbg
-
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-strict \
-       --enable-fontconfig \
-       --enable-software-x11 \
-       --enable-fb \
-       --enable-buffer \
-       --enable-gl-x11 \
-       --enable-xrender-x11 \
-       --enable-image-loader-gif \
-       --enable-image-loader-png \
-       --enable-image-loader-jpeg \
-       --enable-image-loader-eet \
-       --enable-font-loader-eet \
-       --enable-image-loader-tiff \
-       --enable-image-loader-xpm \
-       --enable-image-loader-svg \
-       --enable-scale-sample \
-       --enable-scale-smooth \
-       --enable-convert-yuv \
-       --enable-small-dither-mask \
-       --enable-no-dither-mask \
-       --enable-convert-8-rgb-332 \
-       --enable-convert-8-rgb-666 \
-       --enable-convert-8-rgb-232 \
-       --enable-convert-8-rgb-222 \
-       --enable-convert-8-rgb-221 \
-       --enable-convert-8-rgb-121 \
-       --enable-convert-8-rgb-111 \
-       --enable-convert-16-rgb-565 \
-       --enable-convert-16-bgr-565 \
-       --enable-convert-16-rgb-555 \
-       --enable-convert-16-rgb-444 \
-       --enable-convert-16-rgb-ipq \
-       --enable-convert-16-rgb-rot-0 \
-       --enable-convert-16-rgb-rot-180 \
-       --enable-convert-16-rgb-rot-270 \
-       --enable-convert-16-rgb-rot-90 \
-       --enable-convert-24-rgb-888 \
-       --enable-convert-24-bgr-888 \
-       --enable-convert-32-rgb-8888 \
-       --enable-convert-32-rgbx-8888 \
-       --enable-convert-32-bgr-8888 \
-       --enable-convert-32-bgrx-8888 \
-       --enable-convert-32-rgb-rot-0 \
-       --enable-convert-32-rgb-rot-180 \
-       --enable-convert-32-rgb-rot-270 \
-       --enable-convert-32-rgb-rot-90 \
-       --disable-rpath \
-       --enable-pthreads \
-       --disable-image-loader-edb
-
-build/libevas-doc::
-       cd $(DEB_SRCDIR) && ./gendoc
-
-install/libevas-doc::
-       cp -R $(DEB_SRCDIR)/doc/html debian/libevas-doc/usr/share/doc/libevas-doc/
-       cd $(DEB_SRCDIR)/doc/man/man3 && ls -1 | grep -vi evas | xargs rm
-
-clean::
-       rm -rf $(DEB_SRCDIR)/doc/html $(DEB_SRCDIR)/doc/latex $(DEB_SRCDIR)/doc/man
-       ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS) 
-