diff options
| -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 |
