Source: elvis-tiny
Version: 1.4-24.1
Severity: normal
Tags: patch

elvis-tiny installs files into /bin. For the ongoing Debian UsrMerge
effort [1], we want that directory to become empty, and instead use
/usr/bin.

For your convenience, I'm attaching a patch to implement that.

Please see the wiki about uploading to experimental.

Thanks for considering,
Chris

[1] https://wiki.debian.org/UsrMerge

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	2023-12-21 00:28:40.000000000 +0100
@@ -1,3 +1,10 @@
+elvis-tiny (1.4-24.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install into /usr/bin instead of /bin. (Closes: #-1)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Thu, 21 Dec 2023 00:28:40 +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