From 76c92a24de10b6009c03dc7744f73be6a70e039f Mon Sep 17 00:00:00 2001 From: Stephen Early Date: Fri, 9 Feb 2024 13:12:39 +0000 Subject: [PATCH] Update Debian packaging for release 23 --- debian/control | 4 ++-- ...uicktill22.examples => quicktill23.examples} | 0 ...uicktill22.manpages => quicktill23.manpages} | 0 debian/runtill.1 | 17 +++++++++-------- 4 files changed, 11 insertions(+), 10 deletions(-) rename debian/{quicktill22.examples => quicktill23.examples} (100%) rename debian/{quicktill22.manpages => quicktill23.manpages} (100%) diff --git a/debian/control b/debian/control index b853151c..c0358668 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,11 @@ Homepage: https://github.com/sde1000/quicktill Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-sqlalchemy Standards-Version: 3.9.6 -Package: quicktill22 +Package: quicktill23 Architecture: all Depends: ${python3:Depends} Conflicts: quicktill, quicktill1, quicktill2, quicktill3, quicktill4, quicktill14, quicktill15, quicktill16, quicktill17, quicktill18, quicktill19, quicktill20 -Replaces: quicktill, quicktill1, quicktill2, quicktill3, quicktill4, quicktill14, quicktill15, quicktill16, quicktill17, quicktill18, quicktill19, quicktill20, quicktill21 +Replaces: quicktill, quicktill1, quicktill2, quicktill3, quicktill4, quicktill14, quicktill15, quicktill16, quicktill17, quicktill18, quicktill19, quicktill20, quicktill21, quicktill22 Suggests: apgdiff Description: Simple stock-control and cash register software Figure out where all the money and stock went to! diff --git a/debian/quicktill22.examples b/debian/quicktill23.examples similarity index 100% rename from debian/quicktill22.examples rename to debian/quicktill23.examples diff --git a/debian/quicktill22.manpages b/debian/quicktill23.manpages similarity index 100% rename from debian/quicktill22.manpages rename to debian/quicktill23.manpages diff --git a/debian/runtill.1 b/debian/runtill.1 index c4b4168c..caf00341 100644 --- a/debian/runtill.1 +++ b/debian/runtill.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH RUNTILL 1 "2015-07-22" +.TH RUNTILL 1 "2024-02-09" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -61,7 +61,7 @@ User ID to use when no other user information is available (use 'listusers' command to check IDs) .TP .B \-y, \-\-log\-config LOGCONFIG -Specify a YAML log configuration file. +Specify a TOML log configuration file. .TP .B \-l, \-\-logfile=LOGFILE Specify a log filename for simple logging. @@ -93,9 +93,8 @@ Remove tables from the database. If the database contains more than two sessions of data then this command will refuse to run unless you supply the \-\-really option. .TP -.B dbsetup [ dbfile ] -With no positional argument, outputs a template database setup file on -STDOUT. With one argument, reads and processes a database setup file. +.B dbsetup dbfile +Reads and processes a TOML database setup file. .TP .B checkdb Compare the current database schema with one created from "syncdb" on @@ -114,9 +113,6 @@ List active users. Display a table of session totals, by default for the last 40 days. Override this with the \-\-days option. .TP -.B twitter-auth [ \-\-consumer-key KEY ] [ \-\-consumer-secret SECRET ] secretstore -Twitter login; stores credentials in the named secret store in the database. -.TP .B payment-config code Interactively configure the payment method specified by "code", if applicable. .TP @@ -127,6 +123,11 @@ View or modify configuration keys. Listen for user tokens; output the first received token and then exit. Helpful during initial setup to view a token to use with the 'adduser' command. +.TP +.B passwd [ \-\-password PASSWORD ] key-name secret-name +Store a password (optionally supplied on the command line; if absent +will be prompted for) in SecretStore key-name with secret name +secret-name. .SH AUTHOR .B quicktill