Merge lp://staging/~lool/libubuntuone/out-of-tree-keyfile-lp-688538 into lp://staging/libubuntuone
Proposed by
Loïc Minier
Status: | Rejected |
---|---|
Rejected by: | dobey |
Proposed branch: | lp://staging/~lool/libubuntuone/out-of-tree-keyfile-lp-688538 |
Merge into: | lp://staging/libubuntuone |
Diff against target: |
17 lines (+6/-1) 1 file modified
bindings/mono/Makefile.am (+6/-1) |
To merge this branch: | bzr merge lp://staging/~lool/libubuntuone/out-of-tree-keyfile-lp-688538 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
dobey (community) | Disapprove | ||
Review via email: mp+43645@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 111. By Loïc Minier
-
bindings/
mono/Makefile. am: if srcdir != builddir, copy mono.snk keyfile
into builddir and pass $(srcdir)/*.cs to gmcs as to include
AssemblyInfo.cs and hence properly sign the DLL; LP: #688538.
This seems like the wrong way to solve the problem. I'm sure it works as a quick fix to the package itself, but we should make this more robust in the upstream source, and add a test to ensure the signing actually works during distcheck.