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

lintian: r110 - in branches/1.22.11+udeb: branches/1.22.11+udeb/frontend branches/1.22.11+udeb/man



Author: djpig
Date: 2004-03-24 22:39:42 +0100 (Wed, 24 Mar 2004)
New Revision: 110

Modified:
   branches/1.22.11+udeb/frontend/lintian
   branches/1.22.11+udeb/man/lintian.1
Log:
Document --udeb option


Modified: branches/1.22.11+udeb/frontend/lintian
===================================================================
--- branches/1.22.11+udeb/frontend/lintian	2004-03-24 21:18:17 UTC (rev 109)
+++ branches/1.22.11+udeb/frontend/lintian	2004-03-24 21:39:42 UTC (rev 110)
@@ -204,7 +204,7 @@
 }
 
 # Record what type of data is specified
-# Options: -b|--binary, -s|--source
+# Options: -b|--binary, -s|--source, --udeb
 sub record_pkgmode {
     $pkg_mode = 'b' if $_[0] eq 'binary';
     $pkg_mode = 's' if $_[0] eq 'source';

Modified: branches/1.22.11+udeb/man/lintian.1
===================================================================
--- branches/1.22.11+udeb/man/lintian.1	2004-03-24 21:18:17 UTC (rev 109)
+++ branches/1.22.11+udeb/man/lintian.1	2004-03-24 21:39:42 UTC (rev 110)
@@ -228,6 +228,10 @@
 The following packages listed on the command line are source packages.
 
 .TP
+.BR \-\-udeb
+The following packages listed on the command line are udeb packages.
+
+.TP
 .BR \-p ", " \-\-packages\-file " X"
 Process all packages which are listed in file
 .BR X .



Reply to: