Skip to content

Commit

Permalink
Made a few minor changes to setup.py, setup.cfg, and added a stdeb.cf…
Browse files Browse the repository at this point in the history
…g to make it easier to make .deb packages.
  • Loading branch information
liftoff committed Mar 3, 2012
1 parent 22b1b70 commit 0dfa419
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 6 additions & 2 deletions setup.cfg
@@ -1,12 +1,16 @@
[bdist_rpm]
release = 1
release = 2
packager = Dan McDougall <daniel.mcdougall@liftoffsoftware.com>
vendor = Liftoff Software
requires = python >= 2.6
tornado >= 2.2
provides = gateone
group = Applications/System
doc_files = README.rst

[install]
# This is necessary to prevent *.pyo files from messing up bdist_rpm:
optimize = 1
optimize = 1

[sdist_dsc]
debian-version: 1
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -92,10 +92,10 @@ def walk_data_files(path, install_path=prefix):
version = version,
description = 'Web-based Terminal Emulator and SSH Client',
long_description = (
'Gate One is a web-based terminal emulator and SSH client with many '
'unique and advanced features.'),
'Gate One is a web-based terminal emulator and SSH client that requires'
' no browser plugins and includes many unique and advanced features.'),
classifiers = [
"Development Status : 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Operating System :: Unix",
"Environment :: Console",
"Environment :: Web Environment",
Expand Down
6 changes: 6 additions & 0 deletions stdeb.cfg
@@ -0,0 +1,6 @@
[DEFAULT]
Maintainer: Dan McDougall <daniel.mcdougall@liftoffsoftware.com>
Depends: python-tornado (>= 2.2)
Recommends: python-pam, python-kerberos, python-openssl
XS-Python-Version: >= 2.6
Package: gateone

0 comments on commit 0dfa419

Please sign in to comment.