Control: tags 1059181 + pending

Dear maintainer,

I've prepared an NMU for elvis-tiny (versioned as 1.4-24.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Chris

diff -Nru elvis-tiny-1.4/debian/changelog elvis-tiny-1.4/debian/changelog
--- elvis-tiny-1.4/debian/changelog	2022-10-06 23:10:44.000000000 +0200
+++ elvis-tiny-1.4/debian/changelog	2024-01-09 21:56:03.000000000 +0100
@@ -1,3 +1,12 @@
+elvis-tiny (1.4-24.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install into /usr/bin instead of /bin (DEP17 M2). (Closes: #1059181)
+    Per the general plan for the distribution, the paths given to
+    update-alternatives are kept unchanged.
+
+ -- Chris Hofstaedtler <z...@debian.org>  Tue, 09 Jan 2024 21:56:03 +0100
+
 elvis-tiny (1.4-24.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru elvis-tiny-1.4/debian/rules elvis-tiny-1.4/debian/rules
--- elvis-tiny-1.4/debian/rules	2022-10-06 23:10:44.000000000 +0200
+++ elvis-tiny-1.4/debian/rules	2023-12-21 00:28:26.000000000 +0100
@@ -12,8 +12,8 @@
 	dh_auto_build -- -f Makefile.mix EXTRA_CFLAGS="$(EXTRA_CFLAGS)"
 
 override_dh_auto_install:
-	install -m 755 -d $(tmp)/bin
-	install -m 755 elvis $(tmp)/bin/elvis-tiny
+	install -m 755 -d $(tmp)/usr/bin
+	install -m 755 elvis $(tmp)/usr/bin/elvis-tiny
 
 override_dh_auto_clean:
 	make -f Makefile.mix clobber

Reply via email to