:: Re: [DNG] overriding install paths …
Top Page
Delete this message
Reply to this message
Author: aitor_czr
Date:  
To: Daniel Reurich, svante.signell, dng
Subject: Re: [DNG] overriding install paths in debian/rules
Hi Dan,

El 08/03/17 a las 13:00, dng-request@??? escribió:
> On 08/03/17 21:16, Daniel Reurich wrote:
>> On 08/03/17 20:51, Svante Signell wrote:
>>> On Wed, 2017-03-08 at 17:38 +1300, Daniel Reurich wrote:
>>>> Hi,
>>>>
>>>> I need a bit of advice with regards to the specific usage of overrides
>>>> in debian/rules.
>>>>
>>>> The situation I have is I want to rename an installed in the debian
>>>> package so I can use dpkg alternatives. I know I can do this using a
>>>> quilt patch on the original source, but would rather do this in
>>>> debian/rules if that is possible.
>>> Hi Daniel,
>>>
>>> Take a look at dh-exec.
>>>
>> so I use dh-exec to move the file after dh-install runs?
>>
>> I did look at that a little while back but didn't seem to really fit...
>>
> hmmm another look at dh-exec's manpage reveals that it is what I
> probably need!!
>
> Thanks for the pointer svante!


Using:

override_dh_ [ configure / build / install / clean, etc... ]

instead of:

dh_configure, dh_build...

Maybe?

Cheers,

Aitor.