Hi again!

On 8/10/07, Nelson A. de Oliveira <[EMAIL PROTECTED]> wrote:
> 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:

Hum... I have messed with the dirs... :-/

Actually it's:

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

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

 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