diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | pbuilder | 2 | ||||
-rwxr-xr-x | pbuilder-buildpackage | 2 | ||||
-rwxr-xr-x | pbuilder-createbuildenv | 2 | ||||
-rwxr-xr-x | pbuilder-updatebuildenv | 2 |
5 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,10 @@ 2003-04-19 Junichi Uekawa <dancer@debian.org> + * pbuilder: update copyright date. + * pbuilder-buildpackage (PACKAGENAME): moved around D hook location so that D hook is called before satisfying build-deps. + update copyright date. * pbuilder.8: minor improvements on the documentation wording. @@ -1,6 +1,6 @@ #! /bin/bash # pbuilder by Junichi Uekawa <dancer@debian.org> 2001 Aug 25 -# Copyright 2001,2002 Junichi Uekawa +# Copyright 2001-2003 Junichi Uekawa #Distributed under GPL version 2 or later set -e diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage index 4443cc8..9e2eb09 100755 --- a/pbuilder-buildpackage +++ b/pbuilder-buildpackage @@ -1,6 +1,6 @@ #! /bin/bash # pbuilder -- personal Debian package builder -# Copyright (C) 2001,2002 Junichi Uekawa +# Copyright (C) 2001-2003 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/pbuilder-createbuildenv b/pbuilder-createbuildenv index 7f00b7c..f267616 100755 --- a/pbuilder-createbuildenv +++ b/pbuilder-createbuildenv @@ -1,7 +1,7 @@ #! /bin/bash # Creating the build environment with debootstrap. # pbuilder -- personal Debian package builder -# Copyright (C) 2001,2002 Junichi Uekawa +# Copyright (C) 2001-2003 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/pbuilder-updatebuildenv b/pbuilder-updatebuildenv index fe1890c..a2f70ae 100755 --- a/pbuilder-updatebuildenv +++ b/pbuilder-updatebuildenv @@ -1,6 +1,6 @@ #! /bin/bash # pbuilder -- personal Debian package builder -# Copyright (C) 2001,2002 Junichi Uekawa +# Copyright (C) 2001-2003 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 |