Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
first draft packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
paul cannon committed Jun 14, 2011
1 parent 994bc42 commit 59ed39c
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
@@ -0,0 +1,5 @@
pycassa (1.1.0) unstable; urgency=low

* initial packaging

-- paul cannon <paul@datastax.com> Tue, 14 Jun 2011 14:00:12 -0500
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
7
22 changes: 22 additions & 0 deletions debian/control
@@ -0,0 +1,22 @@
Source: pycassa
Section: python
Priority: optional
Maintainer: paul cannon <paul@datastax.com>
Build-Depends: debhelper (>= 5), python-all, cdbs, python-support
Standards-Version: 3.9.1

Package: python-pycassa
Architecture: all
Depends: ${python:Depends}, python-thrift (>= 0.5.0)
Provides: ${python:Provides}
Description: Client library for Apache Cassandra
Pycassa is a client library for Apache Cassandra with the following
features:
.
* Automatic failover and operation retries
* Connection pooling
* Multithreading support
* A batch interface
* A class for mapping classes to Cassandra column families
.
This version is compatible with Cassandra 0.7 and 0.8.
17 changes: 17 additions & 0 deletions debian/copyright
@@ -0,0 +1,17 @@
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
Upstream-Name: pycassa
Upstream-Contact: Tyler Hobbs <pycassa.maintainer@gmail.com>
Source: https://github.com/pycassa/pycassa

Files: *
Copyright: 2009 Jonathan Hseu
License: Expat

Files: pycassa/util.py
Copyright: 2005-2010 Michael Bayer mike_mp@zzzcomputing.com
2009 Raymond Hettinger
License: Expat

Files: pycassa/cassandra/*
Copyright: 2009-2010 The Apache Software Foundation
License: Apache-2
2 changes: 2 additions & 0 deletions debian/docs
@@ -0,0 +1,2 @@
README.mkd
AUTHORS
8 changes: 8 additions & 0 deletions debian/rules
@@ -0,0 +1,8 @@
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk

DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/class/python-distutils.mk

DEB_INSTALL_CHANGELOGS_python-pycassa := CHANGES

0 comments on commit 59ed39c

Please sign in to comment.