diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 12:02:54 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 12:02:54 -0700 |
| commit | 324632dd6c849abc992bd05d644ca7c4b305e8e4 (patch) | |
| tree | 2134557dd7b21b68afda1303c0b8ae54ed8862ee | |
| parent | 6f83f6fedb16eef2c6c1c383482e9e28b8bd313e (diff) | |
add lintian overrides for rpath wackiness
| -rw-r--r-- | debian/lintian-overrides | 1 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 00000000..25d3d4c3 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1 @@ +binary-or-shlib-defines-rpath diff --git a/propellor.cabal b/propellor.cabal index 9d7b9659..d0d1c362 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -24,6 +24,7 @@ Extra-Source-Files: debian/control debian/copyright debian/rules + debian/lintian-overrides Synopsis: property-based host configuration management in haskell Description: Propellor enures that the system it's run in satisfies a list of |
