Control: tags 1056983 + pending

Hi again,

I've prepared an NMU for rungetty (versioned as 1.2-16.2) and
uploaded it to DELAYED/7 (with a better patch). Please feel free to
tell me if I should delay it longer.

Best,
Chris
diff -Nru rungetty-1.2/debian/changelog rungetty-1.2/debian/changelog
--- rungetty-1.2/debian/changelog	2021-11-07 16:45:12.000000000 +0100
+++ rungetty-1.2/debian/changelog	2024-01-08 14:16:48.000000000 +0100
@@ -1,3 +1,11 @@
+rungetty (1.2-16.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install rungetty into /usr/sbin instead of /sbin. (DEP17 M2)
+    (Closes: #1056983)
+
+ -- Chris Hofstaedtler <[email protected]>  Mon, 08 Jan 2024 14:16:48 +0100
+
 rungetty (1.2-16.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru rungetty-1.2/debian/patches/01_make-install-fix rungetty-1.2/debian/patches/01_make-install-fix
--- rungetty-1.2/debian/patches/01_make-install-fix	2016-01-04 19:56:37.000000000 +0100
+++ rungetty-1.2/debian/patches/01_make-install-fix	2024-01-08 14:16:26.000000000 +0100
@@ -5,15 +5,17 @@
 ===================================================================
 --- rungetty-1.2.orig/Makefile
 +++ rungetty-1.2/Makefile
-@@ -7,9 +7,9 @@ all:		rungetty
+@@ -6,10 +6,10 @@ all:		rungetty
+ 		size rungetty
  
  install:	all
- 		mkdir -p $(ROOT)/sbin
+-		mkdir -p $(ROOT)/sbin
 -		mkdir -p $(ROOT)/usr/man/man8
 -		install -s -m 0755 -o root -g root rungetty $(ROOT)/sbin/
 -		install -m 0644 -o root -g root rungetty.8 $(ROOT)/usr/man/man8/
++		mkdir -p $(ROOT)/usr/sbin
 +		mkdir -p $(ROOT)/usr/share/man/man8
-+		install -m 0755 -o root -g root rungetty $(ROOT)/sbin/
++		install -m 0755 -o root -g root rungetty $(ROOT)/usr/sbin/
 +		install -m 0644 -o root -g root rungetty.8 $(ROOT)/usr/share/man/man8/
  
  rungetty:	rungetty.o

Reply via email to