Skip to content

Commit

Permalink
initial debian packaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
rsampaio committed Dec 26, 2011
1 parent 24a6998 commit e970b8f
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-cyclone (0.1-1) unstable; urgency=low

* Initial debian package

-- Rodrigo Sampaio Vaz <[email protected]> Mon, 26 Dec 2011 03:08:38 -0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
15 changes: 15 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Source: python-cyclone
Section: python
Priority: extra
Maintainer: Rodrigo Sampaio Vaz <[email protected]>
Build-Depends: debhelper (>= 8.0.0), python-setuptools
Standards-Version: 3.9.2
Homepage: http://cyclone.io
Vcs-Git: git://github.com/fiorix/cyclone.git

Package: python-cyclone
Architecture: any
Depends: python-twisted
Description: Twisted toolkit based on tornado
Cyclone is a low-level network toolkit, which provides support for HTTP 1.1 in an API very similar
to the one implemented by the Tornado web server. Cyclone is a Twisted Protocol.
2 changes: 2 additions & 0 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHANGELOG.txt
README.rst
13 changes: 13 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
dh $@

0 comments on commit e970b8f

Please sign in to comment.