Hi!

On 8/10/07, Francois-Denis Gonthier <[EMAIL PROTECTED]> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to