Package: sqlobject / 3.7.0+dfsg-2

Metadata

Package Version Patches format
sqlobject 3.7.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_pkg_resources | (download)

sqlobject/conftest.py | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 we don't need pkg_resources to run the test suite during the

 build, so remove that dependency.
replace_logos | (download)

docs/Authors.rst | 10 3 + 7 - 0 !
docs/DeveloperGuide.rst | 30 11 + 19 - 0 !
docs/FAQ.rst | 10 3 + 7 - 0 !
docs/Inheritance.rst | 10 3 + 7 - 0 !
docs/News.rst | 10 3 + 7 - 0 !
docs/News1.rst | 10 3 + 7 - 0 !
docs/News2.rst | 10 3 + 7 - 0 !
docs/News3.rst | 10 3 + 7 - 0 !
docs/News4.rst | 10 3 + 7 - 0 !
docs/News5.rst | 10 3 + 7 - 0 !
docs/Python3.rst | 10 3 + 7 - 0 !
docs/SQLBuilder.rst | 10 3 + 7 - 0 !
docs/SQLObject.rst | 10 3 + 7 - 0 !
docs/SelectResults.rst | 10 3 + 7 - 0 !
docs/TODO.rst | 10 3 + 7 - 0 !
docs/Versioning.rst | 10 3 + 7 - 0 !
docs/Views.rst | 10 3 + 7 - 0 !
docs/community.rst | 10 3 + 7 - 0 !
docs/download.rst | 10 3 + 7 - 0 !
docs/index.rst | 10 3 + 7 - 0 !
docs/links.rst | 10 3 + 7 - 0 !
docs/sqlobject-admin.rst | 10 3 + 7 - 0 !
22 files changed, 74 insertions(+), 166 deletions(-)

 replace the image links simple text links.

 The image links link to several external sites (sourceforge, travis-ci,
 circleci.com and so forth), which triggers lintian's privacy-breach-logo
 error. This avoids the entire issue and avoids dragging the logos into
 the package.
0004 Remove docs from installed files.patch | (download)

setup.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove docs from installed files

We don't want to install the documentation in the package as well,
since we already install it under /usr/share/doc, so we exclude
it from setup.py


0005 Change the formencode versions to work with the debi.patch | (download)

setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change the formencode versions to work with the debian version.

The issues with FormEncode 1.3.0 that the requires are trying
to avoid do not apply to the debian package, and keeping this
requirement in place can cause problems with packages using
the debian versions, so we change the requirement to 1.3.0 or later.