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

package libpod-webserver-perl
merge 423804 425902
tags 423804 +patch
quit

Hi Alejandro,

Here's a patch that fixes your FTBFS, there's no need to delete the
`make test' command, in fact that would be wrong.

The patch moves `t/03_daemon.t' to `no_apply.t' before makes tests, and
in the clean moves `no_apply.t' to `t/03_daemon.t' again (if exists),
that way isn't part of the final diff.gz.

Well, the patch is attached.

BTW, I merged #423804 and #425902 since is the same.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGZManOKCtW8rKsRgRAttGAKCfOOPtnA7jmWYRT+Q4tILASVmrbACeNgSM
eMbhcmX8sgHfjJ/7Pk5sz7k=
=89TR
-----END PGP SIGNATURE-----
diff -ruN libpod-webserver-perl/libpod-webserver-perl-3.04/debian/rules libpod-webserver-perl.orig/libpod-webserver-perl-3.04/debian/rules
--- libpod-webserver-perl/libpod-webserver-perl-3.04/debian/rules	2007-06-04 21:56:19.000000000 -0400
+++ libpod-webserver-perl.orig/libpod-webserver-perl-3.04/debian/rules	2007-06-04 21:58:53.000000000 -0400
@@ -35,7 +35,6 @@
 
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-	[ ! -f no_apply.t ] || mv no_apply.t t/03_daemon.t
 
 	dh_clean build-stamp install-stamp
 
@@ -46,7 +45,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	mv t/03_daemon.t no_apply.t
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 

Reply via email to