diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0764198..d4c376d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mfamily-scripts (1.1-1) unstable; urgency=medium + + * Add crons + * Fix perms + + -- Jason McCormick <jason@mfamily.org> Wed, 20 Dec 2023 20:43:08 -0500 + mfamily-scripts (1.0-1) unstable; urgency=medium * Initial release diff --git a/debian/control b/debian/control index d168a2a..bc3b8ca 100644 --- a/debian/control +++ b/debian/control @@ -11,5 +11,5 @@ Rules-Requires-Root: binary-targets Package: mfamily-scripts Architecture: all -Depends: ${misc:Depends}, python3-netifaces, cron +Depends: ${misc:Depends}, python3-netifaces, cron, bsd-mailx Description: MFamily Scripts |
