first attempt at debian packaging
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 3 May 2013 15:52:04 +0000 (17:52 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 3 May 2013 15:52:04 +0000 (17:52 +0200)
debian/changelog.in [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/myslice.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/unfold.install [new file with mode: 0644]
debian/unfold.postinst [new file with mode: 0644]

diff --git a/debian/changelog.in b/debian/changelog.in
new file mode 100644 (file)
index 0000000..a4372c3
--- /dev/null
@@ -0,0 +1,5 @@
+manifold (@VERSION@) UNRELEASED; urgency=low
+
+  * Initial release. 
+
+ -- Thierry Parmentelat <thierry.parmentelat@inria.fr>  @DATE@ +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..f30669b
--- /dev/null
@@ -0,0 +1,17 @@
+Source: myslice
+Maintainer: Thierry Parmentelat <Thierry.Parmentelat@inria.fr>
+Section: misc
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make
+
+Package: myslice
+Architecture: any
+Depends: unfold
+Description: Myslice plugins, based on django and unfold frontend
+
+# Thierry: the recipe I'm using somehow only works with several packages
+Package: unfold
+Architecture: any
+Depends: python, python-django
+Description: Generic django-based frontend for manifold backends
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/debian/myslice.install b/debian/myslice.install
new file mode 100644 (file)
index 0000000..93b0ce5
--- /dev/null
@@ -0,0 +1 @@
+usr/lib*/python*/site-packages/unfold/plugins
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..b8796e6
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+       dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/unfold.install b/debian/unfold.install
new file mode 100644 (file)
index 0000000..13a05e4
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib*/python*/site-packages/unfold/unfold
+usr/lib*/python*/site-packages/unfold/engine
diff --git a/debian/unfold.postinst b/debian/unfold.postinst
new file mode 100644 (file)
index 0000000..b585108
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+# if this requires a service to be running, add something like this
+# update-rc.d unfold defaults