From fa17bbf99840c7394952505bc7780fc9153015db Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 8 Nov 2010 05:51:09 +0000 Subject: [PATCH] no more debian dir in our svn - debian now handles this tehmselves. SVN revision: 54298 --- legacy/emotion/debian/changelog | 5 -- legacy/emotion/debian/compat | 1 - legacy/emotion/debian/control | 56 ------------------- legacy/emotion/debian/copyright | 40 ------------- legacy/emotion/debian/libemotion0-dev.install | 4 -- .../debian/libemotion0-gstreamer.install | 1 - .../emotion/debian/libemotion0-xine.install | 1 - legacy/emotion/debian/libemotion0.install | 3 - legacy/emotion/debian/rules | 11 ---- 9 files changed, 122 deletions(-) delete mode 100644 legacy/emotion/debian/changelog delete mode 100644 legacy/emotion/debian/compat delete mode 100644 legacy/emotion/debian/control delete mode 100644 legacy/emotion/debian/copyright delete mode 100644 legacy/emotion/debian/libemotion0-dev.install delete mode 100644 legacy/emotion/debian/libemotion0-gstreamer.install delete mode 100644 legacy/emotion/debian/libemotion0-xine.install delete mode 100644 legacy/emotion/debian/libemotion0.install delete mode 100755 legacy/emotion/debian/rules diff --git a/legacy/emotion/debian/changelog b/legacy/emotion/debian/changelog deleted file mode 100644 index c3677482c9..0000000000 --- a/legacy/emotion/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -emotion (0.1.0.042+svnYYYYMMDD-1) unstable; urgency=low - - * Clean up changelog - - -- quaker Tue, 21 Apr 2009 19:19:59 +0100 diff --git a/legacy/emotion/debian/compat b/legacy/emotion/debian/compat deleted file mode 100644 index 1e8b314962..0000000000 --- a/legacy/emotion/debian/compat +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/legacy/emotion/debian/control b/legacy/emotion/debian/control deleted file mode 100644 index 3ef14a06b0..0000000000 --- a/legacy/emotion/debian/control +++ /dev/null @@ -1,56 +0,0 @@ -Source: emotion -Priority: optional -Section: libs -Maintainer: Falko Schmidt -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. diff --git a/legacy/emotion/debian/copyright b/legacy/emotion/debian/copyright deleted file mode 100644 index 40a9929021..0000000000 --- a/legacy/emotion/debian/copyright +++ /dev/null @@ -1,40 +0,0 @@ -This package was debianized by Victor Koeppel 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) - -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/legacy/emotion/debian/libemotion0-dev.install b/legacy/emotion/debian/libemotion0-dev.install deleted file mode 100644 index b8d218ef39..0000000000 --- a/legacy/emotion/debian/libemotion0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -debian/tmp/usr/include/* -debian/tmp/usr/lib/pkgconfig/* -debian/tmp/usr/lib/*.a -debian/tmp/usr/lib/*.so diff --git a/legacy/emotion/debian/libemotion0-gstreamer.install b/legacy/emotion/debian/libemotion0-gstreamer.install deleted file mode 100644 index 84948250e6..0000000000 --- a/legacy/emotion/debian/libemotion0-gstreamer.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/emotion/*gstreamer*.so diff --git a/legacy/emotion/debian/libemotion0-xine.install b/legacy/emotion/debian/libemotion0-xine.install deleted file mode 100644 index d801fe96bb..0000000000 --- a/legacy/emotion/debian/libemotion0-xine.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/emotion/*xine*.so diff --git a/legacy/emotion/debian/libemotion0.install b/legacy/emotion/debian/libemotion0.install deleted file mode 100644 index c688e77aa1..0000000000 --- a/legacy/emotion/debian/libemotion0.install +++ /dev/null @@ -1,3 +0,0 @@ -debian/tmp/usr/lib/libemotion.so.* -debian/tmp/usr/bin/emotion_* -debian/tmp/usr/share/emotion/data/theme.edj diff --git a/legacy/emotion/debian/rules b/legacy/emotion/debian/rules deleted file mode 100755 index 6acb8ffa6f..0000000000 --- a/legacy/emotion/debian/rules +++ /dev/null @@ -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