tag 442574 patch thanks Hi,
Please find attached patch to fix this bug (gip: FTBFS if built twice in a row). -- Cheers, ----------------------------------------------------------- Kartik Mistry || GPG: 0xD1028C8D || IRC: kart_ kartikmistry.org/blog || kartikm.wordpress.com ----------------------------------------------------------
--- gip-1.6.1.1-orig/debian/rules 2007-09-19 16:53:02.000000000 +0530 +++ gip-1.6.1.1/debian/rules 2007-09-19 16:58:33.000000000 +0530 @@ -45,9 +45,9 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean - dh_clean + dh_clean po/*.mo src/*.o gip install: build dh_testdir

