--- ampache-3.4.1.orig/debian/compat +++ ampache-3.4.1/debian/compat @@ -0,0 +1 @@ +5 --- ampache-3.4.1.orig/debian/postrm +++ ampache-3.4.1/debian/postrm @@ -0,0 +1,71 @@ +#!/bin/sh +# postrm script for Ampache +# +# see: dh_installdeb(1) + +set -e + +. /usr/share/debconf/confmodule + +case "$1" in + failed-upgrade|abort-install|abort-upgrade|disappear) + ;; +upgrade) + + ;; + remove) + + + # Handling web server reconfiguration + db_get ampache/configure-webserver + webserver="apache2" + restart="" + + for webserver in $webservers; do + webserver=${webserver%,} + + case "$webserver" in + apache2) + rm -f /etc/$webserver/conf.d/ampache + test -x /usr/sbin/$webserver || continue + restart="$restart $webserver" + ;; + *) + ;; + esac + done + + db_get ampache/restart-webserver + res="$RET" + db_stop || true + if [ "$res" = "true" ]; then + for webserver in $restart; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver restart + else + /etc/init.d/$webserver restart + fi + done + fi + ;; + purge) +#this is needed to remove ampache.cfg.php as it is added by the user +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 + + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +exit 0 + +#DEBHELPER# --- ampache-3.4.1.orig/debian/copyright +++ ampache-3.4.1/debian/copyright @@ -0,0 +1,141 @@ +This package was debianized by Charlie Smotherman on +Sun, 6 Jan 2008 08:08:24 -0500. + +It was downloaded from http://www.ampache.org + +Upstream Author: Karl Vollmerk vollmerk@ampache.org + +Copyright: + +src/debian/po/sv.po is Copyright 2007 Martin Bagge. +src/debian/po/cs.po is Copyright 2007 Miroslav Kure. +src/debian/po/de.po is Copyright 2007 Helge Kreutzmann. +src/debian/po/eu.po is Copyright 2007 Piarres Beobide. +src/debian/po/fi.po is Copyright 2007 Esko Arajärvi. +src/debian/po/fr.po is Copyright 2007 Geoffroy Your Berret. +src/debian/po/gl.po is Copyright 2007 Jacobo Tarrio. +src/debian/po/it.po is Copyright 2007 Luca Monducci. +src/debian/po/nl.po is Copyright 2007 Bart Cornelis. +src/debian/po/pt.po is Copyright 2007 Américo Monteiro. +src/debian/po/ru.po is Copyright 2007 Yuri Kozlov. +src/debian/po/ta.po is Copyright 2007 Dr.T.Vasudevan. +src/debian/po/vi.po is Copyright 2007 Clytie Siddall. +src/debian/po/pt_BR.po is Copyright 2007 Felipe Augusto van de Wiel +src/locale/ca_CA/LC_MESSAGES/messages.po is Copyright 2008 Guillem Lluch Moll. +src/locale/de_DE/LC_MESSAGES/messages.po is Copyright 2007 Nikolai Faursterling. +src/locale/en_GB/LC_MESSAGES/messages.po is Copyright 2005 David Lodge. +src/locale/es_ES/LC_MESSAGES/messages.po is Copyright 2007 LL. +src/locale/fr_FR/LC_MESSAGES/messages.po is Copyright 2007 François Jan. +src/locale/it_IT/LC_MESSAGES/messages.po is Copyright 2007 Mr-miky. +src/locale/nl_NL/LC_MESSAGES/messages.po is Copyright 2007 Terence Theijn. +src/locale/ru_RU/LC_MESSAGES/messages.po is Copyright 2007 Alexey Illarionov. +src/locale/tr_TR/LC_MESSAGES/messages.po is Copyright 2007 LL. +src/locale/zh_CN/LC_MESSAGES/messages.po is Copyright 2007 LL. +src/modules/archive/archive.lib.php is Copyright 2005 Devin Doucette. +src/modules/captcha/captcha.php is Copyright 2005 Milky. +src/modules/horde/Browser.php is Copyright 1999 Chuck Hagenbuch. +src/modules/horde/Browser.php is Copyright 1999 Jon Parise. +src/modules/infotools/Snoopy.class.php is Copyright 1999 Monte Ohrt. +src/modules/mpd/mpd.class.php is Copyright 2003 Benjamin Carlisle. +src/modules/mpd/mpd.class-example.php is Copyright 2003 Benjamin Carlisle. +src/modules/prototype/prototype.js is Copyright 2005-2007 Sam Stephenson MIT. +src/modules/validatemail/validateEmail.php is Copyright 1998 Clay Loveless. +src/modules/validateEmailFormat.php is Copyright 1977 Jeffery E.F Friedl. +All files in src/modules/getid3 are Copyright 2002-2005 James Heinrick, Allan Hansen. +All files in src/modules/xmlrpc are Copyright © 1999, Edd Dumbill. +All other files are Copyright 2001 Karl Vollmerk. +The Debian packaging is Copyright 2007, Charlie Smotherman. + +The file in src/modules/captcha/captcha.php, are released under the following +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. + + +All files in src/modules/xmlrpc, are released under the following license: + +BSD License + 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. + +The file src/modules/horde/Browser.php is released under the following licencse: + + 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 + +Everything else (including the Debian packaging) is released under the following +license: + + 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 --- ampache-3.4.1.orig/debian/ampache.templates +++ ampache-3.4.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.4.1.orig/debian/postinst +++ ampache-3.4.1/debian/postinst @@ -0,0 +1,57 @@ +#!/bin/sh +# postinst script for Ampache + +set -e + +. /usr/share/debconf/confmodule + +case "$1" in + configure) + +# Handle webserver reconfiguration/restart ; stolen from zabbix package + db_get ampache/configure-webserver || true + webserver="apache2" + restart="" + + for webserver in $webserver; do + webserver=${webserver%,} + test -x /usr/sbin/$webserver || continue + + 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 + + restart="$restart $webserver" + + done + + db_get ampache/restart-webserver || true + res="$RET" + db_stop || true + if [ "$res" = "true" ]; then + for webserver in $restart; do + webserver=${webserver%,} + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d $webserver restart + else + /etc/init.d/$webserver restart + fi + done + fi + if [ -e /etc/ampache/ampache.cfg.php ]; then + cd /usr/share/ampache/www/bin + php /usr/share/ampache/www/bin/migrate_config.inc + fi + ;; + *) + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac +exit 0 +#DEBHELPER# --- ampache-3.4.1.orig/debian/README.Debian +++ ampache-3.4.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.4.1.orig/debian/ampache.conf +++ ampache-3.4.1/debian/ampache.conf @@ -0,0 +1,6 @@ +Alias /ampache /usr/share/ampache/www + + + Options FollowSymLinks + AllowOverride Limit Options FileInfo + --- ampache-3.4.1.orig/debian/control +++ ampache-3.4.1/debian/control @@ -0,0 +1,23 @@ +Source: ampache +Section: web +Priority: optional +Maintainer: Charlie Smotherman +Homepage: http://www.ampache.org +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 + +Package: ampache +Architecture: all +Depends: debconf (>= 0.5) | debconf-2.0, po-debconf, apache2-mpm-prefork, \ + php5, php5-mysql, libjs-prototype, libphp-snoopy +Conflicts: ampache-themes-3.3.3.5a-1 +Recommends: mysql-server-5.0, php5-gd, php5-cli, phpmyadmin +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.4.1.orig/debian/ampache.install +++ ampache-3.4.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/doc/ampache +/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.4.1.orig/debian/changelog +++ ampache-3.4.1/debian/changelog @@ -0,0 +1,99 @@ +ampache (3.4.1-2) unstable; urgency=low + + * Made package to depend on libjs-prototype to correct a lintian error of + "courtousy copies of code". Adjusted debian/control, debian/rules, + debian/links, postinst, postrm to reflect this dependency. + * Made package to depend on libphp-snoopy due to CVE-2008-4796. Adjusted + debian/control, debian/rules, debian/links, postinst, postrm to reflect + this dependency. Closes: #504169 + * Removed /usr/share/ampache/www/locale/base/gather-messages.sh from package + to close a potential security hole. Closes: #496369 + + -- Charlie Smotherman Sat, 01 Nov 2008 13:47:43 -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.4.1.orig/debian/rules +++ ampache-3.4.1/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f +# -*- makefile -*- +clean: + dh_testdir + dh_testroot + dh_clean -k +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs +build: +# Build architecture-dependent files here. +binary-arch: install +# We have nothing to do by default. +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs debian/changelog + dh_installdocs + dh_install -XGPL-LICENSE -XINSTALL -XCOPYING -Xlicense -XLICENSE \ + -Xreadme.windows.txt -Xprototype -XSnoopy -Xgather-messages.sh + dh_installdebconf + dh_link -A + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol -pampache + dh_md5sums + dh_builddeb +binary: binary-indep +.PHONY: clean binary-indep install --- ampache-3.4.1.orig/debian/ampache.config +++ ampache-3.4.1/debian/ampache.config @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +action=$1 +version=$2 + +# Source debconf library. +. /usr/share/debconf/confmodule +db_version 2.0 || [ 0 -lt 30 ] + + db_go || true --- ampache-3.4.1.orig/debian/links +++ ampache-3.4.1/debian/links @@ -0,0 +1,4 @@ +/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 + --- ampache-3.4.1.orig/debian/po/sv.po +++ ampache-3.4.1/debian/po/sv.po @@ -0,0 +1,39 @@ +# translation of ampache_3.4-2_templates.po to swedish +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE 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.4.1.orig/debian/po/ta.po +++ ampache-3.4.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 வலை சேவையகத்தை மீள்துவக்க வேண்டியுள்ளது. தயை செய்து " +"இப்போது அதை தானியங்கியாக துவக்க வேண்டுமா அல்லது நீங்களே பின்னால் அதை துவக்குவீர்களா என " +"தேர்ந்தெடுங்கள்." --- ampache-3.4.1.orig/debian/po/POTFILES.in +++ ampache-3.4.1/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] ampache.templates --- ampache-3.4.1.orig/debian/po/cs.po +++ ampache-3.4.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.4.1.orig/debian/po/fi.po +++ ampache-3.4.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.4.1.orig/debian/po/nl.po +++ ampache-3.4.1/debian/po/nl.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE 'S COPYRIGHT HOLDER +# This file is distributed under the same license as the package. +# FIRST AUTHOR , YEAR. +# +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.4.1.orig/debian/po/gl.po +++ ampache-3.4.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.4.1.orig/debian/po/fr.po +++ ampache-3.4.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.4.1.orig/debian/po/ru.po +++ ampache-3.4.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.4.1.orig/debian/po/templates.pot +++ ampache-3.4.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.4.1.orig/debian/po/vi.po +++ ampache-3.4.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.4.1.orig/debian/po/it.po +++ ampache-3.4.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.4.1.orig/debian/po/pt_BR.po +++ ampache-3.4.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.4.1.orig/debian/po/eu.po +++ ampache-3.4.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.4.1.orig/debian/po/pt.po +++ ampache-3.4.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.4.1.orig/debian/po/de.po +++ ampache-3.4.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."