Skip to content

Commit

Permalink
Update Debian packaging for release 23
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed Feb 9, 2024
1 parent 77aab98 commit 76c92a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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!
File renamed without changes.
File renamed without changes.
17 changes: 9 additions & 8 deletions debian/runtill.1
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 76c92a2

Please sign in to comment.