[Pbuilder-maint] Bug#341553: Typo bug

Daniel Leidert daniel.leidert.spam at gmx.net
Tue Mar 21 02:34:00 UTC 2006


Package: pbuilder
Version: 0.150
Followup-For: Bug #341553

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks for resolving this issue. I really appreciate this solution. But
I found, that you introduced a typo bug with that change. "extention"
must be "extension". A patch solving this issue for the manpages, the
configuration file and the source is attached.

Regards, Daniel


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.08060320
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages pbuilder depends on:
ii  cdebootstrap                  0.3.11     Bootstrap a Debian system
ii  coreutils                     5.94-1     The GNU core utilities
ii  debianutils                   2.15.3     Miscellaneous utilities specific t
ii  debootstrap                   0.3.3      Bootstrap a basic Debian system
ii  gcc                           4:4.0.2-2  The GNU C compiler
ii  wget                          1.10.2-1   retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts                    2.9.15     Scripts to make the life of a Debi
ii  fakeroot                      1.5.8      Gives a fake root environment
ii  sudo                          1.6.8p12-1 Provide limited super user privile

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEH2YYdg0kG0+YFBERApSSAJsF+hj0kb5cOQIlYdVO2b7Mv9jTXgCeI68r
QP31b5dkmbErPNdwVWsYt9M=
=rk71
-----END PGP SIGNATURE-----
-------------- next part --------------
Index: pbuilder-buildpackage
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-buildpackage,v
retrieving revision 1.122
diff -u -r1.122 pbuilder-buildpackage
--- pbuilder-buildpackage	17 Mar 2006 22:17:16 -0000	1.122
+++ pbuilder-buildpackage	21 Mar 2006 02:03:59 -0000
@@ -62,7 +62,7 @@
 
 if [ -z "${PBUILDER_BUILD_LOGFILE}" ]; then
     if [ "${USE_PKGNAME_LOGFILE}" = "yes" ]; then
-	PBUILDER_BUILD_LOGFILE="${BUILDRESULT}/"$(basename "${PACKAGENAME}" .dsc)"${PKGNAME_LOGFILE_EXTENTION}"
+	PBUILDER_BUILD_LOGFILE="${BUILDRESULT}/"$(basename "${PACKAGENAME}" .dsc)"${PKGNAME_LOGFILE_EXTENSION}"
 	exec > "${PBUILDER_BUILD_LOGFILE}"
 	exec 2>&1
 	PBUILDER_BUILD_LOGFILE=$(readlink -f "${PBUILDER_BUILD_LOGFILE}")
Index: pbuilder.8
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pbuilder.8,v
retrieving revision 1.51
diff -u -r1.51 pbuilder.8
--- pbuilder.8	17 Mar 2006 22:17:16 -0000	1.51
+++ pbuilder.8	21 Mar 2006 02:03:59 -0000
@@ -367,8 +367,8 @@
 .B build
 target.
 
-The file extention is specified by 
-.B "PKGNAME_LOGFILE_EXTENTION"
+The file extension is specified by 
+.B "PKGNAME_LOGFILE_EXTENSION"
 in 
 .B "pbuilderrc"
 
Index: pbuilderrc
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pbuilderrc,v
retrieving revision 1.41
diff -u -r1.41 pbuilderrc
--- pbuilderrc	17 Mar 2006 22:17:16 -0000	1.41
+++ pbuilderrc	21 Mar 2006 02:03:59 -0000
@@ -62,5 +62,5 @@
 # The name of debootstrap command.
 DEBOOTSTRAP="cdebootstrap"
 
-# default file extention for pkgname-logfile
-PKGNAME_LOGFILE_EXTENTION="_$(dpkg --print-architecture).build"
+# default file extension for pkgname-logfile
+PKGNAME_LOGFILE_EXTENSION="_$(dpkg --print-architecture).build"
Index: pbuilderrc.5
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pbuilderrc.5,v
retrieving revision 1.53
diff -u -r1.53 pbuilderrc.5
--- pbuilderrc.5	17 Mar 2006 22:17:16 -0000	1.53
+++ pbuilderrc.5	21 Mar 2006 02:03:59 -0000
@@ -322,8 +322,8 @@
 .B "debootstrap"
 
 .TP
-.BI "PKGNAME_LOGFILE_EXTENTION=" ".build"
-The extention of filename used in pkgname-logfile option.
+.BI "PKGNAME_LOGFILE_EXTENSION=" ".build"
+The extension of filename used in pkgname-logfile option.
 
 .SH "AUTHOR"
 Initial coding, and main maintenance is done by 


More information about the Pbuilder-maint mailing list