Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
--- /dev/null
+radosgw-agent (1.0-1) stable; urgency=low
+
+ * Initial release
+
+ -- Gary Lowell <gary.lowell@inktank.com> Mon, 26 Aug 2013 09:19:47 -0700
--- /dev/null
+Source: radosgw-agent
+Maintainer: Sage Weil <sage@newdream.net>
+Uploaders: Sage Weil <sage@newdream.net>
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 8), python-setuptools
+X-Python-Version: >= 2.4
+Standards-Version: 3.9.2
+Homepage: http://ceph.com/
+
+Package: radosgw-agent
+Architecture: all
+Depends: python,
+ python-argparse,
+ python-setuptools,
+ ${misc:Depends},
+ ${python:Depends}
+Description: Rados gateway agents.
--- /dev/null
+Files: *
+Copyright: (c) 2013 by Inktank Storage
+License: LGPL2.1 (see /usr/share/common-licenses/LGPL-2.1)
--- /dev/null
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+%:
+ dh $@ --buildsystem python_distutils --with python2
+