From: ed_ Date: Sat, 22 Sep 2007 20:10:51 +0000 (+0000) Subject: efl-python-core: initial commit X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=da258a9a5cbe5c79d1788c345555326b441c32c4;p=maemo-efl efl-python-core: initial commit --- diff --git a/trunk/efl-python-core/debian/changelog b/trunk/efl-python-core/debian/changelog new file mode 100644 index 0000000..6c15e5c --- /dev/null +++ b/trunk/efl-python-core/debian/changelog @@ -0,0 +1,6 @@ +efl-python-core (0.9.1.041-maemo.1) unstable; urgency=low + + * Initial release + + -- Ed Bartosh Sun, 9 Sep 2007 23:17:04 +0300 + diff --git a/trunk/efl-python-core/debian/compat b/trunk/efl-python-core/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/trunk/efl-python-core/debian/compat @@ -0,0 +1 @@ +4 diff --git a/trunk/efl-python-core/debian/control b/trunk/efl-python-core/debian/control new file mode 100644 index 0000000..da51d9f --- /dev/null +++ b/trunk/efl-python-core/debian/control @@ -0,0 +1,16 @@ +Source: efl-python-core +Section: user/other +Priority: optional +Maintainer: Ed Bartosh +Build-Depends: cdbs +Standards-Version: 3.6.1 + +Package: efl-python-core +Priority: optional +Architecture: all +Depends: python-ecore, python-evas, python-edje +Description: Python bindings for EFL (Enlightenment Foundation Libraries) + This package includes Python bindings for Enlightenment Foundation Core Libraries + . + Homepage: http://www.enlightenment.org/ + diff --git a/trunk/efl-python-core/debian/copyright b/trunk/efl-python-core/debian/copyright new file mode 100644 index 0000000..0a37edc --- /dev/null +++ b/trunk/efl-python-core/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Ed Bartosh on +Sun, 22 Sep 2007 22:55:55 +0200. + +This is metapackage, the only purpose of it is to bring other +packages to the system. + +Copyright: +Copyright Holder: Eduard Bartosh + +License: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + MA 02111-1307, USA. + diff --git a/trunk/efl-python-core/debian/rules b/trunk/efl-python-core/debian/rules new file mode 100755 index 0000000..b092bdd --- /dev/null +++ b/trunk/efl-python-core/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +