Merge lp:~kalikiana/unity-action-api/cutedocs into lp:unity-action-api
Proposed by
Cris Dywan
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Antti Kaijanmäki | ||||
| Approved revision: | 30 | ||||
| Merged at revision: | 30 | ||||
| Proposed branch: | lp:~kalikiana/unity-action-api/cutedocs | ||||
| Merge into: | lp:unity-action-api | ||||
| Diff against target: |
6 lines (+2/-0) 1 file modified
debian/unity-action-doc.compress (+2/-0) |
||||
| To merge this branch: | bzr merge lp:~kalikiana/unity-action-api/cutedocs | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot (community) | continuous-integration | Approve | |
| Antti Kaijanmäki (community) | Approve | ||
|
Review via email:
|
|||
Commit message
Don't compress files or it breaks reading the docs
Description of the change
FYI dh_compress is the evildoer here, it looks for what it considers big files and gzip-compresses them which is a no-go for any of the docs to be consumed by other tools or read in a browser.
To post a comment you must log in.
ok, approved.