[Pkg-php-commits] r1122 - ffmpeg-php/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Mon Jul 7 22:54:24 UTC 2008


Author: atomo64-guest
Date: 2008-07-07 22:54:24 +0000 (Mon, 07 Jul 2008)
New Revision: 1122

Modified:
   ffmpeg-php/trunk/debian/changelog
   ffmpeg-php/trunk/debian/rules
Log:
Fixed build failure by ignoring the exist status of chrpath


Modified: ffmpeg-php/trunk/debian/changelog
===================================================================
--- ffmpeg-php/trunk/debian/changelog	2008-07-07 22:50:09 UTC (rev 1121)
+++ ffmpeg-php/trunk/debian/changelog	2008-07-07 22:54:24 UTC (rev 1122)
@@ -1,3 +1,9 @@
+ffmpeg-php (0.5.3.1-2) unstable; urgency=low
+
+  * Fix build failure caused by chrpath returning an exit status of 2.
+
+ -- Raphael Geissert <atomo64 at gmail.com>  Mon, 07 Jul 2008 17:50:11 -0500
+
 ffmpeg-php (0.5.3.1-1) unstable; urgency=low
 
   * New upstream release

Modified: ffmpeg-php/trunk/debian/rules
===================================================================
--- ffmpeg-php/trunk/debian/rules	2008-07-07 22:50:09 UTC (rev 1121)
+++ ffmpeg-php/trunk/debian/rules	2008-07-07 22:54:24 UTC (rev 1122)
@@ -60,8 +60,8 @@
 	dh_testroot
 	dh_installdirs
 	install -D -m 644 modules/$(EXTN).so debian/php5-$(EXTN)$(PHP_EX)/$(EXTN).so
-	chrpath -l debian/php5-$(EXTN)$(PHP_EX)/$(EXTN).so
-	chrpath -d debian/php5-$(EXTN)$(PHP_EX)/$(EXTN).so
+	-chrpath -l debian/php5-$(EXTN)$(PHP_EX)/$(EXTN).so
+	-chrpath -d debian/php5-$(EXTN)$(PHP_EX)/$(EXTN).so
 	install -D -m 644 debian/$(EXTN).ini debian/php5-$(EXTN)/etc/php5/conf.d/$(EXTN).ini
 
 binary-indep:




More information about the Pkg-php-commits mailing list