lp:debian/wheezy/ampache

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/wheezy/ampache
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

36. By Charlie_Smotherman

* Added functions to ampache.postrm so it is formated similar to
  ampache.posinst.
* Moved "service apache2 reload" into a conditional if statement in
  debian/ampache.postinst and debian/ampache.postrm, which runs if
  /var/run/apache2.pid is present. Closes: #676451

35. By Charlie_Smotherman

* New upstream git snapshot, using commit
  408e71344ade84685c181cd326e2ec5e79c9157b Closes: #668932, #668936
* Prep for apache2.4 transition.
* Removed files ApacheAmpache, lighttpd_ampache.conf, mythbuntu.ampache.conf
  and vhost, they are no longer needed.
* Added debain/conf/ampache.conf to be more inline with the apache2.4
  transition. This required a rewrite of the postinst, postrm, and preinst.
  Closes: #668639, #656553 LP: #996507
* Split package into ampache and ampache-common. Ampache behaves the same
  and installs the apache2 web server, as where ampache-common will not.
  This will allow users to deploy ampache on other web servers if they wish.
  Removed support for lighttpd and mythbuntu as I do not feel comfortable
  supporting web servers I no longer use. Closes: #666005
* Removed debconf question from ampache.config and ampache.templates,
  updated po files with debconf-updatepo.
* Updated README.Debian to mention the package split.
* Removed cruft from debian/rules and updated get-orig-source to retrieve
  source files from upstreams git repo. Added additional rules to remove
  embedded copies of code and nonfree fonts. Disabled debian/watch.
* debian/control added ampache-common binary stanza and adjusted
  dependencies to remove mythbuntu and lighttpd support. Added php-gettext
  to dependencies as upstream now uses it.
* Update debian/copyright with the fresh theme copyright info, udated
  header information. Added missing CC-BY-3.0 license field. Corrected
  typo's.

34. By Charlie_Smotherman

* Removed dependency on php5-auth-pam as it is being removed from the archive
  due to non maintenance, refer to bug 663694 for more information.
  Closes: #663005
* Added new nl.po translation file. Update po files with debconf-updatepo.
  Thx Jeroen Schot Closes: #658515
* Updated debian/copyright with new nl.po copyright info.
* Remove Vcs fields as the urls point to ampache trunk and not to packaging
  branches.
* Corrected syntax error in debian/ampache.templates.
* Increased Standards Version to 3.9.3 no changes needed.

33. By Charlie_Smotherman

* Use conditional statements to create the "$sa", "$se", "$ea", "$confd"
  variables in ampache.postinst. These vars are only needed if Apache2 is
  installed and no attempt should be made to create them when using lighttpd.
  Thx Matt Wheeler for the bug report. Closes: #640530
* Added additional check in mythbuntu_apache_install to check for the
  presents of the needed symlink so mythbuntu upgrades do not fail. Thx Bill
  Walker for the bug report. (LP: #874142 #880654)
* Corrected line lengths in changelog to correct lintian warning.
* Added exclude statements to dh_install to not install extra license files,
  as reported by lintian.
* Removed install statement from debian/ampache.install so a duplicate copy
  of the upstream changelog is not installed as reported by lintian.
* Reformatted Variables print statement in debian/ampache.postinst.

32. By Charlie_Smotherman

* New upstream release.
* Upstream has removed php-pear/xmp-rpc and has changed the source code to use
  the internal xml-rpc capabilities of php. Closes: #631130
* Upstream has changed the source code so ampache now provides more relevent
  information in the log files. This includes removing/correcting depeciated
  php functions. Closes: #636438, #624221, #611785
* Added postrotate rule to ampache.logrotate to correct ownership of
  var/log/ampache after the logs are rotated. (LP: #722274)
* added /debian/scripts directory, and moved grab_xspf.sh into it.
* debian/po
  - added updated da.po translations file. Thx Joe Dalton for the bug report.
    Closes: #595197
  - added updated nl.po translations file. Thx Jeroen Schot for the bug report.
    Closes: #637503
* debian/dirs
  - removed /usr/share/ampache/www/modules/pearxmlrpc no longer needed.
  - added /var/log/ampache/old to contain the old rotated logs.
* debian/ampache.conf
  - removed unused variables
  - removed debconf db versioning, not need.
* debian/ampache.install
  - reorganized for easier readability.
  - updated debian/ampache.install to install favicon.ico.
* debian/ampache.postinst
  - added additional checks and logic to verify if ampache.conf,
    ApacheAmpache, ampvhadd, or 000-default are being used to provide the
    Ampache alias, and installs Ampache accordingly. Default is to use
    ApacheAmpache.
  - added additional comments.
  - removed debconf db versioning, not needed.
* debian/ampache.preinst
  - removed ampache.conf removal.
  - removed unused variables.
* debian/control
  - update Standards Version to 3.9.2 no changes needed.
  - added php5-xmlrpc and libphp-phpmailer to depends.
  - added apache2-mpm-itk as alternate recommends. (LP: #826443)
  - reorganized depends field.
  - removed lame and mp3-splt from suggests so ampaches dependencies can be
    satisfied on kfreebsd-amd64, mips, s390, alpha, hppa, kfreebsd-i386,
    powerpc, ia64, mipsel, sparc, amd64, armel, i386.
* debian/copyright
  - corrected the word File to be Files per DEP5 spec.
  - corrected spacing in copyright notices per DEP5 spec.
  - removed PHP License, upstream has removed php-pear/xml-rpc.
* debian/links
  - reorganized into groups for easier readability.
  - added link to link /usr/share/logrotate.d/ampache to /etc/ampache so
    usr/sysadmin can easily customize the rotation to their needs.
* debian/rules
  - added get-orig-source. This repacks the .orig.tar.gz to remove unwanted
    *.swf files along with convienent copies of code that will be excluded
    during package build anyway.
  - removed dh_install excludes from debian/rules.
* debian/patches
  - Removed xspf_notification.patch it has been included upstream.
  - Updated logratate_fix patch for new upstream code.
* debian/README.Debian
  - added blob about apache2-mpm-itk.
  - updated the bzr and git repo references.

31. By Charlie_Smotherman

Made package check the md5sum of /etc/apache2/sites-available/default for
any local changes. If changes have been made a copy is made and the
ampache alias is added to the newly created virtualhost. If no changes
are detected, the ApacheAmpache virtualhost is used instead. This should
capture any changes made by the local usr/sysadmin. Closes: #612703

30. By Charlie_Smotherman

* Made package use a VirtualHost instead of adding alias symlink to
  /etc/apache2/conf.d
* Added /conf/ApacheAmpache.
* Updated postinst and postrm to use a2ensite and a2dissite.
* Updated ampache.install to install ApacheAmpache into
  /etc/apache2/sites-available.
* Removed "for" loop in debian/ampache.postinst debian/ampache.postrm.
  Thx pitti
* Recreated /usr/share/ampache/www/modules/pearxmlrpc dir in debian/dir.
* Made package depend on the correct php-xml-rpc package in debian/control.
  Moved eyed3 to the Suggests field, along with adding lame, faad,
  mp3-splt, vorbis-tools to the Suggest field. LP: #681932
* Created the needed symlinks to php-xml-rpc in debian/links.
* Corrected spacing in debian/ampache.preinst, added webserver reload,
  added comments.
* Corrected spacing in ampache.postinst, changed from using webserver
  restart to using webserver reload, added comments.
* Removed init_php_fix patch as it is no longer needed, refreshed patches.
* Added discription headers to patch files.
* debian/patches/xspf_notification.patch: If the user attempts to use the
  xspfflash player, the user will be pointed to
  /usr/share/doc/ampache/README.Debian for details and a work around.
* Included /config/mythbuntu_ampache.conf so webserver is configured
  correctly with Mythbuntu.
* Reworked ampache.install, ampache.postinst and ampache.postrm for use on
  mythbuntu.
* Reworked ampache.postinst and ampache.postrm so if the user chooses not to
  restart the webserver ampache will exit gracefully.
* Setup dirs and permissions for logging in ampache.postinst and
  ampache.postrm, so all the user has to do is turn it on in ampache.cfg.php.
* Added ampache.logrotate so if logging is turned on the logs will be
  rotated daily, and logs older than 7 days old will be deleted.
* Added grab_xspf.sh to /usr/share/ampache/www/bin. This is a simple bash
  script that grabs xspf_jukebox source and places xspf_jukebox.swf in
  /usr/share/ampache/www/modules/flash. This gives the user an opt in
  choice to using the xspf flash player.
* Updated debian/ampache.install to install grab_xspf.sh into
  /usr/share/ampache/www/bin.
* Updated Vcs fields to reflect new git repository.

29. By Charlie_Smotherman

* Actually added updated cs.po. Thx Miroslav Kure for the mail.
* Added vi.po. Thx Clytie Siddall. Closes: #599153

28. By Charlie_Smotherman

* Made requested changes from the Release Team (Adam) to ampache.config
  postinst, and postrm to fix symlink creation. Closes: #593759
* Made the requested spacing changes from the Release Team (Adam) in the
  postrm.
* Added updated it.po. Thx Luca Monducci Closes: #593959
* Added updated ta.po. Thx Dr.T.Vasudevan
* Added updated cs.po. Thx Miroslav Kure Closes: #595512
* Added zh_TW.po. Thx Kan-Ru Chen
* Added da.po. Thx Joe Dalton Closes: #595197

27. By Charlie_Smotherman

* Adjusted symlink creation in debian/postinst so it now works.
  Closes: #593181
* Upstream neglected to comment out the "require once" for
  /modules/pearxmlrpc/rpc.php which causes the inital login after the
  completion of the web installer to fail due to php not being able to find
  /modules/pearxmlrpc/rpc.php. Closes: #593182

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/ampache
This branch contains Public information 
Everyone can see this information.

Subscribers