New Upstream Release - task-spooler

Ready changes

Summary

Merged new upstream version: 1.0.2+dfsg1 (was: 1.0.1+dfsg1).

Resulting package

Built on 2022-12-24T19:51 (took 3m19s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases task-spooler-dbgsymapt install -t fresh-releases task-spooler

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index af45acb..08f9e88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+task-spooler (1.0.2+dfsg1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 24 Dec 2022 19:49:01 -0000
+
 task-spooler (1.0.1+dfsg1-1) unstable; urgency=medium
 
   * Change http to https in urls
diff --git a/debian/patches/manpage.patch b/debian/patches/manpage.patch
index d6fb1e7..1f0c957 100644
--- a/debian/patches/manpage.patch
+++ b/debian/patches/manpage.patch
@@ -1,8 +1,10 @@
 Subject: Minor fixes to man page
 Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
---- a/ts.1
-+++ b/ts.1
-@@ -107,9 +107,9 @@
+Index: task-spooler.git/ts.1
+===================================================================
+--- task-spooler.git.orig/ts.1
++++ task-spooler.git/ts.1
+@@ -107,9 +107,9 @@ Only the stdout file gets created with \
  any other; the ".e" will be overwritten if it existed.
  .TP
  .B "\-N <num>"
diff --git a/debian/patches/tsp.patch b/debian/patches/tsp.patch
index 9658d4b..94c3dc4 100644
--- a/debian/patches/tsp.patch
+++ b/debian/patches/tsp.patch
@@ -1,9 +1,11 @@
 Subject: Rename executable and man page to tsp
 Forwarded: not-needed
 Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
---- a/Makefile
-+++ b/Makefile
-@@ -56,6 +56,6 @@
+Index: task-spooler.git/Makefile
+===================================================================
+--- task-spooler.git.orig/Makefile
++++ task-spooler.git/Makefile
+@@ -56,6 +56,6 @@ clean:
  
  install: ts
  	$(INSTALL) -d $(PREFIX)/bin
@@ -12,8 +14,10 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  	$(INSTALL) -d $(PREFIX)/share/man/man1
 -	$(INSTALL) -m 644 ts.1 $(PREFIX)/share/man/man1
 +	$(INSTALL) -m 644 ts.1 $(PREFIX)/share/man/man1/tsp.1
---- a/ts.1
-+++ b/ts.1
+Index: task-spooler.git/ts.1
+===================================================================
+--- task-spooler.git.orig/ts.1
++++ task-spooler.git/ts.1
 @@ -5,11 +5,14 @@
  .\" that should have been distributed together with this file.
  .\" 
@@ -32,7 +36,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  .sp
  Actions:
  .BI "[\-KClhV]
-@@ -32,13 +35,13 @@
+@@ -32,13 +35,13 @@ Options:
  .BI "[\-D <"id >]
  
  .SH DESCRIPTION
@@ -48,7 +52,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  with a command will add that command to the queue, and calling it without
  commands or parameters will show the task list.
  .SH COMMAND OPTIONS
-@@ -113,15 +116,15 @@
+@@ -113,15 +116,15 @@ Instead of giving a new command, we can
  .TP
  .B "\-K"
  Kill the
@@ -67,7 +71,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  will finish when the server is really killed. By now it is a race condition.
  .TP
  .B "\-C"
-@@ -130,7 +133,7 @@
+@@ -130,7 +133,7 @@ Clear the results of finished jobs from
  .B "\-l"
  Show the list of jobs - to be run, running and finished - for the current queue.
  This is the default behaviour if
@@ -76,7 +80,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  is called without options.
  .TP
  .B "\-t [id]"
-@@ -186,7 +189,7 @@
+@@ -186,7 +189,7 @@ Show help on standard output.
  .B "\-V"
  Show the program version.
  .SH MULTI-SLOT
@@ -85,7 +89,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  by default offers a queue where each job runs only after the previous finished.
  Nevertheless, you can change the maximum number of jobs running at once with
  the
-@@ -252,7 +255,7 @@
+@@ -252,7 +255,7 @@ Set the number of slots at the start of
  .B \-S,
  but the contents of the variable are read only when running
  the first instance of
@@ -94,7 +98,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  .TP
  .B "TS_MAILTO"
  Send the letters with job results to the address specified in this variable.
-@@ -275,7 +278,7 @@
+@@ -275,7 +278,7 @@ is not specified.
  .TP
  .B "TS_SAVELIST"
  If it is defined when starting the queue server (probably the first
@@ -103,7 +107,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  command run), on SIGTERM the queue status will be saved to the file pointed
  by this environment variable - for example, at system shutdown.
  .TP
-@@ -288,12 +291,12 @@
+@@ -288,12 +291,12 @@ For example, you may use \fBTS_ENV='pwd;
  .TP
  .B /tmp/ts.error
  if
@@ -118,7 +122,7 @@ Author: Alexander Inyukhin <shurick@sectiorb.msk.ru>
  expects a simple command line. It does not start a shell parser.
  If you want to run complex shell commands, you may want to run them through
  .B sh -c 'commands...'
-@@ -313,8 +316,8 @@
+@@ -313,8 +316,8 @@ is created, which you can submit to the
  Lluis Batlle i Rossell
  .SH NOTES
  This page describes

More details

Full run details