--- python-thrift-0.9.0.orig/debian/README.source +++ python-thrift-0.9.0/debian/README.source @@ -0,0 +1,7 @@ +The Thrift project creates monolithic release artifacts that include the +compiler, and a considerable number of language libraries. For practical +reasons, this monolithic archive is repackaged into smaller components for +inclusion in Debian as indiviual source packages. + +Source for the tools used to repackage Thrift releases can be found at +http://git.debian.org/?p=collab-maint/thrift-repackage.git;a=summary. --- python-thrift-0.9.0.orig/debian/changelog +++ python-thrift-0.9.0/debian/changelog @@ -0,0 +1,24 @@ +python-thrift (0.9.0-1chl1~quantal1) quantal; urgency=low + + * Backport to quantal. + + -- Chris Lea Mon, 23 Dec 2013 10:09:20 -0800 + +python-thrift (0.9.0-1) unstable; urgency=low + + * New upstream release. + + -- Eric Evans Tue, 15 Jan 2013 01:55:02 +0000 + +python-thrift (0.8.0-2) unstable; urgency=low + + * Updated python-all-dev build dependency to (>= 2.6.6-3~). + * Added missing licensing and attribution to debian/copyright. + + -- Eric Evans Mon, 20 Aug 2012 18:20:06 -0500 + +python-thrift (0.8.0-1) unstable; urgency=low + + * Initial release. (Closes: #648452). + + -- Eric Evans Mon, 09 Jul 2012 17:07:17 -0600 --- python-thrift-0.9.0.orig/debian/copyright +++ python-thrift-0.9.0/debian/copyright @@ -0,0 +1,56 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-thrift +Source: http://www.apache.org/dist/thrift + +Files: * +Copyright: Copyright 2006-2010 Apache Software Foundation +License: Apache-2.0 + On Debian systems, the full text of the Apache License 2.0 can be found in + the file `/usr/share/common-licenses/Apache-2.0'. + +Files: compat/win32/stdint.h +Copyright: Copyright (c) 2006-2008 Alexander Chemeris +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: debian/* +Copyright: Copyright 2012 Eric Evans +License: GPL-2+ + This program 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 program 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 package; if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public License version + 2 can be found in the file `/usr/share/common-licenses/GPL-2'. --- python-thrift-0.9.0.orig/debian/watch +++ python-thrift-0.9.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.apache.org/dist/thrift/([\d\.]+)/thrift-([\d\.]+).tar.gz --- python-thrift-0.9.0.orig/debian/rules +++ python-thrift-0.9.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +override_dh_auto_clean: + dh_auto_clean + -rm -r thrift.egg-info + +%: + dh $@ --with python2 --- python-thrift-0.9.0.orig/debian/control +++ python-thrift-0.9.0/debian/control @@ -0,0 +1,22 @@ +Source: python-thrift +Maintainer: Eric Evans +Section: devel +Priority: extra +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~) +Homepage: http://thrift.apache.org +Vcs-Git: git://anonscm.debian.org/users/eevans/python-thrift.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/eevans/python-thrift.git;a=summary + +Package: python-thrift +Section: python +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} +Description: Python library for Thrift + Thrift is a software framework for the development of reliable and + performant communication and data serialization. It combines a software + stack with a code generation to build services that operate seamlessly + across a number of different development languages. + . + This package provides the Python bindings for Thrift. --- python-thrift-0.9.0.orig/debian/compat +++ python-thrift-0.9.0/debian/compat @@ -0,0 +1 @@ +8 --- python-thrift-0.9.0.orig/debian/source/format +++ python-thrift-0.9.0/debian/source/format @@ -0,0 +1 @@ +1.0