debian/0000755000000000000000000000000011773155621007176 5ustar debian/rules0000755000000000000000000000012711772446134010257 0ustar #!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 %: dh $@ --with python2 debian/compat0000644000000000000000000000000211772446134010375 0ustar 9 debian/watch0000644000000000000000000000012711772446134010230 0ustar version=3 http://seba-geek.de/stuff/servefile/ /proj/servefile/servefile-(.+)\.tar\.gz debian/copyright0000644000000000000000000000176611772446134011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: servefile Source: http://seba-geek.de/stuff/servefile/ Files: * Copyright: 2011, 2012 Sebastian Lohff License: GPL-3.0+ License: GPL-3.0+ 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 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 program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/servefile.manpages0000644000000000000000000000001411772446134012673 0ustar servefile.1 debian/source/0000755000000000000000000000000011772446134010477 5ustar debian/source/format0000644000000000000000000000001411772446134011705 0ustar 3.0 (quilt) debian/control0000644000000000000000000000200411773155613010576 0ustar Source: servefile Section: net Priority: optional Maintainer: Sebastian Lohff Build-Depends: debhelper (>= 9.0~), python Standards-Version: 3.9.3 Homepage: http://seba-geek.de/stuff/servefile/ Package: servefile Architecture: all Depends: python-argparse | python2.7, ${misc:Depends}, ${python:Depends} Recommends: python-openssl, net-tools | iproute | freebsd-net-tools Description: serve or receive files from shell via a small HTTP server servefile is a small HTTP-server intended for temporary file transfer mostly in the local network. By default the server redirects all HTTP requests to a file given as first argument, so only IP and port must be given to another user to access it. . servefile is also able to list directories, generate SSL certificates for HTTPS on-the-fly, do HTTP basic auth and provide a platform for uploads via either a HTML formular or a simple POST/PUT. . Note that this HTTP-server's purpose is not production grade static file serving or running as a daemon. debian/changelog0000644000000000000000000000061211773154725011053 0ustar servefile (0.4.2-1) unstable; urgency=low * New upstream version * Added recommendation to either net-tools or iproute or freebsd-net-tools on kfreebsd -- Sebastian Lohff Wed, 27 Jun 2012 01:58:27 +0200 servefile (0.4.1-1) unstable; urgency=low * Initial release (Closes: #667564) -- Sebastian Lohff Fri, 18 May 2012 14:47:52 +0200