[Popcon-commits] cvs commit to popularity-contest/debian by pere

popcon-commits at lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Thu Jul 7 06:48:41 UTC 2005


Update of /cvsroot/popcon/popularity-contest/debian
In directory haydn:/tmp/cvs-serv32044/debian

Modified Files:
	changelog 
Log Message:
   * 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)
   * 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, disabled by default.
     - Do not send email if http POST method was successfull.
     - Do not run sendmail if it is not available.  This will make it
       possible to downgrade mail-transport-agent from Depend to
       Recommends if we enable HTTP submissoin by default.
   * 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)
   * 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)

Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- changelog	7 Jul 2005 06:36:23 -0000	1.214
+++ changelog	7 Jul 2005 06:48:39 -0000	1.215
@@ -40,6 +40,11 @@
     - 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)
 
  -- Petter Reinholdtsen <pere@debian.org>  Sat,  2 Jul 2005 16:58:28 +0200
 





More information about the Popcon-commits mailing list