[Python-modules-commits] r639 - in /packages/libapache2-mod-python/trunk/debian: changelog libapache2-mod-python2.3.templates libapache2-mod-python2.4.templates

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Tue May 16 14:00:38 UTC 2006


Author: nobse
Date: Tue May 16 14:00:37 2006
New Revision: 639

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=639
Log:
Fixed debconf templates to make lintian happy.

Modified:
    packages/libapache2-mod-python/trunk/debian/changelog
    packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.3.templates
    packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.4.templates

Modified: packages/libapache2-mod-python/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/trunk/debian/changelog?rev=639&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/changelog (original)
+++ packages/libapache2-mod-python/trunk/debian/changelog Tue May 16 14:00:37 2006
@@ -14,8 +14,9 @@
   * Removed python2.2 packages. (closes: #353805, #362474)
   * Depend on debconf | debconf-2.0. (closes: #331996)
   * Splitted out patches and used dpatch instead.
+  * Fixed debconf templates to make lintian happy.
 
- -- Norbert Tretkowski <nobse at debian.org>  Tue, 16 May 2006 08:42:48 -0500
+ -- Norbert Tretkowski <nobse at debian.org>  Tue, 16 May 2006 09:00:23 -0500
 
 libapache2-mod-python (3.1.3-3) unstable; urgency=high
 

Modified: packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.3.templates
URL: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.3.templates?rev=639&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.3.templates (original)
+++ packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.3.templates Tue May 16 14:00:37 2006
@@ -1,11 +1,10 @@
 Template: libapache2-mod-python/enable_module
 Type: boolean
 _Description: Enable the Apache 2 mod_python module?
- Should the mod_python module be enabled in your Apache 2 configuration?
  You need to enable the module to use websites written for mod_python.
  .
- If you answer yes to this question, a symbolic link will be made for
- mod_python in /etc/apache2/mods_enabled/. If you answer no, the symbolic
- link will be deleted.
+ Choosing to enable the module creates a symbolic link for mod_python
+ in /etc/apache2/mods_enabled/, chosing to not enable the module removes
+ that link.
  .
  NB. You will need to restart Apache 2 manually after changing this option.

Modified: packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.4.templates
URL: http://svn.debian.org/wsvn/python-modules/packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.4.templates?rev=639&op=diff
==============================================================================
--- packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.4.templates (original)
+++ packages/libapache2-mod-python/trunk/debian/libapache2-mod-python2.4.templates Tue May 16 14:00:37 2006
@@ -1,11 +1,10 @@
 Template: libapache2-mod-python/enable_module
 Type: boolean
 _Description: Enable the Apache 2 mod_python module?
- Should the mod_python module be enabled in your Apache 2 configuration?
  You need to enable the module to use websites written for mod_python.
  .
- If you answer yes to this question, a symbolic link will be made for
- mod_python in /etc/apache2/mods_enabled/. If you answer no, the symbolic
- link will be deleted.
+ Choosing to enable the module creates a symbolic link for mod_python
+ in /etc/apache2/mods_enabled/, chosing to not enable the module removes
+ that link.
  .
  NB. You will need to restart Apache 2 manually after changing this option.




More information about the Python-modules-commits mailing list