Merge lp:~jkakar/subunit/ppa-build into lp:~subunit/subunit/trunk
Proposed by
Jamu Kakar
Status: | Rejected |
---|---|
Rejected by: | Robert Collins |
Proposed branch: | lp:~jkakar/subunit/ppa-build |
Merge into: | lp:~subunit/subunit/trunk |
Diff against target: | None lines |
To merge this branch: | bzr merge lp:~jkakar/subunit/ppa-build |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins | Needs Fixing | ||
Jelmer Vernooij | Disapprove | ||
Review via email: mp+5037@code.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 66. By Jamu Kakar
-
- Fix rules file.
- 65. By Jamu Kakar
-
- Moved setup.py back to the root directory and updated it to use a
symlink to point to subunit. - 64. By Jamu Kakar
-
- Fix broken path in rules file.
- 63. By Jamu Kakar
-
- Move setup.py into the python directory so that setuptools can
find the subunit package. - 62. By Jamu Kakar
-
- Added Debian packaging files and a setuptools setup.py file.
This branch adds a debian/ directory to subunit with Debian
packaging files. It's setup to build the python-subunit package for
multiple versions of Ubuntu with AutoPPA.
Some things that might need improvement:
1. In the end I had to symlink python/subunit to subunit, so that
setuptools could find the package (this happens in setup.py).
Maybe there's a better way to do this? I Google'd a bit, but
didn't find anything like a package_root_path or similar that I
could pass to the setup function.
2. None of the C or C++ code is used/compiled/ installed. I decided
not to worry about this for now, though thinking about it more it
probably would be a good idea to install libsubunit.so.
3. I didn't find a version number so I chose 0.0.1 arbitrarily.
I've built python-subunit packages using this code. They are
available in my PPA at:
https:/ /edge.launchpad .net/~jkakar/ +archive/ ppa
I've installed the hardy package and verified that 'import subunit'
works in a Python interpreter. Anyway, if the packages built by
this branch are acceptable I'd like to rebuild and distribute them
in a subunit-focused PPA.