Control: tags -1 + confirmed patch

On 2013-12-28 22:06:40, David Suárez wrote:
> > make[1]: Entering directory `/«PKGBUILDDIR»'
> > dh_clean
> > rm -rf .pydistutils.cfg
> > make[1]: Leaving directory `/«PKGBUILDDIR»'
> >  dpkg-source -b pydicom-0.9.7
> > dpkg-source: info: using source format `3.0 (quilt)'
> > dpkg-source: info: building pydicom using existing 
> > ./pydicom_0.9.7.orig.tar.gz
> > dpkg-source: error: cannot represent change to distribute-0.6.10-py2.7.egg: 
> > binary file contents changed
> > dpkg-source: error: add distribute-0.6.10-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.10.tar.gz: 
> > binary file contents changed
> > dpkg-source: error: add distribute-0.6.10.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 pydicom-0.9.7 gave error exit 
> > status 2
> > ────────────────────────────────────────────────────────────────────────────────
> > Build finished at 20131227-0320

The attached patch stops it from downloading distribute.

Regards
-- 
Sebastian Ramacher
Description: Do not download distribute from the internet
Author: Sebastian Ramacher <[email protected]>
Bug-Debian: http://bugs.debian.org/733439
Last-Update: 2014-02-05

--- pydicom-0.9.7.orig/setup.py
+++ pydicom-0.9.7/setup.py
@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-from distribute_setup import use_setuptools
-use_setuptools()
 
 from setuptools import setup, find_packages
 import os

Attachment: signature.asc
Description: Digital signature

Reply via email to