[Python-apps-team] Bug#674073: Bug#674073: cython3 patch series

Bradley M. Froehle brad.froehle at gmail.com
Thu May 24 04:04:18 UTC 2012


Yes, the lack of an entry for the CDBS -> dh change is a big oversight. That
will certainly need to be remedied.

Attached are the output of debdiff for the resulting deb files for cython and
cython-dbg from 0.15.1-2 (quantal) to 0.15.1-3 (local build on precise). Maybe
you can peek at them quickly.  I haven't built it in a chroot, so no guarantee
that I got all of the dependencies.

The old source did create a dangling symlink /usr/share/doc/cython-dbg/cython
-> cython. I assumed the intention instead was to have cython-dbg share the
doc directory with cython, so I made that change as well.

-Brad
-------------- next part --------------
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Code.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/FlowControl.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Lexicon.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Parsing.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Visitor.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Actions.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Scanners.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Runtime/refnanny.so
-rw-r--r--  root/root   /usr/share/doc/cython/changelog.gz
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Code.so -> ../../../../python2.7/dist-packages/Cython/Compiler/Code.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/FlowControl.so -> ../../../../python2.7/dist-packages/Cython/Compiler/FlowControl.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Lexicon.so -> ../../../../python2.7/dist-packages/Cython/Compiler/Lexicon.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Parsing.so -> ../../../../python2.7/dist-packages/Cython/Compiler/Parsing.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Scanning.so -> ../../../../python2.7/dist-packages/Cython/Compiler/Scanning.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Visitor.so -> ../../../../python2.7/dist-packages/Cython/Compiler/Visitor.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Plex/Actions.so -> ../../../../python2.7/dist-packages/Cython/Plex/Actions.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Plex/Scanners.so -> ../../../../python2.7/dist-packages/Cython/Plex/Scanners.so
lrwxrwxrwx  root/root   /usr/lib/pyshared/python2.7/Cython/Runtime/refnanny.so -> ../../../../python2.7/dist-packages/Cython/Runtime/refnanny.so
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython-0.15.1.egg-info -> ../../../share/pyshared/Cython-0.15.1.egg-info
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Build/BuildExecutable.py -> ../../../../../share/pyshared/Cython/Build/BuildExecutable.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Build/Dependencies.py -> ../../../../../share/pyshared/Cython/Build/Dependencies.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Build/Inline.py -> ../../../../../share/pyshared/Cython/Build/Inline.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Build/Tests/TestInline.py -> ../../../../../../share/pyshared/Cython/Build/Tests/TestInline.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Build/Tests/TestStripLiterals.py -> ../../../../../../share/pyshared/Cython/Build/Tests/TestStripLiterals.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Build/Tests/__init__.py -> ../../../../../../share/pyshared/Cython/Build/Tests/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Build/__init__.py -> ../../../../../share/pyshared/Cython/Build/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/CodeWriter.py -> ../../../../share/pyshared/Cython/CodeWriter.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/AnalysedTreeTransforms.py -> ../../../../../share/pyshared/Cython/Compiler/AnalysedTreeTransforms.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Annotate.py -> ../../../../../share/pyshared/Cython/Compiler/Annotate.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/AutoDocTransforms.py -> ../../../../../share/pyshared/Cython/Compiler/AutoDocTransforms.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Buffer.py -> ../../../../../share/pyshared/Cython/Compiler/Buffer.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Builtin.py -> ../../../../../share/pyshared/Cython/Compiler/Builtin.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/CmdLine.py -> ../../../../../share/pyshared/Cython/Compiler/CmdLine.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Code.pxd -> ../../../../../share/pyshared/Cython/Compiler/Code.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Code.py -> ../../../../../share/pyshared/Cython/Compiler/Code.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/CodeGeneration.py -> ../../../../../share/pyshared/Cython/Compiler/CodeGeneration.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/CythonScope.py -> ../../../../../share/pyshared/Cython/Compiler/CythonScope.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/DebugFlags.py -> ../../../../../share/pyshared/Cython/Compiler/DebugFlags.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Errors.py -> ../../../../../share/pyshared/Cython/Compiler/Errors.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/ExprNodes.py -> ../../../../../share/pyshared/Cython/Compiler/ExprNodes.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/FlowControl.pxd -> ../../../../../share/pyshared/Cython/Compiler/FlowControl.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/FlowControl.py -> ../../../../../share/pyshared/Cython/Compiler/FlowControl.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Future.py -> ../../../../../share/pyshared/Cython/Compiler/Future.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Interpreter.py -> ../../../../../share/pyshared/Cython/Compiler/Interpreter.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Lexicon.py -> ../../../../../share/pyshared/Cython/Compiler/Lexicon.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Main.py -> ../../../../../share/pyshared/Cython/Compiler/Main.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/ModuleNode.py -> ../../../../../share/pyshared/Cython/Compiler/ModuleNode.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Naming.py -> ../../../../../share/pyshared/Cython/Compiler/Naming.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Nodes.py -> ../../../../../share/pyshared/Cython/Compiler/Nodes.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Optimize.py -> ../../../../../share/pyshared/Cython/Compiler/Optimize.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Options.py -> ../../../../../share/pyshared/Cython/Compiler/Options.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/ParseTreeTransforms.pxd -> ../../../../../share/pyshared/Cython/Compiler/ParseTreeTransforms.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/ParseTreeTransforms.py -> ../../../../../share/pyshared/Cython/Compiler/ParseTreeTransforms.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Parsing.pxd -> ../../../../../share/pyshared/Cython/Compiler/Parsing.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Parsing.py -> ../../../../../share/pyshared/Cython/Compiler/Parsing.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Pipeline.py -> ../../../../../share/pyshared/Cython/Compiler/Pipeline.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/PyrexTypes.py -> ../../../../../share/pyshared/Cython/Compiler/PyrexTypes.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.pxd -> ../../../../../share/pyshared/Cython/Compiler/Scanning.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.py -> ../../../../../share/pyshared/Cython/Compiler/Scanning.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/StringEncoding.py -> ../../../../../share/pyshared/Cython/Compiler/StringEncoding.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Symtab.py -> ../../../../../share/pyshared/Cython/Compiler/Symtab.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Tests/TestBuffer.py -> ../../../../../../share/pyshared/Cython/Compiler/Tests/TestBuffer.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Tests/TestDecorators.py -> ../../../../../../share/pyshared/Cython/Compiler/Tests/TestDecorators.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py -> ../../../../../../share/pyshared/Cython/Compiler/Tests/TestParseTreeTransforms.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Tests/TestTreeFragment.py -> ../../../../../../share/pyshared/Cython/Compiler/Tests/TestTreeFragment.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Tests/TestTreePath.py -> ../../../../../../share/pyshared/Cython/Compiler/Tests/TestTreePath.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Tests/__init__.py -> ../../../../../../share/pyshared/Cython/Compiler/Tests/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/TreeFragment.py -> ../../../../../share/pyshared/Cython/Compiler/TreeFragment.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/TreePath.py -> ../../../../../share/pyshared/Cython/Compiler/TreePath.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/TypeInference.py -> ../../../../../share/pyshared/Cython/Compiler/TypeInference.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/TypeSlots.py -> ../../../../../share/pyshared/Cython/Compiler/TypeSlots.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/UtilNodes.py -> ../../../../../share/pyshared/Cython/Compiler/UtilNodes.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/UtilityCode.py -> ../../../../../share/pyshared/Cython/Compiler/UtilityCode.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Version.py -> ../../../../../share/pyshared/Cython/Compiler/Version.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Visitor.pxd -> ../../../../../share/pyshared/Cython/Compiler/Visitor.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Visitor.py -> ../../../../../share/pyshared/Cython/Compiler/Visitor.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/__init__.py -> ../../../../../share/pyshared/Cython/Compiler/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/Cygdb.py -> ../../../../../share/pyshared/Cython/Debugger/Cygdb.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/DebugWriter.py -> ../../../../../share/pyshared/Cython/Debugger/DebugWriter.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/Tests/TestLibCython.py -> ../../../../../../share/pyshared/Cython/Debugger/Tests/TestLibCython.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/Tests/__init__.py -> ../../../../../../share/pyshared/Cython/Debugger/Tests/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/Tests/cfuncs.c -> ../../../../../../share/pyshared/Cython/Debugger/Tests/cfuncs.c
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/Tests/codefile -> ../../../../../../share/pyshared/Cython/Debugger/Tests/codefile
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py -> ../../../../../../share/pyshared/Cython/Debugger/Tests/test_libcython_in_gdb.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py -> ../../../../../../share/pyshared/Cython/Debugger/Tests/test_libpython_in_gdb.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/__init__.py -> ../../../../../share/pyshared/Cython/Debugger/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/libcython.py -> ../../../../../share/pyshared/Cython/Debugger/libcython.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugger/libpython.py -> ../../../../../share/pyshared/Cython/Debugger/libpython.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Debugging.py -> ../../../../share/pyshared/Cython/Debugging.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Distutils/__init__.py -> ../../../../../share/pyshared/Cython/Distutils/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Distutils/build_ext.py -> ../../../../../share/pyshared/Cython/Distutils/build_ext.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Distutils/extension.py -> ../../../../../share/pyshared/Cython/Distutils/extension.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python2.5.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python2.5.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_bool.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_bool.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_buffer.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_buffer.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_bytes.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_bytes.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_cobject.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_cobject.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_complex.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_complex.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_dict.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_dict.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_exc.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_exc.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_float.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_float.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_function.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_function.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_getargs.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_getargs.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_instance.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_instance.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_int.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_int.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_iterator.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_iterator.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_list.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_list.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_long.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_long.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_mapping.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_mapping.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_mem.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_mem.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_method.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_method.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_module.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_module.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_number.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_number.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_object.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_object.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_oldbuffer.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_oldbuffer.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_pycapsule.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_pycapsule.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_ref.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_ref.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_sequence.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_sequence.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_set.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_set.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_string.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_string.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_tuple.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_tuple.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_type.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_type.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_unicode.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_unicode.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_version.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_version.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/python_weakref.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/python_weakref.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/stdio.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/stdio.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/stdlib.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/stdlib.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/Deprecated/stl.pxd -> ../../../../../../share/pyshared/Cython/Includes/Deprecated/stl.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/__init__.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/__init__.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/bool.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/bool.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/buffer.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/buffer.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/bytes.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/bytes.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/cobject.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/cobject.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/complex.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/complex.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/dict.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/dict.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/exc.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/exc.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/float.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/float.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/function.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/function.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/getargs.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/getargs.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/instance.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/instance.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/int.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/int.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/iterator.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/iterator.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/list.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/list.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/long.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/long.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/mapping.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/mapping.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/mem.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/mem.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/method.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/method.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/module.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/module.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/number.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/number.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/object.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/object.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/oldbuffer.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/oldbuffer.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/pycapsule.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/pycapsule.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/pystate.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/pystate.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/pythread.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/pythread.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/ref.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/ref.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/sequence.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/sequence.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/set.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/set.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/string.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/string.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/tuple.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/tuple.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/type.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/type.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/unicode.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/unicode.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/version.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/version.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/cpython/weakref.pxd -> ../../../../../../share/pyshared/Cython/Includes/cpython/weakref.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/__init__.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/__init__.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/errno.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/errno.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/float.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/float.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/limits.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/limits.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/locale.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/locale.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/math.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/math.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/setjmp.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/setjmp.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/signal.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/signal.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/stddef.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/stddef.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/stdint.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/stdint.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/stdio.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/stdio.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/stdlib.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/stdlib.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libc/string.pxd -> ../../../../../../share/pyshared/Cython/Includes/libc/string.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/__init__.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/__init__.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/deque.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/deque.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/list.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/list.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/map.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/map.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/pair.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/pair.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/queue.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/queue.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/set.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/set.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/stack.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/stack.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/string.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/string.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/utility.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/utility.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/libcpp/vector.pxd -> ../../../../../../share/pyshared/Cython/Includes/libcpp/vector.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/numpy.pxd -> ../../../../../share/pyshared/Cython/Includes/numpy.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/openmp.pxd -> ../../../../../share/pyshared/Cython/Includes/openmp.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/posix/__init__.pxd -> ../../../../../../share/pyshared/Cython/Includes/posix/__init__.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/posix/fcntl.pxd -> ../../../../../../share/pyshared/Cython/Includes/posix/fcntl.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/posix/ioctl.pxd -> ../../../../../../share/pyshared/Cython/Includes/posix/ioctl.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Includes/posix/unistd.pxd -> ../../../../../../share/pyshared/Cython/Includes/posix/unistd.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Actions.pxd -> ../../../../../share/pyshared/Cython/Plex/Actions.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Actions.py -> ../../../../../share/pyshared/Cython/Plex/Actions.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/DFA.py -> ../../../../../share/pyshared/Cython/Plex/DFA.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Errors.py -> ../../../../../share/pyshared/Cython/Plex/Errors.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Lexicons.py -> ../../../../../share/pyshared/Cython/Plex/Lexicons.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Machines.py -> ../../../../../share/pyshared/Cython/Plex/Machines.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Regexps.py -> ../../../../../share/pyshared/Cython/Plex/Regexps.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Scanners.pxd -> ../../../../../share/pyshared/Cython/Plex/Scanners.pxd
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Scanners.py -> ../../../../../share/pyshared/Cython/Plex/Scanners.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Timing.py -> ../../../../../share/pyshared/Cython/Plex/Timing.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Traditional.py -> ../../../../../share/pyshared/Cython/Plex/Traditional.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Transitions.py -> ../../../../../share/pyshared/Cython/Plex/Transitions.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/__init__.py -> ../../../../../share/pyshared/Cython/Plex/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Runtime/__init__.py -> ../../../../../share/pyshared/Cython/Runtime/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Runtime/refnanny.pyx -> ../../../../../share/pyshared/Cython/Runtime/refnanny.pyx
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Shadow.py -> ../../../../share/pyshared/Cython/Shadow.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/StringIOTree.py -> ../../../../share/pyshared/Cython/StringIOTree.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/TestUtils.py -> ../../../../share/pyshared/Cython/TestUtils.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Tests/TestCodeWriter.py -> ../../../../../share/pyshared/Cython/Tests/TestCodeWriter.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Tests/TestStringIOTree.py -> ../../../../../share/pyshared/Cython/Tests/TestStringIOTree.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Tests/__init__.py -> ../../../../../share/pyshared/Cython/Tests/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Tests/xmlrunner.py -> ../../../../../share/pyshared/Cython/Tests/xmlrunner.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/Utils.py -> ../../../../share/pyshared/Cython/Utils.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/Cython/__init__.py -> ../../../../share/pyshared/Cython/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/cython.py -> ../../../share/pyshared/cython.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/pyximport/__init__.py -> ../../../../share/pyshared/pyximport/__init__.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/pyximport/pyxbuild.py -> ../../../../share/pyshared/pyximport/pyxbuild.py
lrwxrwxrwx  root/root   /usr/lib/python2.7/dist-packages/pyximport/pyximport.py -> ../../../../share/pyshared/pyximport/pyximport.py

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Code.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/FlowControl.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Lexicon.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Parsing.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Scanning.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Visitor.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Plex/Actions.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Plex/Scanners.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Runtime/refnanny.so
-rw-r--r--  root/root   /usr/share/python-support/cython.public

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: {+python2.7, python (>= 2.7.1-0ubuntu2),+} python (<< 2.8), [-python (>= 2.7), python-support (>= 0.90.0),-] libc6 (>= 2.4)
Installed-Size: [-4550-] {+4628+}
Maintainer: [-Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>-]
[-Original-Maintainer:-] Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
[-Python-Version: 2.7-]
Version: [-0.15.1-2-] {+0.15.1-3+}
-------------- next part --------------
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Compiler/Code.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Compiler/FlowControl.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Compiler/Lexicon.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Compiler/Parsing.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Compiler/Visitor.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Plex/Actions.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Plex/Scanners.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/python2.7/dist-packages/Cython/Runtime/refnanny.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Code_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/FlowControl_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Lexicon_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Parsing_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Compiler/Visitor_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Actions_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Plex/Scanners_d.so
-rw-r--r--  root/root   /usr/lib/python2.7/dist-packages/Cython/Runtime/refnanny_d.so
lrwxrwxrwx  root/root   /usr/share/doc/cython-dbg -> cython

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Compiler/Code.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Compiler/FlowControl.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Compiler/Lexicon.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Compiler/Parsing.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Compiler/Scanning.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Compiler/Visitor.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Plex/Actions.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Plex/Scanners.so
-rw-r--r--  root/root   /usr/lib/debug/usr/lib/pyshared/python2.7/Cython/Runtime/refnanny.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Code_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/FlowControl_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Lexicon_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Parsing_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Scanning_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Compiler/Visitor_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Plex/Actions_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Plex/Scanners_d.so
-rw-r--r--  root/root   /usr/lib/pyshared/python2.7/Cython/Runtime/refnanny_d.so
-rw-r--r--  root/root   /usr/share/doc/cython-dbg/copyright
-rw-r--r--  root/root   /usr/share/python-support/cython-dbg.public
-rwxr-xr-x  root/root   DEBIAN/postinst
-rwxr-xr-x  root/root   DEBIAN/prerm
lrwxrwxrwx  root/root   /usr/share/doc/cython-dbg/changelog.Debian.gz -> ../cython/changelog.Debian.gz
lrwxrwxrwx  root/root   /usr/share/doc/cython-dbg/cython -> cython

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: [-python (<< 2.8), python-] {+python2.7-dbg, python-dbg+} (>= 2.7), [-python-support (>= 0.90.0),-] {+python-dbg (<< 2.8),+} libc6 (>= 2.4), cython (= [-0.15.1-2)-] {+0.15.1-3)+}
Installed-Size: [-11448-] {+13562+}
Maintainer: [-Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>-]
[-Original-Maintainer:-] Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
[-Python-Version: 2.7-]
Version: [-0.15.1-2-] {+0.15.1-3+}


More information about the Python-apps-team mailing list