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

Re: RFS: boa (updated package)



Hi again!

On 8/10/07, Nelson A. de Oliveira <naoliv@gmail.com> wrote:
> 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:

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



Reply to: