Renamed from efl-python-core to python-efl-core
authoretrunko <eblima@gmail.com>
Mon, 10 Dec 2007 03:51:36 +0000 (03:51 +0000)
committeretrunko <eblima@gmail.com>
Mon, 10 Dec 2007 03:51:36 +0000 (03:51 +0000)
trunk/python-efl-core/debian/changelog [new file with mode: 0644]
trunk/python-efl-core/debian/compat [new file with mode: 0644]
trunk/python-efl-core/debian/control [new file with mode: 0644]
trunk/python-efl-core/debian/copyright [new file with mode: 0644]
trunk/python-efl-core/debian/rules [new file with mode: 0755]

diff --git a/trunk/python-efl-core/debian/changelog b/trunk/python-efl-core/debian/changelog
new file mode 100644 (file)
index 0000000..e53bdca
--- /dev/null
@@ -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) <eduardo.lima@indt.org.br>  Mon, 10 Dec 2007 01:44:38 -0200
+
+efl-python-core (0.9.1.041-maemo.1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ed Bartosh <bartosh@gmail.com>  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 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
diff --git a/trunk/python-efl-core/debian/control b/trunk/python-efl-core/debian/control
new file mode 100644 (file)
index 0000000..2c66225
--- /dev/null
@@ -0,0 +1,16 @@
+Source: python-efl-core
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+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 (file)
index 0000000..0a37edc
--- /dev/null
@@ -0,0 +1,24 @@
+This package was debianized by Ed Bartosh <bartosh@gmail.com> 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 <bartosh@gmail.com>
+
+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 (executable)
index 0000000..b092bdd
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+