You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
638 lines
26 KiB
638 lines
26 KiB
popularity-contest (1.31) UNRELEASED; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Add scripts to clean out non-debian packages from the entries,
|
|
to make it possible to publish anonymous raw data. Based on
|
|
code from Alain Schroeder.
|
|
- Change code for detecting old dpkg version to avoid error message
|
|
when dpkg-query is missing.
|
|
- Rewrote popcon-upload to submit reports using MIME-encoded file
|
|
uploads to match the common practice for browser-based file
|
|
uploads.
|
|
- Change popcon-submit.cgi to handle uploads in both the old
|
|
upload format and the new upload format, as well as the ubuntu
|
|
(uncompressed) format.
|
|
- Add support in popcon-submit.cgi to save directly to disk
|
|
instead of sending emails.
|
|
- Change popcon-submit-ubuntu.cgi to make it easier to run with
|
|
older python versions, and make sure the reply matches the
|
|
"success" string used by popcon-upload.
|
|
* Translations
|
|
- Updated Japanese from Kenshi Muto. (Closes: #317402)
|
|
- Updated Russian from Yuri Kozlov. (Closes: #317449)
|
|
- Updated Vietnamese from Phan Vinh Thinh. (Closes: #317630)
|
|
- Updated German by Dennis Stampfer
|
|
|
|
-- Dennis Stampfer <seppy@debian.org> Mon, 11 Jul 2005 21:18:26 +0300
|
|
|
|
popularity-contest (1.30) unstable; urgency=low
|
|
|
|
* Add support for reporting using http POST to a list of URLs.
|
|
Uploading using content-type text/plain, content-encoding
|
|
x-gzip, with 30 second timeout. (Closes: #239097)
|
|
* HTTP submissions are enabled by default for new installs, but
|
|
disabled by default for upgrades.
|
|
* New client script /usr/share/popularity-contest/popcon-upload.
|
|
* New server CGI /usr/share/doc/popularity-contest/popcon.cgi.
|
|
* Added simple FAQ entry about the http POST feature.
|
|
* Code done by Bill Allombert. Patch based on code from Ubuntu,
|
|
though reimplemented in perl to avoid python dependency. The
|
|
ubuntu versions are included in the source package as
|
|
popcon-submit-ubuntu.cgi and popcon-upload-ubuntu.
|
|
* Added low priority debconf question asking if http should be used.
|
|
Only ask this question if participating.
|
|
* Rewrote the participation template text, to only talk about
|
|
submissions and not emails, making it neutral to the submission
|
|
method used.
|
|
* debian/cron.weekly:
|
|
- Try to run /usr/share/popularity-contest/popcon-upload if
|
|
USEHTTP is enabled
|
|
- Do not send email if http POST method was successfull.
|
|
- Do not run sendmail if it is not available, to work without
|
|
mail-transport-agent. Redused depend on mail-transport-agent to
|
|
recommends, as the default for new installs is HTTP, and
|
|
existing installations are expected to already have
|
|
mail-transport-agent installed.
|
|
* Depend on ${misc:Depends} instead of debconf, to get the updated
|
|
debconf dependency.
|
|
* Rewrote popularity-contest to use dpkg-awk if dpkg-query is
|
|
missing. This make it compatible with dpkg versions before 1.10,
|
|
getting it to work on woody, sarge, etch and sid. Drop versioned
|
|
dependency on dpkg because of this.
|
|
* Implemented sending of compressed MIME emails when recommended
|
|
package mime-construct is installed. Disabled until the server
|
|
side is implemented. (Debian bug #149425)
|
|
* Add info in README about the linux counter. (Closes: #259004)
|
|
* Updated to Standards-Version 3.6.2. No changes required.
|
|
* Translations (Done by Christian Perrier)
|
|
- Updated Italian from Cristian Rigamonti
|
|
- Updated French from Christian Perrier
|
|
- Updated Norwegian Bokmål from Petter Reinholdtsen
|
|
- Updated Basque from Iñaki Larranaga Murgoitio
|
|
- Updated Galician from Jacobo Tarrío. (Closes: #317135)
|
|
- Updated Simplified Chinese from Carlos Z.F. Liu. (Closes: #317136)
|
|
- Updated Lithuanian from Gintautas Miliauskas. (Closes: #317139)
|
|
- Updated Czech from Miroslav Kure. (Closes: #317141)
|
|
- Updated Ukrainian from Eugeniy Meshcheryakov. (Closes: #317151)
|
|
- Updated Hebrew from Lior Kaplan. (Closes: #317153)
|
|
- Updated Slovak from Peter Mann. (Closes: #317154)
|
|
- Updated Portuguese from Miguel Figueiredo. (Closes: #317172)
|
|
- Updated Finnish from Tapio Lehtonen. (Closes: #317276)
|
|
- Updated Spanish from Ruben Porras. (Closes: #317281)
|
|
- Updated Indonesian from Parlin Imanuel. (Closes: #317326)
|
|
- Updated Bulgarian from Ognyan Kulev. (Closes: #317328)
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Thu, 7 Jul 2005 20:12:53 +0200
|
|
|
|
popularity-contest (1.29) unstable; urgency=low
|
|
|
|
* Please note when reading stats that sarge was released with 1.28.
|
|
* debian/rules: Ship popcon-stat.pl as example script.
|
|
* popcon.pl: Generate more standard-compliant HTML.
|
|
* popularity-contest: Remove extraneous space at end of lines.
|
|
Closes: #295763. Thanks Erik Schanze.
|
|
* popanal.py: Update warning to match code.
|
|
* README.examples: update to reflect current arrangement
|
|
* Translations (Done by Christian Perrier)
|
|
- Portuguese translation updated by Miguel Figueiredo.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Tue, 7 Jun 2005 16:58:30 +0200
|
|
|
|
popularity-contest (1.28) unstable; urgency=low
|
|
|
|
* Update example server-side scripts to popcon.d.o version:
|
|
- popcon.pl: Fix typos in index.html header text.
|
|
+ Output timings to stdout.
|
|
- popanal.py: Catch broken date field in reports.
|
|
- popcon-process.sh: redirect popcon.pl output to popcon.log
|
|
* Translations (Done by Christian Perrier)
|
|
- Added Galician by Jacobo Tarrio. Closes: #296307
|
|
- Added Albanian by Elian Myftiu. Closes: #302398
|
|
- Added Tagalog by Eric Pareja. Closes: #296409
|
|
- Updated Basque from Inaki Larranaga Murgoitio. Closes: #306049
|
|
- Added Vietnamese by Phan Vinh Thinh. Closes: #307015
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Tue, 3 May 2005 17:27:33 +0200
|
|
|
|
popularity-contest (1.27) unstable; urgency=low
|
|
|
|
* Translations
|
|
- Corrections in Ukrainian uk.po. Closes: #290752
|
|
* popcon-stat.pl, popcon-process.sh: change the interface to avoid
|
|
use of xargs which has a length limit.
|
|
* popcon.pl: compute statistics for source packages. Closes: #291747.
|
|
* FAQ: Fix typo noticed by Thomas Wana.
|
|
* debian/rules: use dh_installman instead of dh_installmanpages.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Fri, 18 Feb 2005 18:35:16 +0100
|
|
|
|
popularity-contest (1.26) unstable; urgency=low
|
|
|
|
* popcon.pl: Accomodate with kfreebsd-gnu new URL.
|
|
+ Add popcon release stats.
|
|
* popcon-stat.pl: Unclutter the graph.
|
|
+ Generate the popcon release graph.
|
|
* FAQ: Document how to not send popcon email by root. Closes: #264593
|
|
Thanks Martin Dickopp.
|
|
+ Document when popularity-contest run and recommends anacron.
|
|
Thanks Martin Rasp.
|
|
* debian/control: Suggests: anacron.
|
|
* Remove regexp to catch .pyc files since there are not in packages.
|
|
Closes: #265360. Thanks Martin v. Loewis.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Fri, 29 Oct 2004 10:20:28 +0200
|
|
|
|
popularity-contest (1.25) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Removed Avery Pennarun as uploader on request from
|
|
Jeroen van Wolffelaar (QA).
|
|
* Translations
|
|
- Initial Bulgarian debconf translation bg.po. Closes: #267586
|
|
- Turkish updated. Closes: #267836
|
|
- Update German debconf translation de.po
|
|
- Russian updated. Closes: #268403
|
|
- Norwegian Bokmal and Nynorsk updated : nb.po and nn.po. Closes: #269908
|
|
- Korean translation updated ko.po
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Tue, 7 Sep 2004 08:45:49 +0200
|
|
|
|
popularity-contest (1.24) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Let postinst and popcon-process.sh use /bin/sh, and make sure
|
|
the notation in postinst is POSIX compatible. Patch from David
|
|
Weinehall. (Closes: #260088)
|
|
- Change type of popularity-contest/hostid-failed template from
|
|
'error' to 'note'. The former is only available in cdebconf.
|
|
(Closes: #262426)
|
|
* Translations
|
|
- Indonesian update. Closes: #261225
|
|
- Initial Croatian debconf translation hr.po
|
|
- Swedish updated. Closes: #261404
|
|
- Initial Romanian debconf translation hr.po by Eddy Petrisor
|
|
- Italian updated by Cristian Rigamonti. Closes: #262703
|
|
- Traditional Chinese updated by Tetralet. Closes: #263182
|
|
- Finnish updated by Tapio Lehtonen. Closes: #263555
|
|
- Greek updated by George Papamichelakis. Closes: #265002
|
|
- Lithuanian updated by Gintautas Miliauskas. Closes: #265837
|
|
- Catalan updated by Aleix Badia i Bosch. Closes: #261540
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 15 Aug 2004 17:34:28 +0200
|
|
|
|
popularity-contest (1.23) unstable; urgency=low
|
|
|
|
* Translations
|
|
- Danish update. Closes: #255533
|
|
- Ukrainian update. Closes: #255523
|
|
- Japanese update: Closes: #255673
|
|
- Slovak update. Closes: #255702
|
|
- Simplified Chinese update. Closes: #256184
|
|
- Hungarian update. Closes: #256487
|
|
- Polish update. CLoses: #258558
|
|
- Basque update. Closes: #259784
|
|
- Arabic added, from Arabeyes repository
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 24 Jul 2004 19:37:55 +0200
|
|
|
|
popularity-contest (1.22) unstable; urgency=low
|
|
|
|
* Update server-side scripts to current popcon.debian.org version:
|
|
- popcon.pl: Fix URL for kfreebsd port.
|
|
- popanal.py: Take care of broken reports with empty POPCONVER field.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Sun, 20 Jun 2004 10:49:52 +0200
|
|
|
|
popularity-contest (1.21) unstable; urgency=low
|
|
|
|
* Translations
|
|
- Bosnian update
|
|
- Greek update
|
|
- Brazilian Portuguese update. Closes: #251954
|
|
- Finnish added. Closes: #252302
|
|
- Portuguese updated. Closes: #252752
|
|
- Lithuanian updated. Closes: #252809
|
|
- German update. Closes: #254037
|
|
- Dutch update. Closes: #253169
|
|
- Traditional Chinese added. Closes: #253256
|
|
- Spanish update
|
|
- Hebrew update. Closes: #254090
|
|
- Czech update. Closes: #254188
|
|
- Bosnian update
|
|
* Christian Perrier
|
|
- Shorten the main template to fit it in one screen
|
|
Closes: #250951
|
|
* Petter Reinholdtsen
|
|
- Remove nb.po/no.po transition code. The duplication is now
|
|
handled by po-debconf via dh_installdebconf.
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 19 Jun 2004 00:10:49 +0200
|
|
|
|
popularity-contest (1.20) unstable; urgency=low
|
|
|
|
* Translations
|
|
- Basque update. Closes: #243768
|
|
- Norwegian Nynorsk update. Closes: #249681
|
|
* Change regexp used to find files with relevant atime to handle perl and
|
|
python libraries.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Wed, 26 May 2004 12:54:25 +0200
|
|
|
|
popularity-contest (1.19) unstable; urgency=low
|
|
|
|
* Translations
|
|
- Turkish by Recai Oktas. Closes: #244164
|
|
- Russian update. Closes: #245000
|
|
- Slovak by Miroslav Kure. Closes: #245672
|
|
- French typo corrected.
|
|
* Bill Allombert
|
|
- Update server-side scripts to current popcon.debian.org version.
|
|
- Change popularity-contest to report the popularity-contest version
|
|
instead of the Debian release which is not reliable.
|
|
- Update FAQ accordingly.
|
|
- Fix some typo in FAQ and README.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Fri, 14 May 2004 11:35:30 +0200
|
|
|
|
popularity-contest (1.18) unstable; urgency=low
|
|
|
|
* Bill Allombert
|
|
- debian/postinst:
|
|
+ Fix previous attempt to fix MY_HOSTID being equal to EMPTYID.
|
|
+ Fix bogus MY_HOSTID generated by popcon releases affected by #203841.
|
|
Closes: #240603
|
|
+ Remove check for an impossible error condition.
|
|
- Add FAQ:
|
|
+ Document valid sender domain problem. Closes: #241383
|
|
+ Document the noatime problem. Closes: #239939
|
|
- README, debian/popularity.contest.8:
|
|
+ Add pointers to the FAQ.
|
|
- sync server-side scripts with popcon.debian.org:
|
|
+ Address bug #238004 in popcon.pl w.r.t. wording of per-maintainer
|
|
reports.
|
|
* Translations
|
|
- Basque added by Piarres Beobide. Closes: #243768
|
|
- French update (removed first person) by Christian Perrier
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Fri, 16 Apr 2004 14:25:04 +0200
|
|
|
|
popularity-contest (1.17) unstable; urgency=medium
|
|
|
|
* Translations
|
|
- Hungarian by VEROK Istvan. Closes: #242288
|
|
- Polish by Bartosz Fenski. Closes: #242360
|
|
- Dutch by Bart Cornelis. Closes: #242382
|
|
- Hebrew by Lior Kaplan
|
|
- Indonesian by Parlin Imanuel Toh. Closes: #243296
|
|
* Petter Reinholdtsen
|
|
- Uploaded with urgency=medium to get the new translations into
|
|
Sarge quickly.
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Tue, 13 Apr 2004 10:05:36 +0200
|
|
|
|
popularity-contest (1.16) unstable; urgency=medium
|
|
|
|
* Christian Perrier
|
|
- Updated Korean debconf translation by Changwoo Ryu
|
|
- New Ukrainian debconf translation by Eugeniy Meshcheryakov
|
|
Closes: #239348
|
|
- Updated Danish debconf translation by Morten Brix Pedersen
|
|
Closes: #239824
|
|
- Updated Brazilian portuguese translation by Andre Luis Lopes
|
|
Closes: #240485
|
|
- Updated Spanish debconf translation by Ruben Porras
|
|
Closes: #240723
|
|
- Updated Swedish debconf translation by Andre Dahlqvist
|
|
Closes: #240885
|
|
- Updated Italian debconf translation by Cristian Rigamonti
|
|
Closes: #241130
|
|
- Updated Greek debconf translation by Konstantinos Margaritis
|
|
Closes: #241771
|
|
* Petter Reinholdtsen
|
|
- Uploaded with urgency=medium to get the new translations into
|
|
Sarge quickly.
|
|
|
|
-- Christian Perrier <bubulle@debian.org> Sat, 3 Apr 2004 09:37:33 +0200
|
|
|
|
popularity-contest (1.15) unstable; urgency=low
|
|
|
|
* Bill Allombert
|
|
- Invalidate the submissions after 20 days instead of 10.
|
|
- Use uuidgen in postinst to get a random HOSTID. (Closes: #237874)
|
|
- Add MY_HOSTID sanity chech to popularity-contest.
|
|
* Petter Reinholdtsen
|
|
- Updated Norwegian Bokmål and Nynorsk debconf translation,
|
|
patch from Håvard Korsvoll. (Closes: #238037)
|
|
- Added Simplified Chinese debconf translation, patch from
|
|
Carlos Z.F. Liu. (Closes: #238302)
|
|
- Updated German debconf translation. Patch from Dennis
|
|
Stampfer. (Closes: #238953)
|
|
- Replace MY_HOSTID on upgrades if it is the empty ID mentioned in
|
|
bug #237874.
|
|
- Updated Spanish debconf translation. New file from Ruben Porras.
|
|
* Christian Perrier
|
|
- Updated Japaned debconf translation by Kenshi Muto
|
|
- s/are unable to/could not/ in templates. Unfuzzy translations
|
|
- Updated Simplified Chinese translation by Carlos Z.F. Liu
|
|
- Updated Lithuanian translation by Kęstutis Biliūnas.
|
|
- Updated Czech translation by Miroslav Kure. Closes: #239051
|
|
- Updated German translation by Dennis Stampfer
|
|
- Updated Portuguese translation by Miguel Figueiredo. Closes: #239077
|
|
- Added Russian translation by Ruslan Batdalov. Closes: #238210
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 21 Mar 2004 10:11:41 +0100
|
|
|
|
popularity-contest (1.14) unstable; urgency=HIGH
|
|
|
|
* Petter Reinholdtsen
|
|
- Urgency HIGH to get the translations into Sarge in time for
|
|
the d-i beta3.
|
|
- Make symlink from po/no.po to po/nb.po, to make it more
|
|
obvious that it is the same file.
|
|
- Added Catalan debconf translation received from Aleix
|
|
Badia i Bosch. (Closes: #236639)
|
|
- Added Italian debconf translation received from
|
|
Cristian Rigamonti. (Closes: #236956)
|
|
- Added Swedish debconf translation received from
|
|
André Dahlqvist. (Closes: #237129)
|
|
- Added Lithuanian debconf translation received from
|
|
Kęstutis Biliūnas. (Closes: #237288)
|
|
- Added Korean debconf translation received from
|
|
Changwoo Ryu. (Closes: #237620)
|
|
- Added Portuguese debconf translation received from
|
|
Miguel Figueiredo. (Closes: #237858)
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 14 Mar 2004 15:37:51 +0100
|
|
|
|
popularity-contest (1.13) unstable; urgency=low
|
|
|
|
* Bill Allombert
|
|
- Update server-side scripts to current popcon.debian.org version.
|
|
* Petter Reinholdtsen
|
|
- Move Norwegian Bokmål debconf translation to nb.po, and
|
|
install it using language codes 'nb' and 'no' as part of the
|
|
Norwegian language code transition.
|
|
- Add info in the README on where to report bugs and how to
|
|
reach the developers.
|
|
- Use UTF-8 in debconf template.
|
|
- Update Brazilian Portuguese debconf translation. Got new file
|
|
from Andre Luis Lopes. (Closes: #235387)
|
|
- Add Greek debconf translation received from Konstantinos
|
|
Margaritis. (Closes: #235448)
|
|
- Add Czech debconf translation received from Miroslav Kure
|
|
(Closes: #235989)
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 6 Mar 2004 09:15:43 +0100
|
|
|
|
popularity-contest (1.12) unstable; urgency=low
|
|
|
|
* Use dpkg --print-installation-architecture instead of $Config{archname}
|
|
to report the platform.
|
|
* Update server-side scripts to current popcon.debian.org version.
|
|
* Fix sh scripts to avoid non POSIX test options. (Closes: #231958).
|
|
* Update French debconf translation, thanks Christian Perrier.
|
|
(Closes: #231294)
|
|
* Update Dutch debconf translation, thanks Bart Cornelis. (Closes: #229752)
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Tue, 10 Feb 2004 17:24:10 +0100
|
|
|
|
popularity-contest (1.11) unstable; urgency=medium
|
|
|
|
* Raise the priority of the participation question from medium to
|
|
high to make sure it is displayed in the normal Sarge install.
|
|
* Add Danish debconf translation, thanks to Morten Brix
|
|
Pedersen (Closing: #230022)
|
|
* Only generate host ID when it is needed.
|
|
* Use quotes for all variables in the config file.
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 31 Jan 2004 17:39:19 +0100
|
|
|
|
popularity-contest (1.10) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Added Japanese debconf translation thanks to Kenshi
|
|
Muto. (Closes: #229538)
|
|
- Make sure /etc/popularity-contest.conf is readable by user
|
|
nobody, no matter the umask of root.
|
|
- Drop the intro note, and show the explanation as part of the
|
|
participate question. (Closes: #229573)
|
|
- Update Norwegian Bokmål debconf translation.
|
|
- Remove the question asking if it is ok to edit MAILTO address,
|
|
and move the default values into
|
|
/usr/share/popularity-contest/default.conf. (Closes: #229288, #229111)
|
|
- Change to use 'dh_perl -d' to only depend on the base perl packages.
|
|
* Bill Allombert
|
|
- Update server-side scripts to current popcon.debian.org version.
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Mon, 26 Jan 2004 22:05:41 +0100
|
|
|
|
popularity-contest (1.9) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Report error in popcon-largest-unused if
|
|
/var/log/popularity-contest is missing.
|
|
- Make sure db_input do not fail if the question already was
|
|
displayed earlier. (Closes: #229091, #229092, #229112)
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Fri, 23 Jan 2004 09:40:57 +0100
|
|
|
|
popularity-contest (1.8) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Add Dutch debconf template translation (nl.po). File from
|
|
Bart Cornelis. (Closes: #217038)
|
|
- Add URLs to the project home page in manual page and README file.
|
|
- Make it possible to reconfigure this package by calling
|
|
'dpkg-reconfigure popularity-contest', to get the code in
|
|
base-config working as it should. (Closes: #228535).
|
|
This should still fix bug #135273, as the current PARTICIPATE
|
|
value is taken from the current config file, and only that
|
|
variable is modified if the user using debconf change the value.
|
|
- Collect and report the content of /etc/debian_version.
|
|
- Start using generic address survey@popcon.debian.org. (Closes: #206830)
|
|
- Ask if the submit address should be changed on upgrades and
|
|
reconfigures. This should activate the new address on old
|
|
installations.
|
|
- Updated all translation files with the new question text.
|
|
- Started on Norwegian Bokmål debconf translation (no.po).
|
|
* Bill Allombert
|
|
- control: change exim to exim4. (Closes: #228575)
|
|
- Update documentation to refer to popcon.debian.org.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Mon, 22 Jan 2004 09:32:41 -0500
|
|
|
|
popularity-contest (1.7) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Provide 'popcon', to make it easier to find this package by
|
|
its common short name. (Closes: #215563)
|
|
- Add new program popcon-largest-unused. Script from Yann Dirson,
|
|
manual page from Petter Reinholdtsen. (Closes: #127633)
|
|
* Bill Allombert
|
|
- Rewrite popularity-contest in perl.
|
|
No user-visible changes outside speed.
|
|
- Don't use dpkg-architecture anymore. (Closes: #212736)
|
|
- control: use dpkg-query so depends on dpkg (>= 1.10)
|
|
- control: remove gawk and dpkg-awk from dependencies.
|
|
- update copyright notice.
|
|
|
|
-- Bill Allombert <ballombe@debian.org> Mon, 20 Oct 2003 12:04:33 +0200
|
|
|
|
popularity-contest (1.6) unstable; urgency=low
|
|
|
|
* Make new mailing list popcon-developers@lists.alioth.debian.org the
|
|
maintainer of this package, to make sure all developers get the
|
|
bug reports. Updated uploaders to include the new addresses.
|
|
* Added Bill Allombert as co-maintainer and uploader.
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sat, 18 Oct 2003 10:45:58 +0200
|
|
|
|
popularity-contest (1.5) unstable; urgency=low
|
|
|
|
* Set HOME to an existing directory before running
|
|
/usr/sbin/popularity-contest, to avoid access problems to ~root/. (Closes:
|
|
#212013)
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Mon, 29 Sep 2003 23:32:01 +0200
|
|
|
|
popularity-contest (1.4) unstable; urgency=low
|
|
|
|
* Petter Reinholdtsen
|
|
- Adding myself as uploader.
|
|
- Add link to Alioth summary page in the README.
|
|
- Include architecture info in the submissions. (Closes: #148756, #187736)
|
|
- Remove useless call to dh_undocumented, previously commented out
|
|
by Christian Perrier.
|
|
- Updated popanal.py to process the new arch info, and store
|
|
resulting summary in results.host_arch and
|
|
results.host_gnu_type.
|
|
* Acknowledge NMUs. (Closes: #135114, #135273, #136510, #137231,
|
|
#172824, #184608, #187871, #197178, #197230, #201704, #203841)
|
|
|
|
-- Petter Reinholdtsen <pere@debian.org> Sun, 14 Sep 2003 14:25:27 +0200
|
|
|
|
popularity-contest (1.3-1.3) unstable; urgency=low
|
|
|
|
* NMU again
|
|
* Removed the "Accept here" sentence in debconf templates
|
|
as suggested by Joey Hess.
|
|
|
|
-- Christian Perrier <bubulle@debian.org> Fri, 29 Aug 2003 11:54:13 +0200
|
|
|
|
popularity-contest (1.3-1.2) unstable; urgency=low
|
|
|
|
* NMU.
|
|
* Switch to gettext-based debconf templates. Build dependency upon
|
|
debhelper versioned. Closes: #197178
|
|
* Debconf templates changed for avoiding "if you say yes". Closes: #197230
|
|
* Added French debconf templates translation
|
|
* Added German debconf templates translation. Closes: #137231
|
|
* Added Brazilian Portuguese debconf templates translation. Closes: #187871
|
|
* Added Spanish debconf templates translation. Closes: #135114
|
|
* Removed trailing dot in description synopsis in debian/control
|
|
* Commented call to now useless dh_undocumented in debian/rules
|
|
* Get PARTICIPATE value from old config file from potato. Applied
|
|
patch from Petter Reinholdtsen. Closes: #172824
|
|
* Lowered the question about participating to medium so that the note
|
|
is always displayed before asking the question. Closes: #201704
|
|
* Removed the trailing ' -' in HOSTID generated from new md5sum
|
|
Closes: #203841
|
|
* Updated to Standards: 3.6.1 (no change other than above..:-))
|
|
|
|
-- Christian Perrier <bubulle@debian.org> Thu, 28 Aug 2003 19:19:50 +0200
|
|
|
|
popularity-contest (1.3-1.1) unstable; urgency=high
|
|
|
|
* NMU.
|
|
* Do not ship /etc/popularity-contest.conf; don't change it using
|
|
debconf if it already exists; don't mark it as a conffile (since we
|
|
don't ship it any more). (Closes: #135273)
|
|
This should be sufficient to get popularity-contest back into woody.
|
|
* #136510 appears to have been fixed in 1.2 or 1.3-1. (Closes: #136510)
|
|
(If you want to participate question is now boolean.)
|
|
|
|
-- Chris Lawrence <lawrencc@debian.org> Mon, 1 Apr 2002 21:21:22 -0600
|
|
|
|
popularity-contest (1.3-1) unstable; urgency=high
|
|
|
|
* Change default MAILTO back to apenwarr-survey@debian.org. Oops!
|
|
(Closes: #137224)
|
|
|
|
-- Avery Pennarun <apenwarr@debian.org> Thu, 7 Mar 2002 12:39:49 -0500
|
|
|
|
|
|
popularity-contest (1.2) unstable; urgency=low
|
|
|
|
* Use debconf.
|
|
|
|
* use full path in su (Closes: #125701)
|
|
|
|
* repaired description (Closes: #129539)
|
|
|
|
* correct handling of sender (sendmail -f) (Closes: #123765)
|
|
|
|
* Mostly thanks to Erich Schubert <erich@debian.org>
|
|
|
|
-- Avery Pennarun <apenwarr@debian.org> Thu, 21 Feb 2002 09:11:58 -0500
|
|
|
|
|
|
popularity-contest (1.1-1) unstable; urgency=low
|
|
|
|
* Allow overriding the From: and Sender: headers in outgoing mail by
|
|
adding a new MAIL_FROM variable in /etc/popularity-contest.conf. Also
|
|
drop to user "nobody" before running. Closes: #89530, #39501, #69823,
|
|
#74809, #57257, #57709, #65218. Okay, this was obviously a popular
|
|
request, but if people would just configure their mailers not to use
|
|
invalid From: lines by default, they would be a lot happier.
|
|
|
|
* Added a popularity-contest.8 manpage. Closes: #39501.
|
|
|
|
* Updated README. Closes: #105668.
|
|
|
|
-- Avery Pennarun <apenwarr@debian.org> Tue, 6 Nov 2001 21:19:38 -0500
|
|
|
|
|
|
popularity-contest (1.0-1) unstable; urgency=low
|
|
|
|
* Now runs only once a week instead of once a day. Fixes bug#53768.
|
|
|
|
* Let sendmail auto-generate the From header. Fixes bug#48195, bug#48200.
|
|
|
|
* Warnings about Received and Message-Id e-mail lines that may reveal the
|
|
sender. Fixes bug#31205.
|
|
|
|
* Actually even version 0.1-2 saved the popcon results to a log file, so
|
|
that fixes bug#44801.
|
|
|
|
* Uses a more unique ID string than just the hostname, and it persists
|
|
across hostname changes.
|
|
|
|
-- Avery Pennarun <apenwarr@debian.org> Wed, 23 Dec 1998 14:28:37 -0500
|
|
|
|
|
|
popularity-contest (0.1-2) frozen unstable; urgency=low
|
|
|
|
* Added a missing dependency on mail-transport-agent; fixed bug#31010.
|
|
|
|
-- Avery Pennarun <apenwarr@debian.org> Wed, 23 Dec 1998 14:28:37 -0500
|
|
|
|
|
|
popularity-contest (0.1) frozen unstable; urgency=low
|
|
|
|
* Use a valid From_ address for sendmail; fixes bug#30341.
|
|
|
|
* popularity-contest.8 is a link to the undocumented(8) man page, and we
|
|
provide a README file in /usr/doc; downgrades bug#28745.
|
|
|
|
* Include my post-processing scripts in /usr/doc/popularity-contest/examples
|
|
|
|
* No longer tries to report on packages that aren't installed.
|
|
|
|
-- Avery Pennarun <apenwarr@debian.org> Sun, 20 Dec 1998 16:11:02 -0500
|
|
|
|
|
|
popularity-contest (0.00) unstable; urgency=low
|
|
|
|
* Initial test release.
|
|
|
|
-- Avery Pennarun <apenwarr@debian.org> Sat, 24 Oct 1998 22:33:58 -0400
|
|
|