Control: tags -1 + patch confirmed

On 2013-12-28 22:07:16, David Suárez wrote:
> Relevant part (hopefully):
> >  fakeroot debian/rules clean
> > dh --with pydeb --with python2 --buildsystem=python_distutils clean
> >    dh_testdir -O--buildsystem=python_distutils
> >    dh_auto_clean -O--buildsystem=python_distutils
> > Downloading 
> > http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
> > Extracting in /tmp/tmpqN3Mj1
> > Now working in /tmp/tmpqN3Mj1/distribute-0.6.14
> > Building a Distribute egg in /«PKGBUILDDIR»
> > /«PKGBUILDDIR»/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 -O--buildsystem=python_distutils
> >  dpkg-source -b python-chameleon-2.6.1
> > dpkg-source: info: using options from 
> > python-chameleon-2.6.1/debian/source/options: 
> > --extend-diff-ignore=\.egg-info
> > dpkg-source: info: using source format `3.0 (quilt)'
> > dpkg-source: info: building python-chameleon using existing 
> > ./python-chameleon_2.6.1.orig.tar.gz
> > dpkg-source: error: cannot represent change to distribute-0.6.14-py2.7.egg: 
> > binary file contents changed
> > dpkg-source: error: add distribute-0.6.14-py2.7.egg in 
> > debian/source/include-binaries if you want to store the modified binary in 
> > the debian tarball
> > dpkg-source: error: cannot represent change to distribute-0.6.14.tar.gz: 
> > binary file contents changed
> > dpkg-source: error: add distribute-0.6.14.tar.gz in 
> > debian/source/include-binaries if you want to store the modified binary in 
> > the debian tarball
> > dpkg-source: error: unrepresentable changes to source
> > dpkg-buildpackage: error: dpkg-source -b python-chameleon-2.6.1 gave error 
> > exit status 2
> > ────────────────────────────────────────────────────────────────────────────────
> > Build finished at 20131227-0320
> 

The attached stops it from downloading distribute.

Regards
-- 
Sebastian Ramacher
Description: Do not download distribute from the internet
Author: Sebastian Ramacher <sramac...@debian.org>
Bug-Debian: http://bugs.debian.org/733431
Last-Update: 2014-02-05

--- python-chameleon-2.6.1.orig/setup.py
+++ python-chameleon-2.6.1/setup.py
@@ -3,12 +3,6 @@ __version__ = '2.6.1'
 import os
 import sys
 
-try:
-    from distribute_setup import use_setuptools
-    use_setuptools()
-except: # doesn't work under tox/pip
-    pass
-
 from setuptools import setup, find_packages
 from setuptools.command.test import test
 

Attachment: signature.asc
Description: Digital signature

Reply via email to