Control: tags 976401 + patch

Dear maintainer,

I've prepared an NMU for uftp (versioned as 4.10.2-1.1) and uploaded
it to DELAYED/1. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru uftp-4.10.2/debian/changelog uftp-4.10.2/debian/changelog
--- uftp-4.10.2/debian/changelog	2020-04-18 20:13:14.000000000 +0300
+++ uftp-4.10.2/debian/changelog	2021-02-05 16:56:17.000000000 +0200
@@ -1,3 +1,11 @@
+uftp (4.10.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * autopkgtest: Don't try to delete a file created by the daemon.
+    (Closes: #976401)
+
+ -- Adrian Bunk <b...@debian.org>  Fri, 05 Feb 2021 16:56:17 +0200
+
 uftp (4.10.2-1) unstable; urgency=medium
 
   * New upstream version 4.10.2
diff -Nru uftp-4.10.2/debian/tests/basic uftp-4.10.2/debian/tests/basic
--- uftp-4.10.2/debian/tests/basic	2018-09-07 14:21:18.000000000 +0300
+++ uftp-4.10.2/debian/tests/basic	2021-02-05 16:56:12.000000000 +0200
@@ -6,7 +6,7 @@
 dd if=/dev/urandom bs=1M count=2 of="$tmp"
 cleanup () {
 	rv="$?"
-	rm -f "$tmp" "/tmp/${tmp##*/}"
+	rm -f "$tmp"
 	return "$rv"
 }
 trap cleanup EXIT

Reply via email to