debian/0000755000000000000000000000000011753371532007175 5ustar debian/control0000644000000000000000000000150011753370466010601 0ustar Source: cl-usocket Section: devel Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde , Christoph Egger Build-Depends: debhelper (>> 7) Build-Depends-Indep: dh-lisp Standards-Version: 3.9.3 Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-usocket.git Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/cl-usocket.git;a=summary Homepage: http://common-lisp.net/project/usocket/ Package: cl-usocket Architecture: all Depends: ${misc:Depends}, cl-split-sequence Recommends: cl-rt Description: Common Lisp socket library cl-usocket provides a library for Common Lisp programs to use TCP sockets. It is the successor to trivial-sockets. . To run the test suite you need the recommended cl-rt package. debian/README.building0000644000000000000000000000130111753370252011642 0ustar To build this package you need to get the git repository: git clone git://git.debian.org/git/pkg-common-lisp/cl-usocket.git Upstream gets imported directly from the tar.gz file into the upstream branch. To update the package from upstream do: git checkout upstream rm -rf * tar zxvf cl-usocket-.tar.gz mv cl-usocket-/* . rmdir cl-usocket- git status check if this is sane git add --all git tag upstream/ git checkout master git pull . upstream To build: git-buildpackage -uc -us please check your package with: lintian --verbose --info --display-info --md5sums *.changes Then commit any changes and either send me the diff or push this to somewhere were I can fetch it. debian/changelog0000644000000000000000000000367011753371517011060 0ustar cl-usocket (0.5.5-1) unstable; urgency=low * Team upload. * New upstream release. * Bump std-ver to 3.9.3, no change required. * Use 3.0 (quilt) source format. -- Aron Xu Sat, 12 May 2012 05:10:08 +0000 cl-usocket (0.5.4-2) unstable; urgency=low [ Luca Capello ] * debian/control: + remove myself from Uploaders:. [ Christoph Egger ] * Fix package so it actually works -- Christoph Egger Wed, 09 Nov 2011 16:23:29 +0100 cl-usocket (0.5.4-1) unstable; urgency=low * New upstream release -- Christoph Egger Wed, 09 Nov 2011 16:08:55 +0100 cl-usocket (0.4.1-2) unstable; urgency=low * Added debian/README.building file * Updated Standards-Version no real changes -- Peter Van Eynde Wed, 09 Sep 2009 06:24:19 +0100 cl-usocket (0.4.1-1) unstable; urgency=low * New upstream release. * updated standard version without any real changes * use dh_prep instead of dh_clean -k -- Peter Van Eynde Wed, 29 Apr 2009 05:25:53 +0200 cl-usocket (0.3.5-2) unstable; urgency=low * debian/control: + add myself to Uploaders:. + add Vcs-Browser field. + recommend cl-rt since the test suite depends on it. - remove trailing empty space and lines. * debian/cl-usocket.install: + fix installation of files and folder (Closes: #472776). + install into /usr/share/common-lisp/source/usocket instead of /usr/share/common-lisp/source/cl-usocket, in line with other Common Lisp packages. * debian/rules: + rewritten to be in line with other Common Lisp packages. -- Luca Capello Fri, 06 Jun 2008 18:07:27 +0200 cl-usocket (0.3.5-1) unstable; urgency=low * Changed to group maintanance * Corrected Vcs-Git control field * Fix Standard Version * First packaging efford (Closes: #468255) -- Peter Van Eynde Wed, 19 Dec 2007 10:54:55 +0100 debian/watch0000644000000000000000000000013011753370252010216 0ustar version=2 http://common-lisp.net/project/usocket/releases/usocket-([0-9.]*)\.tar\.gz debian/compat0000644000000000000000000000000211753371532010373 0ustar 7 debian/source/0000755000000000000000000000000011753370777010507 5ustar debian/source/format0000644000000000000000000000001411753370777011715 0ustar 3.0 (quilt) debian/cl-usocket.install0000644000000000000000000000012011753370252012625 0ustar vendor/ backend/ test/ usocket.asd *.lisp usr/share/common-lisp/source/usocket/ debian/copyright0000644000000000000000000000261611753370252011133 0ustar Debian Copyright Section ======================== Upstream Source URL: http://common-lisp.net/project/usocket/ Upstream Authors: Erik Enge Debian Maintainer: Peter Van Eynde Upstream Copyright Statement ============================ (This is the MIT / X Consortium license as taken from http://www.opensource.org/licenses/mit-license.html) Copyright (c) 2003 Erik Enge 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. debian/rules0000755000000000000000000000117711753370252010261 0ustar #!/usr/bin/make -f pkg := usocket debpkg := cl-$(pkg) clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) doc-dir := usr/share/doc/$(debpkg) build-arch build-indep build: clean: dh_testdir dh_testroot dh_clean install: dh_testdir dh_testroot dh_prep dh_installdirs dh_install binary-indep: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_lisp dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep .PHONY: build clean install binary-indep binary-arch binary debian/cl-usocket.docs0000644000000000000000000000002211753370252012110 0ustar doc/* README TODO