debian/0000755000000000000000000000000012216121242007157 5ustar debian/docs0000644000000000000000000000001312215144645010037 0ustar README.rst debian/gbp.conf0000644000000000000000000000003612176446027010615 0ustar [DEFAULT] pristine-tar = True debian/source/0000755000000000000000000000000012215145003010457 5ustar debian/source/format0000644000000000000000000000001412176446027011705 0ustar 3.0 (quilt) debian/python-livereload-doc.docs0000644000000000000000000000002112215166513014243 0ustar docs/_build/html debian/control0000644000000000000000000000331312216117636010576 0ustar Source: python-livereload Section: python Priority: optional Maintainer: Agustin Henze Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, python-docopt, python-tornado, help2man, Standards-Version: 3.9.4 X-Python-Version: >= 2.7 Homepage: https://github.com/lepture/python-livereload Vcs-Git: git://anonscm.debian.org/collab-maint/python-livereload.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-livereload.git Package: python-livereload Architecture: all Depends: ${python:Depends}, python2.7, ${misc:Depends} Recommends: python-pyinotify, node-less Suggests: python-livereload-doc, coffeescript, node-uglify, python-slimmer Description: Refresh the browser automatically when a file has been updated Web Developers need to refresh a browser everytime when he saved a file (css, javascript, html), it is really boring. LiveReload will take care of that for you. When you saved a file, your browser will refresh itself. And what's more, it can do some tasks like compiling less to css before the browser refreshing. Package: python-livereload-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Recommends: python-livereload Description: Refresh the browser automatically when a file has been updated (documentation) Web Developers need to refresh a browser everytime when he saved a file (css, javascript, html), it is really boring. LiveReload will take care of that for you. When you saved a file, your browser will refresh itself. And what's more, it can do some tasks like compiling less to css before the browser refreshing. . This package contains API documentation and examples. debian/rules0000755000000000000000000000256412216066200010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYVERS := $(shell pyversions -s) UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n -e's/^Version: \(.*\)-[^-]\+/\1/p') %: dh $@ --with python2 --with sphinxdoc override_dh_auto_clean: dh_auto_clean --all rm -rf build rm -rf python-livereload.egg-info rm -rf docs/_build rm -f debian/livereload rm -f debian/livereload.1 override_dh_auto_install: set -ex; \ for py in $(PYVERS); do \ $$py setup.py install --root debian/python-livereload \ --install-layout=deb; \ done set -ex; \ cd docs; \ sphinx-build -C -b html -Dmaster_doc=index . _build/html; \ cd -; override_dh_installman: env | grep debian echo -e '#!/bin/bash\nPYTHONPATH=.. python -c "from livereload.cli import main; main()" $$@' > debian/livereload chmod u+x debian/livereload help2man -N \ --version-string=$(UPSTREAM_VERSION) \ -o debian/livereload.1 \ -n "Refresh the browser automatically when a file of your project has been updated." \ debian/livereload dh_installman debian/livereload.1 get-orig-source: @if [ ! -d "debian" ] ; then \ echo 'Run this from the top directory of the Debian source' >&2; \ exit 1; \ fi wget https://github.com/lepture/python-livereload/archive/v$(UPSTREAM_VERSION).tar.gz \ -O ../python-livereload_$(UPSTREAM_VERSION).orig.tar.gz; debian/python-livereload-doc.examples0000644000000000000000000000001212215166441015131 0ustar example/* debian/python-livereload-doc.doc-base0000644000000000000000000000120412215166674015004 0ustar Document: python-livereload-reference-manual Title: LiveReload Server in Python Version Referenc Manual Author: Hsiaoming Yang Abstract: LiveReload Server in Python Version Web Developers need to refresh a browser everytime when he saved a file (css, javascript, html), it is really boring. LiveReload will take care of that for you. When you saved a file, your browser will refresh itself. And what's more, it can do some tasks like compiling less to css before the browser refreshing. Section: Programming/Python Format: HTML Index: /usr/share/doc/python-livereload-doc/html/index.html Files: /usr/share/doc/python-livereload-doc/html/* debian/changelog0000644000000000000000000000023712216063667011053 0ustar python-livereload (1.0.1-1) unstable; urgency=low * Initial release. (Closes: #723571) -- Agustin Henze Tue, 17 Sep 2013 10:53:36 -0300 debian/copyright0000644000000000000000000000517712215165662011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-livereload Upstream-Contact: Hsiaoming Yang Source: https://github.com/lepture/python-livereload Files: * Copyright: 2012, Hsiaoming Yang License: BSD-3-clause 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 author 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 HOLDER 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. Files: debian/* Copyright: (C) 2013 Agustin Henze License: GPL-3 This package 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 package 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 complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000212176446027010375 0ustar 9 debian/watch0000644000000000000000000000013312216054604010214 0ustar version=3 https://github.com/lepture/python-livereload/tags .*archive\/v?([0-9.]*).tar.gz