[php-maint] Bug#529248: syntax error in phpize5

Michal Čihař nijel at debian.org
Mon May 18 08:39:26 UTC 2009


Package: php5-dev
Version: 5.2.9.dfsg.1-3
Severity: important
File: /usr/bin/phpize5
Tags: patch

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

Hi

phpize5 script contains typo, which makes impossible to use it and it
breaks build of php packages which use it.

Attached patch fixes it.

- -- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25.20-0.1-default (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages php5-dev depends on:
ii  autoconf                  2.63-3         automatic configure script builder
ii  automake1.4               1:1.4-p6-13    A tool for generating GNU Standard
ii  libssl-dev                0.9.8g-16      SSL development libraries, header 
ii  libtool                   2.2.6a-4       Generic library support script
ii  php5-common               5.2.9.dfsg.1-3 Common files for packages built fr
ii  shtool                    2.0.8-1        portable shell tool from the GNU p

php5-dev recommends no packages.

php5-dev suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkoRHr0ACgkQ3DVS6DbnVgSDowCeNls9nEzetDiTvhCjNAE/+A2r
tkYAnR9XI2xPWSQrHeDDK7/KSIdTUbHl
=3t3q
-----END PGP SIGNATURE-----
-------------- next part --------------
--- /tmp/phpize5	2009-05-18 10:38:33.000000000 +0200
+++ /usr/bin/phpize5	2009-05-18 10:38:39.000000000 +0200
@@ -14,7 +14,7 @@
     LIBTOOL_FILES="libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4"
 else
     LIBTOOL_FILES="libtool.m4"
-f
+fi
 FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
 CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \
 	mkinstalldirs missing config.nice config.sub config.guess configure configure.in \


More information about the pkg-php-maint mailing list