diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 15:28:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 15:28:55 -0400 |
| commit | 2193b853b693e96a4650ec5c736de090979b1a3b (patch) | |
| tree | a20589ea6739928992ef0c0be23c0b45cd8e85f8 | |
| parent | 5711a275f739e2ad4c9b9d416f44b51d006c3d1e (diff) | |
add
| -rw-r--r-- | debian/README | 1 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/README b/debian/README new file mode 100644 index 00000000..4d54a783 --- /dev/null +++ b/debian/README @@ -0,0 +1 @@ +I don't know a good way to Debianize propellor! Help appreciated. -- Joey diff --git a/propellor.cabal b/propellor.cabal index a9c38cb9..9264c4aa 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -16,6 +16,7 @@ Extra-Source-Files: CHANGELOG Makefile debian/changelog + debian/README Synopsis: property-based host configuration management in haskell Description: Propellor enures that the system it's run in satisfies a list of |
