From c4bb459282be6c4dcb8a4a2750e6326241dca378 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Wed, 28 Mar 2012 12:59:45 -0500 Subject: [PATCH] added stdeb.cfg for packaging and updated README --- .gitignore | 3 ++- README | 0 README.rst | 11 +++++++++++ stdeb.cfg | 5 +++++ 4 files changed, 18 insertions(+), 1 deletion(-) delete mode 100644 README create mode 100644 README.rst create mode 100644 stdeb.cfg diff --git a/.gitignore b/.gitignore index da8c4c4..b847fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ slogging.egg-info/ *.py[co] doc/build/* dist -.coverage \ No newline at end of file +.coverage +deb_dist diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..f7eecc2 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +Swift stats system +================== + +The swift stats system is composed of three parts parts: log creation, log +uploading, and log processing. The system handles two types of logs (access +and account stats), but it can be extended to handle other types of logs. + +How to Build to Debian Packages +=============================== + + python setup.py --command-packages=stdeb.command bdist_deb diff --git a/stdeb.cfg b/stdeb.cfg new file mode 100644 index 0000000..31950de --- /dev/null +++ b/stdeb.cfg @@ -0,0 +1,5 @@ +[DEFAULT] +Provides: python-slogging +Maintainer: John Dickinson +Uploaders: John Dickinson +Description: Stats and log processing services for swift.