diff --git a/debian/changelog b/debian/changelog index 58beb0c..3307bef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,116 +1,117 @@ python-cassandra-driver (3.16.0-2) UNRELEASED; urgency=medium [ Héctor Orón Martínez ] * [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. * d/changelog: Remove trailing whitespaces. * Drop Python 2 support. * Use pybuild for building package. * Add python3-six to build depends. * Enable autopkgtest-pkg-python testsuite. * Enable all hardening. + * d/copyright: Fix cassandra/cmurmur3.c filename. -- Héctor Orón Martínez Fri, 08 Feb 2019 14:05:12 +0100 python-cassandra-driver (3.16.0-1) unstable; urgency=medium [ Ondřej Nový ] * Convert git repository from git-dpm to gbp layout * d/changelog: Remove trailing whitespaces. [ Emmanuel Arias ] * New upstream release. * Add DPMT to Maintainer field on d/control. * Adopt package, add myself to Uploaders (Closes: #888400). * Update Standards Version from 4.1.4 to 4.2.1 on d/control file. * Update on d/copyright file the Copyright file for debian/* files. - Add me to there. * Bump debhelper compatibility to 11 (from 10). * Fix problems on d/copyright: - Fix dep5-copyright-license-name-not-unique tag lintian * Move from old -dbg packages to dbgsym (Closes: #857298). - Delete python-cassandra-dbg and python-cassandra[3]-dbg from d/control - Delete from override_dh_auto_install (on d/rules) the installation of *-dbg - Change existing -dbg to -dbgsym on d/rules -- Emmanuel Arias Wed, 05 Dec 2018 21:16:10 +0200 python-cassandra-driver (3.14.0-1) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/control: Deprecating priority extra as per policy 4.0.1 * d/watch: Use https protocol [ Sandro Tosi ] * New upstream release * debian/rules - build for all supported python3 versions; patch by Scott Kitterman; Closes: #867010 - remove cassandra/io/asyncioreactor.py from python2 package, code is meant to be py3k only * debian/copyright - extend packaging copyright years - update upstream copyright years * debian/control - bump Standards-Version to 4.1.4 (no changes needed) -- Sandro Tosi Tue, 12 Jun 2018 19:26:05 -0400 python-cassandra-driver (3.7.1-2) unstable; urgency=medium * debian/rules - remove build and egg-info dirs in clean target, to build the package twice in a row; Closes: #825924 * debian/copyright - extend packaging copyright years -- Sandro Tosi Sun, 08 Jan 2017 11:28:48 -0500 python-cassandra-driver (3.7.1-1) unstable; urgency=medium * New upstream release * debian/rules - dont use cython, cassandra-driver is incompatible with 0.25 we have * compat level 10 -- Sandro Tosi Sat, 17 Dec 2016 13:09:50 -0500 python-cassandra-driver (3.7.0-1) unstable; urgency=medium * New upstream release * debian/control - add dh-python t0 b-d -- Sandro Tosi Sun, 02 Oct 2016 14:23:02 -0400 python-cassandra-driver (3.4.1-1) unstable; urgency=medium [ Sandro Tosi ] * New upstream release * debian/control - adjust Vcs-Browser to DPMT standards - add libev-dev to b-p needed by cassandra.io.libevwrapper - bump Standards-Version to 3.9.8 (no changes needed) * debian/copyright - extend packaging copyright years - update upstream copyright years * build arch:any and debug pkgs now that this prj contains extensions [ Ondřej Nový ] * Fixed VCS URL (https) -- Sandro Tosi Sun, 12 Jun 2016 22:58:39 +0100 python-cassandra-driver (2.5.1-1) unstable; urgency=low * Initial release (Closes: #771065) -- Sandro Tosi Thu, 25 Jun 2015 15:50:21 -0400 diff --git a/debian/copyright b/debian/copyright index b95f8bf..58beec9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,66 +1,66 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cassandra-driver Source: https://github.com/datastax/python-driver Files: * Copyright: Copyright 2013-2017 DataStax License: Apache-2 Files: debian/* Copyright:2018-2019 Emmanuel Arias 2015-2018 Sandro Tosi License: Apache-2 Files: cassandra/util.py Copyright: Copyright (c) 2009 Raymond Hettinger License: Apache-2 Files: cassandra/io/eventletreactor.py Copyright: Copyright 2014 Symantec Corporation Copyright 2013-2015 DataStax, Inc. License: Apache-2 License: Apache-2 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. . On Debian-based systems the full text of the Apache version 2.0 license can be found in /usr/share/common-licenses/Apache-2.0. -Files: cassandra/murmur3.c +Files: cassandra/cmurmur3.c Copyright: Copyright (c) 2011 Austin Appleby (Murmur3 routine) Copyright (c) 2011 Patrick Hensley (Python wrapper, packaging) Copyright 2013-2016 DataStax (Minor modifications to match Cassandra's MM3 hashes) License: MIT Note: The majority of this code was taken from the python-smhasher library, which can be found here: https://github.com/phensley/python-smhasher License: MIT 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.