aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/TODO b/debian/TODO
index 48dcb1d..b200b10 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,5 +1,11 @@
TODO:
* Make pbuilder build to abort on error, and give back an errorcode.
- * Build dependency handles |, but not when [] and | exist. -- bad sign on x packages.
- * Build conflicts do not handle versions at all. -- should never do it.
+ * Build dependency handles |, but not when [] and | exist. -- no package should be using it.
+ * Build conflicts do not handle versions at all. -- should never do it. -- but glibc does..
+ * Build dependency either has [!xxx !xxx !xxx ...] or [xxx xxx xxx ...] [!xxx xxx]
+ formats are not parsed.
+ * Parse the .dsc file instead of guessing the filenames.
+ * Parse the .changes file instead of guessing the resultant objects ... ?
+
+$Id$