diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 12:03:12 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 12:03:12 -0700 |
| commit | cc34eaa929225dc77b741367f13cec448c1211d0 (patch) | |
| tree | bdd75b4b6869ddb3f80fae2f99b097c29d712b76 | |
| parent | 6cc400d20e04584e5163c7a032c9df590efd5bec (diff) | |
| parent | 324632dd6c849abc992bd05d644ca7c4b305e8e4 (diff) | |
Merge branch 'joeyconfig'
| -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 |
