diff options
author | dancer <dancer> | 2006-10-23 14:17:36 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-10-23 14:17:36 +0000 |
commit | 09c43151f01f05286b248be2395498da5a3e322f (patch) | |
tree | 0beb77d2bd1406ad8ca91a4a48eb4f1d0a5ef6d8 | |
parent | 26c152e23e034d8c9619fb56e7694ec5bbafe651 (diff) | |
download | pbuilder-09c43151f01f05286b248be2395498da5a3e322f.tar pbuilder-09c43151f01f05286b248be2395498da5a3e322f.tar.gz |
s/cowdancer/cowbuilder/ in manual.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 10 | ||||
-rw-r--r-- | debian/changelog | 5 |
3 files changed, 12 insertions, 7 deletions
@@ -1,3 +1,7 @@ +2006-10-23 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml: s/cowdancer/cowbuilder/ + 2006-09-16 Junichi Uekawa <dancer@debian.org> * added patch from Mattia Dongili <malattia@linux.it> for pbuilder-uml. diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index db96957..918605f 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1288,13 +1288,13 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder <command>cowdancer</command> package since 0.14 </para> <para> - Example command-lines for cowdancer look like the following. + Example command-lines for cowbuilder look like the following. </para> <para> <screen> -# cowdancer --create --distribution sid -# cowdancer --update --distribution sid -# cowdancer --build XXX.dsc +# cowbuilder --create --distribution sid +# cowbuilder --update --distribution sid +# cowbuilder --build XXX.dsc </screen> </para> <para> @@ -1304,7 +1304,7 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder </para> <para> <screen> -$ pdebuild --pbuilder cowdancer +$ pdebuild --pbuilder cowbuilder </screen> </para> </sect1> diff --git a/debian/changelog b/debian/changelog index 8aab348..e562da8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ pbuilder (0.160) UNRELEASED; urgency=low - * + * Bug fix: "pbuilder-doc.html: cowbuilder instead of cowdancer", thanks + to Joachim Breitner (Closes: #394673). - -- Junichi Uekawa <dancer@debian.org> Mon, 9 Oct 2006 15:57:03 +0900 + -- Junichi Uekawa <dancer@debian.org> Mon, 23 Oct 2006 23:12:28 +0900 pbuilder (0.159) unstable; urgency=low |