aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
-rw-r--r--pbuilder.8 (renamed from pbuilder.1)2
-rw-r--r--pbuilderrc.53
-rw-r--r--pdebuild.12
6 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f789c1..93583af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2002-04-30 Junichi Uekawa <dancer@debian.org>
+ * debian/rules (binary-arch): change pbuilder manpage to 8
+
+ * pbuilderrc.5: change pbuilder manpage to 8
+
+ * pbuilder.1: change pbuilder manpage to 8
+
+ * pdebuild.1: change pbuilder manpage to 8
+
* pbuilderrc.5: updated documentation by comment from Steven M
Robbins. I appreciate this!
diff --git a/debian/changelog b/debian/changelog
index 41078ca..41a2490 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pbuilder (0.27) unstable; urgency=low
* TODO: updated
* pbuilderrc.5: updated documentation by comment from Steven M
Robbins. Many thanks. (closes: #144919)
+ * pbuilder.1: renamed to pbuilder.8
-- Junichi Uekawa <dancer@debian.org> Tue, 30 Apr 2002 17:39:48 +0900
diff --git a/debian/rules b/debian/rules
index 7721163..b877e99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs
- dh_installman pbuilder.1 pbuilderrc.5 pdebuild.1
+ dh_installman pbuilder.8 pbuilderrc.5 pdebuild.1
dh_installchangelogs
dh_link
dh_compress
diff --git a/pbuilder.1 b/pbuilder.8
index 758927c..8a68cc2 100644
--- a/pbuilder.1
+++ b/pbuilder.8
@@ -1,4 +1,4 @@
-.TH "pbuilder" 1 "2001 Aug 25" "Debian" "pbuilder"
+.TH "pbuilder" 8 "2001 Aug 25" "Debian" "pbuilder"
.SH NAME
pbuilder \- personal package builder
.SH SYNOPSIS
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index c01d041..709c6af 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -215,5 +215,6 @@ Setting this variable overrides other options.
.SH "FILES"
.I "/etc/pbuilderrc"
.SH "SEE ALSO"
-.RI "pbuilder (" 1 ") "
+.RI "pbuilder (" 8 "), "
+.RI "pdebuild (" 1 ")"
diff --git a/pdebuild.1 b/pdebuild.1
index 0966723..f5c8945 100644
--- a/pdebuild.1
+++ b/pdebuild.1
@@ -40,5 +40,5 @@ The configuration file for pbuilder, used in pdebuild.
Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.
.SH "SEE ALSO"
-.RI "pbuilder (" 1 "), "
+.RI "pbuilder (" 8 "), "
.RI "pbuilderrc (" 5 ") "