Control: tags -1 + patch confirmed On 2014-01-17 21:13:00, David Suárez wrote: > > fakeroot debian/rules clean > > dh clean --with python2 > > dh_testdir > > dh_auto_clean > > pyversions: missing X(S)-Python-Version in control file, fall back to > > debian/pyversions > > pyversions: missing debian/pyversions file, fall back to supported versions > > Downloading > > http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz > > Extracting in /tmp/tmptOjSWI > > Now working in /tmp/tmptOjSWI/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 > > dpkg-source -b python-fswrap-0.1.1 > > dpkg-source: info: using source format `3.0 (quilt)' > > dpkg-source: info: building python-fswrap using existing > > ./python-fswrap_0.1.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-fswrap-0.1.1 gave error > > exit status 2 > > ──────────────────────────────────────────────────────────────────────────────── > > Build finished at 20140116-1418
The attached patch 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/735825 Last-Update: 2014-02-05 --- python-fswrap-0.1.1.orig/setup.py +++ python-fswrap-0.1.1/setup.py @@ -1,5 +1,3 @@ -from distribute_setup import use_setuptools -use_setuptools() from setuptools import setup try:
signature.asc
Description: Digital signature