Your message dated Mon, 04 Sep 2006 10:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384144: fixed in popularity-contest 1.34
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: popularity-contest
Severity: wishlist
Tags: patch
Hi
For the debian-edu CD we would like to use popcon, but as you might know we
love to work with preseeding and currently it is not possible to preseed the
submiturls. Enclosed I send you a patch which should enable it, please check
for errors as it is a fast and dirty one and the description could get some
improvements.
I hope you agree in adding a debconf question for it as we for instance need
it to decide which packages from the debian archive are needed on the CD and
in use by the schools and unis and which aren't.
Cheers
Steffen
diff -Nru /tmp/9hZa9UaYwL/popularity-contest-1.33/debian/config /tmp/GEV49yCQiC/popularity-contest-1.34/debian/config
--- /tmp/9hZa9UaYwL/popularity-contest-1.33/debian/config 2005-08-06 07:08:22.000000000 +1000
+++ /tmp/GEV49yCQiC/popularity-contest-1.34/debian/config 2006-08-22 16:26:51.000000000 +1000
@@ -42,3 +42,7 @@
db_input low popularity-contest/use-http || [ $? -eq 30 ]
db_go || true
fi
+
+# Ask for different URL
+db_input low popularity-contest/submiturl || [ $? -eq 30 ]
+db_go || true
diff -Nru /tmp/9hZa9UaYwL/popularity-contest-1.33/debian/postinst /tmp/GEV49yCQiC/popularity-contest-1.34/debian/postinst
--- /tmp/9hZa9UaYwL/popularity-contest-1.33/debian/postinst 2005-08-06 07:08:22.000000000 +1000
+++ /tmp/GEV49yCQiC/popularity-contest-1.34/debian/postinst 2006-08-22 16:28:55.000000000 +1000
@@ -29,6 +29,11 @@
USEHTTP="no"
fi
+db_get popularity-contest/submiturls || true
+if [ -n "$RET" ] ; then
+ SUBMITURLS=$RET
+fi
+
# The md5 sum of an empty file
EMPTYID="d41d8cd98f00b204e9800998ecf8427e"
@@ -56,6 +61,7 @@
MY_HOSTID="$MY_HOSTID"
PARTICIPATE="$PARTICIPATE"
USEHTTP="$USEHTTP"
+ SUBMITRULS="$SUBMITURLS"
EOF
# Make sure user nobody can read the file.
chmod a+r $conffile
diff -Nru /tmp/9hZa9UaYwL/popularity-contest-1.33/debian/templates /tmp/GEV49yCQiC/popularity-contest-1.34/debian/templates
--- /tmp/9hZa9UaYwL/popularity-contest-1.33/debian/templates 2005-08-06 07:08:22.000000000 +1000
+++ /tmp/GEV49yCQiC/popularity-contest-1.34/debian/templates 2006-08-22 16:25:28.000000000 +1000
@@ -27,3 +27,9 @@
Default: true
_Description: Use HTTP to submit reports?
If you do not want to use HTTP, email is used instead.
+
+Template: poularity-contest/submiturls
+Type: string
+Default: http://popcon.debian.org/cgi-bin/popcon.cgi
+_Description: URL for submitting reports?
+ Which URL do you want to use for submitting your reports?
pgpwKXXHW4h8s.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: popularity-contest
Source-Version: 1.34
We believe that the bug you reported is fixed in the latest version of
popularity-contest, which is due to be installed in the Debian FTP archive:
popularity-contest_1.34.dsc
to pool/main/p/popularity-contest/popularity-contest_1.34.dsc
popularity-contest_1.34.tar.gz
to pool/main/p/popularity-contest/popularity-contest_1.34.tar.gz
popularity-contest_1.34_all.deb
to pool/main/p/popularity-contest/popularity-contest_1.34_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated popularity-contest
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 4 Sep 2006 19:09:06 +0200
Source: popularity-contest
Binary: popularity-contest
Architecture: source all
Version: 1.34
Distribution: unstable
Urgency: low
Maintainer: Popularity Contest Developers <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
popularity-contest - Vote for your favourite packages automatically
Closes: 229237 317527 326593 341144 359672 359672 361840 367248 367338 368591
368591 369529 369529 370010 378371 379732 380334 380358 380359 380362 380398
380429 380431 380436 380445 380475 380489 380594 380655 381002 381049 381845
381862 381931 384144 384885
Changes:
popularity-contest (1.34) unstable; urgency=low
.
[ Bill Allombert ]
* popcon.pl: add support for favicon.
.
[Petter Reinholdtsen]
* Changed popcon-submit.cgi to only report success when it is able to extract
the submitter ID from the report.
* Changed prepop.pl to only fail if mkdir fails when the directory is
missing in the first place.
* Make sure HTTP headers use \r\n instead of \n as line ending, to
avoid confusing transparent Cisco proxies. Patch from
Richard Burton. (Closes: #379732)
* Check files in ^/boot/ as well, to detect if a kernel package was
used. (Closes: #229237)
* Clarify participation question, to make it easier to understand
for those that do not know what the popularity contest
is. Based on patch from Thijs Kinkhorst. (Closes: #361840)
* Change the default HTTP submission setting, from no to yes. It is
well tested and work fine.
* Remove question about submission method (http/smtp). The HTTP
method is and should be the primary submit method for new
installations, and existing installations will continue to only
use SMTP. This removes the unclear question. (Closes: #317527)
* Remove unused template popularity-contest/hostid-failed.
* Change package description and question text to make it less
debian specific and avoid indication that only Debian packages are
reported (also non-Debian packages are reported). Based on patch
from Ubuntu and input from Christian Perrier.
* Adjust the popularity-contest(8) manual page to only say 'submit',
instead of 'email', to avoid confusing users. (Closes: #341144)
* Update standards-version from 3.6.2 to 3.7.2. No changes needed.
* Add Build-Depends with the same dependencies as
Build-Depends-Indep, to keep lintian happy.
* Add hidden debconf question popularity-contest/submiturls to
support preseeding the submission URL. (Closes: #384144)
* Remove double quotes around $MAILTO to allow users to request a
copy of the email-submitted reports. (Closes: #326593)
* Translations
- Updated Italian (it) by Davide Viti.
- Updated Tagalog (tl) by Eric Pareja.
- Updated Esperanto (eo) by Serge Leblanc.
- Updated German (de) by Jens Seidel.
- Updated Greek (el) by Emmanuel Galatoulas.
- Updated Norwegian Bokmål from Petter Reinholdtsen.
.
[ Christian Perrier ]
- Updated Khmer by Khoem Sokhem. (Closes: #359672)
- Updated Norwegian Nynorsk by HÃ¥vard Korsvoll. (Closes: #367248)
- Added Nepali by Paras Pradhan. (Closes: #369529)
- Added Dzongkha by Pema geyleg. (Closes: #368591)
- Added Thai by Theppitak Karoonboonyanan. (Closes: #367338)
- Updated Italian (typos) by Davide Viti. (Closes: #370010)
- Updated Hungarian by SZERVAC Attila. (Closes: #378371)
- Updated Basque by Piarres Beobide. (Closes: #381845)
- Updated Slovenian by Jure Cuhalev. (Closes: #381862)
- Updated Dutch by Thijs Kinkhorst. (Closes: #381931)
- Updated Galician by Jacobo Tarrio. (Closes: #380594)
.
[ Mohammed Adnène Trojette ]
* Translations:
- Updated Arabic by Ossama Khayat.
- Updated Czech by Miroslav Kure. (Closes: #380436)
- Updated Dzongkha by Dorji Tashi. (Closes: #368591)
- Updated Finnish by Tapio Lehtonen. (Closes: #380445)
- Updated French by Florentin Duneau.
- Updated Japanese by Kenshi Muto. (Closes: #380475)
- Updated Khmer by Khoem Sokhem. (Closes: #359672)
- Updated Korean by Sunjae Park. (Closes: #380362)
- Updated Lithuanian by Gintautas Miliauskas. (Closes: #380398)
- Updated Nepali by Shyam Krishna Bal. (Closes: #369529)
- Updated Portuguese by Miguel Figueiredo. (Closes: #384885)
- Updated Romanian by Eddy PetriÅor. (Closes: #380489)
- Updated Russian by Yuri Kozlov. (Closes: #380429)
- Updated Simplified Chinese by Carlos Z.F. Liu. (Closes: #381002)
- Updated Slovak by Peter Mann. (Closes: #380431)
- Updated Spanish by Rubén Porras. (Closes: #380655)
- Updated Swedish by Daniel Nylander. (Closes: #381049)
- Updated Thai by Theppitak Karoonboonyanan. (Closes: #380358)
- Updated Turkish by Recai Oktaþ. (Closes: #380334)
- Updated Vietnamese by Clytie Siddall. (Closes: #380359)
Files:
40a5aeda768e75c343ba75175699b3f6 692 misc optional popularity-contest_1.34.dsc
15c84a0bc5015f86986927d68ac67818 68355 misc optional
popularity-contest_1.34.tar.gz
272e6aab92a81a56db16f606ecc5e09d 48774 misc optional
popularity-contest_1.34_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE/F4x20zMSyow1ykRAsw1AKDEjcGRzQ3nvx2O9IQ4YvSr1EUdlQCeOBl7
C02LvqsDx653c4Kv5kerFd0=
=vios
-----END PGP SIGNATURE-----
--- End Message ---