aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2001-09-18 14:02:17 +0000
committerdancer <dancer>2001-09-18 14:02:17 +0000
commit5742b847272db70cba2a4d7542efd20afc9de95f (patch)
tree6ff7e3702c4e6fee3b714993a6d2fd974ce00d18
parent6964657a0c3d0216d4e3f410157ca66dbc9a2b1d (diff)
downloadpbuilder-5742b847272db70cba2a4d7542efd20afc9de95f.tar
pbuilder-5742b847272db70cba2a4d7542efd20afc9de95f.tar.gz
updated.
-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$