Commit da7ecae2 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed debian packaging from upstream repository

parent e42c018a
Loading
Loading
Loading
Loading

debian/changelog

deleted100644 → 0
+0 −50
Original line number Diff line number Diff line
cc-common (7~dev) unstable; urgency=low

  * Development release.

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 03 Apr 2013 16:50:27 +0200

cc-common (6) unstable; urgency=low

  * Use appropriate methods when adding/removing handlers
  * Check for ConfigError at startup and exit program if any
  * Define ConfigError exception class
  * Declarative API for RPC handlers
  * Added __repr__ to CallbackTag and StaticTag
  * Fixed cache updated when not needed in CallbackTag

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 18 Mar 2013 16:56:22 +0100

cc-common (5) unstable; urgency=low

  * Catch socket errors when doing SSL handshake
  * Copy the whole object database values instead of using iterator

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 21 Nov 2012 15:20:49 +0100

cc-common (4) unstable; urgency=low

  * Fixed missing import

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 21 Nov 2012 10:52:07 +0100

cc-common (3) unstable; urgency=low

  * Always run evloop in debug mode as we don't want any bug to be hidden
  * Rewritten RPCStartHandler to be more robust

 -- Antoine Millet <antoine.millet@smartjog.com>  Tue, 20 Nov 2012 16:01:32 +0100

cc-common (2) unstable; urgency=low

  * Remove on_disconnect callback when stopping the client
  * Prevent clients from sending anything other than strings as tag values
  * Added a formatter class to handle unicode with syslog

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 24 Oct 2012 17:10:13 +0200

cc-common (1) unstable; urgency=low

  * Initial release.

 -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 18 Oct 2012 17:22:05 +0200

debian/compat

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
7

debian/control

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
Source: cc-common
Section: python
Priority: optional
Maintainer: Antoine Millet <antoine.millet@smartjog.com>
Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python, python-docutils
XS-Python-Version: >= 2.6
Standards-Version: 3.9.1

Package: cc-common
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: CloudControl common libraries
 This package provides the common libraries of CloudControl project.

debian/copyright

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
Files: *
Copyright: © 2012 Smartjog
License: LGPL-3
 See /usr/share/common-licenses/LGPL-3 for a full copy of the license.

debian/rules

deleted100755 → 0
+0 −10
Original line number Diff line number Diff line
#!/usr/bin/make -f
# -*- makefile -*-

DEB_PYTHON_SYSTEM=pycentral
DEB_PYTHON_MODULE_PACKAGES=cc-common

# Debhelper must be included before python-distutils to use
# dh_python / dh_pycentral / dh_pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk