efl-python-core: initial commit
authored_ <bartosh@gmail.com>
Sat, 22 Sep 2007 20:10:51 +0000 (20:10 +0000)
committered_ <bartosh@gmail.com>
Sat, 22 Sep 2007 20:10:51 +0000 (20:10 +0000)
trunk/efl-python-core/debian/changelog [new file with mode: 0644]
trunk/efl-python-core/debian/compat [new file with mode: 0644]
trunk/efl-python-core/debian/control [new file with mode: 0644]
trunk/efl-python-core/debian/copyright [new file with mode: 0644]
trunk/efl-python-core/debian/rules [new file with mode: 0755]

diff --git a/trunk/efl-python-core/debian/changelog b/trunk/efl-python-core/debian/changelog
new file mode 100644 (file)
index 0000000..6c15e5c
--- /dev/null
@@ -0,0 +1,6 @@
+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/efl-python-core/debian/compat b/trunk/efl-python-core/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
diff --git a/trunk/efl-python-core/debian/control b/trunk/efl-python-core/debian/control
new file mode 100644 (file)
index 0000000..da51d9f
--- /dev/null
@@ -0,0 +1,16 @@
+Source: efl-python-core
+Section: user/other
+Priority: optional
+Maintainer: Ed Bartosh <bartosh@gmail.com>
+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 (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/efl-python-core/debian/rules b/trunk/efl-python-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
+