[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of luatex) branch, master, updated. debian/0.76.0-2-5-gc3c8ad7



The following commit has been merged in the master branch:
commit 35d47fff93b064b2a123a4e2197985266053db63
Author: Norbert Preining <preining@debian.org>
Date:   Mon Jul 1 15:16:36 2013 +0900

    do not use absolute path for dpkg-divert (Closes: #709172)

diff --git a/debian/changelog b/debian/changelog
index dc764e8..2cfc113 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ luatex (0.76.0-3) UNRELEASED; urgency=low
 
   * import code changes to luatex around and after TL2013 release
     (new patch update-branch2013, based on TL svn rev 30973)
+  * do not use absolute path for dpkg-divert (Closes: #709172)
 
- -- Norbert Preining <preining@debian.org>  Mon, 01 Jul 2013 15:13:26 +0900
+ -- Norbert Preining <preining@debian.org>  Mon, 01 Jul 2013 15:16:07 +0900
 
 luatex (0.76.0-2) unstable; urgency=low
 
diff --git a/debian/postinst b/debian/postinst
index 662ae60..444601b 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -70,7 +70,7 @@ case "$1" in
         # we have to ensure we do not die here (set -e above) because
         # grep returns false if no match was found
         set +e
-        DIVERSIONS=`env LC_ALL=C /usr/sbin/dpkg-divert --list | grep -E 'by luatex$'`
+        DIVERSIONS=`env LC_ALL=C dpkg-divert --list | grep -E 'by luatex$'`
         if [ -n "$DIVERSIONS" ] ; then
             # first try with --rename 
             echo "$DIVERSIONS" | while read diversion of FILE to DIVERTED by PACKAGE; do

-- 
Debian packaging of luatex)


Reply to: