aboutsummaryrefslogtreecommitdiff
path: root/debian/TODO
blob: f7c5d0dbfd831e6c477543c6e99f429a6ba4a95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO and possible bugs: 
  * Make pbuilder build to abort on error, and give back an errorcode.
  * Build dependency handles |, but not when [] and | exist. -- no package should be using it.
  * Machine type specification in Build dependency should either have
   [!xxx !xxx !xxx ...] or [xxx xxx xxx ...] 
  [!xxx xxx] formats are not parsed, and should really not exist.
  * Now parses the .dsc file, however, the format of .dsc file is not really documented anywhere?
  * Parse the .changes file instead of guessing the resultant objects ... ? (the content of file probably changes depending on the version... not a good idea.
  * Cache the apt-get cache. pbuilder creates too much net traffic as
  is. -- and it is implemented. 

$Id$