From 44eb36ac85a1b8288b70bf280a80b920ca64f8d2 Mon Sep 17 00:00:00 2001 From: etrunko Date: Mon, 10 Dec 2007 03:51:36 +0000 Subject: [PATCH] Renamed from efl-python-core to python-efl-core --- trunk/python-efl-core/debian/changelog | 12 ++++++++++++ trunk/python-efl-core/debian/compat | 1 + trunk/python-efl-core/debian/control | 16 ++++++++++++++++ trunk/python-efl-core/debian/copyright | 24 ++++++++++++++++++++++++ trunk/python-efl-core/debian/rules | 4 ++++ 5 files changed, 57 insertions(+) create mode 100644 trunk/python-efl-core/debian/changelog create mode 100644 trunk/python-efl-core/debian/compat create mode 100644 trunk/python-efl-core/debian/control create mode 100644 trunk/python-efl-core/debian/copyright create mode 100755 trunk/python-efl-core/debian/rules diff --git a/trunk/python-efl-core/debian/changelog b/trunk/python-efl-core/debian/changelog new file mode 100644 index 0000000..e53bdca --- /dev/null +++ b/trunk/python-efl-core/debian/changelog @@ -0,0 +1,12 @@ +python-efl-core (0.9.1.041-maemo.1) unstable; urgency=low + + * Renamed from efl-python-core to python-efl-core. + + -- Eduardo Lima (Etrunko) Mon, 10 Dec 2007 01:44:38 -0200 + +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/python-efl-core/debian/compat b/trunk/python-efl-core/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/trunk/python-efl-core/debian/compat @@ -0,0 +1 @@ +4 diff --git a/trunk/python-efl-core/debian/control b/trunk/python-efl-core/debian/control new file mode 100644 index 0000000..2c66225 --- /dev/null +++ b/trunk/python-efl-core/debian/control @@ -0,0 +1,16 @@ +Source: python-efl-core +Priority: optional +Maintainer: Maemo-EFL Team +Build-Depends: cdbs +Standards-Version: 3.6.1 + +Package: python2.5-efl-core +Priority: optional +Architecture: all +Depends: efl-core, python2.5-evas, python2.5-ecore, python2.5-edje, python2.5-epsilon, python2.5-etk +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/python-efl-core/debian/copyright b/trunk/python-efl-core/debian/copyright new file mode 100644 index 0000000..0a37edc --- /dev/null +++ b/trunk/python-efl-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/python-efl-core/debian/rules b/trunk/python-efl-core/debian/rules new file mode 100755 index 0000000..b092bdd --- /dev/null +++ b/trunk/python-efl-core/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + -- 1.7.9.5