aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-05-27 21:09:15 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-05-27 21:09:15 +0900
commitbef41abf3597ae3ccbc395ba866de5e15cb6aa3d (patch)
treeeb1b13e1ed913305b3b2c83526317d7854a6b6a0
parent9bc1d3f71b3577d9b53ab192091bfd2ecc73f174 (diff)
downloadpbuilder-bef41abf3597ae3ccbc395ba866de5e15cb6aa3d.tar
pbuilder-bef41abf3597ae3ccbc395ba866de5e15cb6aa3d.tar.gz
update manual pages to refer to docbook documentation, and refer to alioth web page
-rw-r--r--ChangeLog7
-rw-r--r--Documentation/pbuilder-doc.xml7
-rw-r--r--debian/changelog5
-rw-r--r--debian/copyright3
-rw-r--r--debuild-pbuilder.13
-rw-r--r--pbuilder-uml.conf.55
-rw-r--r--pbuilder-user-mode-linux.11
-rw-r--r--pbuilder.84
-rw-r--r--pbuilderrc.54
-rw-r--r--pdebuild-user-mode-linux.14
-rw-r--r--pdebuild.13
11 files changed, 32 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a83248..e2b92cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-05-27 Junichi Uekawa <dancer@debian.org>
+ * Documentation/pbuilder-doc.xml: remove reference to
+ netfort.gr.jp page.
+
+ * pbuilder.8, etc.: fix home page URL to point to
+ pbuilder.alioth.debian.org, not netfort.gr.jp, and add reference
+ to pbuilder-doc.html
+
* pbuilder-createbuildenv: pbuilder seems to always finish with 'Aborting with error', fix that.
* pbuilder-updatebuildenv:
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 2c8c9c1..7932265 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -1637,14 +1637,9 @@ Pin-Priority: 950
<ulink url="http://pbuilder.alioth.debian.org/pbuilder-doc.html">Alioth project page for pbuilder</ulink>.
<ulink url="http://pbuilder.alioth.debian.org/pbuilder-doc.pdf">There is also a PDF version</ulink>.
The homepage for <command>pbuilder</command> is
- <ulink url="http://www.netfort.gr.jp/~dancer/software/pbuilder.html">
- http://www.netfort.gr.jp/~dancer/software/pbuilder.html
- </ulink>
- The project has moved its hosting to alioth project since 4 Sep 2005.
- It is available
<ulink url="http://pbuilder.alioth.debian.org/">
http://pbuilder.alioth.debian.org/
- </ulink>
+ </ulink> hosted by alioth project.
</para>
<para>
Documentation is written using DocBook XML,
diff --git a/debian/changelog b/debian/changelog
index e1943f0..52d5d1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ pbuilder (0.168) UNRELEASED; urgency=low
* set LOGNAME when build user is created within chroot.
* do not always output 'Aborting with error' on create/update
+ * fix man pages to have reference to pbuilder-doc.html, and fix home
+ page address to point to alioth.
+ * update debian/copyright
- -- Junichi Uekawa <dancer@debian.org> Sun, 27 May 2007 19:54:37 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sun, 27 May 2007 21:07:00 +0900
pbuilder (0.167) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index a696a5a..eabe4ad 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,7 @@ This package was debianized by Junichi Uekawa <dancer@debian.org> on
Sat, 28 Jul 2001 17:05:50 +0900.
It was downloaded from http://www.netfort.gr.jp/~dancer/software/pbuilder.html
+now from http://pbuilder.alioth.debian.org
Upstream Author:
Junichi Uekawa <dancer@netfort.gr.jp> and others.
@@ -10,7 +11,7 @@ Upstream Author:
Copyright:
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2006 Junichi Uekawa
+# Copyright (C) 2001-2007 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/debuild-pbuilder.1 b/debuild-pbuilder.1
index cc58139..b76d272 100644
--- a/debuild-pbuilder.1
+++ b/debuild-pbuilder.1
@@ -35,8 +35,9 @@ Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.
The homepage is available at
-.B "\%http://www.netfort.gr.jp/~dancer/software/pbuilder.html"
+.B "\%http://pbuilder.alioth.debian.org"
.SH "SEE ALSO"
+.BR "/usr/share/doc/pbuilder/pbuilder-doc.html" ", "
.BR "debuild" "(1)"
diff --git a/pbuilder-uml.conf.5 b/pbuilder-uml.conf.5
index 7cdf373..98a4f79 100644
--- a/pbuilder-uml.conf.5
+++ b/pbuilder-uml.conf.5
@@ -98,10 +98,13 @@ Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.
The homepage is available at
-.B "\%http://www.netfort.gr.jp/~dancer/software/pbuilder.html"
+.B "\%http://pbuilder.alioth.debian.org"
+
+
.SH "FILES"
.I "/etc/pbuilder/pbuilder-uml.conf, ${HOME}/.pbuilderrc"
.SH "SEE ALSO"
+.BR "/usr/share/doc/pbuilder/pbuilder-doc.html" ", "
.BR "pbuilder-user-mode-linux" "(1), "
.BR "pbuilder" "(8), "
.BR "pbuilderrc" "(5), "
diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1
index ede5de9..c27c3c4 100644
--- a/pbuilder-user-mode-linux.1
+++ b/pbuilder-user-mode-linux.1
@@ -269,6 +269,7 @@ Software-default configuration file for pbuilder-uml.
.B "${HOME}/.pbuilderrc"
User-default configuration file.
.SH "SEE ALSO"
+.BR "/usr/share/doc/pbuilder/pbuilder-doc.html" ", "
.BR "pdebuild" "(1), "
.BR "pbuilder" "(8), "
.BR "rootstrap" "(1), "
diff --git a/pbuilder.8 b/pbuilder.8
index 6bd3d82..2a768de 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -596,9 +596,11 @@ Junichi Uekawa <dancer@debian.org>.
User hooks code added by Dale Amon <amon@vnl.com>
The homepage is available at
-.B "\%http://www.netfort.gr.jp/~dancer/software/pbuilder.html"
+.B "\%http://pbuilder.alioth.debian.org"
+
.SH "SEE ALSO"
+.BR "/usr/share/doc/pbuilder/pbuilder-doc.html" ", "
.BR "pdebuild" "(1), "
.BR "pbuilderrc" "(5)"
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 2612012..f072cdf 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -356,11 +356,13 @@ Junichi Uekawa <dancer@debian.org>.
User hooks code added by Dale Amon <amon@vnl.com>
The homepage is available at
-.B "\%http://www.netfort.gr.jp/~dancer/software/pbuilder.html"
+.B "\%http://pbuilder.alioth.debian.org"
+
.SH "FILES"
.I "/etc/pbuilderrc, ${HOME}/.pbuilderrc"
.SH "SEE ALSO"
+.BR "/usr/share/doc/pbuilder/pbuilder-doc.html" ", "
.BR "pbuilder" "(8), "
.BR "pdebuild" "(1)"
diff --git a/pdebuild-user-mode-linux.1 b/pdebuild-user-mode-linux.1
index cbcda6e..058bdf6 100644
--- a/pdebuild-user-mode-linux.1
+++ b/pdebuild-user-mode-linux.1
@@ -100,9 +100,11 @@ Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.
The homepage is available at
-.B "\%http://www.netfort.gr.jp/~dancer/software/pbuilder.html"
+.B "\%http://pbuilder.alioth.debian.org"
+
.SH "SEE ALSO"
+.BR "/usr/share/doc/pbuilder/pbuilder-doc.html" ", "
.BR "pbuilder\-user\-mode\-linux" "(1), "
.BR "pbuilderrc" "(5), "
.BR "pbuilder\-uml.conf" "(5) "
diff --git a/pdebuild.1 b/pdebuild.1
index a8eadff..10d9452 100644
--- a/pdebuild.1
+++ b/pdebuild.1
@@ -190,9 +190,10 @@ Initial coding and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.
The homepage is
-.B "\%http://www.netfort.gr.jp/~dancer/software/pbuilder.html"
+.B "\%http://pbuilder.alioth.debian.org"
.SH "SEE ALSO"
+.BR "/usr/share/doc/pbuilder/pbuilder-doc.html" ", "
.BR "pbuilder" "(8), "
.BR "pbuilderrc" "(5)"