* Adam Heath ([EMAIL PROTECTED]) [041013 21:10]:
> Er, what is this patch supposed to do?

| apt-get satisfy debhelper (>= 4.1.0) glibc sed
ensures that these packages are installed afterwards.

> From reading the patch, the commands, and the variable names, it seems to do
> the exact same thing as build-dep.
+   string dependencylist;                                                      
                                                                                
  
+   for (const char **I = CmdL.FileList + 1; *I != 0; I++)                      
                                                                                
  
+       dependencylist += ((string) *I + (string) " ");                         
                                                                                
  
This create a binary string as dependency list that is just parsed as
apt-get build-dep - just that the build-dependencies are not got out of
the source package, but from the command line.



Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C

Reply via email to