Control: tags -1 + patch confirmed

On 2014-01-17 21:13:53, David Suárez wrote:
> >  fakeroot debian/rules clean
> > dh clean --with python2
> >    dh_testdir
> >    dh_auto_clean
> > Downloading 
> > http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
> > Extracting in /tmp/tmpr6QvqE
> > Now working in /tmp/tmpr6QvqE/distribute-0.6.14
> > Building a Distribute egg in /«BUILDDIR»/python-shelltoolbox-0.2.1+bzr17
> > /«BUILDDIR»/python-shelltoolbox-0.2.1+bzr17/distribute-0.6.14-py2.7.egg
> > running clean
> > 'build/lib.linux-x86_64-2.7' does not exist -- can't clean it
> > 'build/bdist.linux-x86_64' does not exist -- can't clean it
> > 'build/scripts-2.7' does not exist -- can't clean it
> >    dh_clean
> >  dpkg-source -b python-shelltoolbox-0.2.1+bzr17
> > dpkg-source: warning: no source format specified in debian/source/format, 
> > see dpkg-source(1)
> > dpkg-source: info: using source format `1.0'
> > dpkg-source: info: building python-shelltoolbox using existing 
> > python-shelltoolbox_0.2.1+bzr17.orig.tar.gz
> > dpkg-source: info: building python-shelltoolbox in 
> > python-shelltoolbox_0.2.1+bzr17-1.diff.gz
> > dpkg-source: error: cannot represent change to 
> > python-shelltoolbox-0.2.1+bzr17/distribute-0.6.14-py2.7.egg: binary file 
> > contents changed
> > dpkg-source: error: cannot represent change to 
> > python-shelltoolbox-0.2.1+bzr17/distribute-0.6.14.tar.gz: binary file 
> > contents changed
> > dpkg-source: unrepresentable changes to source
> > dpkg-buildpackage: error: dpkg-source -b python-shelltoolbox-0.2.1+bzr17 
> > gave error exit status 1
> > ────────────────────────────────────────────────────────────────────────────────
> > Build finished at 20140116-1740

The attached patch stops it from downloading distribute.

Regards
-- 
Sebastian Ramacher
--- python-shelltoolbox-0.2.1+bzr17.orig/setup.py
+++ python-shelltoolbox-0.2.1+bzr17/setup.py
@@ -3,11 +3,6 @@
 # Copyright 2012 Canonical Ltd.  This software is licensed under the
 # GNU General Public License version 3 (see the file LICENSE).
 
-import ez_setup
-
-
-ez_setup.use_setuptools()
-
 
 __version__ = '0.2.1'
 

Attachment: signature.asc
Description: Digital signature

Reply via email to