Author: adam-guest
Date: 2008-05-11 13:09:43 +0000 (Sun, 11 May 2008)
New Revision: 1440
Modified:
trunk/debian/changelog
trunk/scripts/dget.pl
Log:
dget: Mention in the manpage that dget supports udebs so long as an
appropriate packages file is available to apt (Closes: #480461)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-05-11 11:42:12 UTC (rev 1439)
+++ trunk/debian/changelog 2008-05-11 13:09:43 UTC (rev 1440)
@@ -21,6 +21,8 @@
signature or updating the file sizes within the changes file before
signing it, as is already done for moving the resulting signed files
(Closes: #479569)
+ * dget: Mention in the manpage that dget supports udebs so long as an
+ appropriate packages file is available to apt (Closes: #480461)
[ James Vega ]
* mk-build-deps:
Modified: trunk/scripts/dget.pl
===================================================================
--- trunk/scripts/dget.pl 2008-05-11 11:42:12 UTC (rev 1439)
+++ trunk/scripts/dget.pl 2008-05-11 13:09:43 UTC (rev 1440)
@@ -500,6 +500,11 @@
download dependencies. If a version number is specified, this version
of the package is requested.
+(Note that I<.udeb> packages used by debian-installer are located in separate
+packages files from I<.deb> packages. In order to use I<.udebs> with B<dget>,
+you will need to have configured B<apt> to use a packages file for
+I<component>/I<debian-installer>).
+
Before downloading files listed in .dsc and .changes files, and before
downloading binary packages, B<dget> checks to see whether any of
these files already exist. If they do, then their md5sums are
--
To unsubscribe, send mail to [EMAIL PROTECTED]