[Pkg-php-commits] [php/debian-sid] php-fpm.1 was renamed by upstream to php-fpm.8

Ondřej Surý ondrej at sury.org
Wed Feb 16 15:12:46 UTC 2011


---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4fea88e..0a561b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -523,7 +523,7 @@ install: build
 	# install FPM
 	mkdir -p debian/php5-fpm/usr/sbin debian/php5-fpm/usr/share/man/man8/ debian/php5-fpm/etc/php5/fpm/pool.d
 	cp fpm-build/sapi/fpm/php-fpm debian/php5-fpm/usr/sbin/php5-fpm
-	cp fpm-build/sapi/fpm/php-fpm.1 debian/php5-fpm/usr/share/man/man8/php5-fpm.8
+	cp fpm-build/sapi/fpm/php-fpm.8 debian/php5-fpm/usr/share/man/man8/php5-fpm.8
 	# we don't want the pool definitions on the main file itself:
 	sed -r '/('"'"'|\[)www('"'"'|\])/Q' < fpm-build/sapi/fpm/php-fpm.conf > \
 	    debian/php5-fpm/etc/php5/fpm/main.conf
-- 
1.7.1





More information about the Pkg-php-commits mailing list