[Pkg-owncloud-commits] [python-owncloud] 01/01: Do not rely on embedded distribute

David Prévot taffit at moszumanska.debian.org
Sat Dec 28 22:28:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository python-owncloud.

commit 94d327e032efb5a8b626ec836c9df286ac9bb037
Author: David Prévot <taffit at debian.org>
Date:   Sat Dec 28 18:11:04 2013 -0400

    Do not rely on embedded distribute
    
    Closes: #733435
---
 .../0001-Do-not-rely-on-embedded-distribute.patch     | 19 +++++++++++++++++++
 debian/patches/series                                 |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/0001-Do-not-rely-on-embedded-distribute.patch b/debian/patches/0001-Do-not-rely-on-embedded-distribute.patch
new file mode 100644
index 0000000..a7f60cb
--- /dev/null
+++ b/debian/patches/0001-Do-not-rely-on-embedded-distribute.patch
@@ -0,0 +1,19 @@
+From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit at debian.org>
+Date: Sat, 28 Dec 2013 18:09:12 -0400
+Subject: Do not rely on embedded distribute
+
+Debian-Bug: http://bugs.debian.org/733435
+---
+ setup.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 0e56041..0508710 100644
+--- a/setup.py
++++ b/setup.py
+@@ -1,5 +1,3 @@
+-from distribute_setup import use_setuptools
+-use_setuptools()
+ from setuptools import setup, find_packages
+ import csync.version as ver
+ setup(
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..35cfd10
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Do-not-rely-on-embedded-distribute.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list