aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuilherme Salgado <salgado@canonical.com>2010-11-23 11:54:32 -0200
committerGuilherme Salgado <salgado@canonical.com>2010-11-23 11:54:32 -0200
commite0a115b64fdeded73b545dbd202419a162dc91cd (patch)
tree0dd4ae8a81e605ced89fc41f8d5ec867a58f5fdd /debian
parent18365f836dafba1b0666d437b041ee58f53079cd (diff)
First attempt at packaging media_create. Works but has a few things that need fixing
Diffstat (limited to 'debian')
-rw-r--r--debian/control9
-rw-r--r--debian/python-linaro-media-create.install1
-rwxr-xr-xdebian/rules2
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index cda5950..c04d353 100644
--- a/debian/control
+++ b/debian/control
@@ -34,3 +34,12 @@ Description: python library for the creation of hardware packs
.
This package provides a python library to aid with the creation of hardware
packs.
+
+Package: python-linaro-media-create
+Architecture: all
+Section: python
+Depends: ${python:Depends}, python-apt, ${misc:Depends}
+Description: TODO
+ XXX
+ .
+ TODO
diff --git a/debian/python-linaro-media-create.install b/debian/python-linaro-media-create.install
new file mode 100644
index 0000000..24ac52d
--- /dev/null
+++ b/debian/python-linaro-media-create.install
@@ -0,0 +1 @@
+usr/lib/python*/dist-packages/media_create
diff --git a/debian/rules b/debian/rules
index 61d75fe..c9119e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
dh --buildsystem=python_distutils --with-addon=python-support $*
override_dh_auto_test:
- python -m testtools.run hwpack.tests.test_suite
+ python -m testtools.run tests.test_suite