| Summary: | Python required for Debian package builds | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lars Wirzenius <lars> |
| Component: | Packaging | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | jonathan.druart, robin, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 4847: Remove the python dependency for package builds
Bug 4847: Remove the python dependency for package builds |
||
|
Description
Lars Wirzenius
2010-06-02 04:23:10 UTC
Resetting version. Created attachment 37175 [details] [review] Bug 4847: Remove the python dependency for package builds The only place python is used is in the debian/bd-to-depends script. This patch rewrite this script using perl. Test plan: The execution of debian/bd-to-depends Should return the same output. Robin, as the package guru, I really would like to get your opinion on this patch :) Created attachment 37201 [details] [review] Bug 4847: Remove the python dependency for package builds The only place python is used is in the debian/bd-to-depends script. This patch rewrite this script using perl. Test plan: The execution of debian/bd-to-depends Should return the same output. Signed-off-by: Robin Sheat <robin@catalyst.net.nz> Checked output, built a package, all is happy. Yay for no python! Patch pushed to master. I love this one Jonathan! |