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

[LCFC] templates://gnunet/{gnunet-daemon.templates}



This is the last call for comments for the review of debconf
templates for gnunet.

The reviewed templates will be sent on Wednesday, June 06, 2007 to the package
maintainer as a bug report and a mail will be sent to this list with
"[BTS]" as a subject tag.

Please note that templates marked as "obsolete" have not been
reviewed.

-- 



# Obsolete, should be removed
Template: gnunet-daemon/warning
Type: note
_Description: Former installation of GNUnet detected
 Since there are important changes in this version, the installer
 will need to modify the GNUnet configuration file (/etc/gnunet.conf).
 .
 The installation process will backup /etc/gnunet.conf to
 /etc/gnunet.conf.old, and will automatically build a new configuration
 file.
 .
 Every personal settings will be preserved as much as possible.

# Obsolete, should be removed
Template: gnunet-daemon/failed
Type: note
_Description: Warning
 For some obscure reason, the installer have failed to discover
 the configuration settings in /etc/gnunet.conf.
 .
 The old configuration file will be moved to /etc/gnunet.conf.old.
 .
 Since some changes are *mandatory* in this file, a
 fresh default configuration file will now be installed
 .
 Please take a look and make necessary changes in it if needed after
 installation.

# Obsolete, should be removed
Template: gnunet-daemon/prior_07
Type: note
_Description: Upgrade from a version prior to 0.7.0
 It seems that you are upgrading GNUnet from a version prior to 0.7.x.
 GNUnet 0.7.x introduced new configuration files and a new database
 storage format which is not compatible with versions prior to 0.7.x.
 .
 GNUnet cannot convert your database format to the new format.
 .
 Your database storage will be automatically moved to /var/lib/GNUnet.prior07,
 and the gnunet package will build a new empty storage for you.
 .
 Your /etc/gnunet.conf file will also be moved to /etc/gnunet.conf.prior07
 and replaced by /etc/gnunetd.conf which you can modify later by running
 "gnunet-setup -d -c /etc/gnunetd.conf", as root.

Template: gnunet-daemon/launch_at_startup
Type: boolean
Default: true
_Description: Should the GNUnet daemon be launched on boot?
 If you choose this option, a GNUnet server will be started each time
 the system is launched. Otherwise, you will need to launch
 GNUnet each time you want to use it.

Template: gnunet-daemon/gnunet_user
Type: string
Default: gnunet
_Description: GNUnet user:
 Please choose the user that the GNUnet daemon process will run as.
 .
 This should be a dedicated account. If the specified account does not
 already exist, it will automatically be created, with no login shell.

Template: gnunet-daemon/gnunet_group
Type: string
Default: gnunet
_Description: GNUnet group:
 Please choose the group that the GNUnet daemon process will run as.
 .
 This should be a dedicated group, not one that already owns data.
 Only the members of this group will have access to GNUnet data, and
 be allowed to start and stop the GNUnet server.
Source: gnunet
Section: net
Priority: optional
Maintainer: Arnaud Kyheng <Arnaud.Kyheng@free.fr>
Uploaders: Daniel Baumann <daniel@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0), libltdl3-dev, libsqlite3-dev, libmysqlclient15-dev, libgcrypt11-dev, guile-1.8, guile-1.8-dev, libgmp3-dev (>= 4.0.0), libextractor-dev (>= 0.5.16-1), libgtk2.0-dev (>= 2.6.0-1), libncurses5-dev, gettext (>=0.14.1-1), libglade2-dev, zlib1g-dev, libcurl3-dev, dialog (>=1.0-200602), libxml2-dev
Standards-Version: 3.7.2

Package: gnunet-common
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: secure, trust-based peer-to-peer framework
 GNUnet is a peer-to-peer framework which focuses on providing security.
 All link-to-link messages in the network are confidential and authenticated.
 The framework provides a transport abstraction layer and can currently
 encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
 .
 This package contains base files for the GNUnet packages.
 .
  Homepage: <http://www.gnunet.org/>

Package: gnunet-daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, gettext (>=0.14.1-1)
Description: secure, trust-based peer-to-peer framework
 GNUnet is a peer-to-peer framework which focuses on providing security.
 All link-to-link messages in the network are confidential and authenticated.
 The framework provides a transport abstraction layer and can currently
 encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
 .
 This package contains the GNUnet daemon, needed to run a GNUnet node.
 .
  Homepage: <http://www.gnunet.org/>

Package: gnunet-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gettext (>=0.14.1-1)
Suggests: libextractor-plugins (>= 0.5.16-1)
Description: secure, trust-based peer-to-peer framework
 GNUnet is a peer-to-peer framework which focuses on providing security.
 All link-to-link messages in the network are confidential and authenticated.
 The framework provides a transport abstraction layer and can currently
 encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
 .
 This package contains the GNUnet command line client applications, such as
 gnunet-search and gnunet-download.
 .
  Homepage: <http://www.gnunet.org/>

Package: gnunet-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gettext (>=0.14.1-1)
Description: secure, trust-based peer-to-peer framework
 GNUnet is a peer-to-peer framework which focuses on providing security.
 All link-to-link messages in the network are confidential and authenticated.
 The framework provides a transport abstraction layer and can currently
 encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
 .
 This package contains the additional tools for GNUnet such as the
 gnunet-setup graphical tool.
 .
  Homepage: <http://www.gnunet.org/>

Package: gnunet
Architecture: all
Depends: gnunet-daemon (>= ${Source-Version}), gnunet-client (>= ${Source-Version}), gnunet-tools (>= ${Source-Version})
Description: secure, trust-based peer-to-peer framework
 GNUnet is a peer-to-peer framework which focuses on providing security.
 All link-to-link messages in the network are confidential and authenticated.
 The framework provides a transport abstraction layer and can currently
 encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
 .
 This package is a meta-package for GNUnet and depends upon gnunet-daemon,
 gnunet-client and gnunet-tools.
 .
  Homepage: <http://www.gnunet.org/>

Package: gnunet-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gnunet-daemon (>= ${Source-Version}), gnunet-client (>= ${Source-Version}), gnunet-tools (>= ${Source-Version})
Description: secure, trust-based peer-to-peer framework
 GNUnet is a peer-to-peer framework which focuses on providing security.
 All link-to-link messages in the network are confidential and authenticated.
 The framework provides a transport abstraction layer and can currently
 encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
 .
 This package contains the development files for GNUnet.
 .
  Homepage: <http://www.gnunet.org/>

Attachment: signature.asc
Description: Digital signature


Reply to: