Milos Mandaric wrote:
>> I had a lot of problems with this guide. It says that debian/rules file
>> using CDBS can fit in 2 lines: ...
>> After changing debian/rules to:
>>
>> #!/usr/bin/make -f
>> include /usr/share/cdbs/1/rules/debhelper.mk
>> include /usr/share/cdbs/1/class/autotools.mk
>>
>> it works fine.
The wiki source read:
{{{
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk}}}
But the wiki formatting detection silently swallows up the
#!/usr/bin/make -f line, so it is invisible when reading the page.
I just edited https://wiki.ubuntu.com/PackagingGuide/Howtos/CDBS (which
is included in https://wiki.ubuntu.com/PackagingGuide/Complete ) to fix
this by duplicating the #!/usr/bin/make -f line in the wiki source for
that page, so it actually gets displayed (once).
Jonathan
--
Ubuntu-motu mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu