[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

questions regarding zope2.7 product packages



hello,

i maintain zope2.6-verbosesecurity and zope-verbosesecurity.
the former one is an obsolete version and the only reason to keep it in
the archive is, that superiour versions of VerboseSecurity don't support
Zope < 2.7 any longer.

thus the latter one, zope-verbosesecurity is only for zope2.7 and
therefore doesn't need to provide files, links etc. for zope2.6
installations.

my main problems are:

1. does zope2.7 provide the shared/zope/restart debconf templates as
   well? currently the postinst contains:

case "$1" in
  configure)
    db_get "shared/zope/restart" || true
    case "$RET" in
      configuring)
          invoke-rc.d zope2.7 restart
      ;;
      end)
          touch /var/run/zope.restart
      ;;
    esac
  ;;
esac

is this correct for zope2.7 only packages?

2. zope2.7 has /usr/share/zope2.7/lib/python/Products/ as well as
   /usr/lib/zope2.7/lib/python/Products/.

currently i install the VerboseSecurity product files into
usr/share/zope2.7/lib/python/Products/VerboseSecurity, but i received
bugreport #284591, which suggests to link this to
/usr/lib/zope2.7/lib/python/Products/VerboseSecurity.
i searched also at other zope-* and zope2.7-* debian packages, but i
didn't find any example that considers this issue.
the most common way seems to be to only install into zope subdirs,
expecting the user to link these to zope2.7 directories in order to make
the products available for zope2.7.

i'm not sure whether the requested symlink (in bug#284591) is necessary.
i don't even know why two Products directories exist at all.


last but not least i'dd like to know whether zope2.6-verbosesecurity is
the correct package name for a package that is for zope 2.6 only.
no matter which zope versions will be default in future,
zope-verbosesecurity will stay the package for the most recent zope
version, currently 2.7.
i'm asking as i didn't find any other zope2.6-* packages, but several
zope2.7-* packages.

bye
 jonas



Reply to: