debian/0000755000000000000000000000000011727513141007170 5ustar debian/watch0000644000000000000000000000011411727513141010215 0ustar version=3 http://githubredir.debian.net/github/rspivak/httpcode/(.*).tar.gz debian/rules0000755000000000000000000000063611727513141010255 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_installchangelogs: dh_installchangelogs $(CURDIR)/CHANGES.rst upstream override_dh_auto_install: python setup.py install --root=$(CURDIR)/debian/httpcode --install-layout=deb --install-scripts=/usr/bin rm -f $(CURDIR)/debian/httpcode/usr/lib/python2.7/dist-packages/httpcode/__init__.pyc debian/control0000644000000000000000000000132211727513141010571 0ustar Source: httpcode Section: utils Priority: extra Maintainer: Khalid El Fathi Build-Depends: debhelper (>= 9.0.0), python, python-setuptools Standards-Version: 3.9.3.1 Homepage: https://github.com/rspivak/httpcode/ Vcs-Git: git://git.debian.org/git/collab-maint/httpcode.git Vcs-Browser: http://git.debian.org/?p=collab-maint/httpcode.git;a=summary Package: httpcode Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-colorama, python-pkg-resources Description: Explains the meaning of an HTTP status code on the command line httpcode is a little utility that explains the meaning of an HTTP status code on the command line. debian/docs0000644000000000000000000000001311727513141010035 0ustar README.rst debian/changelog0000644000000000000000000000072111727513141011042 0ustar httpcode (0.5-2) unstable; urgency=low * debian/control: - Added python-pkg-resources (Closes: #663616) - Bump Standards-Version to 3.9.3.1 * debian/copyright: - Added Upstream-Contact, X-Upstream-Vcs and X-Upstream-Bugs -- Khalid El Fathi Mon, 12 Mar 2012 23:20:17 +0100 httpcode (0.5-1) unstable; urgency=low * Initial release (Closes: #654382) -- Khalid El Fathi Wed, 29 Feb 2012 20:48:39 +0100 debian/copyright0000644000000000000000000000712211727513141011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: httpcode Upstream-Contact: Ruslan Spivak Source: https://github.com/rspivak/httpcode X-Upstream-Vcs: https://github.com/rspivak/httpcode.git X-Upstream-Bugs: https://github.com/rspivak/httpcode/issues Files: * Copyright: © 2011 Ruslan Spivak License: MIT 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. Files: docs/source/_theme/default/static/sidebar.js Copyright: © 2007 Sphinx team License: BSD-2-clause All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. . 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. Files: debian/* Copyright: © 2012 Khalid El Fathi License: GPL-2+ 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000011727513141010470 5ustar debian/source/format0000644000000000000000000000001411727513141011676 0ustar 3.0 (quilt) debian/hc.10000644000000000000000000000374111727513141007651 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH HC 1 "February 29, 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME httpcode \- explains the meaning of an HTTP status code on the command line .SH SYNOPSIS .B hc .RI "[ options ] [ code ]" .SH DESCRIPTION This manual page documents briefly the .B httpcode commands. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBhttpcode\fP is a little utility that explains the meaning of an HTTP status code on the command line. .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. .TP .B \-h, \-\-help Show summary of options. .TP .B \-s SEARCH, \-\-search=SEARCH Search for a code by name or description. Search text may contain regular expressions. .SH USAGE .LP Lists all available HTTP status codes and their description: .LP hc .LP Explain 405 status code: .LP hc 405 .LP Search code(s) by description (case-insensitive): .LP hc \-s too .LP Filter codes with a regex .LP hc 30[12] .LP Use an 'x' for any digit .LP hc 1xx .SH AUTHOR httpcode was written by Ruslan Spivak . .PP This manual page was written by Khalid El Fathi , for the Debian project (and may be used by others). debian/pydist-overrides0000644000000000000000000000001111727513141012417 0ustar colorama debian/httpcode.manpages0000644000000000000000000000001411727513141012512 0ustar debian/hc.1 debian/compat0000644000000000000000000000000211727513141010366 0ustar 9