debian/0000755000000000000000000000000012072527123007167 5ustar debian/rules0000755000000000000000000000056512053372225010255 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 js-compressor := $(or $(notdir $(shell which uglifyjs)),yui-compressor) # lib = impress # jspkg = libjs-$(lib) # js-stems = $(lib) # js-min = $(js-stems:%=debian/%.min.js) # %: dh $@ override_dh_auto_build: dh_auto_build $(js-compressor) -o debian/impress.min.js js/impress.js override_dh_clean: dh_clean rm -f debian/*.js debian/watch0000644000000000000000000000012712053372225010220 0ustar version=3 https://github.com/bartaz/impress.js/tags .*/impress\.js/archive/(.*).tar.gz debian/source/0000755000000000000000000000000012072047734010474 5ustar debian/source/format0000644000000000000000000000001412053372225011675 0ustar 3.0 (quilt) debian/libjs-impress.install0000644000000000000000000000012012053372225013333 0ustar js/*.js /usr/share/javascript/impress debian/*.js /usr/share/javascript/impress debian/libjs-impress.lintian-overrides0000644000000000000000000000004512072043605015327 0ustar libjs-impress: no-upstream-changelog debian/copyright0000644000000000000000000000435612053372225011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: impress.js Source: https://github.com/bartaz/impress.js Files: * Copyright: 2011-2012 Bartek Szopka License: Expat or GPL-2+ Comment: https://github.com/bartaz/impress.js/issues/225 Files: debian/* Copyright: 2012 Cédric Boutillier License: Expat or GPL-2+ License: Expat 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 above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . 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. 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, 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000152512061724334010576 0ustar Source: impress.js Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 9), node-uglify | yui-compressor Standards-Version: 3.9.4 Homepage: https://github.com/bartaz/impress.js Vcs-Git: git://anonscm.debian.org/pkg-javascript/impress.js.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/impress.js.git;a=summary Package: libjs-impress Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Recommends: javascript-common Description: JavaScript library to make animated presentations Impress.js is a framework written in JavaScript to create HTML presentations, which can be shown with a web browser. It provides transforms and transition effects between slides based on CSS3. debian/patches/0000755000000000000000000000000012053372225010616 5ustar debian/patches/series0000644000000000000000000000003512053372225012031 0ustar change_path_in_example.patch debian/patches/change_path_in_example.patch0000644000000000000000000000074412053372225016306 0ustar Description: use absolute path of the installed impress.js library in the example Author: Cédric Boutillier Last-Update: 20121119 Forwarded: not-needed --- a/index.html +++ b/index.html @@ -360,7 +360,7 @@ Of course you can wrap it in any kind of "DOM ready" event, but I was too lazy to do so ;) --> - +