-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tags 442649 patch quit
Hi Alejandro, Please try this patch that will fix your debian/rules, there's a missing `/` while moving the test that should not run. Regards. - -- Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118 http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve `ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHeYYHOKCtW8rKsRgRAgtqAJ9sqAdpHZZ3SgN8b1WnFjzYML0GMwCfYe6x xIJDbTMPIEmp6GUJSvUxM48= =BcAF -----END PGP SIGNATURE-----
--- libpod-webserver-perl-3.04/debian/rules 2007-12-31 19:39:47.000000000 -0430 +++ modified/debian/rules 2007-12-31 19:41:55.000000000 -0430 @@ -32,10 +32,10 @@ clean: dh_testdir dh_testroot - [ ! -f no_apply.t ] || mv no_apply.t t/03_daemon.t + # Add commands to clean up after the build process here [ ! -f Makefile ] || $(MAKE) realclean -# [ ! -f no_apply.t ] || mv no_apply.t 03_daemon.t + [ ! -f no_apply.t ] || mv no_apply.t t/03_daemon.t dh_clean build-stamp install-stamp

