From 0cebc7a62f30352533ddf91cc31d99aced0b8cfb Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 8 Nov 2010 05:50:09 +0000 Subject: [PATCH] no more debian dir in our svn - debian now handles this tehmselves. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@54294 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- debian/changelog | 11 -- debian/compat | 1 - debian/control | 206 ---------------------------------- debian/copyright | 44 -------- debian/ecore_config.1 | 54 --------- debian/libecore-bin.install | 1 - debian/libecore-con-svn-01.install | 1 - debian/libecore-con-svn-01.shlibs | 1 - debian/libecore-config-svn-01.install | 1 - debian/libecore-config-svn-01.shlibs | 1 - debian/libecore-dev.install | 14 --- debian/libecore-doc.doc-base | 10 -- debian/libecore-evas-svn-01.install | 1 - debian/libecore-evas-svn-01.shlibs | 1 - debian/libecore-fb-svn-01.install | 1 - debian/libecore-fb-svn-01.shlibs | 1 - debian/libecore-file-svn-01.install | 1 - debian/libecore-file-svn-01.shlibs | 1 - debian/libecore-imf-svn-01.install | 2 - debian/libecore-imf-svn-01.shlibs | 2 - debian/libecore-input-svn-01.install | 1 - debian/libecore-input-svn-01.shlibs | 1 - debian/libecore-ipc-svn-01.install | 1 - debian/libecore-ipc-svn-01.shlibs | 1 - debian/libecore-svn-01.install | 1 - debian/libecore-svn-01.shlibs | 1 - debian/libecore-x-svn-01.install | 1 - debian/libecore-x-svn-01.shlibs | 1 - debian/rules | 30 ----- 29 files changed, 393 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/ecore_config.1 delete mode 100644 debian/libecore-bin.install delete mode 100644 debian/libecore-con-svn-01.install delete mode 100644 debian/libecore-con-svn-01.shlibs delete mode 100644 debian/libecore-config-svn-01.install delete mode 100644 debian/libecore-config-svn-01.shlibs delete mode 100644 debian/libecore-dev.install delete mode 100644 debian/libecore-doc.doc-base delete mode 100644 debian/libecore-evas-svn-01.install delete mode 100644 debian/libecore-evas-svn-01.shlibs delete mode 100644 debian/libecore-fb-svn-01.install delete mode 100644 debian/libecore-fb-svn-01.shlibs delete mode 100644 debian/libecore-file-svn-01.install delete mode 100644 debian/libecore-file-svn-01.shlibs delete mode 100644 debian/libecore-imf-svn-01.install delete mode 100644 debian/libecore-imf-svn-01.shlibs delete mode 100644 debian/libecore-input-svn-01.install delete mode 100644 debian/libecore-input-svn-01.shlibs delete mode 100644 debian/libecore-ipc-svn-01.install delete mode 100644 debian/libecore-ipc-svn-01.shlibs delete mode 100644 debian/libecore-svn-01.install delete mode 100644 debian/libecore-svn-01.shlibs delete mode 100644 debian/libecore-x-svn-01.install delete mode 100644 debian/libecore-x-svn-01.shlibs delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 659787f..0000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -ecore (0.9.9.060+svnYYYYMMDD-1) unstable; urgency=low - - * New version - - -- quaker Thu, 22 Apr 2009 18:12:06 +0100 - -ecore (0.9.9.050+svnYYYYMMDD-1) unstable; urgency=low - - * Clean up changelog - - -- quaker Tue, 21 Apr 2009 19:14:37 +0100 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 2f0169f..0000000 --- a/debian/control +++ /dev/null @@ -1,206 +0,0 @@ -Source: ecore -Section: libs -Priority: optional -Maintainer: Debian Pkg-e Team -Uploaders: Albin Tonnerre , Niv Sardi , - Xavier Oswald , Jan Lübbe -Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, libeina-dev (>= 0.0.2.060+svnYYYYMMDD), - libeet-dev (>= 1.0.0), libevas-dev (>= 0.9.9.060+svnYYYYMMDD), libgnutls-dev, - libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev, - libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libjpeg62-dev, - libxdamage-dev, x11proto-xext-dev, libxtst-dev, doxygen, pkg-config, libtool -Standards-Version: 3.8.1 -Homepage: http://enlightenment.org - -Package: libecore-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Core abstraction layer for enlightenment DR 0.17 - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - -Package: libecore-con-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore Connection Library - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore Connection Library. - -Package: libecore-config-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore Enlightened Property Library - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Enlightened Property Library. - -Package: libecore-evas-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore Evas Wrapper Library - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore Evas wrapper functions. - -Package: libecore-fb-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore frame buffer system functions - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore frame buffer system functions. - -Package: libecore-file-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore File Library - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore File Library. - -Package: libecore-imf-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore Input Method Framework module - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore Input Method Framework module, and the Evas - helper functions for it. - -Package: libecore-input-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore input functions - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore Input Library. - -Package: libecore-ipc-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore inter-process communication functions - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore inter-process communication functions. - -Package: libecore-x-svn-01 -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Ecore functions for dealing with the X Windows System - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains the Ecore wrapper and convenience functions for using - the X Windows System. - -Package: libecore-dev -Architecture: any -Section: libdevel -Suggests: libecore-doc -Depends: ${misc:Depends}, libecore-svn-01 (= ${binary:Version}), - libecore-con-svn-01 (= ${binary:Version}), - libecore-config-svn-01 (= ${binary:Version}), - libecore-evas-svn-01 (= ${binary:Version}), - libecore-fb-svn-01 (= ${binary:Version}), - libecore-file-svn-01 (= ${binary:Version}), - libecore-imf-svn-01 (= ${binary:Version}), - libecore-input-svn-01 (= ${binary:Version}), - libecore-ipc-svn-01 (= ${binary:Version}), - libecore-x-svn-01 (= ${binary:Version}), - libeet-dev, libevas-dev (>= 0.9.9.060), libeina-dev, pkg-config, - libgnutls-dev, libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, - libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev, - libxp-dev, libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev -Description: Ecore headers and static libraries - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package contains headers and static libraries for the Ecore library. - -Package: libecore-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Enhances: libecore-dev -Description: Ecore API Documentation - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package provides development documentation (html and manpages)for the - Ecore library. - -Package: libecore-bin -Architecture: any -Section: utils -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Tools that support Ecore - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications. - . - This package includes: - - ecore_config: allows creation/editing of ecore_config databases - -Package: libecore-dbg -Architecture: any -Section: libdevel -Priority: extra -Depends: ${misc:Depends}, libecore-svn-01 (= ${binary:Version}) -Description: Debugging symbols for libecore - This is the core event abstraction layer and X abstraction layer that makes - doing selections, Xdnd, general X stuff, and event loops, timeouts and idle - handlers fast, optimized, and convenient. It's a separate library so anyone - can make use of the work put into Ecore to make this job easy for - applications - . - This package contains unstripped shared libraries. It is provided primarily - to provide a backtrace with names in a debugger, this makes it somewhat easier - to interpret core dumps. The libraries are installed in /usr/lib/debug and - are automatically used by gdb. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 57d5703..0000000 --- a/debian/copyright +++ /dev/null @@ -1,44 +0,0 @@ -This package was debianized by Debian Pkg-e Team -Sat, 07 Jul 2007 09:29:10 +0000. - -It was downloaded from http://download.enlightenment.org/ - -Upstream Authors: - - Enlightenment team - -Copyright: - - Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS) - - Additional Copyright: - src/lib/ecore/ecore_str.c: Copyright (c) 1998 Todd C. Miller - - src/lib/ecore/ecore_value.c: Copyright (C) 2001 - Christopher Rosendahl - Nathan Ingersoll - src/lib/ecore_fb/ecore_fb_li.c: Copyright (C) 1999-2002 Brad Hards - -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, its documentation and marketing & publicity - materials, and acknowledgment shall be given in the documentation, - materials and software packages that this Software was used. - - 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'. diff --git a/debian/ecore_config.1 b/debian/ecore_config.1 deleted file mode 100644 index ea857f4..0000000 --- a/debian/ecore_config.1 +++ /dev/null @@ -1,54 +0,0 @@ -.\"Created with GNOME Manpages Editor Wizard -.\"http://gmanedit.sourceforge.net -.\"Sergio Rua -.\" -.TH ecore_config 1 "January 18, 2007" "Ecore" - -.SH NAME -ecore_config \-that allow creation and editing of ecore_config databases - -.SH SYNOPSIS -.B ecore_config -.RI \-a\ |\ \-k\ [\-g|\-d|\-b|\-f|\-i|\-r|\-s|\-t]\ [\-c] -.br - -.SH DESCRIPTION -.PP -\fBecore_config\fP is a tool that allows creation and editing of -ecore_config databases used by the programs relying on libecore - -.SH OPTIONS -\fIecore_config\fP accepts the following options: -.TP -.B \-c, \-\-file=FILE -Specify the config file to read -.TP -.B \-k, \-\-key=KEY -Select the key KEY. Must be given for all commands except \-a -.TP -.B \-g, \-\-get -get key -.TP -.B \-d, \-\-del -delete key -.TP -.B \-b, \-\-bool=VALUE -set boolean -.TP -.B \-f, \-\-float=VALUE -set float -.TP -.B \-i, \-\-int=VALUE -set integer -.TP -.B \-r, \-\-rgb=VALUE -set RGBA -.TP -.B \-s, \-\-string=VALUE -set string -.TP -.B \-t, \-\-theme=VALUE -set theme -.SH AUTHOR -This manual page was written by Albin Tonnerre -for the Debian GNU/Linux system (but may be used by others). diff --git a/debian/libecore-bin.install b/debian/libecore-bin.install deleted file mode 100644 index 088dd41..0000000 --- a/debian/libecore-bin.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/bin/ecore_config diff --git a/debian/libecore-con-svn-01.install b/debian/libecore-con-svn-01.install deleted file mode 100644 index 4e6f99e..0000000 --- a/debian/libecore-con-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_con-*.so.* diff --git a/debian/libecore-con-svn-01.shlibs b/debian/libecore-con-svn-01.shlibs deleted file mode 100644 index d5353f3..0000000 --- a/debian/libecore-con-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_con-ver-pre-svn-01 0 libecore-con-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-config-svn-01.install b/debian/libecore-config-svn-01.install deleted file mode 100644 index d497998..0000000 --- a/debian/libecore-config-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_config-*.so.* diff --git a/debian/libecore-config-svn-01.shlibs b/debian/libecore-config-svn-01.shlibs deleted file mode 100644 index ec0e971..0000000 --- a/debian/libecore-config-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_config-ver-pre-svn-01 0 libecore-config-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-dev.install b/debian/libecore-dev.install deleted file mode 100644 index 279e512..0000000 --- a/debian/libecore-dev.install +++ /dev/null @@ -1,14 +0,0 @@ -debian/tmp/usr/include/Ecore*.h -debian/tmp/usr/lib/libecore*.a -debian/tmp/usr/lib/libecore.so -debian/tmp/usr/lib/libecore_config.so -debian/tmp/usr/lib/libecore_con.so -debian/tmp/usr/lib/libecore_evas.so -debian/tmp/usr/lib/libecore_fb.so -debian/tmp/usr/lib/libecore_file.so -debian/tmp/usr/lib/libecore_imf_evas.so -debian/tmp/usr/lib/libecore_imf.so -debian/tmp/usr/lib/libecore_input.so -debian/tmp/usr/lib/libecore_ipc.so -debian/tmp/usr/lib/libecore_x.so -debian/tmp/usr/lib/pkgconfig/ecore*.pc diff --git a/debian/libecore-doc.doc-base b/debian/libecore-doc.doc-base deleted file mode 100644 index 9ab7e32..0000000 --- a/debian/libecore-doc.doc-base +++ /dev/null @@ -1,10 +0,0 @@ -Document: ecore -Title: Ecore Guide -Author: Carsten Haitzler -Abstract: This document describes Ecore API - and provides sample C code. -Section: Programming/C - -Format: HTML -Index: /usr/share/doc/libecore-doc/html/index.html -Files: /usr/share/doc/libecore-doc/html/*.html diff --git a/debian/libecore-evas-svn-01.install b/debian/libecore-evas-svn-01.install deleted file mode 100644 index ceb9f01..0000000 --- a/debian/libecore-evas-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_evas-*.so.* diff --git a/debian/libecore-evas-svn-01.shlibs b/debian/libecore-evas-svn-01.shlibs deleted file mode 100644 index 92c2b6d..0000000 --- a/debian/libecore-evas-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_evas-ver-pre-svn-01 0 libecore-evas-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-fb-svn-01.install b/debian/libecore-fb-svn-01.install deleted file mode 100644 index 72ceee2..0000000 --- a/debian/libecore-fb-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_fb-*.so.* diff --git a/debian/libecore-fb-svn-01.shlibs b/debian/libecore-fb-svn-01.shlibs deleted file mode 100644 index 2593f16..0000000 --- a/debian/libecore-fb-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_fb-ver-pre-svn-01 0 libecore-fb-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-file-svn-01.install b/debian/libecore-file-svn-01.install deleted file mode 100644 index a115a75..0000000 --- a/debian/libecore-file-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_file-*.so.* diff --git a/debian/libecore-file-svn-01.shlibs b/debian/libecore-file-svn-01.shlibs deleted file mode 100644 index 868a4f6..0000000 --- a/debian/libecore-file-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_file-ver-pre-svn-01 0 libecore-file-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-imf-svn-01.install b/debian/libecore-imf-svn-01.install deleted file mode 100644 index 8da8885..0000000 --- a/debian/libecore-imf-svn-01.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/usr/lib/libecore_imf-*.so.* -debian/tmp/usr/lib/libecore_imf_evas-*.so.* diff --git a/debian/libecore-imf-svn-01.shlibs b/debian/libecore-imf-svn-01.shlibs deleted file mode 100644 index 15aeb84..0000000 --- a/debian/libecore-imf-svn-01.shlibs +++ /dev/null @@ -1,2 +0,0 @@ -libecore_imf-ver-pre-svn-01 0 libecore-imf-svn-01 (>= 0.9.9.060+svnYYYYMMDD) -libecore_imf_evas-ver-pre-svn-01 0 libecore-imf-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-input-svn-01.install b/debian/libecore-input-svn-01.install deleted file mode 100644 index 34d8efb..0000000 --- a/debian/libecore-input-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_input-*.so.* diff --git a/debian/libecore-input-svn-01.shlibs b/debian/libecore-input-svn-01.shlibs deleted file mode 100644 index b95c6bb..0000000 --- a/debian/libecore-input-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_input-ver-pre-svn-01 0 libecore-input-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-ipc-svn-01.install b/debian/libecore-ipc-svn-01.install deleted file mode 100644 index e118708..0000000 --- a/debian/libecore-ipc-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_ipc-*.so.* diff --git a/debian/libecore-ipc-svn-01.shlibs b/debian/libecore-ipc-svn-01.shlibs deleted file mode 100644 index 6a9ae5a..0000000 --- a/debian/libecore-ipc-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_ipc-ver-pre-svn-01 0 libecore-ipc-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-svn-01.install b/debian/libecore-svn-01.install deleted file mode 100644 index 22c55a3..0000000 --- a/debian/libecore-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore-*.so.* diff --git a/debian/libecore-svn-01.shlibs b/debian/libecore-svn-01.shlibs deleted file mode 100644 index 43565e1..0000000 --- a/debian/libecore-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore-ver-pre-svn-01 0 libecore-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/libecore-x-svn-01.install b/debian/libecore-x-svn-01.install deleted file mode 100644 index 8c8007e..0000000 --- a/debian/libecore-x-svn-01.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libecore_x-*.so.* diff --git a/debian/libecore-x-svn-01.shlibs b/debian/libecore-x-svn-01.shlibs deleted file mode 100644 index b5a9660..0000000 --- a/debian/libecore-x-svn-01.shlibs +++ /dev/null @@ -1 +0,0 @@ -libecore_x-ver-pre-svn-01 0 libecore-x-svn-01 (>= 0.9.9.060+svnYYYYMMDD) diff --git a/debian/rules b/debian/rules deleted file mode 100755 index a9861f0..0000000 --- a/debian/rules +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -DEB_CONFIGURE_SCRIPT := ./autogen.sh -DEB_INSTALL_MANPAGES_libecore-bin := debian/ecore_config.1 -DEB_DH_STRIP_ARGS := --dbg-package=libecore-dbg -DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb \ - --disable-ecore-directfb \ - --disable-ecore-evas-dfb \ - --enable-ecore-evas-fb \ - --disable-rpath \ - --disable-openssl \ - --enable-gnutls \ - --enable-doc -DEB_MAKE_CLEAN_TARGET := distclean -CFLAGS += -fvisibility=hidden -LDFLAGS += -fvisibility=hidden - -build/libecore-doc:: - cd $(DEB_SRCDIR)/doc && make doc - -install/libecore-doc:: - mkdir -p debian/libecore-doc/usr/share/doc/libecore-doc - cp -R $(DEB_SRCDIR)/doc/html debian/libecore-doc/usr/share/doc/libecore-doc/ - -clean:: - [ ! -f Makefile ] || make distclean - rm -f ecore-*.tar.bz2 ecore-*.tar.bz2.cdbs-config_list -- 2.7.4