--- jplayer-1.2.0.orig/debian/rules +++ jplayer-1.2.0/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +build: + dh_testdir + mtasc Jplayer.as -swf Jplayer.swf -main -header 120:20:40 -v -version 8 -group + +clean: + rm -rf debian/jplayer debian/files debian/jplayer.debhelper.log Jplayer.swf + +install:build + dh_testdir + dh_testroot + dh_clean + dh_installdirs + dh_install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_builddeb + +binary: binary-indep +.PHONY: build clean binary-indep binary install + +binary-arch: --- jplayer-1.2.0.orig/debian/README.sources +++ jplayer-1.2.0/debian/README.sources @@ -0,0 +1 @@ +Current sources tree was got by unpacking original zip, renaming, and repacking as necessary. --- jplayer-1.2.0.orig/debian/control +++ jplayer-1.2.0/debian/control @@ -0,0 +1,20 @@ +Source: jplayer +Maintainer: Dustin Kirkland +Section: misc +Priority: extra +Build-Depends: debhelper (>= 7), mtasc +Homepage: http://www.happyworm.com/jquery/jplayer/ +Standards-Version: 3.9.1 + +Package: jplayer +Architecture: all +Depends: ${misc:Depends} +Description: jQuery plugin that plays and controls audio files in a webpage + jPlayer is a jQuery plugin that allows you to play and control audio files + in your webpage, create and style an audio player using just HTML and CSS, + add sound effects to your jQuery projects, and support more devices using + HTML5. + . + All of this with HTML5 audio support for compliant browsers that allow + mp3 or ogg format, while supporting other browsers using mp3 format + with no visible Flash. --- jplayer-1.2.0.orig/debian/install +++ jplayer-1.2.0/debian/install @@ -0,0 +1,2 @@ +Jplayer.swf usr/share/jplayer +jquery.jplayer.js usr/share/jplayer --- jplayer-1.2.0.orig/debian/compat +++ jplayer-1.2.0/debian/compat @@ -0,0 +1,2 @@ +7 + --- jplayer-1.2.0.orig/debian/changelog +++ jplayer-1.2.0/debian/changelog @@ -0,0 +1,5 @@ +jplayer (1.2.0-0ubuntu1) natty; urgency=low + + * Initial packaging + + -- Dustin Kirkland Sun, 12 Dec 2010 21:38:42 -0600 --- jplayer-1.2.0.orig/debian/copyright +++ jplayer-1.2.0/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Dustin Kirkland +Sun, 12 Dec 2010 21:38:42 -0600 + +It was downloaded from http://www.happyworm.com/jquery/jplayer/ + +Upstream author: Mark J Panaghiston + + jPlayer Plugin for jQuery JavaScript Library + - http://www.happyworm.com/jquery/jplayer + Copyright (c) 2009 - 2010 Happyworm Ltd + Dual licensed under the MIT and GPL licenses; used here under the GPL. + - http://www.gnu.org/copyleft/gpl.html + +License: + + jplayer - embedable web music player + Copyright (C) 2009 - 2010 Happyworm Ltd + + 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 3 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, see . + + +The Ubuntu packaging: + Copyright 2010 by Dustin Kirkland + released under the GPL-3. On Debian systems, the complete text of the + GNU General Public License, version 3, can be found in + /usr/share/common-licenses/GPL-3. --- jplayer-1.2.0.orig/debian/jplayer.substvars +++ jplayer-1.2.0/debian/jplayer.substvars @@ -0,0 +1 @@ +misc:Depends=