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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@38398 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

debian/.cvsignore [deleted file]
debian/changelog.in [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/libedbus-dev.install [deleted file]
debian/libedbus0.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 97eb7b7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-edbus (@VERSION@-1) unstable; urgency=low
-
-  * CVS snapshot.
-
- -- Falko Schmidt <falko@alphagemini.org>  Mon, 28 Apr 2008 15:53:27 +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 86f81f0..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-Source: edbus
-Section: libs
-Priority: optional
-Maintainer: Falko Schmidt <falko@alphagemini.org>
-Build-Depends: debhelper (>= 6), cdbs, libecore-dev, libdbus-1-dev, libevas-dev
-Standards-Version: 3.7.3
-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 (file)
index 4ee41bb..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-This package was debianized by Falko Schmidt <falko@alphagemini.org> 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 <rephorm@rephorm.com>
-
-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 <pkg-e-devel@lists.alioth.debian.org>
-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 (file)
index 9af979d..0000000
+++ /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 (file)
index 79bbe2f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*.so.*
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 378c8aa..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_MAKE_CLEAN_TARGET := clean
-
-clean::
-       ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)