Comment 9 for bug 1208776

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 1208776] Re: Update to most recent upstream version 1.10.8

Hello,

Paul Gevers [2014-04-29 16:30 -0000]:
> I remember having used this kind of logic at least in debian/rules
> file,

Right, you can do that with something like

……………………if dpkg-vendor --is ubuntu; then \
…………………… [...]
……………………fi

> although you would need to > search around how to do this nicely for patches,
as I don't recall how > this was done.

One can have a debian/patches/ubuntu.series and
debian/patches/debian.series for that purpose.