no more debian dir in our svn - debian now handles this tehmselves.

SVN revision: 54298
This commit is contained in:
Carsten Haitzler 2010-11-08 05:51:09 +00:00
parent 646e8b3982
commit fa17bbf998
9 changed files with 0 additions and 122 deletions

View File

@ -1,5 +0,0 @@
emotion (0.1.0.042+svnYYYYMMDD-1) unstable; urgency=low
* Clean up changelog
-- quaker <quaker66@gmail.com> Tue, 21 Apr 2009 19:19:59 +0100

View File

@ -1 +0,0 @@
6

View File

@ -1,56 +0,0 @@
Source: emotion
Priority: optional
Section: libs
Maintainer: Falko Schmidt <falko@alphagemini.org>
Build-Depends: cdbs, debhelper (>= 6), pkg-config, libeet-dev, libevas-dev, libedje-dev, libecore-dev, libembryo-dev, libxine-dev (>=1.1.0), libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, pkg-config, libtool
Standards-Version: 3.8.1
Homepage: http://www.enlightenment.org
Package: libemotion0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libemotion0-gstreamer, libemotion0-xine
Provides: libemotion, libemotion-bin
Replaces: libemotion-bin
Description: Video playback library used in Enlightenment DR0.17
This is the emotion library, a wrapper library used in the next-generation
Enlightenment suite for video playback.
.
This package contains the shared libraries.
Package: libemotion0-dev
Section: libdevel
Architecture: any
Depends: libemotion0 (= ${Source-Version}), libevas-dev, libecore-dev
Provides: libemotion-dev
Replaces: libemotion-dev
Description: Headers, static libraries and documentation for Emotion
This package contains development files for the Emotion library, a wrapper
library used in the next-generation Enlightenment suite for video playback.
.
This package contains headers and static libraries for development with
libemotion.
Package: libemotion0-xine
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libemotion0, libxine1 (>=1.1.0)
Provides: libemotion-xine
Replaces: libemotion-xine
Description: Video playback library used in Enlightenment DR0.17
This is the emotion library, a wrapper library used in the next-generation
Enlightenment suite for video playback.
.
This package provides the xine module for emotion.
Package: libemotion0-gstreamer
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libemotion0, gstreamer0.10-plugins-good
Provides: libemotion-gstreamer
Replaces: libemotion-gstreamer
Description: Video playback library used in Enlightenment DR0.17
This is the emotion library, a wrapper library used in the next-generation
Enlightenment suite for video playback.
.
This package provides the gstreamer module for emotion.

View File

@ -1,40 +0,0 @@
This package was debianized by Victor Koeppel <v_koeppel@yahoo.fr> on
Sat, 19 Jun 2004 20:20:49 +0200.
It was downloaded from the e17/libs/emotion module of the enlightenment cvs
tree. For more information, see:
http://www.enlightenment.org/cvs.html
Upstream Author: The Rasterman (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 and its Copyright notices. In addition publicly
documented acknowledgment must be given that this software has been used if no
source code of this software is made available publicly. This includes
acknowledgments in either Copyright notices, Manuals, Publicity and Marketing
documents or any documentation provided with any product containing this
software. This License does not apply to any software that links to the
libraries provided by this software (statically or dynamically), but only to
the software provided.
Please see the COPYING.PLAIN for a plain-english explanation of this notice
and it's intent.
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.

View File

@ -1,4 +0,0 @@
debian/tmp/usr/include/*
debian/tmp/usr/lib/pkgconfig/*
debian/tmp/usr/lib/*.a
debian/tmp/usr/lib/*.so

View File

@ -1 +0,0 @@
debian/tmp/usr/lib/emotion/*gstreamer*.so

View File

@ -1 +0,0 @@
debian/tmp/usr/lib/emotion/*xine*.so

View File

@ -1,3 +0,0 @@
debian/tmp/usr/lib/libemotion.so.*
debian/tmp/usr/bin/emotion_*
debian/tmp/usr/share/emotion/data/theme.edj

View File

@ -1,11 +0,0 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_MAKE_CLEAN_TARGET := distclean
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
clean::
[ ! -f Makefile ] || make distclean