I uploaded the first pass of my code here:
http://www.cncmods.net/files/operator-name-cbs-widget-0.1.zip
It works pretty good, it applies the patch and it displays the right output
(except for the operator name which I am still working on) but I want
further feedback on what I should be doing d
At Tue, 25 Oct 2011 14:07:13 +0800,
Jonathan Wilson wrote:
> I suspect also I need more in the postinst file in terms of verifying the
> correct binary and things, any help would be appreciated.
You should never modify a binary in place. Instead, copy the binary,
modify it and then atomically re
I second proposition to use CBDS instead of debhelper directly.
Thanks, Daniil
On Tue, Oct 25, 2011 at 11:13 AM, Jonathan Wilson wrote:
> Daniil Ivanov wrote:
>> At least debian/install is missing in debianization of a package
>> http://www.debian.org/doc/manuals/maint-guide/dother.en.html#insta
Daniil Ivanov wrote:
> At least debian/install is missing in debianization of a package
> http://www.debian.org/doc/manuals/maint-guide/dother.en.html#install
Thanks, that's a start. Still cant get it to even produce a cbspatch binary
though.
___
maem
At Tue, 25 Oct 2011 14:07:13 +0800,
Jonathan Wilson wrote:
>
> I have uploaded my code and files to
> http://www.cncmods.net/files/operator-name-cbs-widget-0.1.zip
>
> I am looking for general feedback on this code and packaging but
> specifically I am having problems getting it to create, inclu
At least debian/install is missing in debianization of a package
http://www.debian.org/doc/manuals/maint-guide/dother.en.html#install
Thanks, Daniil
On Tue, Oct 25, 2011 at 9:07 AM, Jonathan Wilson wrote:
> I have uploaded my code and files to
> http://www.cncmods.net/files/operator-name-cbs-wid