aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--debian/changelog5
-rw-r--r--debian/copyright6
-rwxr-xr-xpbuilder2
-rwxr-xr-xpbuilder-buildpackage3
-rw-r--r--pbuilder-buildpackage-funcs2
-rwxr-xr-xpbuilder-checkparams3
-rwxr-xr-xpbuilder-createbuildenv2
-rw-r--r--pbuilder-loadconfig2
-rw-r--r--pbuilder-modules5
-rw-r--r--pbuilder-satisfydepends5
-rw-r--r--pbuilder-uml-checkparams3
-rwxr-xr-xpbuilder-updatebuildenv2
-rwxr-xr-xpbuilder-user-mode-linux2
-rw-r--r--pdebuild2
-rw-r--r--pdebuild-checkparams2
-rw-r--r--pdebuild-internal4
-rw-r--r--pdebuild-uml-checkparams4
-rw-r--r--pdebuild-user-mode-linux5
19 files changed, 39 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c9982..b51d68c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-31 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder: update address of GPL, and generally update copyright dates.
+
+ * debian/copyright (Copyright): update copyright info.
+
2006-05-29 Matt Kraai <kraai@debian.org>
* pdebuild.1: Fix a misspelling of pdebuild.
@@ -2971,7 +2977,7 @@
energy. When pbuilder stabilizes, I will look at doing it.
14 Jan 2002 Junichi Uekawa <dancer@debian.org>
- Copyright (c) 2001-2005 Junichi Uekawa
+ Copyright (c) 2001-2006 Junichi Uekawa
$Id$
diff --git a/debian/changelog b/debian/changelog
index 2e2b28e..62dd466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,16 @@
-pbuilder (0.154) UNRELEASED; urgency=low
+pbuilder (0.154) unstable; urgency=low
[Junichi Uekawa]
* Document cowdancer and pdebuild.
* pbuilder.8, pdebuild.1: document that default build result directory
is /var/cache/pbuilder/result, instead of expecting users to read
somewhere else.
+ * update copyright information.
[Matt Kraai]
* Fix a misspelling of pdebuild (closes: #369446)
- -- Junichi Uekawa <dancer@debian.org> Sun, 28 May 2006 08:00:45 +0900
+ -- Junichi Uekawa <dancer@debian.org> Wed, 31 May 2006 08:35:56 +0900
pbuilder (0.153) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index a7db8af..a696a5a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,7 @@ Upstream Author:
Copyright:
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2004 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
@@ -24,9 +24,7 @@ Copyright:
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-# pbuilder by Junichi Uekawa <dancer@debian.org> 2001 Aug 25
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
GPL version 2 or later.
See /usr/share/common-licenses/GPL on Debian systems.
diff --git a/pbuilder b/pbuilder
index ed563dc..2e047a5 100755
--- a/pbuilder
+++ b/pbuilder
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# pbuilder by Junichi Uekawa <dancer@debian.org> 2001 Aug 25
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index e7f3d14..5597988 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -14,7 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
export LANG=C
export LC_ALL=C
diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index 3412bfe..0676289 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# functions local to pbuilder-buildpackage
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index db68dc2..75e2db5 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -15,7 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
# This code is called for pbuilder and pbuilder inside pbuilder-uml;
# pbuilder-uml calls uml-checkparams.
diff --git a/pbuilder-createbuildenv b/pbuilder-createbuildenv
index 32d2bd6..15fe168 100755
--- a/pbuilder-createbuildenv
+++ b/pbuilder-createbuildenv
@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
set -e
diff --git a/pbuilder-loadconfig b/pbuilder-loadconfig
index 73d5f00..b5942dd 100644
--- a/pbuilder-loadconfig
+++ b/pbuilder-loadconfig
@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
for RCFILE in /usr/share/pbuilder/pbuilderrc /etc/pbuilderrc ${HOME}/.pbuilderrc; do
if [ -f "$RCFILE" ]; then
diff --git a/pbuilder-modules b/pbuilder-modules
index 16fb4ce..74389a0 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -15,12 +15,13 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
function showhelp () {
cat <<EOF
pbuilder - a personal builder
-Copyright 2001-2005 Junichi Uekawa
+Copyright 2001-2006 Junichi Uekawa
Distributed under GNU Public License version 2 or later
pbuilder [operation] [pbuilder-options]
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends
index 02d1e4c..b401248 100644
--- a/pbuilder-satisfydepends
+++ b/pbuilder-satisfydepends
@@ -14,7 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
#
# module to satisfy dependency.
@@ -226,7 +227,7 @@ function print_help () {
# print out help message
cat <<EOF
pbuilder-satisfydepends -- satisfy dependencies
-Copyright 2002,2003,2005 Junichi Uekawa <dancer@debian.org>
+Copyright 2002-2006 Junichi Uekawa <dancer@debian.org>
--help: give help
--control: specify control file (debian/control, *.dsc)
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams
index bf35e34..4a333d3 100644
--- a/pbuilder-uml-checkparams
+++ b/pbuilder-uml-checkparams
@@ -14,7 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
# load and check params.
# requires
diff --git a/pbuilder-updatebuildenv b/pbuilder-updatebuildenv
index 4eb0d81..6d5e183 100755
--- a/pbuilder-updatebuildenv
+++ b/pbuilder-updatebuildenv
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
set -e
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index d9ebffd..caa74be 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
set -e
diff --git a/pdebuild b/pdebuild
index 1756369..472eb48 100644
--- a/pdebuild
+++ b/pdebuild
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
set -e
export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index 6b09d09..893dbc3 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# This code is called for pdebuild
diff --git a/pdebuild-internal b/pdebuild-internal
index c0a9c80..e00d989 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder-internal -- personal Debian package builder, internal routine
-# Copyright (C) 2003,2004,2005 Junichi Uekawa
+# Copyright (C) 2003-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
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
# invoke this as
# pbuilder execute pdebuild-internal --bindmount "${pwd}/.." "$1"
diff --git a/pdebuild-uml-checkparams b/pdebuild-uml-checkparams
index 4a5f497..15accb7 100644
--- a/pdebuild-uml-checkparams
+++ b/pdebuild-uml-checkparams
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder-user-mode-linux -- personal Debian package builder
-# Copyright (C) 2005 Junichi Uekawa
+# Copyright (C) 2005-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
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# load and check params.
# requires
diff --git a/pdebuild-user-mode-linux b/pdebuild-user-mode-linux
index 77e4af8..525da02 100644
--- a/pdebuild-user-mode-linux
+++ b/pdebuild-user-mode-linux
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder-user-mode-linux -- personal Debian package builder
-# Copyright (C) 2003,2004,2005 Junichi Uekawa
+# Copyright (C) 2003-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
@@ -14,7 +14,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
set -e
while ! test -d ./debian -o "$(pwd)" = "/" ; do