Merge ~illia-v/ubuntu/+source/ubuntu-wallpapers/+git/ubuntu-wallpapers:python3 into ubuntu/+source/ubuntu-wallpapers:ubuntu/devel
Proposed by
Illia Volochii
Status: | Needs review |
---|---|
Proposed branch: | ~illia-v/ubuntu/+source/ubuntu-wallpapers/+git/ubuntu-wallpapers:python3 |
Merge into: | ubuntu/+source/ubuntu-wallpapers:ubuntu/devel |
Diff against target: |
97 lines (+28/-24) 4 files modified
debian/control (+4/-3) debian/rules (+1/-3) setup.cfg (+1/-3) setup.py (+22/-15) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robie Basak | Abstain | ||
Andreas Hasenack | Abstain | ||
Jeremy Bícha (community) | Needs Fixing | ||
Ubuntu Artwork Packagers | Pending | ||
Review via email: mp+356434@code.qastaging.launchpad.net |
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
debian/control:
1. Please do not change the Vcs fields. Our authoriative VCS is still bzr for this package until we can figure out a way to import our bzr history in to git. (And then we'll probably put it in ubuntu-desktop git instead of the git-ubuntu tree.)
2. I believe you can just Build-Depend on python3 instead of python3-all.
debian/rules:
3. The only line that looks needed to me is the dh line.
All of the above is fine as one commit. For other changes, please use separate commits.
4. It seems inconsistent to switch the top half of setup.py to separate the = operator by spaces on either side but then in the bottom half switch to not using spaces around the =.
5. What is the difference between changelog_file_path and changelog_file ? In other words, my initial reaction is that the initial "head=open" version is more readable.
6. One thing you can remove is the DPKG_GENSYMBOLS in debian/rules since we don't use symbols in this package since it's not a library. But please do that in a separate commit too.