Skip to content

Commit

Permalink
Improve Debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Oct 1, 2017
1 parent 875a142 commit 32bf0c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions _build/builddeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ cd ../../..
PACKAGE="$(find _build/dist -mindepth 1 -maxdepth 1 -name 'cron-notify_*_all.deb')"

echo
echo "Success!"
echo "Run \`dpkg -i \"$PACKAGE\"\` to install the package..."
echo "Success! Run \`dpkg -i \"$PACKAGE\"\` to install the package..."
6 changes: 4 additions & 2 deletions _build/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ Package: cron-notify
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, python3-croniter, python3-dbus, python3-gi, python3-notify2, python3-xdg
Description: cron-notify
cron-notify is a FreeDesktop.org-compatible notification service to periodically ask for acknowledgement before executing a cronjob. It is often used for backup software and was previously known as borg-notify, referring to its original purpose as a notification service for Borg Backup.
Description: cron-like daemon with notification support
cron-notify is a FreeDesktop.org-compatible notification service to periodically ask for acknowledgement before executing a cronjob.
.
It is often used for backup software and was previously known as borg-notify, referring to its original purpose as a notification service for Borg Backup.
1 change: 0 additions & 1 deletion _build/debian/docs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
README.md
LICENSE

0 comments on commit 32bf0c7

Please sign in to comment.