Re: Wrestling with debconf

2022-01-06 Thread Kip Warner
On Tue, 2022-01-04 at 12:34 +0100, Niels Thykier wrote: > As I recall, when you manage a file via debconf, you should *not* ship > it directly in the package.  You can ship a template in a different > location (e.g., /usr/share/myfoo/server.conf.template) and then use > that combi

Re: Wrestling with debconf

2022-01-04 Thread Kip Warner
quot;/etc/myfoo/server.conf" directly inside the package in that path.  If > that is correctly understood, then I think that is the source of your > woes. Yes, that is what I was trying to do. > As I recall, when you manage a file via debconf, you should *not* ship > it directly i

Re: Wrestling with debconf

2022-01-04 Thread Niels Thykier
Kip Warner: > Hey list, > > [...] > The problem here is this re-running of the myfoo-server.config happens > before the myfoo-server.postinst. This is bad because the latter is > supposed to update the values in /etc/myfoo/server.conf to whatever the > user just entere

Wrestling with debconf

2021-11-25 Thread Kip Warner
Hey list, I'm having an issue with my myfoo-server maintainer scripts for my package myfoo-server. In a nutshell, I am trying to get the user's requested configuration to be handled elegantly. I've read the debconf specification and debconf-devel(7). I see that my iss

Bug#978756: RFS: gkdebconf/2.1.1 [QA] [RC] -- Helper to reconfigure packages with Debconf

2020-12-31 Thread Håvard Flaget Aasen
debian.org/debian/gkdebconf Section : admin It builds those binary packages: gkdebconf - Helper to reconfigure packages with Debconf To access further information about this package, please visit the following URL: https://mentors.debian.net/package/gkdebconf/ Alternatively, one ca

Bug#942192: marked as done (RFS: gkdebconf/2.1.0 [QA] -- Helper to reconfigure packages with Debconf)

2019-10-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Oct 2019 23:56:51 +0200 with message-id <20191011215651.ga11...@angband.pl> and subject line Re: Bug#942192: RFS: gkdebconf/2.1.0 [QA] -- Helper to reconfigure packages with Debconf has caused the Debian Bug report #942192, regarding RFS: gkdebconf/2.1.0 [QA] --

Bug#942192: RFS: gkdebconf/2.1.0 [QA] -- Helper to reconfigure packages with Debconf

2019-10-11 Thread Yavor Doganov
Ferraz * URL : N/A * License : GPL-2+ * Vcs : https://salsa.debian.org/debian/gkdebconf Section : admin It builds this binary package: gkdebconf - Helper to reconfigure packages with Debconf To access further information about this package, please visit th

Re: HELP: Fixing a debconf bug in proftpd

2017-01-24 Thread gregor herrmann
On Tue, 24 Jan 2017 22:47:00 +, Niels Thykier wrote: > > 1. Would anybody so kind to have a look at this issue? It is our show > > stopper to get back into testing. > > From a /very quick glance/, it looks like the package is basically using > "debconf as a registry

Re: HELP: Fixing a debconf bug in proftpd

2017-01-24 Thread Niels Thykier
Hilmar Preuße: > Hi, > > we got bug #820984 on debconf a while ago. I'm not very familiar w/ > debconf, hence I had a look into the templates/config delivered w/ > debconf itself. > I'm my eyes the code in proftpd is about a 1:1 copy of the code in > debconf, n

Re: HELP: Fixing a debconf bug in proftpd

2017-01-24 Thread Hilmar Preuße
On 28.11.2016 21:24, Hilmar Preuße wrote: Hi, > we got bug #820984 on debconf a while ago. I'm not very familiar w/ > debconf, hence I had a look into the templates/config delivered w/ > debconf itself. > I'm my eyes the code in proftpd is about a 1:1 copy of the code in &

HELP: Fixing a debconf bug in proftpd

2016-11-28 Thread Hilmar Preuße
Hi, we got bug #820984 on debconf a while ago. I'm not very familiar w/ debconf, hence I had a look into the templates/config delivered w/ debconf itself. I'm my eyes the code in proftpd is about a 1:1 copy of the code in debconf, nevertheless it does not work as expected. 1. Wou

"Find something to work on, within Debian" -- a proposed session at Debconf

2016-05-14 Thread Asheesh Laroia
Hi all debian-mentors people, I'm proposing a session at Debconf and wanted to mention that, take feedback, and look for ways to collaborate with others. Here's the details. I chatted briefly with Molly de Blanc about it, and I can take feedback or make edits if people have fe

Re: R: Validating user input with debconf

2015-08-10 Thread יורי אולייניקוב
; > >> Hello mentors > >> > >> I have the following question: I want to validate user input while > configuring the package and if user provides incorrect input - reprompt > question until valid value is provided. > >> Is it a good practice to do that with debconf? &g

Re: R: Validating user input with debconf

2015-08-10 Thread Paul Gevers
-- > Il lun 10 ago 2015 01:15 CEST, Yurkao ha scritto: > >> Hello mentors >> >> I have the following question: I want to validate user input while >> configuring the package and if user provides incorrect input - reprompt >> question until valid valu

R: Validating user input with debconf

2015-08-10 Thread Gianfranco Costamagna
0 ago 2015 01:15 CEST, Yurkao ha scritto: >Hello mentors > >I have the following question: I want to validate user input while configuring >the package and if user provides incorrect input - reprompt question until >valid value is provided. >Is it a good practice to do that w

Validating user input with debconf

2015-08-09 Thread Yurkao
Hello mentors I have the following question: I want to validate user input while configuring the package and if user provides incorrect input - reprompt question until valid value is provided. Is it a good practice to do that with debconf? If it is - where should I do this ? In config script

Re: Maintainer scripts, debconf and Python

2015-06-09 Thread Barry Warsaw
On Jun 09, 2015, at 10:05 PM, Andrey Rahmatullin wrote: >I don't think the language of the software itself matters here at all. Except of course it should be Python 3, not Python 2. ;) Cheers, -Barry pgp72_qCDJkRv.pgp Description: OpenPGP digital signature

Re: Maintainer scripts, debconf and Python

2015-06-09 Thread Andrey Rahmatullin
On Tue, Jun 09, 2015 at 07:22:42PM +0200, Jakub Wilk wrote: > >>E: tilelite: forbidden-config-interpreter #!/usr/bin/python > >> > >>https://lintian.debian.org/tags/forbidden-config-interpreter.html > >> > >>This says that the config script can only count on essential packages > >>being installed,

Re: Maintainer scripts, debconf and Python

2015-06-09 Thread Jakub Wilk
section 6.5, which says that Pre-Depends may be assumed to be available. ITYM 7.2. §6.2 doesn't say anything about config scripts, and neither does §7.2. OTOH, debconf-devel(7) says: “Note that the config script is run before the package is unpacked. It should only use commands that a

Re: Maintainer scripts, debconf and Python

2015-06-09 Thread Andrey Rahmatullin
On Tue, Jun 09, 2015 at 05:45:10PM +0100, Christopher Baines wrote: > E: tilelite: forbidden-postrm-interpreter #!/usr/bin/python > > https://lintian.debian.org/tags/forbidden-postrm-interpreter.html > > The above page says that you have to use (sh, bash, or perl) for the > postrm script. I canno

Maintainer scripts, debconf and Python

2015-06-09 Thread Christopher Baines
debconf, this would also provide other functionality like automated configuration via preseeding. 1: https://packages.debian.org/sid/tilelite As the package is written in python, and I am more familiar in writing software in python, I have currently been writing the config, postinst and postrm

Re: Debconf, package.config script and subst+multiselect

2015-05-04 Thread Christopher Baines
Please reply to the list, not just to me personally. On 04/05/15 22:41, Yurkao wrote: > 4 мая 2015 г., в 23:43, Christopher Baines <mailto:ch...@cbaines.net>> написал(а): > >> On 04/05/15 20:51, Yurkao wrote: >>> Dear mentors, >>> As I've understood

Re: Debconf, package.config script and subst+multiselect

2015-05-04 Thread Christopher Baines
On 04/05/15 20:51, Yurkao wrote: > Dear mentors, > As I've understood from debconf(7): > - package config script runs twice during the deb installation > As a result: > - package config script must be idempotent and must not/should not ask > questions twice. >

Debconf, package.config script and subst+multiselect

2015-05-04 Thread Yurkao
Dear mentors, As I've understood from debconf(7): - package config script runs twice during the deb installation As a result: - package config script must be idempotent and must not/should not ask questions twice. As I understand,I should control not asking question twice by checki

Debconf UNREGISTER and REGISTER

2015-05-01 Thread Christopher Baines
I am getting a "10 No such template" error from Debconf when trying to use the register command. This appears to only happen when trying to register a question that shares its name with a template (hence automatically instantiated), which has been unregistered (with the unregister comm

Re: response 30 when sending INPUT command to debconf

2015-04-29 Thread Christopher Baines
On 28/04/15 19:37, Paul Gevers wrote: > On 28-04-15 14:26, Christopher Baines wrote: >> This happens when the package is installed, and I am running >> dpkg-reconfigure. The manpage seems to suggest that this can happen for >> three reasons: >> >> "Debco

Re: response 30 when sending INPUT command to debconf

2015-04-28 Thread Paul Gevers
On 28-04-15 14:26, Christopher Baines wrote: > This happens when the package is installed, and I am running > dpkg-reconfigure. The manpage seems to suggest that this can happen for > three reasons: > > "Debconf decides if the question is actually displayed, based on its >

response 30 when sending INPUT command to debconf

2015-04-28 Thread Christopher Baines
This happens when the package is installed, and I am running dpkg-reconfigure. The manpage seems to suggest that this can happen for three reasons: "Debconf decides if the question is actually displayed, based on its priority, and whether the user has seen it before, and which frontend is

Bug#762189: Bug#742344: Info received (Inclusion of German debconf template translation possible?)

2014-10-06 Thread Daniel Lintott
Hi Helge On Mon, Oct 06, 2014 at 07:50:41PM +0200, Helge Kreutzmann wrote: > Hello Daniel, > on September 19th you marked this translation bug pending. Any ETA for > an upload? > > Or should I arrange for an NMU? > I have prepared a QA upload which includes all the new debcon

Re: Verification of Japanese debconf translations.

2013-10-07 Thread Paul Wise
On Mon, Oct 7, 2013 at 7:25 AM, Mats Erik Andersson wrote: > Since there is no list "debian-l10n-japanese", I could > use some advice on how to find an authoritative statement > of an identifiable project member. Apparently Japanese translation stuff happens on the debian-japanese list: http://l

Re: Verification of Japanese debconf translations.

2013-10-06 Thread Nobuhiro Iwamatsu
; claiming to provide Japanese debconf translations, > and also claiming said template file to have been > reviewed by several Japanese DD's and users. > > However, the report is sent from a close to anonymous > Gmail account, and I certainly want better verification > than that befo

Verification of Japanese debconf translations.

2013-10-06 Thread Mats Erik Andersson
Dear all, one of my packages has seen a bug opened http://bugs.debian.org/717705 claiming to provide Japanese debconf translations, and also claiming said template file to have been reviewed by several Japanese DD's and users. However, the report is sent from a close to anonymous

ANN: debian-mentors BoF session at DebConf: 2013-08-16 at 15:30 local time (13:30 UTC)

2013-08-14 Thread Nicolas Dandrimont
Hi everyone, Just a short announcement that anyone interested in reflecting or improving Debian's mentoring processes are invited to the BoF session that has just been scheduled on Friday 2013-08-16, at 15:30 local time in BoF room 1. (That's 13:30 UTC)[0]. [0] http://penta.debconf.org/dc13_sched

About the field "Choices-C" Debconf templates.

2012-05-15 Thread Charles Plessy
Hello everybody, years after becoming DD, I am learning Debconf... amazing. I could not find an explanation for the "Choices-C" field in debconf-devel(7) nor the Developers Reference. Is that field clearly defined somewhere ? Cheers, -- Charles Plessy Debian Med packaging

Re: How to warn the user with debconf

2012-01-20 Thread Stefano Canepa
Il 16/01/2012 00:19, Martin Eberhard Schauer ha scritto: Hi Stefano, in my postinst script I need to warn the user in case the script was unable to remove a non empty directory. How can I do this and have a lintian clean package? I thought to use a debconf note but lintian issues possible

Re: How to warn the user with debconf

2012-01-15 Thread Martin Eberhard Schauer
Hi Stefano, in my postinst script I need to warn the user in case the script was unable to remove a non empty directory. How can I do this and have a lintian clean package? I thought to use a debconf note but lintian issues possible-debconf-note-abuse warning. TIA Stefano please have a

How to warn the user with debconf

2012-01-15 Thread Stefano Canepa
Dear all, in my postinst script I need to warn the user in case the script was unable to remove a non empty directory. How can I do this and have a lintian clean package? I thought to use a debconf note but lintian issues possible-debconf-note-abuse warning. TIA Stefano PS: I'm resending

Re: debconf scripts

2011-10-03 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/11 13:41, Raphael Hertzog wrote: > Hello, > > On Mon, 03 Oct 2011, kuLa wrote: >> On 03/10/11 12:56, Mohsen Pahlevanzadeh wrote: >>> Suppose i download a *.deb from internet or packages.debian.org, How i >>> can find out it has prerm, postrm,

Re: debconf scripts

2011-10-03 Thread Raphael Hertzog
Hello, On Mon, 03 Oct 2011, kuLa wrote: > On 03/10/11 12:56, Mohsen Pahlevanzadeh wrote: > > Suppose i download a *.deb from internet or packages.debian.org, How i > > can find out it has prerm, postrm, postinst...preinst and so on? > > which command? Can i find out? > > just unpack it and voila

Re: debconf scripts

2011-10-03 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/11 12:56, Mohsen Pahlevanzadeh wrote: > Dear all, > > Suppose i download a *.deb from internet or packages.debian.org, How i > can find out it has prerm, postrm, postinst...preinst and so on? > which command? Can i find out? just unpack it a

debconf scripts

2011-10-03 Thread Mohsen Pahlevanzadeh
Dear all, Suppose i download a *.deb from internet or packages.debian.org, How i can find out it has prerm, postrm, postinst...preinst and so on? which command? Can i find out? --mohsen signature.asc Description: This is a digitally signed message part

debconf confusion, part XLII

2011-07-16 Thread Christoph Biedl
[ I might have asked this before but could not find it in the archives then ] Hello, Every time I try use debconf in order to ease package configuration I finally end up /not/ using it and putting extra load onto the administrator. I don't consider debconf broken or bad, but it const

Re: RFS: debconf-kde (ping)

2011-06-27 Thread Matthias Klumpp
t; - Lintian will also tell you the following: > I: debconf-kde-dbg: capitalization-error-in-description debian Debian > (and similarly for all other packages) Hi! Wow, great! Thanks for sponsoring this package! I'm currently working with pkg-kde on maintaining it under the pkg-kde-team um

Re: RFS: debconf-kde (ping)

2011-06-27 Thread Michael Tautschnig
Hi, > Dear mentors, > > I am looking for a sponsor for my package "debconf-kde". > > * Package name: debconf-kde > Version : 0.1+git20101228-1 > Upstream Author : Daniel Nicoletti > * URL : > https://projects.kde.org/proje

Re: New contributors: please come to Debconf and/or Debcamp

2011-05-18 Thread Asheesh Laroia
On Sat, 7 May 2011, Asheesh Laroia wrote: Hi everyone on debian-mentors, I wanted to send a special invitation for new contributors to Debian: Come to Debconf and Debcamp! Even if you're not a Debian Developer yet. One more plug for this: We'll help pay for you. http://www.debia

Re: New contributors: please come to Debconf and/or Debcamp

2011-05-09 Thread Adnan Hodzic
p, see you in Banja Luka! Adnan Sent using Android (Nexus S) On May 7, 2011 7:35 PM, "Asheesh Laroia" wrote: > Hi everyone on debian-mentors, > > I wanted to send a special invitation for new contributors to Debian: Come > to Debconf and Debcamp! Even if you're not a D

New contributors: please come to Debconf and/or Debcamp

2011-05-07 Thread Asheesh Laroia
Hi everyone on debian-mentors, I wanted to send a special invitation for new contributors to Debian: Come to Debconf and Debcamp! Even if you're not a Debian Developer yet. Here are the things you need to know: * Debconf is a week-long conference (this year, in Banja Luka, in Bosnia)

RFS: debconf-kde (ping)

2011-04-05 Thread Matthias Klumpp
Dear mentors, I am looking for a sponsor for my package "debconf-kde". * Package name : debconf-kde Version : 0.1+git20101228-1 Upstream Author : Daniel Nicoletti * URL : https://projects.kde.org/projects/extragear/sysadmin/libdebconf-kde/ * License

Re: debconf question

2010-12-21 Thread Thomas Goirand
On 12/21/2010 02:17 PM, PICCA Frédéric-Emmanuel wrote: > Hello > >> 22 # what is the name of the tango host >> 23 db_input high tango-common/tango-host || true >> 24 db_go || true > >> Hi, > >> WIth your script here, there are cases where there's no db_set >> tango-common/tango-host. That

RE: debconf question

2010-12-20 Thread PICCA Frédéric-Emmanuel
Hello > 22 # what is the name of the tango host > 23 db_input high tango-common/tango-host || true > 24 db_go || true > Hi, > WIth your script here, there are cases where there's no db_set > tango-common/tango-host. That shouldn't happen. You should set it > unconditionally (eg: always)!

Re: debconf question

2010-12-20 Thread Thomas Goirand
On 12/20/2010 03:43 PM, PICCA Frédéric-Emmanuel wrote: >1 #!/bin/sh >2 CONFIGFILE=/etc/tangorc >3 set -e >4 . /usr/share/debconf/confmodule >5 >6 # Load config file, if it exists. >7 if [ -e $CONFIGFILE ]; then >8 . $CONFIGFIL

RE: debconf question

2010-12-20 Thread PICCA Frédéric-Emmanuel
Hello thanks for your answer > If there's only host and port in your config file, don't try > to re-read it in your postinst. What you have done in your > config script should be enough to read the value that was > previously in the config file, or the one that was set

Re: debconf question

2010-12-19 Thread Thomas Goirand
On 12/17/2010 04:27 PM, Picca Frédéric-Emmanuel wrote: > now my problem is when I generate the configure file from this db entry in > the postinst script. > Here the code : > >1 #!/bin/sh >2 CONFIGFILE=/etc/tangorc >3 set -e > 4 . /usr/share/debconf/c

debconf question

2010-12-17 Thread Picca Frédéric-Emmanuel
Hello I try to set up a working debconf system for a package [1], I am working on. My problem is about the binary tango-common package. The debconf consist on one question about a host and a port where a service is running. so I ask a question about this TANGO_HOST=host:port now I want to

Re: Debconf in non-interactive mode

2010-11-22 Thread Mats Erik Andersson
Dear Niko, måndag den 22 november 2010 klockan 12:47 skrev Niko Tyni detta: > On Sat, Nov 20, 2010 at 11:38:08PM +0100, Mats Erik Andersson wrote: > > > I could find good use of some advice on Debconf usage. > > The recent automated package upgrade tests, conducted > >

Re: Debconf in non-interactive mode

2010-11-22 Thread Niko Tyni
On Sat, Nov 20, 2010 at 11:38:08PM +0100, Mats Erik Andersson wrote: > I could find good use of some advice on Debconf usage. > The recent automated package upgrade tests, conducted > by Lucas Nussbaum, hava revealed that my package Webfs > fails to upgrade properly from stable (

Re: Debconf in non-interactive mode

2010-11-21 Thread Holger Levsen
nicating through a program, such as debconf, which conforms to the Debian Configuration Management Specification, version 2 or higher. " http://www.debian.org/doc/debian-policy/ch-binary.html#s-maintscriptprompt cheers, Holger signature.asc Description: This is a digitally signed message part.

Re: Debconf in non-interactive mode

2010-11-21 Thread Raphael Hertzog
nough information to understand the nature of the problem. We have debconf to handle user-interaction and the script should not have to care if someone typed the answer or if it's the default answer recorded in the debconf template. Why is the postinst failing in non-interactive mode? Are you usin

Re: debconf with locally derived options

2010-11-20 Thread Richard Hector
On Sat, 2010-11-20 at 17:30 +, Jonathan Wiltshire wrote: > On Sat, Nov 20, 2010 at 08:36:35PM +1300, Richard Hector wrote: > > One example would be configuring a daemon, and asking which of the > > configured IP addresses of the machine it should listen on. Obviously > > the packager has no ide

Re: Debconf in non-interactive mode

2010-11-20 Thread Boyd Stephen Smith Jr.
In <20101120223808.ga15...@mea.homelinux.org>, Mats Erik Andersson wrote: >Question: Is there some mechanism I can use in the postinst > script that lets me determine whether the upgrade > is being conducted in non-interactive mode? First, you should *assume* non-interactive mode

Debconf in non-interactive mode

2010-11-20 Thread Mats Erik Andersson
Dear all, I could find good use of some advice on Debconf usage. The recent automated package upgrade tests, conducted by Lucas Nussbaum, hava revealed that my package Webfs fails to upgrade properly from stable (1.21-5.1) to testing (1.21+ds1-6). I have filed an RC bug against myself on this

Re: debconf with locally derived options

2010-11-20 Thread Jonathan Wiltshire
On Sat, Nov 20, 2010 at 08:36:35PM +1300, Richard Hector wrote: > One example would be configuring a daemon, and asking which of the > configured IP addresses of the machine it should listen on. Obviously > the packager has no idea what IP addresses are going to be on the target > machine, so can't

debconf with locally derived options

2010-11-19 Thread Richard Hector
Hi all, Is it possible for debconf, in the config file, to ask questions to which the answer is one of several that make sense on the local system, but couldn't be put in the templates file? One example would be configuring a daemon, and asking which of the configured IP addresses of the ma

Re: RFS: dma (bugfixes, debconf, 3.0 (quilt))

2009-12-19 Thread George Danchev
version > > > fixes a couple of bugs, updates the debconf translations, and > > > converts the package to the 3.0 (quilt) source format. > > [snip] > > I've uploaded a new package with the same version number, > 0.0.2009.07.17-3; the mentors.d.n URL is the sam

Re: RFS: dma (bugfixes, debconf, 3.0 (quilt))

2009-12-19 Thread Peter Pentchev
On Sat, Dec 12, 2009 at 04:56:45PM +0200, George Danchev wrote: > > Dear mentors, > > > > I am looking for a sponsor for the new version 0.0.2009.07.17-3 > > of my package "dma", the DragonFly Mail Agent. This version > > fixes a couple of bugs, updates th

Re: RFS: dma (bugfixes, debconf, 3.0 (quilt))

2009-12-12 Thread George Danchev
> Dear mentors, > > I am looking for a sponsor for the new version 0.0.2009.07.17-3 > of my package "dma", the DragonFly Mail Agent. This version > fixes a couple of bugs, updates the debconf translations, and > converts the package to the 3.0 (quilt) source for

Re: Debconf config runs before pre-depends packages

2009-12-10 Thread Paul Wise
2009/12/10 Marek Simon : > I am developing a package for my private use (against the policy)? Debian Policy only applies to packages available from or to be uploaded to the Debian archive. Do whatever you want with private packages. -- bye, pabs http://wiki.debian.org/PaulWise -- To UN

Re: RFS: dma (bugfixes, debconf, 3.0 (quilt))

2009-12-10 Thread George Danchev
> Dear mentors, Hello Peter, > I am looking for a sponsor for the new version 0.0.2009.07.17-3 > of my package "dma", the DragonFly Mail Agent. This version > fixes a couple of bugs, updates the debconf translations, and > converts the package to the 3.0 (quilt) source

RFS: dma (bugfixes, debconf, 3.0 (quilt))

2009-12-10 Thread Peter Pentchev
Dear mentors, I am looking for a sponsor for the new version 0.0.2009.07.17-3 of my package "dma", the DragonFly Mail Agent. This version fixes a couple of bugs, updates the debconf translations, and converts the package to the 3.0 (quilt) source format. It builds a single binary pac

Debconf config runs before pre-depends packages

2009-12-10 Thread Marek Simon
Hi, I am developing a package for my private use. It uses debconf. I have config script, which scans the system and gives questions and then stores information into debconf database, and postinst script to set up something using that valuses. There is some Pre-Depend package, which is needed

Re: Re: Adoption of the debconf package as maintainer or in co-maintenance

2009-11-30 Thread Christian A. David
Hello Jeroen, please delete this entry on your server, because it has caused a lot of trouble by heavy spam traffic in my t-online mail account. Many thanks! Sincereley, with kind regards Christian A. David -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of

Re: Added requirement for translation of debconf templates

2009-04-22 Thread Magnus Holmgren
On söndagen den 18 januari 2009, Neil Williams wrote: > Every time the debconf templates change, I expect the RFS to include a > link to the call for translations sent to the debian-i18n mailing list > (use podebconf-report-po for that support) and include a statement that > the uplo

Re: How to debug problems in postinst using debconf / dbconfig common

2009-01-23 Thread Daniel Leidert
ss post-installation script returned error exit status 128 > Errors were encountered while processing: > mlstdbnet `set -ex' in your scripts (you can do the same in the debconf scripts). I further found an echo to stdout in your postinst. debconf cannot handle this very well [1] and it may

Re: How to debug problems in postinst using debconf / dbconfig common

2009-01-23 Thread Mark Brown
On Fri, Jan 23, 2009 at 04:05:38PM +0100, Andreas Tille wrote: > I'm probably blind for the problem but this exit status 128 without > any debug information is quite less. What are the best strategies > to track down the problematic line of code which causes the problem. I've not looked at the p

How to debug problems in postinst using debconf / dbconfig common

2009-01-23 Thread Andreas Tille
Hi, I try to build a package from mlstdbnet for Debian Med. The packaging stuff is available here: Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mlstdbnet/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mlstdbnet/trunk/ and you can obtain t

Re: Added requirement for translation of debconf templates

2009-01-19 Thread Mark Brown
On Mon, Jan 19, 2009 at 01:17:06PM +, Neil Williams wrote: > On what basis are you misreading my email as Debian-wide? The original > email clearly stated that I was changing my sponsoring requirements. Is This wasn't quite so clear as it might have been - the subject line is much broader and

Re: Added requirement for translation of debconf templates

2009-01-19 Thread Neil Williams
s me, my own and I - nobody else. If other sponsors want to incorporate some of my requirements that's fine but I think it is best to publicise what I need so that I don't waste time explaining again and again why I am ignoring a particular RFS. I believe debconf translations should be don

Re: Added requirement for translation of debconf templates

2009-01-19 Thread Mark Brown
sn't help the user. When the package is upgraded from the > previous version or installed fresh, the user only gets the question in > English. When the translation arrives, the debconf question has already > been answered and the user gets no benefit. None. Like I said, it's a q

Re: Added requirement for translation of debconf templates

2009-01-19 Thread Thijs Kinkhorst
On Sun, January 18, 2009 20:04, Mark Brown wrote: > On Sun, Jan 18, 2009 at 05:24:05PM +, Neil Williams wrote: >>>> using debconf that requires sponsorship, that debconf translations >>>> are requested and updated by the maintainer on an ongoing basis. > &

Re: Added requirement for translation of debconf templates

2009-01-19 Thread Neil Williams
, that's fair. I'll update my page with that bit too. Thanks. The call for translations would then need to be done during the review process, once the package has found a sponsor. One point from an i18n perspective - it is strongly recommended that all debconf templates are sent for revie

Re: Added requirement for translation of debconf templates

2009-01-18 Thread Raphael Geissert
Hi Neil, One concern I have with your proposal/personal requirement is that: a) it depends on the time and availability of translators, and b) [ITP-only] it means that if a package is not in shape, doesn't fit in Debian, or there's any reason not to include it in the archive it would mean wasted

Re: Added requirement for translation of debconf templates

2009-01-18 Thread Neil Williams
On Sun, 18 Jan 2009 21:00:19 +0200 George Danchev wrote: > Everything you wrote makes a lot of sense and I think we should submit these > suggestons to Developers News at some point. > > One question remains though: how many translations we want in order to > qualify &g

Re: Added requirement for translation of debconf templates

2009-01-18 Thread Neil Williams
estion in English. When the translation arrives, the debconf question has already been answered and the user gets no benefit. None. It gets even worse if the lag exceeds 10 days because then even users of testing get the insult of untranslated debconf questions. If the lag is less than 10 days, you mig

Re: Added requirement for translation of debconf templates

2009-01-18 Thread Mark Brown
On Sun, Jan 18, 2009 at 05:24:05PM +, Neil Williams wrote: > Olivier Berger wrote: > > > using debconf that requires sponsorship, that debconf translations are > > > requested and updated by the maintainer on an ongoing basis. > > You mean "that requires [my

Re: Added requirement for translation of debconf templates

2009-01-18 Thread George Danchev
On Sunday 18 January 2009 19:24:05 Neil Williams wrote: > On Sun, 18 Jan 2009 16:37:20 +0100 > > Olivier Berger wrote: > > Hi. > > > > Le dimanche 18 janvier 2009 à 12:24 +, Neil Williams a écrit : > > > ... I'm now going to require, for any

Re: Added requirement for translation of debconf templates

2009-01-18 Thread Neil Williams
On Sun, 18 Jan 2009 16:37:20 +0100 Olivier Berger wrote: > Hi. > > Le dimanche 18 janvier 2009 à 12:24 +, Neil Williams a écrit : > > ... I'm now going to require, for any package > > using debconf that requires sponsorship, that debconf translations are > &

Re: Added requirement for translation of debconf templates

2009-01-18 Thread Olivier Berger
Hi. Le dimanche 18 janvier 2009 à 12:24 +, Neil Williams a écrit : > ... I'm now going to require, for any package > using debconf that requires sponsorship, that debconf translations are > requested and updated by the maintainer on an ongoing basis. You mean "that requir

Re: Added requirement for translation of debconf templates

2009-01-18 Thread Boyd Stephen Smith Jr.
On Sunday 18 January 2009, Neil Williams wrote about 'Added requirement for translation of debconf templates': >Every time the debconf templates change, I expect the RFS to include a >link to the call for translations sent to the debian-i18n mailing list >(use podebconf

Added requirement for translation of debconf templates

2009-01-18 Thread Neil Williams
Not that much of a surprise or much of a burden really (using debconf correctly is a non-trivial task anyway) but, in line with my general work on translation support, TDebs and Emdebian locale repository infrastructure, I'm now going to require, for any package using debconf that req

Re: debconf questions

2008-11-22 Thread Cyril Brulebois
On 10/11/2008, Adeodato Simó wrote: > Hm, I thought you're not supposed to use debconf to display notes, and that > NEWS.Debian is preferred. Yeah, otherwise Christian is coming after you; and you don't want that. Mraw, KiBi. signature.asc Description: Digital signature

Re: debconf questions

2008-11-17 Thread Andreas Tscharner
Adeodato Simó wrote: * Andreas Tscharner [Mon, 10 Nov 2008 11:31:42 +0100]: If I execute the .config file, the expected screen (it's a note) is shown Hm, I thought you're not supposed to use debconf to display notes, and that NEWS.Debian is preferred. Thank you for your informa

Re: debconf questions

2008-11-10 Thread Adeodato Simó
* Andreas Tscharner [Mon, 10 Nov 2008 11:31:42 +0100]: > If I execute the .config file, the expected screen (it's a note) is shown Hm, I thought you're not supposed to use debconf to display notes, and that NEWS.Debian is preferred. -- Adeodato Simó

debconf questions

2008-11-10 Thread Andreas Tscharner
Dear Mentors, I have two questions concerning debconf: 1) I have created a .config and a .templates file according to the debconf user's guide by Joey Hess. If I execute the .config file, the expected screen (it's a note) is shown, everything is OK. I have also inserted dh_install

Re: literally '?' in debconf template

2008-09-28 Thread markus schnalke
the context (at least as of yet;-), thus you can safely > > override > > his decision. I did so. (For the moment.) > Or you could file a wishlist bug with a patch something like: > --- a/checks/debconf > +++ b/checks/debconf > @@ -312,7 +312,7 @@ foreach my $template (@templ

Re: literally '?' in debconf template

2008-09-28 Thread Stephen Gran
scape the questions mark? > > Do I have to override the warning? > > Well, lintian did his job right to warn you about a possible problem, but it > can't sense the context (at least as of yet;-), thus you can safely override > his decision. Or you could file a

Re: literally '?' in debconf template

2008-09-28 Thread Eduardo M KALINOWSKI
markus schnalke wrote: > Hello mentors, > > lintian reports this warning: > using-question-in-extended-description-in-templates > (see [1]) > > But there is no question where lintian sees one. Instead it's a > literally question mark. The text is: > "You can use wildcard expressions like '*' or

Re: literally '?' in debconf template

2008-09-28 Thread George Danchev
On Sunday 28 September 2008 22:08:28 markus schnalke wrote: > Hello mentors, Hi, > lintian reports this warning: > using-question-in-extended-description-in-templates > (see [1]) > > But there is no question where lintian sees one. Instead it's a > literally question mark. The text is: > "You

literally '?' in debconf template

2008-09-28 Thread markus schnalke
Hello mentors, lintian reports this warning: using-question-in-extended-description-in-templates (see [1]) But there is no question where lintian sees one. Instead it's a literally question mark. The text is: "You can use wildcard expressions like '*' or '?'." How can I solve the situation?

Re: Using debconf-set-selections in my package script

2008-08-29 Thread Thomas Goirand
s is not the default - have you talked > to the pure-ftpd maintainer(s) ? Can your package be patched to use the > default mode? I'll try. > >> Am I allowed to use >> debconf-set-selections somewhere in my package script to set it >> correctly? > > No - one

Re: Using debconf-set-selections in my package script

2008-08-29 Thread Neil Williams
ftpd maintainer(s) ? Can your package be patched to use the default mode? > Am I allowed to use > debconf-set-selections somewhere in my package script to set it > correctly? No - one package is not allowed to modify the configuration of a different package. You need to raise a debcon

  1   2   3   4   5   6   7   >