Author: schoenfeld
Date: 2010-01-11 11:46:52 +0000 (Mon, 11 Jan 2010)
New Revision: 2082

Modified:
   trunk/debian/changelog
   trunk/scripts/build-rdeps.pl
Log:
build-rdeps: Add some documentation to the manpage, which emphasizes on
the fact that the tool has some external dependencies (namely apt Sources
files)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2010-01-11 10:49:35 UTC (rev 2081)
+++ trunk/debian/changelog      2010-01-11 11:46:52 UTC (rev 2082)
@@ -23,8 +23,11 @@
   [ Patrick Schoenfeld ]
   * nmudiff: Fix "[nmudiff] please include --tagpending option" by applying the
     patch from Gregor Herrmann. Thanks. (Closes: #559549)
+  * build-rdeps: Add some documentation to the manpage, which emphasizes on
+    the fact that the tool has some external dependencies (namely apt Sources
+    files)
 
- -- Patrick Schoenfeld <[email protected]>  Mon, 11 Jan 2010 11:47:42 +0100
+ -- Patrick Schoenfeld <[email protected]>  Mon, 11 Jan 2010 12:46:00 +0100
 
 devscripts (2.10.61) unstable; urgency=low
 

Modified: trunk/scripts/build-rdeps.pl
===================================================================
--- trunk/scripts/build-rdeps.pl        2010-01-11 10:49:35 UTC (rev 2081)
+++ trunk/scripts/build-rdeps.pl        2010-01-11 11:46:52 UTC (rev 2082)
@@ -73,6 +73,19 @@
 
 =back
 
+=head1 REQUIREMENTS
+
+The tool requires apt Sources files to be around for the checked components.
+In the default case this means that in /var/lib/apt/lists files need to be
+around for main, contrib and non-free.
+
+In practice this means one needs to add one deb-src line for each component,
+e.g.
+
+deb-src http://<mirror>/debian <dist> main contrib non-free
+
+and run apt-get update afterwards or use the update option of this tool.
+
 =cut
 
 use warnings;



-- 
To unsubscribe, send mail to [email protected].

Reply via email to