--- ampache-themes-3.4.2.orig/debian/changelog +++ ampache-themes-3.4.2/debian/changelog @@ -0,0 +1,48 @@ +ampache-themes (3.4.2-1) unstable; urgency=low + + * Updated package with new theme lonely_speaker. + * Updated debian/copyright with lonely_speaker info, fixed typos. + + -- Charlie Smotherman Wed, 18 Feb 2009 21:29:16 -0500 + +ampache-themes (3.4.1-1) unstable; urgency=low + + * Updated package with new themes Green Marble and looney tunes (LP: #316092). + * Added Green-Marble and looney-tunes copyright info to debian/copyright. + * Updated Standards Version to 3.8.0. + * Added ${misc:Depends} to debian/control to correct lintian error. + + -- Charlie Smotherman Sun, 11 Jan 2009 13:12:35 -0500 + +ampache-themes (3.4-1) unstable; urgency=low + + * Due to extensive changes in Ampache-3.4 the following 3.3.3.5 themes no + longer work and have been removed: Cleandy, Cleandy-Peach, Empires, + Exterminal, Exterminal_exhibitA, Green-Marble, Greysme, Inholland, + Klassikiosk, Piano, Simple_h, Smooth-Moods, StoneBlue, Tangens, White_Amps. + * The following 3.4 themes where included: Blueflower, Vegas. Additional + themes will be added as they become available. + + -- Charlie Smotherman Sat, 31 May 2008 10:35:35 -0500 + +ampache-themes (3.3.3.5a-1) unstable; urgency=low + + * Updated Standards Version to 3.7.3 to correct lintian error. + * Removed empty folder src/Cleandy-Peach/patch-3.3.3.2/ampache/lib to correct + lintian error. + * Removed empty folder src/Cleandy-Peach/patch-3.3.3.3/ampache/lib to correct + lintian error. + * Removed empty folder src/Cleandy/patch-3.3.3.3/ampache/lib to correct + lintian error. + * Removed windows thumbnail database from src/empires/images/Thumbs.db and + src/exterminal/images/ratings/Thumbs.db. Closes: #456112 + * Added new theme smooth-moods, modified ampache-themes.install. + * Updated debian copyright with smooth-moods copyright info. + + -- Charlie Smotherman Thu, 29 Dec 2007 02:02:15 -0500 + +ampache-themes (3.3.3.5-1) unstable; urgency=low + + * Initial release (Closes: #435622) + + -- Charlie Smotherman Thu, 2 Aug 2007 09:41:05 -0500 --- ampache-themes-3.4.2.orig/debian/compat +++ ampache-themes-3.4.2/debian/compat @@ -0,0 +1 @@ +5 --- ampache-themes-3.4.2.orig/debian/ampache-themes.install +++ ampache-themes-3.4.2/debian/ampache-themes.install @@ -0,0 +1,5 @@ +/blueflower /usr/share/ampache/www/themes +/vegas /usr/share/ampache/www/themes +/looney-tunes /usr/share/ampache/www/themes +/Green-Marble /usr/share/ampache/www/themes +/lonely_speaker /usr/share/ampache/www/themes --- ampache-themes-3.4.2.orig/debian/control +++ ampache-themes-3.4.2/debian/control @@ -0,0 +1,21 @@ +Source: ampache-themes +Section: web +Priority: extra +Maintainer: Charlie Smotherman +Homepage: http://www.ampache.org +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.0 + +Package: ampache-themes +Architecture: all +Depends: ${misc:Depends}, ampache (>= 3.4) +Description: Themes for Ampache + This is a collection of user contributed themes for Ampache. + . + 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. Ampache is fully localized in many languages. --- ampache-themes-3.4.2.orig/debian/rules +++ ampache-themes-3.4.2/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# -*- makefile -*- +clean: + dh_testdir + dh_testroot + dh_clean +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs +build: +# Build architecture-independent files here. +binary-arch: install +# We have nothing to do by default. +# Build architecture-dependent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs debian/changelog + dh_installdocs + dh_install + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol -pampache-themes + dh_md5sums + dh_builddeb +binary: binary-indep +.PHONY: build clean binary-indep binary-arch binary install configure --- ampache-themes-3.4.2.orig/debian/watch +++ ampache-themes-3.4.2/debian/watch @@ -0,0 +1,2 @@ +#upstream does not offer a tarball of all the themes available and +#maintains them in a SVN repository. I pull from https://svn.ampache.org #and create the tarball unchanged. --- ampache-themes-3.4.2.orig/debian/copyright +++ ampache-themes-3.4.2/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Charlie Smotherman on +Tue, 27 May 2008 15:54:05 -0500. + +It was downloaded from https://svn.ampache.org + +Upstream Author: Karl Vollmer + +Copyright: + +All files in src/blueflowers are Copyright 2008 Matt Stewart +All files in src/vegas are Copyright 2008 Matt Stewart +All files in src/looney-tunes are Copyright 2009 Charlie Smotherman +All files in src/Green-Marble are Copyright 2009 Ros, Spocky, Charlie Smotherman +All files in src/lonely_speaker are Copyright 2009 Retrievil Knievil + +License: + +Everything (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, or + (at your option) any later version. + + 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 + +The Debian packaging is (C) 2007, Charlie Smotherman and +is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'.