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

lintian: r1129 - in trunk: checks debian



Author: rra
Date: 2008-01-16 20:40:10 +0100 (Wed, 16 Jan 2008)
New Revision: 1129

Modified:
   trunk/checks/files.desc
   trunk/debian/changelog
Log:
* checks/files.desc:
  + [RA] In many of the long descriptions for symlink-related tags,
    mention that running dh_link will fix symlink problems.

Modified: trunk/checks/files.desc
===================================================================
--- trunk/checks/files.desc	2008-01-15 19:41:45 UTC (rev 1128)
+++ trunk/checks/files.desc	2008-01-16 19:40:10 UTC (rev 1129)
@@ -266,12 +266,18 @@
 Type: error
 Info: This symlink contains two successive slashes (//). This is in violation
  of policy, where it is stated that symlinks should be as short as possible
+ .
+ If you use debhelper, running dh_link after creating the package structure
+ will fix this problem for you.
 Ref: policy 10.5
 
 Tag: symlink-ends-with-slash
 Type: error
 Info: This symlink ends with a slash (/). This is in violation
  of policy, where it is stated that symlinks should be as short as possible
+ .
+ If you use debhelper, running dh_link after creating the package structure
+ will fix this problem for you.
 Ref: policy 10.5
 
 Tag: symlink-should-be-relative
@@ -280,12 +286,18 @@
  relative according to policy.  (In other words, a link in /usr to another
  file in /usr should be relative, while a link in /usr to a file in /etc
  should be absolute.)
+ .
+ If you use debhelper, running dh_link after creating the package structure
+ will fix this problem for you.
 Ref: policy 10.5
 
 Tag: symlink-should-be-absolute
 Type: error
 Info: Symbolic links between different top-level directories should be
  absolute.
+ .
+ If you use debhelper, running dh_link after creating the package structure
+ will fix this problem for you.
 Ref: policy 10.5
 
 Tag: udeb-contains-documentation-file
@@ -313,6 +325,9 @@
 Info: This link goes up, and then back down into the same subdirectory.
  Making it shorter will improve its chances of finding the right file
  if the user's system has lots of symlinked directories.
+ .
+ If you use debhelper, running dh_link after creating the package structure
+ will fix this problem for you.
 Ref: policy 10.5
 
 Tag: symlink-is-self-recursive
@@ -326,6 +341,9 @@
 Info: The symbolic link has needless segments like '..' and '.' in the middle.
  These are unneeded, and make the link longer than it could be, which is in
  violation of policy.
+ .
+ If you use debhelper, running dh_link after creating the package structure
+ will fix this problem for you.
 Ref: policy 10.5
 
 Tag: bad-permissions-for-etc-cron.d-script

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-15 19:41:45 UTC (rev 1128)
+++ trunk/debian/changelog	2008-01-16 19:40:10 UTC (rev 1129)
@@ -5,6 +5,9 @@
   * checks/fields:
     + [RA] The CDBS ant rules are in class, not rules.  Thanks, Cyril
       Brulebois.  (Closes: #460168)
+  * checks/files.desc:
+    + [RA] In many of the long descriptions for symlink-related tags,
+      mention that running dh_link will fix symlink problems.
   * checks/menu-format:
     + [RA] Avoid a Perl warning for desktop entries without Exec.
 


Reply to: