summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4ed51d0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: calendar-cli
+Section: net
+Priority: optional
+Maintainer: cos <cos>
+Rules-Requires-Root: no
+Build-Depends:
+ debhelper-compat (= 13),
+ python3,
+ python3-pytest,
+Standards-Version: 4.6.2
+Homepage: https://github.com/tobixen/calendar-cli
+Vcs-Browser: https://git.netizen.se/calendar-cli
+Vcs-Git: https://git.netizen.se/calendar-cli
+
+Package: calendar-cli
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+ python3-caldav (>=0.12),
+ python3-icalendar,
+ python3-pytz-deprecation-shim,
+ python3-tzlocal,
+ python3-Click,
+ python3-six,
+Description: Simple command-line CalDav client
+ With calendar-cli it is possible to add calendar events, browse an agenda and
+ do task management using a caldav server.
+ .
+ THIS IS THE LEGACY VERSION. If you're already using calendar-cli and don't
+ want to change anything, then keep using it. If you need a production-ready
+ mature command-line utility for accessing your calendar, then this is the
+ right tool ... as for now. I decided to change a bit on the user interface,
+ rather than breaking backward compatibility I made a new command name plann. I
+ would recommend visit https://github.com/tobixen/plann for the new version.
+ .
+ This command, calendar-cli, will be maintained primarily for backward
+ compatibility. Bugfixes or minor "missing" features will be considered - but
+ for anyone in need of a command-line interface towards a CalDAV calendar
+ server, the recommendation is to use plann instead.