Change logs for ampache source package in Maverick

  • ampache (3.5.4-7ubuntu2.2) maverick-proposed; urgency=low
    
      * Removed second test in the conditional statememt in ampache_install().
        (LP: #676234)
     -- Charlie Smotherman <email address hidden>   Mon, 31 Jan 2011 19:40:15 -0500
  • ampache (3.5.4-7ubuntu2.1) maverick-proposed; urgency=low
    
      * Removed the "for" loop in ampache.postinst and ampache.postrm as it is
        not needed.  Thx pitti
      * ampache.postinst corrected $webservers typo.
      * ampache.postrm corrected $webservers typo.  Corrected a bad copy, paste in
        the webserver restart block.  This required correcting indentation.
      * ampache.preinst conditionally create symlink and reload webserver config
        upon upgrades if not present.  (LP: #676234)
     -- Charlie Smotherman <email address hidden>   Sat, 04 Dec 2010 01:34:15 -0500
  • ampache (3.5.4-7ubuntu1) maverick; urgency=low
    
      * Merged from debian, remaining changes: (LP: #620259)
      * Removed $webserver variable from apache_install and ampache_remove
        function calls in postinst and postrm.  After hardcoding the symlink
        creation having this variable causes the function to fail.
      * Added updated it.po. Thx  Luca Monducci
      * Added updated ta.po. Thx Dr.T.Vasudevan
      * Added updated zh_TW.po.  Thx Kan-Ru Chen
     -- Charlie Smotherman <email address hidden>   Wed, 1 Sep 2010 16:01:54 -0500
  • ampache (3.5.4-5) unstable; urgency=medium
    
      * Setting urgency to medium as this fixes an RC bug.
      * debian/rules
        - After discussing with upstream it was decided to remove 
          xspf_jukebox.fla and xspf_jukebox.swf. Added -X option to dh_install to
          remove xspf_jukebox.fla and xspf_jukebox.swf. Closes: #591202
      * debian/README.Debian
        - Added a note regarding the current state of the xspf_jukebox 
          flash player.
      * Added updated ja.po, thx Hideki Yamane Closes: #591074
      * debian/control
        - Bumped Standards Version to 3.9.1, no changes needed.
     -- Charlie_Smotherman (porthose) <email address hidden>   Wed,  04 Aug 2010 20:53:57 +0100
  • ampache (3.5.4-4) unstable; urgency=low
    
      * Updated README.Debian to account for changes in mysql and phpmyadmin.
        Closes: #589078
      * Force removal of /etc/cron.daily/ampache on remove and purge.
        Closes: #586647
      * Added new ru.po. Thx Yuri Kozlov Closes: #585694
      * Corrected formatting of previous log entry.
      * Bumped Standards Version to 3.9.0 no changes needed.
     -- Charlie_Smotherman (porthose) <email address hidden>   Tue,  20 Jul 2010 16:41:50 +0100
  • ampache (3.5.4-3) unstable; urgency=low
    
      * Added new sv.po. Thx Martin Bagge. Closes: #582701
      * Added new es.po. Thx Francisco Javier Cuadrado. Closes: #581870
      * Added new fr.po. Thx Filippo Rusconi.  Closes: #581654
      * Added new de.po. Thx Helge Kreutzmann. Closes: #580737
      * Added new pt.po. Thx Américo Monteiro. Closes: #580440
      * Removed superfluous spaces in ampache.templates.  Closes: #580738
      * Added ampache.cron.daily this will run add and clean on all available
        catalogs once a day (usually early mourning).
      * debian/postinst made use of variable for /usr/sbin/lighty-enable-mod to
         satisfy lintian.
      * debian/postinst added remove statement to remove lighty_ampache.conf if
         apache2 is installed and vic versa.
      * debian/postrm made use of variable for /usr/sbin/lighty-disable-mod to
         satisfy lintian.
      * debian/postrm added rm statement to remove ampache.cron.daily on purge.
      * Removed find rule from debian/rules, lintian was complaining of
         unrepresentable changes to the source.
      * debian/links added symlink creation for ampache.cron.daily to /etc/ampache.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  08 Jun 2010 09:50:30 +0100
  • ampache (3.5.4-2) unstable; urgency=low
    
       * Added support for lighttpd servers.  What this means is that the default
       behavior is for apache2 to be installed on new installs.  However if
       lighttpd is installed and configured correctly the maintainer scripts 
       should pickup on this and install ampache into the proper locations, 
       create the need sym links, and enable the needed lighttpd modules.
       Closes: #549009
       * Made package depend on nusoap. Closes: #579829
       * debian/control:
         - Recommends, package should recommend the mysql-server meta-package so 
         the default mysql-server is installed.  This will eleminate the need for 
         additional uploads to increase mysql-server version number.
         - added additional depends for lighttpd support.
         - moved apache2 | lighttpd to the Recommends field.
         - added dependency on libnusoap-php
       * debian/ampache.postrm: 
         - added purge statement to webserver restart so webserver reloads on 
         remove and purge.
         - added conditional removal statements to ampache.postrm so all user
         modified config files are removed on purge.
         - added lighttpd support
       * debian/ampache.postinst:
         - correted incorrect ampache.conf symlink creation. (LP: #533989)
         - added lighttpd support
       * debian/ampache.preinst:
         - added ampache.preinst to correct sym link naming mismatch on upgrades.
         (LP: #558697)
         - added ampache.cfg.php backup to ampache.preinst, this way we make a 
         backup copy of ampache.cfg.php before upgrade begins. 
       * debian/postinst:
         - removed ampache.cfg.php backup and migration, this was only need until 
         Ubuntu Hardy reached EOL.
         - added lighttpd support.
       * debian/ampache.templates:
         - added webserver types question for lighttpd support.
         - combined webserver configuration and webserver restart into one
         question (webserver_restart).
         - reworded webserver_restart to be more generic in scope.
       * debian/ampache.config:
         - remove webserver-configure bits, this question is no longer needed.
       * debian/amp-lighty.conf:
         - added to create the lighttpd alias.
       * debian/ampache.install:
         - added amp-lighty.conf to be installed into /etc/ampache.
       * debian/conf:
         - added the directory debian/conf and moved debian/ampache.conf and 
         debian/lighttpd_ampache.conf into it.
       * debian/README.Debian:
         - updated outdated links.  Made document 80 characters wide.
       * debian/rules:
         - added -Xnusoap to remove upstream copy of nusoap.
       * debian/links:
         - added nusoap sym links.
            
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  18 May 2010 16:08:43 +0100
  • ampache (3.5.4-1ubuntu3) lucid; urgency=low
    
      * made ampache.preinst check for /etc/apache2/conf.d/ampache and if present
        remove it and then regenerate symlink. (LP: #558697)
      * corrected spacing issues in postinst, postrm.
     -- Charlie Smotherman <email address hidden>   Sat, 24 Apr 2010 03:04:48 -0500