Control: tags 1059412 + patch
Control: tags 1059412 + pending

Dear maintainer,

I've prepared an NMU for netcat-openbsd (versioned as 1.226-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Chris

diff -Nru netcat-openbsd-1.226/debian/changelog netcat-openbsd-1.226/debian/changelog
--- netcat-openbsd-1.226/debian/changelog	2023-10-16 19:31:08.000000000 +0200
+++ netcat-openbsd-1.226/debian/changelog	2024-04-22 01:39:53.000000000 +0200
@@ -1,3 +1,12 @@
+netcat-openbsd (1.226-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install nc.openbsd into /usr/bin. (Closes: #1059412)
+    Keep update-alternatives calls unchanged to preserve pre-existing
+    user/admin configuration.
+
+ -- Chris Hofstaedtler <z...@debian.org>  Mon, 22 Apr 2024 01:39:53 +0200
+
 netcat-openbsd (1.226-1) unstable; urgency=medium
 
   [ Guilhem Moulin ]
diff -Nru netcat-openbsd-1.226/debian/netcat-openbsd.install netcat-openbsd-1.226/debian/netcat-openbsd.install
--- netcat-openbsd-1.226/debian/netcat-openbsd.install	2023-10-16 19:31:08.000000000 +0200
+++ netcat-openbsd-1.226/debian/netcat-openbsd.install	2024-04-22 01:39:51.000000000 +0200
@@ -1 +1 @@
-nc bin/
+nc usr/bin/
diff -Nru netcat-openbsd-1.226/debian/rules netcat-openbsd-1.226/debian/rules
--- netcat-openbsd-1.226/debian/rules	2023-10-16 19:31:08.000000000 +0200
+++ netcat-openbsd-1.226/debian/rules	2024-04-22 01:39:51.000000000 +0200
@@ -39,7 +39,7 @@
 endif
 
 execute_after_dh_install:
-	mv -T $(prefix)/bin/nc $(prefix)/bin/nc.openbsd
+	mv -T $(prefix)/usr/bin/nc $(prefix)/usr/bin/nc.openbsd
 
 execute_after_dh_installman:
 	mv -T $(man1dir)/nc.1 $(man1dir)/nc_openbsd.1

Reply via email to