uncommitted - tgt

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/Makefile b/Makefile
index 003d720..d8c49cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION ?= 1.0.84
+VERSION ?= 1.0.85
 
 CHECK_CC = cgcc
 CHECK_CC_FLAGS = '$(CHECK_CC) -Wbitwise -Wno-return-void -no-compile $(ARCH)'
diff --git a/debian/changelog b/debian/changelog
index 1f93ab8..7e7e8cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tgt (1:1.0.85-1) unstable; urgency=medium
+
+  * New upstream version 1.0.85
+    a73ebbd Remove blank from Documentation line in service file
+    a3720d2 Remove duplicate include of sysmacros.h
+
+ -- Apollon Oikonomopoulos <apoikos@debian.org>  Mon, 09 Jan 2023 16:58:58 +0200
+
 tgt (1:1.0.84-1) unstable; urgency=medium
 
   * New upstream version 1.0.84:
diff --git a/scripts/tgtd.service b/scripts/tgtd.service
index f31da96..348f106 100644
--- a/scripts/tgtd.service
+++ b/scripts/tgtd.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=iSCSI target framework daemon
-Documentation=man: tgtd(8)
+Documentation=man:tgtd(8)
 After=network.target
 
 # On systems without virtual consoles, don't start any getty. Note
diff --git a/usr/bs_sg.c b/usr/bs_sg.c
index 7d81212..9005ce3 100644
--- a/usr/bs_sg.c
+++ b/usr/bs_sg.c
@@ -36,7 +36,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/epoll.h>
-#include <sys/sysmacros.h>
 #include <scsi/sg.h>
 
 #include "bsg.h" /* Copied from include/linux/bsg.h */

Run locally

More details

Full run details

Historical runs