Your message dated Sat, 25 Feb 2012 18:04:15 +0000
with message-id <[email protected]>
and subject line Bug#655598: fixed in ocrodjvu 0.7.8-1
has caused the Debian Bug report #655598,
regarding ocrodjvu: FTBFS without python-argparse: ImportError (No module named 
argparse; please install the python-argparse package)
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.)


-- 
655598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655598
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ocrodjvu
Version: 0.7.7-1

python-argparse is now a virtual package provided by python2.7. Since ocrodjvu's build-dependency on python-argparse is unversioned, the b-d is satisfied even when python-argparse (the real package) is not installed. In such environment ocrodjvu FTBFS:

| ======================================================================
| ERROR: Failure: ImportError (No module named argparse; please install the 
python-argparse package)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/usr/lib/pymodules/python2.6/nose/loader.py", line 390, in 
loadTestsFromName
|     addr.filename, addr.module)
|   File "/usr/lib/pymodules/python2.6/nose/importer.py", line 39, in 
importFromPath
|     return self.importFromDir(dir_path, fqname)
|   File "/usr/lib/pymodules/python2.6/nose/importer.py", line 86, in 
importFromDir
|     mod = load_module(part_fqname, fh, filename, desc)
|   File "/build/ocrodjvu-cZ4bdO/ocrodjvu-0.7.7/tests/djvu2hocr/__init__.py", line 
22, in <module>
|     from ocrodjvu.cli import djvu2hocr
|   File "/build/ocrodjvu-cZ4bdO/ocrodjvu-0.7.7/lib/cli/__init__.py", line 4, in 
<module>
|     import argparse
| ImportError: No module named argparse; please install the python-argparse 
package
|
| ======================================================================
| ERROR: Failure: ImportError (No module named argparse; please install the 
python-argparse package)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/usr/lib/pymodules/python2.6/nose/loader.py", line 390, in 
loadTestsFromName
|     addr.filename, addr.module)
|   File "/usr/lib/pymodules/python2.6/nose/importer.py", line 39, in 
importFromPath
|     return self.importFromDir(dir_path, fqname)
|   File "/usr/lib/pymodules/python2.6/nose/importer.py", line 86, in 
importFromDir
|     mod = load_module(part_fqname, fh, filename, desc)
|   File "/build/ocrodjvu-cZ4bdO/ocrodjvu-0.7.7/tests/hocr2djvused/__init__.py", line 
22, in <module>
|     from ocrodjvu.cli import hocr2djvused
|   File "/build/ocrodjvu-cZ4bdO/ocrodjvu-0.7.7/lib/cli/__init__.py", line 4, in 
<module>
|     import argparse
| ImportError: No module named argparse; please install the python-argparse 
package
|
| ======================================================================
| ERROR: Failure: ImportError (No module named argparse; please install the 
python-argparse package)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/usr/lib/pymodules/python2.6/nose/loader.py", line 390, in 
loadTestsFromName
|     addr.filename, addr.module)
|   File "/usr/lib/pymodules/python2.6/nose/importer.py", line 39, in 
importFromPath
|     return self.importFromDir(dir_path, fqname)
|   File "/usr/lib/pymodules/python2.6/nose/importer.py", line 86, in 
importFromDir
|     mod = load_module(part_fqname, fh, filename, desc)
|   File "/build/ocrodjvu-cZ4bdO/ocrodjvu-0.7.7/tests/ocrodjvu/__init__.py", line 19, 
in <module>
|     from ocrodjvu.cli import ocrodjvu
|   File "/build/ocrodjvu-cZ4bdO/ocrodjvu-0.7.7/lib/cli/__init__.py", line 4, in 
<module>
|     import argparse
| ImportError: No module named argparse; please install the python-argparse 
package
|
| ----------------------------------------------------------------------
| Ran 64 tests in 0.366s
|
| FAILED (errors=3)
| make[1]: *** [override_dh_auto_test] Error 1

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Source: ocrodjvu
Source-Version: 0.7.8-1

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

ocrodjvu_0.7.8-1.debian.tar.gz
  to main/o/ocrodjvu/ocrodjvu_0.7.8-1.debian.tar.gz
ocrodjvu_0.7.8-1.dsc
  to main/o/ocrodjvu/ocrodjvu_0.7.8-1.dsc
ocrodjvu_0.7.8-1_all.deb
  to main/o/ocrodjvu/ocrodjvu_0.7.8-1_all.deb
ocrodjvu_0.7.8.orig.tar.gz
  to main/o/ocrodjvu/ocrodjvu_0.7.8.orig.tar.gz



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.
Daniel Stender <[email protected]> (supplier of updated ocrodjvu 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: SHA1

Format: 1.8
Date: Sat, 25 Feb 2012 19:47:41 +0200
Source: ocrodjvu
Binary: ocrodjvu
Architecture: source all
Version: 0.7.8-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Stender <[email protected]>
Changed-By: Daniel Stender <[email protected]>
Description: 
 ocrodjvu   - tool to perform OCR on DjVu documents
Closes: 655598 655599
Changes: 
 ocrodjvu (0.7.8-1) unstable; urgency=low
 .
   * New upstream release (Closes: #655599).
   * Changes of debian/rules:
     + added version to b-p on python-argparse (Closes: #655598).
   * Changes of debian/copyright:
     + added final slash to Format URI.
     + expanded copyrights to 2012.
Checksums-Sha1: 
 32a07744b7f241149af48f529542d28e9c3fd759 2134 ocrodjvu_0.7.8-1.dsc
 2a1301e4d011521b9af6f316b9dabde3d07a4b73 629017 ocrodjvu_0.7.8.orig.tar.gz
 bfa1852f92e2b3444b4852dec0877bc0beeacd97 4362 ocrodjvu_0.7.8-1.debian.tar.gz
 c413fc6c2b33134b5229cd8350f61f85fd8ba793 39938 ocrodjvu_0.7.8-1_all.deb
Checksums-Sha256: 
 8e70f8e1f163858059fdac4c8beae061612e8bef2a50c995e30d254666b6fcd4 2134 
ocrodjvu_0.7.8-1.dsc
 a42611cdf55b315bb8c990e62bc61c4d39791fde75012c6da5a23a5050097e2c 629017 
ocrodjvu_0.7.8.orig.tar.gz
 8e352e7bf50e28359610752788067a18aff307d03e72c04030fc7b8a4089d8e8 4362 
ocrodjvu_0.7.8-1.debian.tar.gz
 28707232346a743d02f001ab2a64a3343e781072dc11184ea67b33e99e27323b 39938 
ocrodjvu_0.7.8-1_all.deb
Files: 
 83b2c2006d0101821931346574b887a7 2134 text optional ocrodjvu_0.7.8-1.dsc
 2684f51b9472ecec52536b463b67abcc 629017 text optional 
ocrodjvu_0.7.8.orig.tar.gz
 ad75bb3e98b575a98890e5cbc2752118 4362 text optional 
ocrodjvu_0.7.8-1.debian.tar.gz
 392726c6c92ffcc15b2de0d293561e47 39938 text optional ocrodjvu_0.7.8-1_all.deb

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

iQIcBAEBAgAGBQJPSR+BAAoJEACQ/CG1zRrMH5YQAIaZ7nz0c527xNcKy3Qcc0P2
FbypeGZB7buM8wOHnr4TCBhLDiceivrnnXLvD68g1InIpTbnKYaxlJhwWEsHTjye
0Gzcy+C9nsBGsWWBfFFfst75HDaFr0n1sK3emCxEE93AVCnENhGa73XevB76txHd
LUVvq6Ih5w1a8K5oFKlGav6n/NmSR/XLx+2pPph0fWJ57Eh1kKese8FryiQCC67V
vxVp/cW509GCHK9LPP9TeITXKl3b9hxahXRs2gD6/ZbmFCVvo69ZshBkmUNcrrP4
SbI38Wl3SAVTU2ZVKePiUs/rnFaGu9nDKdIwYT3dfaJxhks4BmEaytjASfg2Jf0q
iuqoSjbGEDzUC5QYp1Kwo0dpIwGZHDP6Hn7U3BHlo9sQcLGxvXGQP9lojmnrn//n
U1f76NYwF3yOQn8MPBIHbKp9inMS1erkOGWKnErB1HAoVexz2954pxjYNgCA6DKz
ycihF3ukBXNmwrxpG7KM9AHodeU+6l7m+IzecjhrhUMIHe+aLuQOcFTEZxofyWFJ
c/sfvBH/Eyyp+ebUvPaUzs9RbK+Qa1luAvxrkypO8ixBvY1F53bqCiqPK6o0rNtF
Ipl6lsLz5yHvvimPAsVaVUoWbg3g0Cus5aft1D4IiZ2moizB6JPlGjh0ZtEcw6aa
7wZhB0EaITzdKZnbaP9Q
=uIfT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to