diff options
author | dancer <dancer> | 2003-03-10 10:02:11 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-03-10 10:02:11 +0000 |
commit | ca62e88c1fd2574426cc228aef4a1c5064dd2853 (patch) | |
tree | 5b7e06dc4982547f9f592c41f99fa5d06c2ad530 /debian | |
parent | 27397d19776e5f5671ad57d823ba96a9c323dd24 (diff) | |
download | pbuilder-ca62e88c1fd2574426cc228aef4a1c5064dd2853.tar pbuilder-ca62e88c1fd2574426cc228aef4a1c5064dd2853.tar.gz |
+2003-03-10 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-satisfydepends: quote some strings... trying to be pedantic
+
+ * pbuilder-buildpackage-funcs: unset LOGNAME for when building with
+ real root privilage.
+ thanks Barak Pearlmutter <bap@cs.unm.edu>
+
+ * pbuilder.8: document X hooks which were previously undocumented.
+
+ * pbuilder-user-mode-linux (BUILDING_DSC_FILE): use readlink on real existing files.
+ GNU "readlink -f " exits with an exit code of 1 when the file does not
+ exist, debianutils readlink did not.
+
+ * pbuilder-runhooks (hooks): do not call readlink here,
+ since the file may not exist.
+
+ * pbuilder-checkparams (USE_PKGNAME_LOGFILE): use readlink on real existing files.
+
+ * pbuilder-buildpackage (PACKAGENAME): use readlink on real existing files.
+
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f12a34c..769a07e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,15 @@ pbuilder (0.67) UNRELEASED; urgency=low thanks Barak Pearlmutter <bap@cs.unm.edu> * fix typo in pbuilder.8 manual page (closes: #184049) thanks Tommaso Moroni <tommaso.m@tiscalinet.it> - - -- Junichi Uekawa <dancer@debian.org> Sun, 9 Mar 2003 22:55:02 +0900 + * make the code work with GNU readlink, which errors out when + "readlink -f " is called with non-existing filename. + (closes: #183492, #184116) + * document the undocumented X hooks, which are ran after update/create + * unset LOGNAME for root-build cases, it was only fixed on + fakeroot builds. + thanks Barak Pearlmutter <bap@cs.unm.edu> (closes: #183862) + + -- Junichi Uekawa <dancer@debian.org> Mon, 10 Mar 2003 18:58:35 +0900 pbuilder (0.66) unstable; urgency=low |