debian/0000755000000000000000000000000012242566242007173 5ustar debian/rules0000755000000000000000000000133312242520740010244 0ustar #!/usr/bin/make -f PACKAGE=ranch VERSION = $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg)?.*$$/\1/p') %: dh $@ override_dh_auto_clean: rm -rf doc/*.html rm -rf doc/*.css rm -rf doc/*.png rm -rf doc/edoc-info dh_auto_clean override_dh_auto_build-arch: make override_dh_auto_build-indep: make docs override_dh_auto_install: dh_auto_install install -d \ $(CURDIR)/debian/erlang-$(PACKAGE)/usr/lib/erlang/lib/$(PACKAGE)-$(VERSION)/ebin install -m 644 ebin/* \ $(CURDIR)/debian/erlang-$(PACKAGE)/usr/lib/erlang/lib/$(PACKAGE)-$(VERSION)/ebin/ override_dh_gencontrol-arch: erlang-depends -a -perlang-ranch dh_gencontrol -a -perlang-ranch override_dh_compress: dh_compress -X.erl -X.beam debian/compat0000644000000000000000000000000212242520740010362 0ustar 9 debian/watch0000644000000000000000000000021712242565726010232 0ustar version=3 opts=uversionmangle=s/_/./g \ https://github.com/extend/ranch/tags .*/(?:v||ranch[_\-])(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/control0000644000000000000000000000266112242520740010574 0ustar Source: erlang-ranch Maintainer: LeoFS maintainers team Uploaders: Taku YASUI , Nobuhiro Iwamatsu Section: devel Priority: optional Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), erlang-dev (>= 1:14.b.4), erlang-eunit (>= 1:14.b.4), erlang-edoc (>= 1:14.b.4) Homepage: https://github.com/extend/ranch Vcs-Git: git://anonscm.debian.org/pkg-leofs/erlang-ranch.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-leofs/erlang-ranch.git;a=summary Package: erlang-ranch Architecture: any Section: devel Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base-hipe | erlang-base | ${erlang-abi:Depends}, ${erlang:Depends} Description: socket acceptor pool for TCP protocols in Erlang erlang-ranch aims to provide everything you need to accept TCP connections with a small code base and low latency while being easy to use directly as an application or to embed into your own. Package: erlang-ranch-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: Documentation of erlang-ranch erlang-ranch aims to provide everything you need to accept TCP connections with a small code base and low latency while being easy to use directly as an application or to embed into your own. . This package contains the html documentation of erlang-ranch API. . Only application developers will find this package useful. debian/source/0000755000000000000000000000000012242520740010464 5ustar debian/source/format0000644000000000000000000000001412242520740011672 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000213412242520740011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ upstream-name: ranch upstream-contact: Loïc Hoguin Source: https://github.com/extend/ranch.git Files: * Copyright: 2011-2012, Loïc Hoguin License: ISC license Files: debian/* Copyright: Copyright 2013, Nobuhiro Iwamatsu License: ISC license 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. debian/changelog0000644000000000000000000000107112242566025011043 0ustar erlang-ranch (0.9.0-1) unstable; urgency=low * New upstream release. * Add watch file. -- Nobuhiro Iwamatsu Tue, 19 Nov 2013 12:49:51 +0900 erlang-ranch (0.8.4-1) unstable; urgency=low * New upstream release. * Update debian/control. - Remove Priority section from each binary packages. -- Nobuhiro Iwamatsu Fri, 05 Jul 2013 08:34:30 +0900 erlang-ranch (0.8.3-1) unstable; urgency=low * Initial release. (Closes: #705907) -- Nobuhiro Iwamatsu Sat, 20 Apr 2013 19:45:07 +0900 debian/erlang-ranch-doc.docs0000644000000000000000000000004612242520740013142 0ustar doc #doc/*.png #doc/*.html #doc/*.css