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.