diff --git a/setup.cfg b/setup.cfg index d60572e8..e6662d84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,16 @@ [bdist_rpm] -release = 1 +release = 2 packager = Dan McDougall 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 \ No newline at end of file +optimize = 1 + +[sdist_dsc] +debian-version: 1 \ No newline at end of file diff --git a/setup.py b/setup.py index bab6fcbc..d9207149 100755 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/stdeb.cfg b/stdeb.cfg new file mode 100644 index 00000000..fde90228 --- /dev/null +++ b/stdeb.cfg @@ -0,0 +1,6 @@ +[DEFAULT] +Maintainer: Dan McDougall +Depends: python-tornado (>= 2.2) +Recommends: python-pam, python-kerberos, python-openssl +XS-Python-Version: >= 2.6 +Package: gateone \ No newline at end of file