debian/0000775000000000000000000000000012316544676007206 5ustar debian/source/0000775000000000000000000000000012227735276010505 5ustar debian/source/options0000664000000000000000000000002412227735276012117 0ustar single-debian-patch debian/source/format0000664000000000000000000000001412227735276011713 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000307112227735276011141 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: msgpack-python Source: http://pypi.python.org/packages/source/m/msgpack-python/ Files: * Copyright: Copyright (C) 2008-2010 KLab Inc. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Files: debian/* Copyright: 2011 Robert S. Edmonds 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/changelog0000664000000000000000000000414412316544675011062 0ustar msgpack-python (0.3.0-1ubuntu3) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov Tue, 01 Apr 2014 15:14:21 +0100 msgpack-python (0.3.0-1ubuntu2) trusty; urgency=medium * Rebuild for python3.4 as a supported python version. -- Matthias Klose Sat, 04 Jan 2014 19:32:07 +0000 msgpack-python (0.3.0-1ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: - debian/control: Add python-six, python-pytest, python-nose as build dependencies. - debian/rules: Enable testsuite. -- Chuck Short Mon, 28 Oct 2013 09:35:34 -0400 msgpack-python (0.3.0-1) unstable; urgency=low * New upstream release; closes: #719524. [ Piotr Ożarowski ] * Rename msgpack-python binary package to python-msgpack (following Debian Python Policy). * Add python3-msgpack binary package; closes: #719525. -- Robert S. Edmonds Sat, 12 Oct 2013 13:00:58 -0400 msgpack-python (0.3.0-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control: Add python-six, python-pytest, python-nose as build depends. * debian/rules: Enable testsuite. -- Chuck Short Wed, 31 Jul 2013 12:09:19 -0400 msgpack-python (0.2.0-1) unstable; urgency=low * New upstream release. - Fixes big-endian bug in msgpack/pack_template.h; closes: #633449. * Add versioned build-dep on cython >= 0.15~; closes: #683083. -- Robert S. Edmonds Sat, 28 Jul 2012 17:20:15 -0400 msgpack-python (0.1.10-1) unstable; urgency=low * New upstream release. -- Robert S. Edmonds Sun, 06 Nov 2011 15:16:20 -0500 msgpack-python (0.1.9-2) unstable; urgency=low * Clean msgpack/_msgpack.c; closes: #626949. * Remove X-Python-Version from debian/control; closes: #626950. -- Robert S. Edmonds Mon, 16 May 2011 13:47:02 -0400 msgpack-python (0.1.9-1) unstable; urgency=low * Initial release; closes: #622921. -- Robert S. Edmonds Sat, 16 Apr 2011 14:24:09 -0400 debian/gbp.conf0000664000000000000000000000010512226301162010576 0ustar [buildpackage] pristine-tar = True [import-orig] pristine-tar = True debian/control0000664000000000000000000000313112233464103010567 0ustar Source: msgpack-python Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Robert S. Edmonds Build-Depends: debhelper (>= 9~), dh-python, cython (>= 0.15~), python-all-dev (>= 2.6.6-3~), python3-all-dev, python3-setuptools, python-setuptools, python-six, python-nose, python-pytest Standards-Version: 3.9.4 Homepage: http://pypi.python.org/pypi/msgpack-python/ Vcs-Git: git://anonscm.debian.org/collab-maint/msgpack-python.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/msgpack-python.git Package: python-msgpack Replaces: msgpack-python (<< 0.3.0-1) Conflicts: msgpack-python (<< 0.3.0-1) Provides: msgpack-python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python implementation of MessagePack format MessagePack is a binary-based efficient object serialization format. It enables the exchange of structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains a Python extension module implementing the MessagePack format. Package: python3-msgpack Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: Python 3 implementation of MessagePack format MessagePack is a binary-based efficient object serialization format. It enables the exchange of structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains a Python 3 extension module implementing the MessagePack format. debian/rules0000775000000000000000000000024412233463127010253 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export PYBUILD_NAME=msgpack %: dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_test: nosetests test debian/watch0000664000000000000000000000014612227735276010237 0ustar version=3 http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-([0-9]+\..+)\.tar.gz debian/clean0000664000000000000000000000005012227735276010205 0ustar msgpack/_msgpack.c msgpack/_msgpack.cpp debian/docs0000664000000000000000000000001312227735276010052 0ustar README.rst debian/compat0000664000000000000000000000000212227735276010403 0ustar 9