[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bugs in Backported Packages



On Wed, Sep 08, 2010 at 01:22:24PM -0700, Don Armstrong wrote:
> 1: It's certainly a bug in the backported package using debhelper
> improperly; it may also be an additional wishlist bug in debhelper.

I disagree, the backported package uses debhelper correctly. Especially
if you don't use the backported debhelper, too, you just have to rely
on that debhelper would do it correctly.

Or do you really want debian/rules checking which debhelper you use
and add postinst/postrm snippets then after it noticed that dh_desktop
in theory should add something (because this is lenny) but doesn't?

The debhelper backport simply should have made debhelper working in lenny
by reverting the change.

For that matter, I have this in debian/rules already:

ifeq "$(LENNY_BACKPORT)" "y"
        dh_desktop -s
endif

Because dh_desktop is not needed anymore on sarge/sid but on lenny.
But lenny-backports' debhelper doesn't do anything here like the
version in sarge/sid (whereas lennys version does, and that's what is
the expected environment inside lenny)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70


Reply to: