~ubuntu-branches/ubuntu/hardy/libapache2-mod-python/hardy

« back to all changes in this revision

Viewing changes to lib/python/mod_python/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski, Piotr Ozarowski
  • Date: 2006-10-12 17:14:47 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012171447-ji7e0w38nl37kknp
Tags: 3.2.10-2
[ Piotr Ozarowski ]
* Dependencies updated:
  + replaced apache2-common with apache2.2-common (closes: #391790)
  + bumped apache2-threaded-dev version (see above),
  + bumped python-central version (dh_python removed from debian/rules),
  + bumped debhelper version (see above),
  + added po-debconf to Build-Depends (lintian error).
* Removed deprecated dh_installmanpages from debian/rules
  (there are no manpages to install).
* Updated Dutch debconf translation from Vincent Zweije. (closes: #388834)
* Updated Czech debconf translation from Miroslav Kure. (closes: #384752)
* Updated Japanese debconf translation from Hideki Yamane. (closes: #391811)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 #
16
16
 # Originally developed by Gregory Trubetskoy.
17
17
 #
18
 
 # $Id: __init__.py 378945 2006-02-19 19:51:17Z jgallacher $
 
18
 # $Id: __init__.py 420308 2006-07-09 16:21:43Z jgallacher $
19
19
 
20
20
__all__ = ["apache", "cgihandler", "psp",
21
21
           "publisher", "util", "python22"]
22
22
 
23
 
version = "3.2.8"
 
23
version = "3.2.10"
24
24