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 filePatch | File delta | Description |
---|---|---|
remove_pkg_resources | (download) |
sqlobject/conftest.py |
7 0 + 7 - 0 ! |
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 ! |
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 ! |
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 ! |
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. |