Package: sqlobject / 3.10.1+dfsg-2

Metadata

Package Version Patches format
sqlobject 3.10.1+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 | 13 3 + 10 - 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, 66 insertions(+), 157 deletions(-)

 replace the image links simple text links.

 The image links link to several external sites (sourceforge, github
 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