debian/0000755000000000000000000000000012244243176007173 5ustar debian/copyright0000644000000000000000000000336012223255754011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Droopy Source: http://stackp.online.fr/droopy Files: * Copyright: 2008-2013 Pierre Duquesne License: BSD-3-clause Files: debian/* Copyright: 2013 Benjamin Drung License: BSD-3-clause 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 Pierre Duquesne 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 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. debian/control0000644000000000000000000000155512223256274010604 0ustar Source: droopy Section: net Priority: optional Maintainer: Benjamin Drung Build-Depends: debhelper (>= 9), python Standards-Version: 3.9.4 Homepage: http://stackp.online.fr/droopy Vcs-Git: git://anonscm.debian.org/collab-maint/droopy.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/droopy.git Package: droopy Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: mini web server to let others upload files to your computer Droopy is a mini Web server whose sole purpose is to let others upload files to your computer. . Say you are chatting with friends on MSN Messenger (perhaps with the excellent Pidgin). They want to send you amazing photos they took last week-end, so they use Messenger file transfer. Unfortunately, the zip file is over 50 MB and it is painfully slow. Now relax, droopy comes to rescue. debian/source/0000755000000000000000000000000012223255754010475 5ustar debian/source/format0000644000000000000000000000001412223255754011703 0ustar 3.0 (quilt) debian/install0000644000000000000000000000006112223255754010563 0ustar droopy /usr/bin man/droopy.1 /usr/share/man/man1 debian/rules0000755000000000000000000000120112223255754010247 0ustar #!/usr/bin/make -f %: dh $@ --with python2 DEB_SOURCE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed 's/-[^-]*$$//') DIR := $(DEB_SOURCE)-$(UPSTREAM_VERSION) DATE := $(shell echo $(UPSTREAM_VERSION) | sed 's/^.*\.//' | sed 's/^\([0-9]\{4\}\)\([0-9]\{2\}\)\([0-9]\{2\}\)$$/\1-\2-\3/') get-orig-source: rm -rf /tmp/$(DIR) git clone git://gitorious.org/droopy/droopy.git /tmp/$(DIR) cd /tmp/$(DIR) && git archive --prefix=$(DIR)/ $$(git rev-list -n 1 --before=$(DATE) master) | xz -c > $(CURDIR)/../$(DEB_SOURCE)_$(UPSTREAM_VERSION).orig.tar.xz debian/compat0000644000000000000000000000000212223255754010373 0ustar 9 debian/changelog0000644000000000000000000000053212244243176011045 0ustar droopy (0.20131121-1) unstable; urgency=low * New upstream release. * Drop man-page.patch (accepted upstream). -- Benjamin Drung Sun, 24 Nov 2013 01:21:00 +0100 droopy (0.20130626-1) unstable; urgency=low * Initial release (Closes: #714449) -- Benjamin Drung Thu, 03 Oct 2013 13:35:26 +0200 debian/watch0000644000000000000000000000013412223255754010224 0ustar #version=3 # The source tarball has not yet been released. Use debian/rules get-orig-source