[SCM] live-studio branch, master, updated. 41f810cc0eec2340235befae1ce7c4b7458468a2

Chris Lamb lamby at debian.org
Fri Jul 30 05:04:50 UTC 2010


The following commit has been merged in the master branch:
commit 41f810cc0eec2340235befae1ce7c4b7458468a2
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 00:58:22 2010 -0400

    Build and install to live-studio package.

diff --git a/debian/control b/debian/control
index 28a4e13..c154981 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: optional
 Maintainer: Debian Live Project <debian-live at lists.debian.org>
 Uploaders: Chris Lamb <lamby at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), python-support, python-setuptools
 Standards-Version: 3.9.1
 
 Package: live-studio
diff --git a/debian/live-studio.install b/debian/live-studio.install
new file mode 100644
index 0000000..1b91047
--- /dev/null
+++ b/debian/live-studio.install
@@ -0,0 +1 @@
+usr/
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..2d25cff
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,8 @@
+from setuptools import setup, find_packages
+
+setup(
+    name='live-studio',
+    license='AGPL-v3',
+    packages=find_packages(),
+    include_package_data=True,
+)

-- 
live-studio



More information about the debian-live-changes mailing list