From: quaker Date: Sun, 19 Apr 2009 16:22:00 +0000 (+0000) Subject: Merged with pkgE X-Git-Tag: 2.0_alpha~43^2~371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aedeb9593bbb3eb45bf3500ab240db813d9958dc;p=framework%2Fuifw%2Fedbus.git Merged with pkgE git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@40226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index e1613be..0000000 --- a/debian/changelog +++ /dev/null @@ -1,12 +0,0 @@ -edbus (0.5.0.050-1) unstable; urgency=low - - * a SVN release. - - -- quaker Fri, 26 Dec 2008 12:08:26 +0100 - -edbus (0.5.0.043-1) unstable; urgency=low - - * CVS snapshot. - - -- Falko Schmidt Mon, 28 Apr 2008 15:53:27 +0000 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 1e8b314..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/debian/control b/debian/control deleted file mode 100644 index ac88455..0000000 --- a/debian/control +++ /dev/null @@ -1,28 +0,0 @@ -Source: edbus -Section: libs -Priority: optional -Maintainer: Falko Schmidt -Build-Depends: debhelper (>= 6), cdbs, libecore-dev, libdbus-1-dev, libevas-dev -Standards-Version: 3.8.0 -Homepage: http://www.enlightenment.org - -Package: libedbus-dev -Section: libdevel -Architecture: any -Depends: libedbus0 (= ${binary:Version}), libdbus-1-dev -Replaces: libe-dbus0-dev -Description: D-Bus and HAL wrapper libraries for use with the EFL - Development files - Wrappers around D-Bus to ease integrating D-Bus with EFL based applications. - . - This packages contains headers and static libraries for libedbus, libehal and - libenotify - -Package: libedbus0 -Architecture: any -Depends: ${shlibs:Depends} -Replaces: libe-dbus0 -Description: D-Bus and HAL wrapper libraries for use with the EFL - This package contains: - - libedbus0 and libehal0 : D-Bus and HAL-related wrappers to ease integrating - D-Bus and HAL with EFL-based applications - - libenotify0 : provides an EFL-based notification support diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 4ee41bb..0000000 --- a/debian/copyright +++ /dev/null @@ -1,49 +0,0 @@ -This package was debianized by Falko Schmidt on -Mon, 28 Apr 2008 16:04:35 +0000. - -The source is downloaded from the e17/libs/eet module of the enlightenment CVS -tree. For more information, see: - - http://www.enlightenment.org/cvs.html - -Upstream Author: Brian Mattern - -Copyright: - - Copyright (C) 2007 Brian Mattern and various contributor - -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 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. - -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 -and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/libedbus-dev.install b/debian/libedbus-dev.install deleted file mode 100644 index 9af979d..0000000 --- a/debian/libedbus-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -debian/tmp/usr/lib/*.a -debian/tmp/usr/lib/*.so -debian/tmp/usr/include/* -debian/tmp/usr/lib/pkgconfig/*.pc diff --git a/debian/libedbus0.install b/debian/libedbus0.install deleted file mode 100644 index 79bbe2f..0000000 --- a/debian/libedbus0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/*.so.* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 6acb8ff..0000000 --- a/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