aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordancer <dancer>2001-09-19 21:14:00 +0000
committerdancer <dancer>2001-09-19 21:14:00 +0000
commitff1607df0023a1206b7d84f8d1e1160c2279eb22 (patch)
treeabadcbad7ea320792ea1d251cb6e7c5e11e01426 /debian
parent04cba49d105f4fc7852e8ea6281fa485cde6a019 (diff)
downloadpbuilder-ff1607df0023a1206b7d84f8d1e1160c2279eb22.tar
pbuilder-ff1607df0023a1206b7d84f8d1e1160c2279eb22.tar.gz
TODO and changelog fixed
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO5
-rw-r--r--debian/changelog2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/TODO b/debian/TODO
index 275b369..1549dde 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,8 +1,9 @@
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.
- * Build dependency either has [!xxx !xxx !xxx ...] or [xxx xxx xxx ...] [!xxx xxx]
- formats are not parsed.
+ * 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.
diff --git a/debian/changelog b/debian/changelog
index 4468258..a6fe51a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
pbuilder (0.5) unstable; urgency=low
* fixed logic error in invocation to apt-cache.
- * actually parses the content of .dsc file, instead.
+ * Parsing of .dsc file is implemented, hoping not to have broken anything.
-- Junichi Uekawa <dancer@debian.org> Wed, 19 Sep 2001 14:36:19 +0900