Accepted sitesummary 0.0.18 (source)

Scott James Remnant scott at ubuntu.com
Fri Nov 17 02:34:22 GMT 2006


Accepted:
sitesummary 0.0.18 was ACCEPTED.
	Component: universe Section: misc

Origin: Debian/unstable
Format: 1.7
Date: Fri,  17 Nov 2006 00:11:48 +0000
Source: sitesummary
Binary: sitesummary, sitesummary-client
Architecture: source
Version: 0.0.18
Distribution: feisty
Urgency: low
Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Description: 
 sitesummary - Generate site summary of submitting hosts (server part)
Closes: 391255 391593 392887 396717
Changes: 
 sitesummary (0.0.18) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Do not recommend sitesummary from sitesummary-client, to make it
     easier to install the client with aptitude without pulling in the
     server.
   * Include Czech translation by Jakub Kasparec. (Closes: #396717)
 .
 sitesummary (0.0.17) unstable; urgency=low
 .
   [ Steffen Joeris ]
   * Include french debconf translations (Closes: #392887)
     Thanks to Cyril Brulebois
 .
 sitesummary (0.0.16) unstable; urgency=low
 .
   * Fix typo in get_debian_edu_ver() making it fail to
     find the version name.
   * Add sitesummary-client.postrm file to remove the
     generated configuration files during purge.
 .
 sitesummary (0.0.15) unstable; urgency=low
 .
   [ Steffen Joeris ]
   * Remove code to set the debconf value explicitely in the
     sitesummary-client.config script to avoid possible conflict
     (Closes: #391593)
 .
   [ Petter Reinholdtsen ]
   * Make sure the debconf value only is set in sitesummary-client.config
     when local configuration exist.
 .
 sitesummary (0.0.14) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Correct typo in recommends list for sitesummary-client;
     dmidecide->dmidecode. (Closes: #391255)
   * Add symlink from /etc/apache/conf.d/sitesummary to
     /etc/apache2/conf.d/sitesummary, to work with both apache and
     apache2.  Adjust dependency accordingly, and rewrite postinst to
     continue working when apache2-common isn't installed.
 .
 sitesummary (0.0.13) unstable; urgency=low
 .
   * Change server cron job to remove entries after 120 days.
   * Make it possible to override server config using
     /etc/sitesummary/collector.cfg.
   * Include a timestamp in the simple web report, to document when the
     web page was last updated.
 .
 sitesummary (0.0.12) unstable; urgency=low
 .
   * Modify the system info collector script to ignore non-true exit
     codes from the programs.  This make sure it work on systems
     without usb support, among other things.
   * Modify client script to ignore non-true exit codes from the
     collector fragments.
   * Modify the sitesummary postinst script to make sure
     /var/lib/sitesummary/tmpstorage and /var/lib/sitesummary/entries
     are owned by user www-data.  This give the cgi-script write access
     to the storage area.
   * Switch the client from cron.d to cron.daily.
   * Add collector for debian-edu configuration.  Correct server
     summary part to use the collected file.
 .
 sitesummary (0.0.11) unstable; urgency=low
 .
   * Fix minor typo in debian_edu-summary.
   * Quiet down debian_edu-summary runs for machines without the
     Debian Edu config file.
 .
 sitesummary (0.0.10) unstable; urgency=low
 .
   * Fix typo in sitesummary postinst, breaking upgrades.
 .
 sitesummary (0.0.9) unstable; urgency=low
 .
   * Initial upload into Debian.
   * Improve template text.
 .
 sitesummary (0.0.8) terra; urgency=low
 .
   [ Steffen Joeris ]
   * Add missing dependency for sitesummary against apache2-common
     which is needed for a2dissite in the postinst script
   * Write subroutine for debian_edu_profile which is needed for the
     debian-edu report to reflect the profile
   * Add debian_edu-summary script and adjust Makefile and the
     sitesummary-makewebreport script
   * Write subroutine for debian_edu_vers to reflect the current
     debian-edu-version
 .
 sitesummary (0.0.7) terra; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Add daily cron job to update web pages once a day.
   * Remove old /etc/apache2/sites-available/sitesummary if it exist, to
     cope with the new apache config structure introduced version 0.0.6.
 .
   [ Holger Levsen ]
   * because debhelper.mk is used, the dependency on debhelper needs to
     be >=4.1.0
   * moved the build-depends-indep back to to build-depends, as build-depends
     on cdbs and debhelper must not be arch independent build depends.
   * updated fsf address in copyright
 .
 sitesummary (0.0.6) terra; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Let the client recommend cron, as it need it to call
     in after the initial submission after boot.
   * Add trivial sitesummary-makewebreport to make a web page with the summary
     results.
   * Let the collector store the IP peer info about each entry.  Not
     yet working, as the getpeername() code is broken.
   * Extend package descriptions and make them more useful.
   * Improve copyright file.
   * Change build-depend to build-depend-indep, as this package
     currently is architecture neutral.
 .
   [ Morten Werner Olsen ]
   * Rewrite Apache example config and place it in /etc/apache2/conf.d/
     as /etc/apache2/sites-available/ is ment for new virtualhosts (which
     is not what we want).
   * Add myself as uploader.
 .
 sitesummary (0.0.5) terra; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Add debconf question for sitegroup and host class.
   * Collect output from lsusb and lsscsi if they are present.
   * Drop wget as dependency for sitesummary-client.  It is no longer used.
   * Include apache2 example configuration.
   * Try to create the directories in /var/lib/sitesummary/ with www-data
     as the owner, to allow the cgi script to write into them.
   * Remove sitecontact references.  I'm not sure it is the right place
     for it, and we can reintroduce it if it proves to be a good idea.
 .
   [ Steffen Joeris ]
   * Update debian/copyright file
 .
 sitesummary (0.0.4) terra; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Reduce code duplication in SiteSummary.pm.  Add new function
     get_sitegroup().
   * Extend site-summary script to also entries per sitegroup within a
     site.
 .
   [ Steffen Joeris ]
   * Add cdbs to build-depends
   * Change build-depends-indep to build-depends as programs are needed
     for the clean target
   * Clean up control file and fix Recommends to make sure lintian is
     happy
   * Update debconf templates to fix a lintian warning
 .
   [ Petter Reinholdtsen ]
   * Reduce compat level to 4 as #337664 is not affecting this package
     after I modified it to not start the init.d script when the
     package is installed.  This make the source buildable in sarge.
 .
 sitesummary (0.0.3) terra; urgency=low
 .
   * Remove temp file when it is processed by the collector.
   * Include the directories in /var/lib/sitesummary/ used by the
     collector in the sitesummary package.
   * Make it easier to configure the time delay from the boot until a
     report is submitted.
   * Change the sitesummary-client postinst to not submit information
     when the package is installed.
 .
 sitesummary (0.0.2) terra; urgency=low
 .
   * Make temp file name more unique by adding process id to it, while
     I wait for a working getpeername call.
   * Add debconf question for collector URLs and site.
 .
 sitesummary (0.0.1) terra; urgency=low
 .
   * Initial release.
Files: 
 7fc3768e2bb5f0920b1cb7f724a8216d 22228 misc optional sitesummary_0.0.18.tar.gz
 6884d18ca60c36b15a6f66d0ba63cfb4 677 misc optional sitesummary_0.0.18.dsc





More information about the feisty-changes mailing list