aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--README12
-rw-r--r--debian/changelog3
-rwxr-xr-xpbuilder-buildpackage1
4 files changed, 15 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 9afe339..40517c6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,3 +2,4 @@ This program has been written by the following authors:
Junichi Uekawa <dancer@debian.org> <dancer@netfort.gr.jp> -- main code
Dale Amon <amon@vnl.com> -- for runhooks
+
diff --git a/README b/README
index acb72cb..92bc53a 100644
--- a/README
+++ b/README
@@ -1,3 +1,13 @@
+pbuilder - a personal builder.
-Not much document to see here, yet. \ No newline at end of file
+Welcome to pbuilder, you will see some documentations.
+See README.Debian for some useful info,
+AUTHORS, for the list of people who have been working on this.
+
+The man page pbuilder.1 and pbuilderrc.5 should give some
+info on how to use pbuilder.
+
+
+Junichi Uekawa.
+30 Sep 2001 Midnight. \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 48d4661..dab9739 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,8 +24,9 @@ pbuilder (0.6.0.prerelease.20010930) unstable; urgency=low
I don't think it looks cute.
* temporal upload ...
* logging what's copied in build target, parsing of .dsc
+ * updated README file, to have some contents
- -- Junichi Uekawa <dancer@debian.org> Sun, 30 Sep 2001 01:49:59 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sun, 30 Sep 2001 02:05:26 +0900
pbuilder (0.6) unstable; urgency=low
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index a52481b..8c93342 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -9,6 +9,7 @@ function copydsc () {
"$DSCFILE" \
$(cat "$DSCFILE" | \
awk 'BEGIN{p=0} {if (p){print "'$(dirname "$DSCFILE")'/" $3}} /^Files:/{p=1} /^$/ {p=0}') ; do
+ echo " -> copying [$FILE]"
cp "$FILE" "$TARGET" ;
done
}