Package: svnmailer
Version: 1.0.8-8
Severity: normal

man svn-mailer says:

...

  CONFIGURATION FILES

    If the configuration file is not specified on the command line it
    is searched at default locations. The first one found is
    loaded. The locations are, in order: svnmailer.conf in the conf/
    directory of the given repository, svnmailer.conf in the script
    directory itself, /etc/svnmailer.conf.

...

Looking at _getDefaultConfigFiles function in
/var/lib/python-support/python2.4/svnmailer/config.py, one can see
that nothing of it is actually correct:

...

  candidates = [
      _os.path.join(self.runtime.repository, 'conf', 'mailer.conf'),
      _os.path.join(_os.path.dirname(argv0), 'mailer.conf'),
      _os.path.join(_os.path.sep, "etc", "svn-mailer.conf"),
  ]

...

Please fix the man page.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (1000, 'testing'), (200, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-486
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages svnmailer depends on:
ii  python                      2.4.4-6      An interactive high-level object-o
ii  python-subversion           1.4.4dfsg1-1 Python bindings for Subversion
ii  python-support              0.7.6        automated rebuilding support for p

svnmailer recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to