tags 744917 + patch
tags 744917 + pending
thanks

Dear maintainer,

I've prepared an NMU for luajit (versioned as 2.0.3+dfsg-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru luajit-2.0.3+dfsg/debian/changelog luajit-2.0.3+dfsg/debian/changelog
--- luajit-2.0.3+dfsg/debian/changelog	2014-04-08 19:58:31.000000000 +0200
+++ luajit-2.0.3+dfsg/debian/changelog	2014-04-25 19:56:09.000000000 +0200
@@ -1,3 +1,11 @@
+luajit (2.0.3+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * call ldconfig with explicit /sbin in $PATH
+    Closes: #744917
+
+ -- Evgeni Golov <evgeni.go...@credativ.de>  Fri, 25 Apr 2014 19:53:24 +0200
+
 luajit (2.0.3+dfsg-2) unstable; urgency=medium
 
   * Fix multilib value in .pc file (Closes: #743762)
diff -Nru luajit-2.0.3+dfsg/debian/patches/0005-call-ldconfig-with-explicit-sbin-in-PATH.patch luajit-2.0.3+dfsg/debian/patches/0005-call-ldconfig-with-explicit-sbin-in-PATH.patch
--- luajit-2.0.3+dfsg/debian/patches/0005-call-ldconfig-with-explicit-sbin-in-PATH.patch	1970-01-01 01:00:00.000000000 +0100
+++ luajit-2.0.3+dfsg/debian/patches/0005-call-ldconfig-with-explicit-sbin-in-PATH.patch	2014-04-25 19:24:00.000000000 +0200
@@ -0,0 +1,26 @@
+From d151fa7e0187b8ac4392e667f3661743c6ac7318 Mon Sep 17 00:00:00 2001
+From: Evgeni Golov <evgeni.go...@credativ.de>
+Date: Fri, 25 Apr 2014 19:07:16 +0200
+Subject: [PATCH] call ldconfig with explicit /sbin in $PATH for calling it as
+ a user
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index b23b648..2dfff68 100644
+--- a/Makefile
++++ b/Makefile
+@@ -73,7 +73,7 @@ SYMLINK= ln -sf
+ INSTALL_X= install -m 0755
+ INSTALL_F= install -m 0644
+ UNINSTALL= $(RM)
+-LDCONFIG= ldconfig -n
++LDCONFIG= PATH=/sbin:$$PATH ldconfig -n
+ SED_PC= sed -e "s|^prefix=.*|prefix=$(PREFIX)|" \
+             -e "s|^multilib=.*|multilib=$(MULTILIB)|"
+ 
+-- 
+2.0.0.rc0
+
diff -Nru luajit-2.0.3+dfsg/debian/patches/series luajit-2.0.3+dfsg/debian/patches/series
--- luajit-2.0.3+dfsg/debian/patches/series	2014-04-08 19:58:31.000000000 +0200
+++ luajit-2.0.3+dfsg/debian/patches/series	2014-04-25 19:47:22.000000000 +0200
@@ -0,0 +1 @@
+0005-call-ldconfig-with-explicit-sbin-in-PATH.patch

Reply via email to