debian/0000755000000000000000000000000012233354666007200 5ustar debian/source/0000755000000000000000000000000012233351364010470 5ustar debian/source/format0000644000000000000000000000001412233351364011676 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000047712233351473011360 0ustar erlang-cowboy source package infomation - Remove mp4 and ogv binary from source code Erlang-bitcask's original source codes contains video data. The source package of Debian has deleted. - Remove sourceless javascript (jquery.min.js). -- Nobuhiro Iwamatsu Mon, 28 Oct 2013 11:59:59 +0900 debian/control0000644000000000000000000000613412233351364010577 0ustar Source: erlang-cowboy Maintainer: LeoFS maintainers team Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional Standards-Version: 3.9.4 Homepage: https://github.com/extend/cowboy Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-cowboy.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-cowboy.git;a=summary Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:15.b.1), erlang-eunit (>= 1:15.b.1), dh-rebar, erlang-proper-dev (>= 1.0), erlang-common-test, erlang-ranch (>= 0.8.4), erlang-edoc Package: erlang-cowboy Architecture: any Section: devel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends}, erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends} Description: Cowboy is a small, fast and modular HTTP server written in Erlang Cowboy is also a socket acceptor pool, able to accept connections for any kind of TCP protocol. . Cowboy aims to provide the following advantages: . * 'Small' code base. * Damn 'fast'. * 'Modular': transport and protocol handlers are replaceable. * 'Binary HTTP' for greater speed and lower memory usage. * Easy to 'embed' inside another application. * Selectively 'dispatch' requests to handlers, allowing you to send some requests to your embedded code and others to a FastCGI application in PHP or Ruby. * No parameterized module. No process dictionary. 'Clean' Erlang code. Package: erlang-cowboy-examples Architecture: all Section: devel Depends: ${misc:Depends}, libjs-jquery Recommends: erlang-cowboy Description: Examples for erlang-cowboy Cowboy is also a socket acceptor pool, able to accept connections for any kind of TCP protocol. . Cowboy aims to provide the following advantages: . * 'Small' code base. * Damn 'fast'. * 'Modular': transport and protocol handlers are replaceable. * 'Binary HTTP' for greater speed and lower memory usage. * Easy to 'embed' inside another application. * Selectively 'dispatch' requests to handlers, allowing you to send some requests to your embedded code and others to a FastCGI application in PHP or Ruby. * No parameterized module. No process dictionary. 'Clean' Erlang code. . This package includes erlang-cowboy examples. Package: erlang-cowboy-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: Documentation files for erlang-cowboy Cowboy is also a socket acceptor pool, able to accept connections for any kind of TCP protocol. . Cowboy aims to provide the following advantages: . * 'Small' code base. * Damn 'fast'. * 'Modular': transport and protocol handlers are replaceable. * 'Binary HTTP' for greater speed and lower memory usage. * Easy to 'embed' inside another application. * Selectively 'dispatch' requests to handlers, allowing you to send some requests to your embedded code and others to a FastCGI application in PHP or Ruby. * No parameterized module. No process dictionary. 'Clean' Erlang code. . This package includes erlang-cowboy documents. debian/watch0000644000000000000000000000022112233351364010214 0ustar version=3 opts=uversionmangle=s/_/./g \ https://github.com/extend/cowboy/tags .*/(?:v||cowboy[_\-])(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/copyright0000644000000000000000000000240112233351364011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ upstream-name: cowboy upstream-contact: Loïc Hoguin Source: https://github.com/extend/cowboy.git Files: * Copyright: 2011-2012, Loïc Hoguin License: ISC license Files: debian/* Copyright: Copyright 2012, Nobuhiro Iwamatsu License: Apache-2.0 License: ISC license Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: Apache-2.0 On Debian systems, the full text of the Apache License (Version 2.0) can be found in the file `/usr/share/common-licenses/Apache-2.0' file. debian/erlang-cowboy-examples.examples0000644000000000000000000000001312233351364015306 0ustar examples/* debian/erlang-cowboy-examples.links0000644000000000000000000000017412233351364014620 0ustar usr/share/javascript/jquery/jquery.min.js usr/share/doc/erlang-cowboy-examples/examples/websocket/priv/static/jquery.min.js debian/erlang-cowboy-dev.install0000644000000000000000000000000112233353106014067 0ustar debian/rules0000755000000000000000000000102012233352421010234 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=rebar --with rebar override_dh_installdocs-indep: dh_installdocs mv $(CURDIR)/debian/erlang-cowboy-doc/usr/share/doc/erlang-cowboy-doc/doc \ $(CURDIR)/debian/erlang-cowboy-doc/usr/share/doc/erlang-cowboy-doc/edoc rm -rf $(CURDIR)/debian/erlang-cowboy-doc/usr/share/doc/erlang-cowboy-doc/edoc/overview.edoc override_dh_installexamples-indep: dh_installexamples override_dh_auto_clean: rm -rf doc/*.html doc/*.png doc/*.css doc/edoc-info rm -rf ebin/*.beam ebin/cowboy.app debian/trash0000644000000000000000000000007612233353106010233 0ustar debian/erlang-cowboy.install debian/erlang-cowboy-dev.install debian/compat0000644000000000000000000000000212233351364010366 0ustar 9 debian/erlang-cowboy-doc.docs0000644000000000000000000000000412233351364013347 0ustar doc debian/erlang-cowboy.install0000644000000000000000000000004512233353106013323 0ustar usr/lib/erlang/lib/cowboy-0.8.6/ebin debian/changelog0000644000000000000000000000323512233353043011041 0ustar erlang-cowboy (0.8.6+dfsg1-1) unstable; urgency=low * Remove sourceless javascript (jquery.min.js) from source code. (Closes: #727836) " Update debian/rules. - Remove line for remove jquery.min.js. -- Nobuhiro Iwamatsu Mon, 28 Oct 2013 12:00:42 +0900 erlang-cowboy (0.8.6+dfsg-1) unstable; urgency=low * New upstream released. * Remove unuse patches. * Add patches/remove_deps * Update debian/chnagelog. Refer to common-license file for apache-2.0 * Update debian/rules. - Change to dh-rebar. - Update clean target. * Update debian/control. - Add erlang-ranch and erlang-edoc to Build-Depends. - Add erlang-cowboy-doc package. * Add debian/README.source. -- Nobuhiro Iwamatsu Sun, 20 Oct 2013 09:52:14 +0900 erlang-cowboy (0.6.1-3) unstable; urgency=low * Fix FTBFS: tests failed (Closes: #713505) - Change test target from tests to eunit. - Add patches/0003-Ignore-warning.patch. * Add watch file. -- Nobuhiro Iwamatsu Tue, 16 Jul 2013 12:43:13 +0900 erlang-cowboy (0.6.1-2) unstable; urgency=low * Update debian/control. - Fix Homepage field. - Add erlang-proper-dev to Build-Depends. * Update debian/rules. - Add override_dh_auto_test target. - Add override_dh_auto_clean target. * Add patches. - Fix build with installed rebar package. - Fix test error by dependency of make. -- Nobuhiro Iwamatsu Thu, 29 Nov 2012 01:23:54 +0900 erlang-cowboy (0.6.1-1) unstable; urgency=low * Initial release (Closes: #688723) -- Nobuhiro Iwamatsu Tue, 17 Jul 2012 15:27:20 +0900 debian/dh-rebar.conf0000644000000000000000000000015312233351364011522 0ustar EXEC_REBAR_COMMANDS=compile doc PKG_NAME= PKG_VARSION= #REBAR_LIB_DIR= #REBAR_BIN_DIR= #REBAR_INCLUDE_DIR= debian/patches/0000755000000000000000000000000012233351364010617 5ustar debian/patches/series0000644000000000000000000000001412233351364012027 0ustar remove_deps debian/patches/remove_deps0000644000000000000000000000032112233351364013046 0ustar diff --git a/rebar.config b/rebar.config index 443949a..e69de29 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +0,0 @@ -{deps, [ - {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.4"}} -]}.