diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-31 17:19:22 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-31 17:19:22 -0500 |
commit | c2d232405dff3c653d8518d91cb1894bb1c4bcaf (patch) | |
tree | d83322095fa43c1d7f47ab6e78f79723622cce4c /debian/control | |
parent | cfe902d9dee2e85243ce26b8754e4b520c747ab7 (diff) |
Use #!/usr/bin/dh-exec in relevant .install files
A number of .install files reference the DEB_HOST_MULTIARCH variable.
Make these files scripts run by dh-exec so it’s expanded properly.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1ee4b60e..31535ed5 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Benjamin Barenblat <bbaren@mit.edu> Build-Depends: debhelper (>= 9), dh-autoreconf, + dh-exec, intltool, libasound2-dev, libavformat-dev, |