From 6d86a6d09926d9906e1cfe614bdf7a35af40dcaf Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 22 Apr 2006 04:21:24 +0000 Subject: + * Documentation/pbuilder-doc.xml: update docs on user-mode-linux usage. + add reference to PDF version. and update some copyright years to 2006. --- ChangeLog | 3 +++ Documentation/pbuilder-doc.xml | 9 ++++++++- debian/changelog | 4 +++- pbuilder-modules | 2 +- pdebuild | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb8eb82..322322e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-04-22 Junichi Uekawa + * Documentation/pbuilder-doc.xml: update docs on user-mode-linux usage. + add reference to PDF version. + * pdebuild: give --uid/--gid options to pdebuild-internal 2006-04-01 Junichi Uekawa diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index da89dc3..6cf4cf7 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -460,6 +460,11 @@ export DEBIAN_BUILDGCCVER=3.2 Using User-mode-linux with pbuilder + + NOTE that since October 2004, pbuilder for user-mode-linux is + not distributed, since user-mode-linux itself is broken in + Debian. It will hopefully be fixed before Debian etch release. + It is possible to use user-mode-linux by invoking pbuilder-uml @@ -1039,7 +1044,8 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell -pbuilder create --distribution sid --debootstrapopts --arch --debootstrapopts i386 --basetgz /var/cache/pbuilder/base-i386.tgz --mirror http://ftp.jp.debian.org/debian +pbuilder create --distribution sid --debootstrapopts --arch --debootstrapopts i386 \ + --basetgz /var/cache/pbuilder/base-i386.tgz --mirror http://ftp.jp.debian.org/debian linux32 pbuilder build --basetgz /var/cache/pbuilder/base-i386.tgz @@ -1375,6 +1381,7 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder and from the CVS repository of pbuilder (web-based access is possible). A copy of this documentation can be found on the Alioth project page for pbuilder. + There is also a PDF version. The homepage for pbuilder is http://www.netfort.gr.jp/~dancer/software/pbuilder.html diff --git a/debian/changelog b/debian/changelog index 03e4285..83fedb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ pbuilder (0.152) UNRELEASED; urgency=low * fix pdebuild-internal, pass --uid/--gid options. + partially address some of #361362 + * documentation update - -- Junichi Uekawa Sat, 22 Apr 2006 11:12:27 +0900 + -- Junichi Uekawa Sat, 22 Apr 2006 13:20:58 +0900 pbuilder (0.151) unstable; urgency=low diff --git a/pbuilder-modules b/pbuilder-modules index cb2d94d..3650cd6 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -1,7 +1,7 @@ #! /bin/bash # common modules for pbuilder. # pbuilder -- personal Debian package builder -# Copyright (C) 2001-2005 Junichi Uekawa +# Copyright (C) 2001-2006 Junichi Uekawa # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pdebuild b/pdebuild index c579045..ad38cfa 100644 --- a/pdebuild +++ b/pdebuild @@ -1,6 +1,6 @@ #! /bin/bash # pbuilder -- personal Debian package builder -# Copyright (C) 2001-2005 Junichi Uekawa +# Copyright (C) 2001-2006 Junichi Uekawa # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3