debian/0000755000000000000000000000000012172042466007172 5ustar debian/copyright0000644000000000000000000000251312172035516011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tnetstring Source: https://github.com/rfk/tnetstring/ Files: * Copyright: 2011-2013 Ryan Kelly License: Expat Files: debian/* Copyright: 2013 Jan Niehusmann License: Expat License: Expat 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/source/0000755000000000000000000000000012172035516010470 5ustar debian/source/format0000644000000000000000000000001412172035516011676 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000006612172035516012110 0ustar extend-diff-ignore = "^MANIFEST.in|tools/shootout.py" debian/changelog0000644000000000000000000000102512172035516011040 0ustar tnetstring (0.2.1-2) unstable; urgency=low * Fix issues found by ftpmaster: + Add dependency on python to the binary package + Fix Vcs-* lines + Remove unneeded files from debian-changes + Remove test suite from binary package Many thanks to Gergely Nagy for his very helpful comments! -- Jan Niehusmann Thu, 18 Jul 2013 20:46:23 +0200 tnetstring (0.2.1-1) unstable; urgency=low * Initial release (Closes: #710561) -- Jan Niehusmann Sat, 01 Jun 2013 16:35:13 +0200 debian/control0000644000000000000000000000167412172035516010603 0ustar Source: tnetstring Section: python Priority: optional Maintainer: Jan Niehusmann Build-Depends: debhelper (>= 8.0.0), python-all-dev, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Homepage: https://github.com/rfk/tnetstring/ Vcs-Git: git://git.debian.org/users/jan/tnetstring.git Vcs-Browser: http://git.debian.org/?p=users/jan/tnetstring.git;a=summary Package: python-tnetstring Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: python library for data serialization using typed netstrings Python implementation of the tnetstring serialization format. . Tnetstring is a lot like JSON but it uses a new syntax called "typed netstrings" that was proposed for use in the Mongrel2 webserver. It's designed to be simpler and easier to implement than JSON, with a happy consequence of also being faster in many cases. . This Python library provided functions to read and write tnetstrings. debian/rules0000755000000000000000000000112112172035516010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # enable hardening export DEB_BUILD_MAINT_OPTIONS = hardening=+BINDNOW DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ --with python2 debian/docs0000644000000000000000000000001312172035516010035 0ustar README.rst debian/python-tnetstring.pyremove0000644000000000000000000000002112172035516014471 0ustar tnetstring/tests debian/compat0000644000000000000000000000000212172035516010366 0ustar 8