summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-02-28 09:32:54 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-05 11:04:17 +0000
commit70bd026b4c9f24e511eca369bb5652fc659fe9a8 (patch)
tree8bb9faf897f6f3771aaa546ace84e0272b468a8d /debian/control
parent66c027815e8c701d656ecdabc3b25e2892cc2202 (diff)
downloadbaserock-chroot-70bd026b4c9f24e511eca369bb5652fc659fe9a8.tar.gz
Add Debian-style packaging rules
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..daefe92
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: baserock-chroot
+Section: codethink
+Priority: optional
+Maintainer: Baserock Engineering <baserock-dev@baserock.org>
+Build-Depends: debhelper
+Standards-Version: 3.6.1
+
+Package: baserock-chroot
+Architecture: all
+Depends: schroot, wget, sudo
+Description: Baserock chroot related tools
+ Manage chroots which contain baserock on [XKL]Ubuntu systems.
+