add pristine-tar
Dmitrijs Ledkovs
dmitrij.ledkov at ubuntu.com
Wed May 26 20:05:58 UTC 2010
On 26 May 2010 20:53, Reinhard Tartler <siretart at tauware.de> wrote:
> On Mi, Mai 26, 2010 at 20:02:45 (CEST), Jaromír Mikeš wrote:
>
>> I am trying use your script above, but getting this error:
>>
>> $ git-buildpackage -S --git-ignore-new
>> dh --with quilt clean
>> dh_testdir
>> debian/rules override_dh_auto_clean
>> make[1]: Entering directory `/home/mira/zita-convolver2'
>> if [ -d .git ] ; then \
>> quilt pop -a \
> ^ insert a semicolon ';' just before the '\'
>> fi
>> /bin/sh: Syntax error: end of file unexpected (expecting "fi")
>>
>> Some syntax problem? I tried fix it by myself, but I am not good in scripting.
>> rules file is in attachment if you are interested.
>
> yes, make is horribe here. here you could also try to avoid the
> continuation lines...
>
ifneq (,$(wildcard .git/*))
dh_quilt_unpatch
endif
=))))))) use real make with no funky continuation lines & semicolons
> --
> Gruesse/greetings,
> Reinhard Tartler, KeyID 945348A4
>
> _______________________________________________
> pkg-multimedia-maintainers mailing list
> pkg-multimedia-maintainers at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers
>
More information about the pkg-multimedia-maintainers
mailing list