--- ampache-3.5.1.orig/debian/ampache.postinst +++ ampache-3.5.1/debian/ampache.postinst @@ -0,0 +1,50 @@ +#!/bin/sh +# postinst script for Ampache + +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 + +# Ask the question and reconfigure the webserver. +if [ "$1" = "configure" ]; then + + db_get ampache/configure-webserver || true + + if [ "$RET" = "true" ]; then + webserver="apache2" + if [ ! -f /etc/$webserver/conf.d/ampache ] && [ ! -h /etc/$webserver/conf.d/ampache ]; then + ln -s /etc/ampache/ampache.conf /etc/$webserver/conf.d/ampache + fi + fi +fi +#Make a backup copy of ampache.cfg.php. +if [ "$1" = "configure" ] && [ -f /etc/ampache/ampache.cfg.php ]; then + AMPCFG="/etc/ampache/ampache.cfg.php" + WWW="/usr/share/ampache/www" + cp $AMPCFG $WWW + mv $WWW/ampache.cfg.php $WWW/old.ampache.cfg.php + mv $WWW/old.ampache.cfg.php /etc/ampache + php /usr/share/ampache/www/bin/migrate_config.inc +fi +#Ask the question and restart the webserver. +if [ "$1" = "configure" ]; then + + db_get ampache/restart-webserver || true + + if [ "$RET" = "true" ]; then + webserver="apache2" + for webserver in $webserver; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver restart 3>/dev/null || true + else + /etc/init.d/$webserver restart 3>/dev/null || true + fi + done + fi +fi + +#DEBHELPER# + +exit 0 --- ampache-3.5.1.orig/debian/compat +++ ampache-3.5.1/debian/compat @@ -0,0 +1 @@ +7 --- ampache-3.5.1.orig/debian/ampache.config +++ ampache-3.5.1/debian/ampache.config @@ -0,0 +1,20 @@ +#!/bin/bash + +set -e + +action=$1 +version=$2 + +# Source debconf library. +. /usr/share/debconf/confmodule +db_version 2.0 || [ 0 -lt 30 ] + + db_set ampache/ampache/configure-webserver || true + db_input medium ampache/configure-webserver || true + db_go || true + + db_set ampache/restart-webserver || true + db_subst ampache/restart-webserver webserver "$webserver" + db_input critical ampache/restart-webserver || true + db_go || true + --- ampache-3.5.1.orig/debian/watch +++ ampache-3.5.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=filenamemangle=s/.*-(.*)/$1/ \ +http://ampache.org/downloads/ampache-(3.*)\.tar\.gz --- ampache-3.5.1.orig/debian/ampache.manpages +++ ampache-3.5.1/debian/ampache.manpages @@ -0,0 +1 @@ +docs/man/man1/ampache.1 --- ampache-3.5.1.orig/debian/control +++ ampache-3.5.1/debian/control @@ -0,0 +1,27 @@ +Source: ampache +Section: web +Priority: optional +Maintainer: Charlie Smotherman +Vcs-Svn: https://svn.ampache.org/trunk +Vcs-Browser: https://svn.ampache.org +Homepage: http://www.ampache.org +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 + +Package: ampache +Architecture: all +Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, po-debconf, + apache2-mpm-prefork, php5, php5-mysql, libjs-prototype, libphp-snoopy, + ttf-freefont +Conflicts: ampache-themes-3.3.3.5a-1 +Recommends: eyed3, ampache-themes, php5-cli +Suggests: php5-gd, phpmyadmin, mysql-server-5.0 +Description: web-based audio file management system + Ampache is a web-based audio file manager implemented with PHP and + MySQL which allows viewing, editing, and playing audio files via the + web. It has support for playlists, artist and album views, album art, + random or vote-based play and per-user play-tracking/theming. + Playback may be via HTTP, on-the-fly transcoding and downsampling, + Mpd/Icecast, or integrated Flash player. Multiple Ampache servers can + be linked together using XML-RPC. The software is fully localized in many + languages. --- ampache-3.5.1.orig/debian/links +++ ampache-3.5.1/debian/links @@ -0,0 +1,5 @@ +/etc/ampache/ampache.cfg.php /usr/share/ampache/www/config/ampache.cfg.php +/usr/share/javascript/prototype/prototype.js /usr/share/ampache/www/modules/prototype/prototype.js +/usr/share/php/libphp-snoopy/Snoopy.class.php /usr/share/ampache/www/modules/infotools/Snoopy.class.php +/usr/share/fonts/trutype/freefont/FreeMono.ttf /usr/share/ampache/www/modules/captcha/FreeMono-Medium.ttf +/usr/share/ampache/www/docs/CHANGELOG.gz /usr/share/doc/ampache/changelog.gz --- ampache-3.5.1.orig/debian/README.Debian +++ ampache-3.5.1/debian/README.Debian @@ -0,0 +1,280 @@ +Ampache for Debian +------------------ +INSTALLATION + +IMPORTANT: + +Ampache **REQUIRES** MySQL server to operate. MySQL server is not installed +with Ampache due to the fact that if users are using an older version of +MySQL server upgrading to mysql-server-5.0 may render their databases corrupt +and possible useless. So please upgrade your mysql server with **CAUTION**. +For those who do not have mysql-server-5.0 installed it is very easy to install. +In the command line type: + + Debian: apt-get install mysql-server-5.0 (as root) + +SECURITY WARNING: + +After you have Ampache setup and running it would be a very good idea if you +changed the root username and password for phpmyadmin. It is widely known the +the default sign in for phpmyadmin is + +username = root +password = + +So please change this password after Ampache is installed, as it is a potential +security hole. + +WARNING + +Please insure that older versions of Apache-1.x or later are removed, before +installing ampache or you will experience installation problems +**You have been warned**. + +GETTING STARTED WITH AMPACHE + +SUMMARY + 1. MySQL Server install + 2. Phpmyadmin or command line setup of a MySQL server account with root + privileges + 3. Step 1 Web Interface + 4. Step 2 Web Interface + 5. Step 3 Web Interface + 6. Sign in and start building music catalogs + +1. To install mysql-server-5.0 follow instruction above. If you already have +mysql-server installed go to step 2. + +2. To setup Ampache you must have a user account on the mysql-server with root +privileges. You may do this by either the command line or phpmyadmin. I prefer +phpmyadmin and that is what will be explained here. To install phpmyadmin type +in the command line: + + Debian: apt-get install phpmyadmin (as root) + +To setup your mysql root account, sign into phpmyadmin by pointing your browser +to http://localhost/phpmyadmin or http://your.ip.address/phpmyadmin. + +username = root +password = + +***Leave the password blank this is the default sign in for phpmyadmin.**** + +This takes you to the main page scroll down to where it says "Privileges" and +click on it. Now scroll down and click on "Add a new User" and click on it. +Now fill in + +User name = what ever you want +Host = any host +Password = what ever you want +Re-type = retype your password again + +Now Scroll down a little and click on "Check All" for Global privileges. Now +scroll down to the bottom of the page and click the "Go" button. Now sign out. + +3. Now point your browser to http://localhost/ampache or +http://what.ever.your.ip.address.com/ampache. This will bring you to Ampache's +Web Installation Interface (step 1) + +Desired Database Name = ampache (default) +MySQL Hostname = localhost (default) +MySQL Administrative Username = root or the user name you setup with phpmyadmin +MySQL Administrative Password = leave blank if you use root or use the password + you created with phpmyadmin +Create Database User For New Database = set check mark +Ampache Database Username = ampache (default) +Ampache Database User Password = set this to a password you like + +Click on Insert Database. + +4. This will take you to Ampache's Web Installation Interface (step 2) + +Web Path = /ampache +Desired Database Name = ampache (default) +MySQL Hostname = localhost (default) +MySQL Username = this is the username you setup with phpmyadmin root will not + work +MySQL Password = this is the password you setup with phpmyadmin blank will not + work + +Click on Write Config. + +Ampache will prompt you to download a file called "ampache.cfg.php". +Download it to your favorite location. Now take "ampache.cfg.php and copy it to +/etc/ampache. + +Now click on check for config, and everything should turn green. Click on next + +5. This will take you to Ampache's Web Installation Interface (step 3) + +Enter a password, you will be using this to initially sign into ampache. You +can change the admin username and password after the install is complete through +the preferences tab + +Click next this will take you to Ampache's log in screen + +Enter Admin and the password you entered in the above step. + +6. You are now ready to start adding music and building your music catalogs. + +CREATING A CATALOG + +Catalogs are the core of Ampache. They are a logical container for all of your +music files and other records. There are two main types of catalogs currently in +Ampache, Remote and Local. Remote catalogs are only for use with XML-RPC and +reference other Ampache servers. Local catalogs reference a base directory on +the local file system of the server. To create your first Catalog login to +Ampache as an administrator and go to the Admin Menu and click on Add a Catalog. + +Local Catalog Settings + + * Path -- This is a directory located on the computer Ampache is running on + this can be a NFS mount, Windows Network drive etc. This is the full + path, not a relative one. + * File Pattern -- This defines the pattern that Ampache will use when + attempting to read filenames for tag information, it also defines how + ampache will sort/rename files in this collection + * Path Pattern -- This defines the directory structure starting from the + Path of the catalog up to the filenames, again used for tag information + on read and sort/rename + * Album Art -- This option defines which methods to use when collecting + Album Art, some methods may require additional configuration + * Build Playlists from M3u's -- This options tells Ampache to look for .m3us + in your catalog and attempts to parse and create playlists based on them. + +CONFIGURING AMPACHE + +Ampache has two main locations for its config. The Config file located at +/etc/ampache/ampache.cfg.php or /usr/share/ampache/www/config/ampache.cfg.php +and the Database preferences which are per User. This document will cover those +in the Database as all options in the config file are well documented. You can +find a current copy of the config file at +svn.ampache.org/trunk/config/ampache.cfg.php.dist. + +Interface. + +This section contains all of the preferences directly relating to the interface +and how Ampache looks. + +Popular Threshold: This setting determines how many Top artists, Top Albums, +Statistics, Recently Played Tracks are listed throughout the interface. Larger +numbers can increase load times as more data has to be displayed on any one page. +The Default is 10. + +Language : Ampache is translated into many different languages using GETTEXT, +this is a list of all current translations. At any one moment some of the +strings may be missing from any one of the translations. If you would like to +fix a missing string or contribute a new language please read +svn.ampache.org/trunk/locale/base/TRANSLATIONS + +Theme : This sets the them for the current user. Ampache reads the /themes +directory for a listing of all current installed themes. For more information on +creating a theme see the Forums + +Album Ellipse Threshold, Artist Ellipse Threshold, Title Ellipse Threshold: +These define how many letters, numbers, etc are displayed before a ellipse (...) +is appended to the name and it is truncated. The truncation prevents interface +distortion due to very long names. + +Min Album Size: This defines the smallest album that will be viewable when +Browsing by Album. This can effectively hide a large portion of your music so be +careful. The default value is 0. + +Statistics Day Threshold: This defines how many days are used to build the +statistical displays in Ampache. Because the counts can get meaningless over the +long periods of time, as it becomes impossible for new albums to ever make it +near the top of the list you can limit the number of previous days used. The +default value is 7, or one week. + +Streaming + +This section defines how Ampache streams your Music. + +Transcode Bitrate : This defines the bitrate you would like Ampache to attempt +to transcode at. The default is 32kbps + +Type of Playback : This is one of the most important options. It appears on the +menu as well as a drop down. This defines what Ampache is to do with the music +that is to be streamed. The default is Stream, other options include Localplay, +Democratic, Downsampling, XSPF Flash + +Transcoding: This defines the transcoding behavior of Ampache. + +Playlists + +Playlist Type: This defines what type of Playlist is generated by Ampache on +play. Different applications work better with different playlist types. The +default is M3u. This option has no effect in XSPF Flash, Democratic and +Localplay Playback types. + +Playlist Method: This defines the behavior of the Play and Add actions in +Ampache. + +Options + +This sections contains preferences for different features that can be enabled, +disabled within Ampache. + +Allow Downloads : If this is enabled then you can download individual songs by +clicking on their download link. If you have allow zip downloads in the config +file this Option will also enable the Full Album, Full Artist, Selected, +Playlist downloads. Default is disabled. + +Allow Direct Links : This puts a raw 'stream' URL link on every song line. This +can be used to effectivly enqueue songs by dragging the raw URL into your audio +player. This is also disabled by default. + +Localplay Access Level : This defines what type of access you have to Localplay. +Global tells Ampache to use the settings defined in Admin --> Config for this +user and to ignore any locally set settings. Local tells Ampache to first check +the local settings. If they do not exist then fall back on the global settings. +Disabled prevents all access to Localplay, this is the default value. + +System + +This section is only visible to Administrators and pertains to non-user options +that often affect Ampache's operation as a whole, but are not deemed to be a +security risk and thus are allowed to be in the Interface. + +Website Title : This defines the Website Title for your Ampache site, the +default is "Ampache :: Pour l'Amour de la Musique" +(Ampache :: For the Love of Music). + +Lock Songs : When enabled this prevents any two users from listening to the +exact same song at the exact same time. This is a quasi legalize feature meant +to simulate a shared pile of CD's in an office. Default is off + +Forces Http play regardless of port : This tells Ampache to always send HTTP in +its playlists regardless of what the client is providing. This is enabled by +default because a vast majority of players can not play HTTPS streams. + +Non-Standard Http Port : If defined this tells ampache to overwrite the current +port and always use this port when building the stream URLs. Default 80 + +Catalog Echo Interval : This specifies the number of elements between refreshes +during Catalog builds. The default is 100, so ever 100 songs it will update the +count. It is recommended that you leave this rather high as a low interval with +a large catalog can produce large pages, and extra time is spending rendering +the count rather then actually working on cataloging your music. + +Allow Downsampling, Allow Streaming, Allow Democratic Play, +Allow Localplay Play : These options control which play types are currently +allowed. Streaming is the only one enalbed by default as all other options +require additional configuration on the part of the administrator. + +Modules + +This is a list of the current Localplay Modules and Plugins that you can enable +and disable. These Plugins and Modules may add additional preferences to Ampache +which are not defined here. Catalog Updates will not be performed if there are +any non-official Plugins currently installed. + +For installation question and/or questions on how to enable additonal features +in ampache please visit the forums, wiki and IRC + +http://ampache.org/forums/ +http://trac.ampache.org/wiki/ +IRC Freenode #ampache + + + -- Charlie Smotherman Sat, 26 Jan 2008 09:56:08 -0500 --- ampache-3.5.1.orig/debian/copyright +++ ampache-3.5.1/debian/copyright @@ -0,0 +1,275 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Name: ampache +Upstream-Maintainer: Karl Vollmer +Upstream-Source: http://ampache.org + +File: src/debian/po/sv.po +Copyright: Copyright 2007, Martin Bagge +License: GPL-2+ + +File: src/debian/po/cs.po +Copyright: Copyright 2007, Miroslav Kure +License: GPL-2+ + +File: src/debian/po/de.po +Copyright: Copyright 2007, Helge Kreutzmann +License: GPL-2+ + +File: src/debian/po/eu.po +Copyright: Copyright 2007, Piarres Beobide +License: GPL-2+ + +File: src/debian/po/fi.po +Copyright: Copyright 2007, Esko Arajärvi +License: GPL-2+ + +File: src/debian/po/fr.po +Copyright: Copyright 2007, Geoffroy Your Berret +License: GPL-2+ + +Files: src/debian/po/gl.po +Copyright: Copyright 2007, Jacobo Tarrio +License: GPL-2+ + +File: src/debian/po/it.po +Copyright: Copyright 2007 Luca Monducci +License: GPL-2+ + +File: src/debian/po/nl.po +Copyright: Copyright 2007, Bart Cornelis +License: GPL-2+ + +File: src/debian/po/pt.po +Copyright: Copyright 2007, Américo Monteiro +License: GPL-2+ + +File: src/debian/po/ru.po +Copyright: Copyright 2007, Yuri Kozlov +License: GPL-2+ + +File: src/debian/po/ta.po +Copyright: Copyright 2007, Dr.T.Vasudevan +License: GPL-2+ + +File: src/debian/po/vi.po +Copyright: Copyright 2007, Clytie Siddall +License: GPL-2+ + +File: src/debian/po/pt_BR.po +Copyright: Copyright 2007, Felipe Augusto van de Wiel +Licnese: GPL-2+ + +File: src/locale/ca_CA/LC_MESSAGES/messages.po +Copyright: Copyright 2008, Guillem Lluch Moll +License: GPL-2+ + +File: src/locale/de_DE/LC_MESSAGES/messages.po +Copyright: Copyright 2007, Nikolai Faursterling +License: GPL-2+ + +File: src/locale/en_GB/LC_MESSAGES/messages.po +Copyright: Copyright 2005, David Lodge +License: GPL-2+ + +File: src/locale/es_ES/LC_MESSAGES/messages.po +Copyright: Copyright 2007 LL +License: GPL-2+ + +File: src/locale/fr_FR/LC_MESSAGES/messages.po +Copyright: Copyright 2007, François Jan +License: GPL-2+ + +Files: src/locale/it_IT/LC_MESSAGES/messages.po +Copyright: Copyright 2007, Mr-miky +License: GPL-2+ + +File: src/locale/ja_JP/LC_MESSAGES/messages.po +Copyright: Copyright 2008, Momo-i +License: GPL-2+ + +File: src/locale/nl_NL/LC_MESSAGES/messages.po +Copyright: Copyright 2007, Terence Theijn +License: GPL-2+ + +File: src/locale/ru_RU/LC_MESSAGES/messages.po +Copyright: Copyright 2007, Alexey Illarionov +License: GPL-2+ + +File: src/locale/tr_TR/LC_MESSAGES/messages.po +Copyright: Copyright 2007, LL +License: GPL-2+ + +File: src/locale/zh_CN/LC_MESSAGES/messages.po +Copyright: Copyright 2007, LL +License: GPL-2+ + +File: src/modules/infotools/Snoopy.class.php +Copyright: Copyright 1999, Monte Ohrt +License: GPL-2+ + +File: src/modules/archive/archive.lib.php +Copyright: Copyright 2005, Devin Doucette +License: GPL-2+ + +File: src/modules/mpd/mpd.class.php +Copyright: Copyright 2003, Benjamin Carlisle +License: GPL-2+ + +File: src/modules/mpd/mpd.class-example.php +Copyright: Copyright 2003, Benjamin Carlisle +License: GPL-2+ + +File: src/modules/validatemail/validateEmail.php +Copyright: Copyright 1998, Clay Loveless +License: GPL-2+ + +File: src/modules/validateEmailFormat.php +Copyright: Copyright 1977, Jeffery E.F Friedl +License: GPL-2+ + +Files: src/modules/nusoap/* +Copyright: Copyright 2002, NuSphere Corperation +Copyright: Copyright 2002, Dietrich Ayala +Copyright: Copyright 2002, Scott Nichol +Copyright: Copyright 2002, Ingo Fischer +License: GPL-2+ + +Files: src/modules/getid3/* +Copyright: Copyright 2002-2005, James Heinrick +Copyright: Copyright 2002-2005, Allan Hansen +License: GPL-2+ + +Files: src/* +Copyright: Copyright 2001, Karl Vollmer +License: GPL-2+ + +Files: debian/* +Copyright: Copyright 2007, Charlie Smotherman +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +For full wording of above license, see '/usr/share/common-licenses/GPL-2 + +File: src/modules/horde/Browser.php +Copyright: Copyright 1999, Chuck Hagenbuch +Copyright: Copyright 1999, Jon Parise +License: LGPL-2+ + +License: LGPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +For full wording of above license, see '/usr/share/common-licenses/LGPL-2 + +File: src/modules/xmlrpc/* +Copyright: Copyright 1999, Edd Dumbill +License: BSD + +File: src/modules/flash/* +Copyright: Copyright 2007, Lacy Morrow +License: BSD + +License: BSD + This is the original license that XSPF Music Player is released under. + XSPF JukeBox is based on XSPF Music Player. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the nor the names of its contributors may + be used to endorse or promote products derived from this software without + specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +File: src/modules/prototype/prototype.js +Copyright: Copyright 2005-2007, Sam Stephenson +License: MIT. + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +File: src/modules/captcha/captcha.php +Copyright: Copyright 2005, Milki +License: Public Domain + +License: Public Domain + The person or persons who have associated work with this document + (the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best + of his knowledge, the work of authorship identified is in the public domain of + the country from which the work is published, or (b) hereby dedicates whatever + copyright the dedicators holds in the work of authorship identified below + (the "Work") to the public domain. A certifier, moreover, dedicates any + copyright interest he may have in the associated work, and for these purposes, + is described as a "dedicator" below. + + A certifier has taken reasonable steps to verify the copyright status of this + work. Certifier recognizes that his good faith efforts may not shield him from + liability if in fact the work certified is not in the public domain. + + Dedicator makes this dedication for the benefit of the public at large and to + the detriment of the Dedicator's heirs and successors. Dedicator intends this + dedication to be an overt act of relinquishment in perpetuity of all present + and future rights under copyright law, whether vested or contingent, in the + Work. Dedicator understands that such relinquishment of all rights includes + the relinquishment of all rights to enforce (by lawsuit or otherwise) those + copyrights in the Work. + + Dedicator recognizes that, once placed in the public domain, the Work may be + freely reproduced, distributed, transmitted, used, modified, built upon, or + otherwise exploited by anyone for any purpose, commercial or non-commercial, + and in any way, including by methods that have not yet been invented or + conceived. + + --- ampache-3.5.1.orig/debian/rules +++ ampache-3.5.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_install: + dh_install -XGPL-LICENSE -XINSTALL -XCOPYING -Xlicense -XLICENSE \ + -Xreadme.windows.txt -Xprototype -XSnoopy -XFreeMono-Medium \ + -Xgather-messages.sh + find . -type f -name 'CHANGELOG' -exec gzip -9 {} \; + find . -type f -name 'CHANGELOG.gz' -exec chmod 644 {} \; + find . -type f -name 'messages.mo' -exec chmod 644 {} \; + find . -type f -name 'messages.po' -exec chmod 644 {} \; --- ampache-3.5.1.orig/debian/ampache.templates +++ ampache-3.5.1/debian/ampache.templates @@ -0,0 +1,22 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: ampache/configure-webserver +Type: boolean +Default: true +_Description: Configure Apache 2 web server for use with Ampache? + + +Template: ampache/restart-webserver +Type: boolean +Default: true +_Description: Restart Apache 2 web server? + The Apache 2 web server needs to be restarted to enable Ampache. Please + choose whether you want to restart it automatically now or do it yourself + later. --- ampache-3.5.1.orig/debian/dirs +++ ampache-3.5.1/debian/dirs @@ -0,0 +1 @@ +/usr/share/ampache/www/modules/prototype --- ampache-3.5.1.orig/debian/ampache.postrm +++ ampache-3.5.1/debian/ampache.postrm @@ -0,0 +1,41 @@ +#!/bin/sh +# postrm script for Ampache + +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 + +if [ "$1" = "remove" ]; then + + #Ask the question and restart web server. + db_get ampache/restart-webserver || true + + if [ "$RET" = "true" ]; then + webserver="apache2" + for webserver in $webserver; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver reload 3>/dev/null || true + else + /etc/init.d/$webserver reload 3>/dev/null || true + fi + done + fi +fi + +if [ "$1" = "purge" ]; then + #This is needed to remove user added content. + if [ -d /etc/ampache ]; then + rm -rf /etc/ampache + fi + #This is need to manually remove symlinks. + if [ -d /usr/share/ampache ]; then + rm -rf /usr/share/ampache + fi +fi + +#DEBHELPER# + +exit 0 + --- ampache-3.5.1.orig/debian/ampache.conf +++ ampache-3.5.1/debian/ampache.conf @@ -0,0 +1,6 @@ +Alias /ampache /usr/share/ampache/www + + + Options FollowSymLinks + AllowOverride Limit Options FileInfo + --- ampache-3.5.1.orig/debian/ampache.install +++ ampache-3.5.1/debian/ampache.install @@ -0,0 +1,17 @@ +/admin /usr/share/ampache/www +/bin /usr/share/ampache/www +/config /usr/share/ampache/www +/debian/ampache.conf /etc/ampache +/docs/CHANGELOG /usr/share/ampache/www/docs +/docs/MIGRATION /usr/share/doc/ampache +/docs/README /usr/share/doc/ampache +/images /usr/share/ampache/www +/lib /usr/share/ampache/www +/locale /usr/share/ampache/www +/modules /usr/share/ampache/www +/play /usr/share/ampache/www +/server /usr/share/ampache/www +/sql /usr/share/ampache/www +/templates /usr/share/ampache/www +/themes /usr/share/ampache/www +/*php /usr/share/ampache/www --- ampache-3.5.1.orig/debian/changelog +++ ampache-3.5.1/debian/changelog @@ -0,0 +1,235 @@ +ampache (3.5.1-1) unstable; urgency=high + + * Setting urgency to high as this fixes an RC bug. + * New upstream release. Summary of new features: (LP: #377016) + - Make the PHP error a little clearer for windows users by indicating + that their version of PHP is < 5.3 (required for windows) + - Fix random methods not working for Localplay + - Fix extra space on prefixed albums (Thx ibizaman) + - Add missing operator on tag and rating searches so they will + work with other methods (Thx kiehnet@netscape.net) + - Fix get_art_url() so it returns something... + - Fix problem with creating new playlists where it doesn't work + but appending to an existing did. + - Fixed issue with url_to_song, also cleaned up the code a bit + - Fixed issue with Random All Catalogs + - Fixed issues with API and Tag methods not working as advertised + - Fix endless loop in getid3() with malformed genre tags in mp3s + - Fixed show test page always returning false on web path + - Update Man page to adhear to newer Debian rules + - Fixed issue with Videos being incorrectly registered with stats + and now playing as songs. + - Fixed missing > in HTML for song row + * Bumped Standards-Version to 3.8.2, no changes needed. + * Bumped debhelper to dh 7. + - increased debian/compat to 7. + - simplified debian/rules. + * Lintian complains of FreeMonoMedium.ttf being an embeded fonts package. + FreeMonoMedium.ttf is actually part of the ttf-freefont package. + - added ttf-freefont to the Depends section of debian/control. + - added -XFreeMono-Medium to dh_install in debian/rules. + - added FreeMono.ttf symbolic link to debian/links. + * Lintian complains of the wrong file permissions for + - /locale/base/gather-messages.sh, added -Xgather-messages.sh to + debian/rules, gather-messages.sh is not used by ampache proper and + can be safely removed. It is only utilized by developers who are + creating or editing the translation files. + - /locale/pl_PL/LC_MESSAGES/messages.po added find and chmod rule + to debian/rules. + - /locale/pl_PL/LC_MESSAGES/messages.mo added find and chmod rule + to debian/rules. + - /docs/CHANGELOG added find and chmod rule to debian/rules. + * Lintian complains of wrong-name-for-upstream-changelog + - install upstream CHANGELOG to /usr/share/ampache/www/docs + - added find and gzip -9 rule to debian/rules + - added symlink creation to debian/links to link + /usr/share/ampache/www/docs/CHANGELOG.gz to + /usr/share/doc/ampache/changelog.gz + * Lacy Marrow has responded and has stated that he is dropping the GPL-3 + licensing of his work and is now releasing version 5.9.5 of the + XSPF JukeBox under the same BSD license that the original version of XSPF + Music Player was released under (XSPF JukeBox is based on XSPF Music + Player). So now XSPF Music Player and XSPF JukeBox are now released under + the same BSD type license. This closes RC Bug #526719. Closes: #526719 + - Updated debian/copyright to refect this. + * Added dh_installman to debian/rules so the manpage now installs correctly. + - Added debian/ampache.manpages. + * debian/ampache.config downgraded db_input to medium + * debian/copyright removed (C) in favor of the word copyright. + + -- Charlie Smotherman Tue, 07 Jul 2009 07:23:35 -0500 + +ampache (3.5+svn2078-1) unstable; urgency=low + + [Not Released] + * New upstream release. Summary of new features + - Video Streaming Support + - Access Control List Wizard / Simplification + - IPv6 Support on all Access Lists and IP related operations + - Corrected Multi-Byte Character Support + - Up to date Translations in 14 different languages + - Optional Lyrics Support + - Basic Tag Support (allowing multiple genres per song) + - Countless Optomizations / Caching to speed up the interface + - Vastly Improved API with simplified configuration and setup + - Standardized UI should give users a more consistent experience + - Enable Last.FM plug-in by default + - Ability to Run Add/Verify catalog operations starting at a specific + Sub Directory rather then indexing the whole catalog. + * Added ${misc:Depends} to debian/control Depends section to fix lintian + error. + * Demoted mysql-server-5.0 to the Suggests field of debian/control, so + mysql-server-5.0 is not installed by default. Closes: #526475 + * Updated standards version to 3.8.1. + * Fixed charset of XML documents returned (Thx blueorder). (LP: #360411) + * Added /modules/flash/xspf_jukebox.fla as this is the source code for the + XSPF JukeBox media player. This fixes the most serious part of, and is a + partial fix for RC bug #526719. + * Added XSPF JukeBox copyright information into debian/copyright. This is a + partial fix for #526719. + * Added copyright header information to po/nl.po and po/sv.po + * Changed debian/copyright to the debian proposed machine readeable + format. + * Added /doc/man/man1/ampache.1 to debian/ampache.install. + * Added Vcs-Svn and Vcs-Browser section to debian/control. + + -- Charlie Smotherman Wed, 06 May 2009 00:21:35 -0500 + +ampache (3.4.4-1) unstable; urgency=low + + * New upstream release. + * Fixed debian/ampache.config so debconf now asks questions correctly. + * Reworked debian/ampache.postinst server restart to be server reload. + Added additional check for ampache.cfg.php, then backup ampache.cfg.php + prior to running migrate_config.inc. Used full pathname in + migrate_config.inc. + * Added Suggest section to debian/control. Demoted php5-gd and phpmyadmin + to the Suggest section in an attempt to keep extra fonts packages and + X11 packages from being pulled in on a server setup. + * Added Japanese translation. + * Changed debian/copyright to the machine readable debian proposed format. + Updated debian/copyright with Japanese translation copyright info. + * Added debian/watch. + * Changed maintainer email address in debian/control and debian/changelog. + + -- Charlie Smotherman Sat, 17 Jan 2009 18:23:43 -0500 + +ampache (3.4.3-1) unstable; urgency=low + + * New upstream maintenance release, please see src/docs/CHANGELOG for + complete details. + * Updated package to depend on libphp-snoopy. + * Added dh_install -XSnoopy.class.php to debian/rules. + * Added debian/dirs. + * Added snoopy symlink to debian/links. + * Added prototype symlink to debian/links. + * Updated debian/ampache.postrm to remove prototype/snoopy symlinks on + purge. + * Updated debian/rules by removing -Xgather-messages.sh option from + dh_install. Upstream decided to remove + src/locale/base/gather-messages.sh from the .org.tar.gz. + Closes: #496369 + + -- Charlie Smotherman Fri, 03 Oct 2008 05:48:35 -0500 + +ampache (3.4.2-1) unstable; urgency=low + + * Updated ampache.conf, postinst, postrm, to fix a debconf problem. + * Updated debian/rules by adding -Xgather-messages.sh option to dh_install. + Closes: #496369 + * Updated debian/rules by adding -Xprototype.js option to dh_install. + This was added to correct a lintian error. + * Updated debian/control so ampache now depends on libjs-prototype. + * Updated debian/links to create symlink to libjs-prototype. + * Updated Standards Version to 3.8.0. + * Added debian/watch. + * Updated debian/copyright with /src/locale/ja_JP copyright info. + + -- Charlie Smotherman Thu, 29 Aug 2008 12:05:34 -0500 + +ampache (3.4.1-1) unstable; urgency=low + + * Included numerous upstream fixes, please see /src/docs/CHANGELOG + dated 05.31.2008 for more details. + * Removed /src/debian/preinst, was not needed. + * Removed Vcs entry in /src/debian/control, was not needed. + * Added updated sv.po translation. Thanks Martin Bagge. Closes: #483432 + * Updated /src/debian/copyright with sv.po and nl.po copyright info. + * Updated /src/debian/copyright with /src/locale/ca_CA copyright info. + * Removed /src/locale/is_IS copyright info from /src/debian/copyright, + /src/locale/is_IS removed by upstream. + + -- Charlie Smotherman Sat, 31 May 2008 09:32:43 -0500 + +ampache (3.4-2) unstable; urgency=high + + * Included some upstream gather album art fixes. + + -- Charlie Smotherman Thu, 15 May 2008 18:44:23 -0500 + +ampache (3.4-1) unstable; urgency=high + + * New Upstream version release. + * Added updated nl.po translation. Thanks Bart Cornelis. Closes: #463441 + + -- Charlie Smotherman Sat, 10 May 2008 07:53:23 -0500 + +ampache (3.3.3.5-dfsg1-1) unstable; urgency=high + + * Removed COLLEGE.ttf from the org.tar.gz. Closes: #455698 + * Removed the -XCOLLEGE.ttf and -Xhelperapps options from dh_install in + debian rules. + * Removed empty helperapps folder in src/modules/id3 to correct lintian + error. + * Updated Standards Version to 3.7.3. + + -- Charlie Smotherman Thu, 28 Dec 2007 10:20:44 -0500 + +ampache (3.3.3.5-dfsg-3) unstable; urgency=high + + * Added -XCOLLEGE.ttf option to dh_install in debian rules. Added + ttf-freefont to the depends section of debian control. Added link to + freefont in debian links. Closes: #455698 + * Removed php5-cli from depends section of debian control. + * Moved php5-gd from the depends field to the recommends field. + Closes: #452638 + * Added Dutch po file, thanks Bart Cornelis. Closes: #449405 + * Fixed a potential display problem. + * Updated debian copyright with Dutch translation copyright information. + * Added -Xhelperapps option to dh_install in debian rules to correct a + lintian error. + + -- Charlie Smotherman Thu, 20 Dec 2007 01:17:24 -0500 + +ampache (3.3.3.5-dfsg-2) unstable; urgency=low + + * Added dpatch system. + * Fixed getid3.lib.php. + * Updated debian/copyright to include translator copyright information. + * Upstream will not be including libphp-snoopy into version 3.3.3.5. + However he is considering it's usage in version 3.4 which is in + development. Closes: #443947 + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Thanks Christian + Perrier . Closes: #445084, #446006 + * [Debconf translation updates] + * Tamil. Closes: #445597 + * Portuguese. Closes: #445606, #442391 + * Czech. Closes: #445654 + * Basque. Closes: #445949 + * German. Closes: #446004 + * Russian. Closes: #446142 + * Finnish. Closes: #446407 + * French. Closes: #446553 + * Italian. Closes: #446591 + * Galician. Closes: #446605 + * Vietnamese. Closes: #446987 + * Brazilian Portuguese. Closes: #447758 + + -- Charlie Smotherman Tue, 23 Oct 2007 20:28:39 +0200 + +ampache (3.3.3.5-dfsg-1) unstable; urgency=low + + * Initial release (Closes: #407337) + + -- Charlie Smotherman Wed, 1 Aug 2007 11:52:03 -0500 --- ampache-3.5.1.orig/debian/po/ru.po +++ ampache-3.5.1/debian/po/ru.po @@ -0,0 +1,42 @@ +# Russian translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org. +# This file is distributed under the same license as the Ampache package. +# +# 2007 Yuri Kozlov . +msgid "" +msgstr "" +"Project-Id-Version: 3.3.3.5-dfsg-1\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-10 21:26+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Настроить веб-сервер Apache 2 для работы с Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Перезапустить веб-сервер Apache2?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Для включения Ampache нужно перезапустить веб-сервер Apache 2. Выберите " +"нужно ли это сделать сейчас или вы сделаете это позже самостоятельно." --- ampache-3.5.1.orig/debian/po/POTFILES.in +++ ampache-3.5.1/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] ampache.templates --- ampache-3.5.1.orig/debian/po/nl.po +++ ampache-3.5.1/debian/po/nl.po @@ -0,0 +1,36 @@ +# The Dutch translation of Ampache. +# Copyright (C) Ampache.org +# This file is distributed under the same license as the Ampache package. +# Bart Cornelis , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: ampache\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-12-20 08:00-0600\n" +"PO-Revision-Date: 2008-01-31 18:42+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: debian-l10n-dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Wilt u de Apache2-webserver instellen voor gebruik met Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Wilt u de 'Apache 2'-webserver herstarten?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "The Apache 2 web server needs to be restarted to enable Ampache. Please choose whether you want to restart it automatically now or do it yourself later." +msgstr "Om Ampache te activeren dient de 'Apache 2'-webserver herstart te worden. Wilt u deze nu automatisch laten herstarten, of verkiest u om dit later zelf te doen?" + --- ampache-3.5.1.orig/debian/po/fi.po +++ ampache-3.5.1/debian/po/fi.po @@ -0,0 +1,42 @@ +# fi translations for Ampache debconf templates. +# Copyright (C) 2007 Ampache.org +# This file is distributed under the same license as the Ampache package. +# 2007 Esko Arajarvi . +# +msgid "" +msgstr "" +"Project-Id-Version: ampache\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-12 23:52+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Asetetaanko Apache 2 -verkkopalvelin käytettäväksi Ampachen kanssa?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Käynnistetäänkö Apache2-verkkopalvelin uudelleen?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Apache 2 -verkkopalvelin pitää käynnistää uudelleen Ampachen " +"käyttöönottamiseksi. Valitse haluatko käynnistää sen automaattisesti nyt vai " +"käsin myöhemmin." --- ampache-3.5.1.orig/debian/po/gl.po +++ ampache-3.5.1/debian/po/gl.po @@ -0,0 +1,39 @@ +# Galician translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org +# This file is distributed under the same license as the Ampache package. +# Jacobo Tarrio , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: ampache\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-14 12:29+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "¿Configurar o servidor wev Apache2 para o empregar con Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "¿Reiniciar o servidor web Apache2?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"É preciso reiniciar o servidor web Apache 2 para activar Ampache. Indique se " +"o quere reiniciar automaticamente agora ou se o ha querer facer máis tarde." --- ampache-3.5.1.orig/debian/po/eu.po +++ ampache-3.5.1/debian/po/eu.po @@ -0,0 +1,39 @@ +# Basque translations for Ampache debconf templates. +# Copyright (C) 2007 Ampache.org +# This file is distributed under the same license as the Ampache package. +# 2007 Piarres Beobide . +# +msgid "" +msgstr "" +"Project-Id-Version: ampache-debconf\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-07 08:30+0200\n" +"PO-Revision-Date: 2007-10-09 11:55+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Apache 2 web zerbitzaria Ampache-rekin erabiltzeko konfiguratu? " + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Apache2 web zerbitzaria berreabiarazi?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Apache 2 web zerbitzaria berrabiarazi egin behar da Ampache gaitzeko. " +"Hautatu automatikoki orain edo beranduago zuk eskuz berrabiarazi nahi duzun." --- ampache-3.5.1.orig/debian/po/cs.po +++ ampache-3.5.1/debian/po/cs.po @@ -0,0 +1,40 @@ +# Czech translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org +# This file is distributed under the same license as the Ampache package. +# 2007 Miroslav Kure . +# +msgid "" +msgstr "" +"Project-Id-Version: ampache\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-07 08:30+0200\n" +"PO-Revision-Date: 2007-10-07 16:21+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Nastavit webový server Apache 2 tak, aby pracoval s Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Restartovat webový server Apache2?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Aby se Ampache aktivoval, musíte restartovat webový server Apache 2. " +"Rozhodněte se, zda se má restartovat automaticky, nebo zda to provedete " +"později sami." --- ampache-3.5.1.orig/debian/po/sv.po +++ ampache-3.5.1/debian/po/sv.po @@ -0,0 +1,39 @@ +# translation of ampache_3.4-2_templates.po to swedish +# Copyright (C) Ampache.org +# This file is distributed under the same license as the Ampache package. +# +# Martin Bagge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ampache_3.4-2_templates\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-12-20 08:00-0600\n" +"PO-Revision-Date: 2008-05-28 21:01+0200\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Konfigurera Apache 2 att fungera med Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Starta om Apache 2?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "Webb-servern Apache 2 måste startas om för att aktivera Ampache. Vänligen välj om du vill starta om den automatikst nu eller göra det själv manuellt senare." + --- ampache-3.5.1.orig/debian/po/pt_BR.po +++ ampache-3.5.1/debian/po/pt_BR.po @@ -0,0 +1,41 @@ +# Brazilian Portuguese translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org. +# This file is distributed under the same license as the Ampache package. +# 2007 Felipe Augusto van de Wiel (faw) . +# +msgid "" +msgstr "" +"Project-Id-Version: ampache (20071023)\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-23 14:11-0200\n" +"Last-Translator: Felipe Augusto van de Wiel (faw) \n" +"Language-Team: l10n portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"pt_BR utf-8\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Configurar o servidor web Apache 2 para uso com o Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Reiniciar o servidor web Apache2?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"O servidor web Apache 2 precisa ser reiniciado para habilitar o Ampache. Por " +"favor, escolha se você quer reiniciá-lo automaticamente agora ou se quer " +"fazê-lo, você mesmo, posteriormente." --- ampache-3.5.1.orig/debian/po/vi.po +++ ampache-3.5.1/debian/po/vi.po @@ -0,0 +1,42 @@ +# Vietnamese translation for Ampache debconf templates. +# Copyright © 2007 Ampache.org. +# This file is distributed under the same license as the Ampache package. +# +# 2007 Clytie Siddall . +# +msgid "" +msgstr "" +"Project-Id-Version: ampache\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-17 17:44+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b1\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Cấu hình trình phục vụ Web Apache 2 để sử dụng với Ampache không?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Khởi chạy lại trình phục vụ Web Apache 2 không?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Trình phục vụ Web Apache 2 cần phải được khởi chạy lại để hiệu lực Ampache. " +"Hãy chọn nếu bạn muốn khởi chạy lại tự động, hoặc bạn tự làm về sau." --- ampache-3.5.1.orig/debian/po/templates.pot +++ ampache-3.5.1/debian/po/templates.pot @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-12-20 08:00-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" --- ampache-3.5.1.orig/debian/po/fr.po +++ ampache-3.5.1/debian/po/fr.po @@ -0,0 +1,40 @@ +# French translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org +# This file is distributed under the same license as the ampache package. +# 2007 Geoffroy Your Berret . +# +msgid "" +msgstr "" +"Project-Id-Version: ampache\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-07 00:10-0700\n" +"Last-Translator: Geoffroy Youri Berret \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Faut-il configurer le serveur web Apache 2 pour utiliser Ampache ?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Faut-il redémarrer le serveur web Apache 2 ?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Le serveur web Apache 2 doit être redémarré pour prendre en compte Ampache. " +"Veuillez choisir s'il doit être redémarré maintenant. Dans le cas contraire, " +"vous devrez le relancer vous-même plus tard." --- ampache-3.5.1.orig/debian/po/it.po +++ ampache-3.5.1/debian/po/it.po @@ -0,0 +1,40 @@ +# Italian translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org. +# This file is distributed under the same license as the Ampache package. +# 2007 Luca Monducci . +# +msgid "" +msgstr "" +"Project-Id-Version: ampache italian debconf\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-10 21:09+0200\n" +"Last-Translator: Luca Monducci \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Configurare il server web Apache 2 per l'uso con Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Riavviare il server web Apache 2?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Il server web Apache 2 deve essere riavviato per attivare Ampache; " +"possibile riavviarlo automaticamente adesso oppure manualmente, da soli, in " +"seguito." --- ampache-3.5.1.orig/debian/po/de.po +++ ampache-3.5.1/debian/po/de.po @@ -0,0 +1,40 @@ +# German translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org. +# This file is distributed under the same license as the Ampache package. +# 2007 Helge Kreutzmann +# +msgid "" +msgstr "" +"Project-Id-Version: ampache \n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-10 07:19+0200\n" +"PO-Revision-Date: 2007-10-09 21:06+0200\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Konfiguriere Apache 2 Webserver fr die Verwendung mit Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Webserver Apache 2 neu starten?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"Der Apache 2 Webserver muss neu gestartet werden, um Ampache zu aktivieren. " +"Bitte whlen Sie aus, ob Sie ihn jetzt automatisch neu starten lassen wollen " +"oder es selbst spter durchfhren mchten." --- ampache-3.5.1.orig/debian/po/pt.po +++ ampache-3.5.1/debian/po/pt.po @@ -0,0 +1,41 @@ +# Portuguese translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org. +# This file is distributed under the same license as the Ampache package. +# +# 2007 Américo Monteiro . +msgid "" +msgstr "" +"Project-Id-Version: ampache 3.3.3.5-dfsg-2\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-07 08:30+0200\n" +"PO-Revision-Date: 2007-10-07 10:08+0100\n" +"Last-Translator: Américo Monteiro \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "Configurar o servidor Web Apache2 para funcionar com o Ampache?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "Reiniciar o servidor Web Apache2?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"O servidor Web Apache2 precisa ser reiniciado para activar o Ampache. Por " +"favor, escolha se deseja reiniciá-lo automaticamente agora ou fazê-lo você " +"mais tarde." --- ampache-3.5.1.orig/debian/po/ta.po +++ ampache-3.5.1/debian/po/ta.po @@ -0,0 +1,41 @@ +# Tamil translation of Ampache debconf templates. +# Copyright (C) 2007 Ampache.org. +# This file is distributed under the same license as the Ampache package. +# +# 2007 Dr.T.Vasudevan . +msgid "" +msgstr "" +"Project-Id-Version: ampache\n" +"Report-Msgid-Bugs-To: cjsmo@cableone.net\n" +"POT-Creation-Date: 2007-10-07 08:30+0200\n" +"PO-Revision-Date: 2007-10-07 13:19+0530\n" +"Last-Translator: Dr.T.Vasudevan \n" +"Language-Team: TAMIL \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../ampache.templates:2001 +msgid "Configure Apache 2 web server for use with Ampache?" +msgstr "அபாசே 2 வலை சேவையகத்தை அம்பாசே உடன் வடிவமைக்கவா?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "Restart Apache 2 web server?" +msgstr "அபாசே 2 வலை சேவையகத்தை மீள்துவக்கவா?" + +#. Type: boolean +#. Description +#: ../ampache.templates:3001 +msgid "" +"The Apache 2 web server needs to be restarted to enable Ampache. Please " +"choose whether you want to restart it automatically now or do it yourself " +"later." +msgstr "" +"அம்பாசே ஐ செயல்படுத்த அபாசே 2 வலை சேவையகத்தை மீள்துவக்க வேண்டியுள்ளது. தயை செய்து " +"இப்போது அதை தானியங்கியாக துவக்க வேண்டுமா அல்லது நீங்களே பின்னால் அதை துவக்குவீர்களா என " +"தேர்ந்தெடுங்கள்."