chore: remove debian packaging (#468)

Removing the debian packaging files as they're maintained in Debian
itself these days. Removing them won't mean having to remove it from
Debian.

See further discussion in https://github.com/python-zk/kazoo/issues/465

closes #465
This commit is contained in:
Jeff Widman 2017-07-24 13:34:12 -06:00 committed by Hanno Schlichting
parent af9b4cab39
commit a28423aac7
14 changed files with 0 additions and 120 deletions

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
kazoo (0+git20130102) unstable; urgency=low
* Initial package.
-- Neil Williams <neil@spladug.net> Fri, 02 Jan 2013 23:20:03 -0800

1
debian/clean vendored
View File

@ -1 +0,0 @@
kazoo.egg-info/*

1
debian/compat vendored
View File

@ -1 +0,0 @@
8

50
debian/control vendored
View File

@ -1,50 +0,0 @@
Source: kazoo
Section: python
Priority: optional
Maintainer: Neil Williams <neil@spladug.net>
Build-Depends: python-setuptools (>= 0.6b3),
python-all (>= 2.6.6-3),
debhelper (>= 8.0.0),
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
Standards-Version: 3.9.3
Homepage: https://kazoo.readthedocs.io
X-Python-Version: >= 2.6
Package: python-kazoo
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: higher level API to Apache Zookeeper for Python clients
Kazoo features:
.
* Support for gevent 0.13 and gevent 1.0
* Unified asynchronous API for use with greenlets or threads
* Lock, Party, Election, and Partitioner recipe implementations (more
implementations are in development)
* Data and Children Watchers
* Integrated testing helpers for Zookeeper clusters
* Simplified Zookeeper connection state tracking
* Pure-Python based implementation of the wire protocol, avoiding all the
memory leaks, lacking features, and debugging madness of the C library
.
Kazoo is heavily inspired by Netflix Curator simplifications and helpers.
Package: python-kazoo-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: API to Apache Zookeeper for Python clients. - API documentation
Kazoo features:
.
* Support for gevent 0.13 and gevent 1.0
* Unified asynchronous API for use with greenlets or threads
* Lock, Party, Election, and Partitioner recipe implementations (more
implementations are in development)
* Data and Children Watchers
* Integrated testing helpers for Zookeeper clusters
* Simplified Zookeeper connection state tracking
* Pure-Python based implementation of the wire protocol, avoiding all the
memory leaks, lacking features, and debugging madness of the C library
.
Kazoo is heavily inspired by Netflix Curator simplifications and helpers.
.
This package contains the API documentation.

13
debian/copyright vendored
View File

@ -1,13 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kazoo
Source: https://github.com/python-zk/kazoo
Files: *
Copyright: 2012 Kazoo Team
License: Apache-2.0
See /usr/share/common-licenses/Apache-2.0
Files: debian/*
Copyright: 2012 Neil Williams <neil@spladug.net>
License: Apache-2.0
See /usr/share/common-licenses/Apache-2.0

1
debian/docs vendored
View File

@ -1 +0,0 @@
README.rst

View File

@ -1,15 +0,0 @@
Description: Unset build_tag so the installed module isn't "dev" suffixed.
Author: Neil Williams <neil@spladug.net>
Forwarded: not-needed
Last-Update: 2012-12-24
Index: kazoo/setup.cfg
===================================================================
--- kazoo.orig/setup.cfg 2012-12-21 19:25:50.649997478 -0800
+++ kazoo/setup.cfg 2012-12-23 22:43:45.557703554 -0800
@@ -1,5 +1,5 @@
[egg_info]
-tag_build = dev
+tag_build =
[nosetests]
where=kazoo

View File

@ -1 +0,0 @@
no-tag-build.patch

View File

@ -1,10 +0,0 @@
Document: python-kazoo-doc
Title: Python Kazoo Documentation
Author: Kazoo Team
Section: Programming/Python
Format: HTML
Index: /usr/share/doc/python-kazoo-doc/html/index.html
Files: /usr/share/doc/python-kazoo-doc/html/*.html
/usr/share/doc/python-kazoo-doc/html/api/*.html
/usr/share/doc/python-kazoo-doc/html/api/*/*.html

View File

@ -1 +0,0 @@
build/html

View File

@ -1 +0,0 @@
usr/lib/python2*

18
debian/rules vendored
View File

@ -1,18 +0,0 @@
#!/usr/bin/make -f
%:
dh $@ --with python2,sphinxdoc --buildsystem=python_distutils
.PHONY: override_dh_installchangelogs
override_dh_installchangelogs:
dh_installchangelogs CHANGES.rst
.PHONY: override_dh_auto_build
override_dh_auto_build:
sphinx-build -b html docs build/html
dh_auto_build
.PHONY: override_dh_clean
override_dh_clean:
rm -rf build
dh_clean

View File

@ -1 +0,0 @@
3.0 (quilt)

2
debian/watch vendored
View File

@ -1,2 +0,0 @@
version=3
https://github.com/python-zk/kazoo/tags .*/(\d[\d\.]+)\.tar\.gz