[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: boa (updated package)



Hi!

On 8/10/07, Francois-Denis Gonthier <neumann@lostwebsite.net> wrote:
> This is a bit strange, because the package I've uploaded was actually built
> using cowbuilder, and it builds flawlessly using that. (I just retried)

It fails here too.
The patch below fix this:

$ diff -urN debian debian.old/
diff -urN debian/rules debian.old/rules
--- debian/rules	2007-08-10 22:13:02.000000000 -0300
+++ debian.old/rules	2007-08-10 22:04:12.000000000 -0300
@@ -16,12 +16,12 @@
 patch: patch-stamp
 patch-stamp:
 	dh_testdir
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
+	quilt push -a
 	touch patch-stamp

 unpatch:
 	dh_testdir
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	-quilt pop -a

 build: patch-stamp build-stamp

Best regards,
Nelson



Reply to: