diff options
author | dancer <dancer> | 2004-07-28 23:39:24 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-07-28 23:39:24 +0000 |
commit | e1f7eaa51635f5a53da343bce05c2a6826ab9e27 (patch) | |
tree | b7323e0d8ba0e506a4c34ef84ca5183aaead25bb /ChangeLog | |
parent | c7c59cb36ac720cacd79a9413e8d1747991865f7 (diff) | |
download | pbuilder-e1f7eaa51635f5a53da343bce05c2a6826ab9e27.tar pbuilder-e1f7eaa51635f5a53da343bce05c2a6826ab9e27.tar.gz |
+
+ * debian/pbuilder-uml.files: add pbuilder-uml-checkparams
+
+ * Makefile: add pbuilder-uml-checkparams
+
+ * pdebuild-user-mode-linux.1: update manual to reflect
+ current reality of pdebuild-user-mode-linux. It was originally just a
+ copy of pdebuild manpage.
+
+ * pbuilder-checkparams: shift around debootstrapopts parameter
+ processing out of pdebuild options; it doesn't belong there.
+
+ * pdebuild-user-mode-linux: Call pbuilder-uml-checkparams to
+ parse commands in UML way, not pbuilder way.
+ * pbuilder-uml-checkparams: Move command-line parser to here
+ * pbuilder-user-mode-linux: Move command-line parser out
+
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2004-07-29 Junichi Uekawa <dancer@debian.org> + + * debian/pbuilder-uml.files: add pbuilder-uml-checkparams + + * Makefile: add pbuilder-uml-checkparams + + * pdebuild-user-mode-linux.1: update manual to reflect + current reality of pdebuild-user-mode-linux. It was originally just a + copy of pdebuild manpage. + + * pbuilder-checkparams: shift around debootstrapopts parameter + processing out of pdebuild options; it doesn't belong there. + + * pdebuild-user-mode-linux: Call pbuilder-uml-checkparams to + parse commands in UML way, not pbuilder way. + * pbuilder-uml-checkparams: Move command-line parser to here + * pbuilder-user-mode-linux: Move command-line parser out + 2004-07-24 Junichi Uekawa <dancer@debian.org> * pbuilder-user-mode-linux.1: document dumpconfig. |