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

[SCM] Debian package checker branch, master, updated. 2.5.4-150-ga198ac3



The following commit has been merged in the master branch:
commit a198ac370a3e06f8345239224dd3aef3badfd708
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 4 19:12:28 2012 +0100

    lintianrc.example: Remove deprecated vars and add TMPDIR
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index d217e03..b7212f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -168,6 +168,9 @@ lintian (2.5.5) UNRELEASED; urgency=low
       hours".
     + [NT] Documented architecture specific overrides.
       (Closes: #651816)
+  * doc/lintianrc.example:
+    + [NT] Removed depreacted variables and added sample TMPDIR
+      usage.
 
   * frontend/lintian:
     + [NT] Allow -U to be given more than once.
diff --git a/doc/lintianrc.example b/doc/lintianrc.example
index 918e9f7..09e84c6 100644
--- a/doc/lintianrc.example
+++ b/doc/lintianrc.example
@@ -41,13 +41,6 @@
 # about packages being checked.
 #LINTIAN_LAB="/var/spool/lintian"
 
-# If you want lintian to check the whole Debian archive instead of just
-# single packages you have to set the LINTIAN_DIST variable to the root
-# directory of the distribution archive (i.e., a local Debian mirror).
-#
-#LINTIAN_DIST="/ftp/debian/dists/unstable"
-
-# Specify a default architecture--when checking the full archive (as
-# specified by LINTIAN_DIST), Lintian will only check packages of this
-# architecture or of architecture `all'.
-#LINTIAN_ARCH="i386"
+# Use a different directory for temporary files - useful if /tmp is a
+# tmpfs with "limited" capacity.
+#TMPDIR="/var/tmp"

-- 
Debian package checker


Reply to: