fix some version configuration

This commit is contained in:
David Rousselie
2011-10-09 11:17:52 +02:00
parent e75973eefc
commit 9c0edf274f
6 changed files with 7 additions and 4 deletions

2
debian/init.d vendored
View File

@@ -1,6 +1,8 @@
#! /bin/sh #! /bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: jmc # Provides: jmc
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Jabber Mail Component # Short-Description: Jabber Mail Component

2
debian/pyversions vendored
View File

@@ -1 +1 @@
2.4-2.6 2.4-2.7

View File

@@ -85,7 +85,7 @@ if len(sys.argv) >= 2 and sys.argv[1] == "install" \
os.makedirs(config_dir) os.makedirs(config_dir)
shutil.copy("conf/jmc.conf", config_dir) shutil.copy("conf/jmc.conf", config_dir)
python_version = ".".join(platform.python_version_tuple()[:2]) python_version = ".".join(platform.python_version_tuple()[:2])
runner_file_name = full_prefix + "/lib/python" + python_version + "/site-packages/jmc-" + jmc_version + "-py" + python_version + ".egg/jmc/runner.py" runner_file_name = full_prefix + "/lib/python" + python_version + "/site-packages/jmc/runner.py"
runner_file = open(runner_file_name) runner_file = open(runner_file_name)
dest_runner_file_name = runner_file_name + ".tmp" dest_runner_file_name = runner_file_name + ".tmp"
dest_runner_file = open(dest_runner_file_name, "w") dest_runner_file = open(dest_runner_file_name, "w")

View File

@@ -0,0 +1 @@
ALTER TABLE global_smtp_account ADD COLUMN ssl TINYINT;

View File

@@ -1,6 +1,6 @@
Metadata-Version: 1.0 Metadata-Version: 1.0
Name: jmc Name: jmc
Version: 0.3b3 Version: 0.3rc2
Summary: Jabber Mail Component Summary: Jabber Mail Component
Home-page: http://people.happycoders.org/dax/projects/jmc Home-page: http://people.happycoders.org/dax/projects/jmc
Author: David Rousselie Author: David Rousselie

View File

@@ -1 +1 @@
jcl==0.1b3 jcl==0.1rc2