summaryrefslogtreecommitdiff
path: root/debian/deadbeef-plugin-nullout.install
Commit message (Collapse)AuthorAge
* Use #!/usr/bin/dh-exec in relevant .install filesGravatar Benjamin Barenblat2015-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 filesGravatar Benjamin Barenblat2015-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 packagesGravatar Benjamin Barenblat2015-01-20
This step sacrifices the debugging symbols, but they can be re-added later.