Import upstream debian packaging
authorMike McCormack <mj.mccormack@samsung.com>
Mon, 14 Nov 2011 09:39:45 +0000 (18:39 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Mon, 14 Nov 2011 09:39:45 +0000 (18:39 +0900)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libemotion0-dev.install [new file with mode: 0644]
debian/libemotion0-gstreamer.install [new file with mode: 0644]
debian/libemotion0-vlc.install [new file with mode: 0644]
debian/libemotion0-xine.install [new file with mode: 0644]
debian/libemotion0.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..bf6c795
--- /dev/null
@@ -0,0 +1,5 @@
+emotion (0.1.0.042+svn45353-1) unstable; urgency=low
+
+  * a SVN release.
+
+ -- quaker <quaker66@gmail.com>  Wed, 20 Jan 2010 16:42:17 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..1e8b314
--- /dev/null
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..3d077fd
--- /dev/null
@@ -0,0 +1,69 @@
+Source: emotion
+Priority: optional
+Section: libs
+Maintainer: Falko Schmidt <falko@alphagemini.org>
+Build-Depends: cdbs, debhelper (>= 6), libeet-dev, libevas-dev, libedje-dev, libecore-dev, libembryo-dev, libxine-dev (>= 1.1.0), libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libvlc-dev | libvlc0-dev
+Standards-Version: 3.8.2
+Homepage: http://www.enlightenment.org
+
+Package: libemotion0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libemotion0-gstreamer, libemotion0-xine, libemotion0-vlc
+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.
+Package: libemotion0-vlc
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libemotion0, libvlc2 | libvlc0
+Provides: libemotion-vlc
+Replaces: libemotion-vlc
+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 VLC module for emotion.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..40a9929
--- /dev/null
@@ -0,0 +1,40 @@
+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.
diff --git a/debian/libemotion0-dev.install b/debian/libemotion0-dev.install
new file mode 100644 (file)
index 0000000..b8d218e
--- /dev/null
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/lib/*.a
+debian/tmp/usr/lib/*.so
diff --git a/debian/libemotion0-gstreamer.install b/debian/libemotion0-gstreamer.install
new file mode 100644 (file)
index 0000000..8494825
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/emotion/*gstreamer*.so
diff --git a/debian/libemotion0-vlc.install b/debian/libemotion0-vlc.install
new file mode 100644 (file)
index 0000000..2458ce7
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/emotion/*vlc*.so
diff --git a/debian/libemotion0-xine.install b/debian/libemotion0-xine.install
new file mode 100644 (file)
index 0000000..d801fe9
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/emotion/*xine*.so
diff --git a/debian/libemotion0.install b/debian/libemotion0.install
new file mode 100644 (file)
index 0000000..c688e77
--- /dev/null
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libemotion.so.*
+debian/tmp/usr/bin/emotion_*
+debian/tmp/usr/share/emotion/data/theme.edj
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..b34d2f2
--- /dev/null
@@ -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 := distclean
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+
+clean::
+       [ ! -f Makefile ] || make distclean