]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
debian: Initial version debian control files
authorGary Lowell <gary.lowell@inktank.com>
Mon, 26 Aug 2013 16:23:56 +0000 (09:23 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Mon, 26 Aug 2013 16:23:56 +0000 (09:23 -0700)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
debian/changelog [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/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..bc8d76f
--- /dev/null
@@ -0,0 +1,5 @@
+radosgw-agent (1.0-1) stable; urgency=low
+
+  * Initial release 
+
+ -- Gary Lowell <gary.lowell@inktank.com>  Mon, 26 Aug 2013 09:19:47 -0700
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..8e42bf9
--- /dev/null
@@ -0,0 +1,18 @@
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..730861e
--- /dev/null
@@ -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 (executable)
index 0000000..45200da
--- /dev/null
@@ -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 (file)
index 0000000..d3827e7
--- /dev/null
@@ -0,0 +1 @@
+1.0