Le dimanche 13 mars 2011 14:31:37, Thomas Spuhler a écrit : > can someone who has the powers remove php-pear-Date-Holidays_Norway > It's broken with a dependency and upstream just declines to acknowledge > and fix it. Well maybe we can fix it manually : attached is a patch which should work if i'm not wrong :)
Regards, P .S: i don't know php but christian.php is provided by php-pear-Date-Holidays & since this package add a require on this it should be ok. (or someone should test it at least) -- Balcaen John
# # Description: This patch fix a requires on Christian.php (which is provided by php-pear-Date_Holidays) # Forwarded: no # Bug : no # Author : Balcaen John <[email protected]> # Index: Holidays/Driver/Norway.php =================================================================== --- Holidays/Driver/Norway.php +++ Holidays/Driver/Norway.php 2011-03-13 14:52:00.464214587 -0300 @@ -24,7 +24,6 @@ */ -require_once 'Christian.php'; /** * Driver class that calculates Norwegian holidays
