Source: pudb
Version: 0.92.14-1
Severity: serious
Justification: http://lists.debian.org/debian-release/2010/02/msg00325.html
User: debian-pyt...@lists.debian.org
Usertags: python2.6

Hello,

When rebuilt with Python 2.6 as the default version, the resulting binary package was virtually empty:

$ dpkg -c python-pudb_0.92.14-1_all.deb drwxr-xr-x root/root 0 2010-06-17 12:46 ./
drwxr-xr-x root/root         0 2010-06-17 12:46 ./usr/
drwxr-xr-x root/root         0 2010-06-17 12:46 ./usr/share/
drwxr-xr-x root/root         0 2010-06-17 12:46 ./usr/share/doc/
drwxr-xr-x root/root         0 2010-06-17 12:46 ./usr/share/doc/python-pudb/
-rw-r--r-- root/root       293 2010-06-17 12:46 
./usr/share/doc/python-pudb/changelog.Debian.gz
-rw-r--r-- root/root      1886 2009-12-21 01:26 
./usr/share/doc/python-pudb/PKG-INFO.gz
-rw-r--r-- root/root      1293 2010-06-17 12:46 
./usr/share/doc/python-pudb/copyright
drwxr-xr-x root/root         0 2010-06-17 12:46 
./usr/share/doc/python-pudb/examples/
-rw-r--r-- root/root       713 2009-11-18 04:31 
./usr/share/doc/python-pudb/examples/debug_me.py
-rwxr-xr-x root/root        43 2009-06-21 04:11 
./usr/share/doc/python-pudb/examples/try-the-debugger.sh


The attached patch fixes the build issue. However, I did NOT test if pudb actually works with Python 2.6.

--
Jakub Wilk
diff -u pudb-0.92.14/debian/control pudb-0.92.14/debian/control
--- pudb-0.92.14/debian/control
+++ pudb-0.92.14/debian/control
@@ -8,7 +8,7 @@
  python-setuptools (>= 0.6c9)
 Standards-Version: 3.8.3
 Homepage: http://pypi.python.org/pypi/pudb/
-XS-Python-Version: 2.5
+XS-Python-Version: >= 2.5
 
 Package: python-pudb
 Architecture: all

Attachment: signature.asc
Description: Digital signature

Reply via email to