Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use #!/usr/bin/dh-exec in relevant .install files | Benjamin Barenblat | 2015-01-31 |
| | | | | | A number of .install files reference the DEB_HOST_MULTIARCH variable. Make these files scripts run by dh-exec so it’s expanded properly. | ||
* | Don’t use asterisks in multiarch install files | Benjamin Barenblat | 2015-01-22 |
| | | | | | | | | | | | | | Alex Chernyakhovsky <achernya@mit.edu> recommends using /usr/lib/${DEB_HOST_MULTIARCH}/whatever instead of /usr/lib/*/whatever to install multiarch-aware libraries. This seems pretty reasonable to me, so I’ve made the change. | ||
* | Split plugins into separate packages | Benjamin Barenblat | 2015-01-20 |
This step sacrifices the debugging symbols, but they can be re-added later. |