From: Gary Lowell Date: Mon, 26 Aug 2013 16:23:56 +0000 (-0700) Subject: debian: Initial version debian control files X-Git-Tag: v1.1~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ebb8f583fefbb8b51fd9f384f97ed2a48ca09de3;p=radosgw-agent.git debian: Initial version debian control files Signed-off-by: Gary Lowell --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..bc8d76f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +radosgw-agent (1.0-1) stable; urgency=low + + * Initial release + + -- Gary Lowell Mon, 26 Aug 2013 09:19:47 -0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8e42bf9 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: radosgw-agent +Maintainer: Sage Weil +Uploaders: Sage Weil +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..730861e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,3 @@ +Files: * +Copyright: (c) 2013 by Inktank Storage +License: LGPL2.1 (see /usr/share/common-licenses/LGPL-2.1) diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..45200da --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +%: + dh $@ --buildsystem python_distutils --with python2 + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0