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

[SCM] Debian packaging of texlive-nonbin) branch, master, updated. debian/all-2013.20130530-1-8-g1114029



The following commit has been merged in the master branch:
commit d88dddb01468fc52d3bb5d33cd21c5597d5bb5bb
Author: Norbert Preining <preining@debian.org>
Date:   Mon Jul 1 20:53:43 2013 +0900

    respect TMPDIR env var in pdfjam (Closes: #714188) (thanks Ivan Shmakov)

diff --git a/texlive-extra/debian/changelog b/texlive-extra/debian/changelog
index 0fb202a..e75f272 100644
--- a/texlive-extra/debian/changelog
+++ b/texlive-extra/debian/changelog
@@ -4,8 +4,9 @@ texlive-extra (2013.20130530-2) UNRELEASED; urgency=low
   * texlive-publishers depends on texlive-latex-recommended (Closes: #710420)
   * texlive-science depends on texlive-latex-recommended (Closes: #711168)
   * fix texcount for \verb+...+ (Closes: #711491)
+  * respect TMPDIR env var in pdfjam (Closes: #714188) (thanks Ivan Shmakov)
 
- -- Norbert Preining <preining@debian.org>  Mon, 01 Jul 2013 20:46:53 +0900
+ -- Norbert Preining <preining@debian.org>  Mon, 01 Jul 2013 20:53:33 +0900
 
 texlive-extra (2013.20130530-1) unstable; urgency=low
 
diff --git a/texlive-extra/debian/patches/series b/texlive-extra/debian/patches/series
index eab1f43..b330c0a 100644
--- a/texlive-extra/debian/patches/series
+++ b/texlive-extra/debian/patches/series
@@ -3,3 +3,4 @@ fix-mf2pt1-info
 ulqda-use-digest-sha
 latex2man-mktemp
 upstream-texcount-verb-fix
+tmp-dir-for-pdfjam
diff --git a/texlive-extra/debian/patches/tmp-dir-for-pdfjam b/texlive-extra/debian/patches/tmp-dir-for-pdfjam
new file mode 100644
index 0000000..94718b9
--- /dev/null
+++ b/texlive-extra/debian/patches/tmp-dir-for-pdfjam
@@ -0,0 +1,13 @@
+Respect TMPDIR env var in pdfjam (Closes: #714188) (thanks Ivan Shmakov)
+--- texlive-extra-2013.20130509.orig/texmf-dist/scripts/pdfjam/pdfjam	2013-07-01 20:49:40.000000000 +0900
++++ texlive-extra-2013.20130509/texmf-dist/scripts/pdfjam/pdfjam	2013-07-01 20:50:18.000000000 +0900
+@@ -169,7 +169,8 @@
+ ##
+ ##  Next a permitted location for temporary files on your system:
+ ##
+-tempfileDir='/var/tmp'   ##  /var/tmp is standard on most unix systems
++#tempfileDir='/var/tmp'   ##  /var/tmp is standard on most unix systems
++tempfileDir=${TMPDIR:-'/tmp'}  ##  /tmp is the default on Debian
+ ##
+ ##
+ ##  Default for the output file location:

-- 
Debian packaging of texlive-nonbin)


Reply to: