Your message dated Thu, 12 Dec 2013 17:34:24 +0000
with message-id <[email protected]>
and subject line Bug#657611: fixed in stdeb 0.6.0+20100620-4
has caused the Debian Bug report #657611,
regarding python-stdeb: dpkg-source fails after egg_info target modified 
SOURCES.txt
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
657611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657611
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-stdeb
Version: 0.6.0+20100620-2
Severity: normal

Hello,

When running py2dsc  on an upstream tarball (for example  coccigrep), it fails
with the following error message:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
running the following command in directory: deb_dist/tmp_py2dsc/coccigrep-1.6
/usr/bin/python setup.py --command-packages stdeb.command sdist_dsc 
--dist-dir=/src/tmp/deb_dist 
--use-premade-distfile=/src/tmp/coccigrep-1.6.tar.gz
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
running sdist_dsc
running egg_info
writing coccigrep.egg-info/PKG-INFO
writing top-level names to coccigrep.egg-info/top_level.txt
writing dependency_links to coccigrep.egg-info/dependency_links.txt
reading manifest file 'coccigrep.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'coccigrep.egg-info/SOURCES.txt'
CALLING dpkg-source -b coccigrep-1.6 (in dir /src/tmp/deb_dist)
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building coccigrep using existing ./coccigrep_1.6.orig.tar.gz
dpkg-source: info: local changes detected, the modified files are:
 coccigrep-1.6/coccigrep.egg-info/SOURCES.txt
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/coccigrep_1.6-1.diff.9MBdRD
Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    'Topic :: Software Development',
  File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.7/dist-packages/stdeb/command/sdist_dsc.py", line 139, 
in run
    remove_expanded_source_dir=self.remove_expanded_source_dir,
  File "/usr/lib/python2.7/dist-packages/stdeb/util.py", line 1207, in build_dsc
    cwd=dist_dir)
  File "/usr/lib/python2.7/dist-packages/stdeb/util.py", line 478, in 
dpkg_source
    process_command(args, cwd=cwd)
  File "/usr/lib/python2.7/dist-packages/stdeb/util.py", line 142, in 
process_command
    check_call(args, cwd=cwd)
  File "/usr/lib/python2.7/dist-packages/stdeb/util.py", line 35, in check_call
    raise CalledProcessError(retcode)
stdeb.util.CalledProcessError: 2
ERROR running: /usr/bin/python setup.py --command-packages stdeb.command 
sdist_dsc --dist-dir=/src/tmp/deb_dist 
--use-premade-distfile=/src/tmp/coccigrep-1.6.tar.gz
ERROR in deb_dist/tmp_py2dsc/coccigrep-1.6


I could not  find a way to specify additional  parameters to dpkg-source (such
as  ``--auto-commit''),  I  think  that  would  be  great  to  have?   Another
possibility would be to add automatically  or through a command line parameter
the following to debian/source/options:

extend-diff-ignore = "\.egg-info"

Thanks for maintaining stdeb.

Regards,
Arnaud Fontaine

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-rc7-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-stdeb depends on:
ii  debhelper          9.20120115
ii  python             2.7.2-10
ii  python-setuptools  0.6.24-1
ii  python2.6          2.6.7-4
ii  python2.7          2.7.2-13

Versions of packages python-stdeb recommends:
ii  apt-file    2.5.0
ii  dpkg-dev    1.16.1.2
ii  python-all  2.7.2-10

Versions of packages python-stdeb suggests:
ii  python-all-dev  2.7.2-10

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: stdeb
Source-Version: 0.6.0+20100620-4

We believe that the bug you reported is fixed in the latest version of
stdeb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luke Faraone <[email protected]> (supplier of updated stdeb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 12 Dec 2013 12:18:55 -0500
Source: stdeb
Binary: python-stdeb
Architecture: source all
Version: 0.6.0+20100620-4
Distribution: unstable
Urgency: low
Maintainer: Andrew Straw <[email protected]>
Changed-By: Luke Faraone <[email protected]>
Description: 
 python-stdeb - Python to Debian source package conversion utility
Closes: 657611
Changes: 
 stdeb (0.6.0+20100620-4) unstable; urgency=low
 .
   * Team upload.
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Luke Faraone ]
   * Ignore .egg-info files when building debian packages.  Thanks to Arnaud
     Fontaine and Diane Trout for the fix. (closes: #657611, LP: #1098366)
   * Standards-Version bumped to 3.9.5 (no changes needed)
Checksums-Sha1: 
 a859287c9aca72533e0357607c69586cfc8c8505 2131 stdeb_0.6.0+20100620-4.dsc
 08d18d22c1937dae3c8b123f4a5840413c86dd65 29265 
stdeb_0.6.0+20100620.orig.tar.bz2
 391feb715e0a27449ba8a1181782371e1aa22c6d 10090 
stdeb_0.6.0+20100620-4.debian.tar.gz
 fe35ed6e3e2f045f36f54eb0d30d6ec5cf8a93fc 40490 
python-stdeb_0.6.0+20100620-4_all.deb
Checksums-Sha256: 
 2d18cb5d5ae3120a9917a3c2ce304154b124b3fbd83c580eb21d45a881077456 2131 
stdeb_0.6.0+20100620-4.dsc
 9b8f958e06a96779e8ee9c421025804dea01fd8caacdd4523824b86052881d70 29265 
stdeb_0.6.0+20100620.orig.tar.bz2
 0caec2ef4e9d75862c11785d9900408c44f20e3dc18e1b3d3b25ce15d9011ff1 10090 
stdeb_0.6.0+20100620-4.debian.tar.gz
 fac97f6c3ff21bd39fdf07aac6a89f584adfe59d32ccec06a3f3e867814b5ec7 40490 
python-stdeb_0.6.0+20100620-4_all.deb
Files: 
 2293cdbfa0942eb35cb673aab477e256 2131 python optional 
stdeb_0.6.0+20100620-4.dsc
 7e1e1e94fade54c7e4da6fcbfb386296 29265 python optional 
stdeb_0.6.0+20100620.orig.tar.bz2
 78ac8cdea6a3fdaaae060fc02b298f88 10090 python optional 
stdeb_0.6.0+20100620-4.debian.tar.gz
 e48d523cddc93b2d5ca27ed11fd63903 40490 python optional 
python-stdeb_0.6.0+20100620-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJSqfB1AAoJEJcyXdj5/dUGZQgP/3v7MSYwTqMqB+uVFR9fujeH
7oS1z0ezNLQ7FvjFo1yZGg3qVt/yenYx+U5+vCIqKvFOmNACNGOzTFPhWOW7t7xb
FVRJc+J4P2VSfNMAtklA/taiDbTvujsfW0y4tMYThcZkBAMNbLzNm35bExbYkoOQ
5QbuLxsxp9W2VLqQ+BmtnSFrxzu7/TtHO2iYoOe+nRHwmShWHrr4fk3GxHWM9FxJ
hUutEe9U9IKOaJ7JxuchLGgw2CHO0eZDK+GbmCFdGAqLfGOtWIfuWALNpss850Xy
Q/KsGX+8b1Pc3ff8kqoVsyzXSBva7mdXV4jv6Jrgv+gyiKRVwzuGJanPxbUJQvbx
J2BWX6Rqm6ZnOUD/NpKtCM75TzBvpHW6DrdFWH6g74tEHd8S8sM0897kh7anFLr+
9UoevdNQmEXjPHKGmkL2NlA+XFbDSMwscPSCRHYGt26CqCb1nbpSpyybyp2592Yc
EK+jdvz+2ADcIGKePXh2fp4bipnDZ9CFhLj0LuORbGAPx+HSSTyzxe67qHxEvpBb
6NFp4rrLoNDZbq9NhGmPNCHc+SaBT9j20VMmmtYhnCwwvvpI7Sck8MGsYLMTJE1p
fgNUhrwmKr2f5wGpj5eloAgiLhVXYMY3m5W8JuQZg/5qyy0/cj1ftIw5+U6V8i/r
buLCOxn1OwJJt1PzzTrz
=xM9s
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to