[neon/backports-jammy/distrobox/Neon/unstable] debian: Update install invocation

Michel Alexandre Salim null at kde.org
Fri Jul 14 11:42:05 BST 2023


Git commit 4fa2347aa86fa15bc63053093c73f04f9d0742a1 by Michel Alexandre Salim.
Committed on 12/09/2022 at 11:02.
Pushed by jriddell into branch 'Neon/unstable'.

Update install invocation

Signed-off-by: Michel Alexandre Salim <michel at michel-slm.name>

M  +2    -8    debian/rules

https://invent.kde.org/neon/backports-jammy/distrobox/-/commit/4fa2347aa86fa15bc63053093c73f04f9d0742a1

diff --git a/debian/rules b/debian/rules
index 607cdbf..a726d7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,7 @@
 #!/usr/bin/make -f
-# You must remove unused comment lines for the released package.
-#export DH_VERBOSE = 1
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@
-#override_dh_auto_configure:
-#override_dh_auto_build:
+
 override_dh_install:
-	./install -p debian/distrobox/usr/bin
+	./install -P debian/distrobox/usr



More information about the Neon-commits mailing list