From 460446c151322f11876c6816fe64d2e9b5d406ab Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 30 Oct 2013 16:04:23 -0200 Subject: use python-chardet instead of python-cchardet --- debian/changelog | 2 ++ debian/control | 3 ++- debian/pydist-overrides | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8769d3ca..3401d5e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ soledad (0.4.1) unstable; urgency=low * Update to 0.4.1. + * Freeze version to 0.4.1 using freeze_debianver command. + * Use python-chardet as a fallback. -- Micah Anderson Tue, 15 Oct 2013 15:27:19 -0300 diff --git a/debian/control b/debian/control index c5427347..cfdfd97f 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,8 @@ Package: soledad-client Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher, python-pysqlite1.1, python-simplejson, python-oauth, python-u1db, python-scrypt, - python-dirspec, python-pycryptopp, soledad-common + python-dirspec, python-pycryptopp, soledad-common, + python-chardet Description: Synchronization of locally encrypted data among devices. Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an diff --git a/debian/pydist-overrides b/debian/pydist-overrides index c1b27213..f9e35108 100644 --- a/debian/pydist-overrides +++ b/debian/pydist-overrides @@ -3,3 +3,4 @@ PyOpenSSL python-openssl leap.soledad.common soledad-common leap.soledad.server soledad-server leap.soledad.client soledad-client +cchardet python-chardet -- cgit v1.2.3