Différences entre versions de « Backport wireless-tools »
Sauter à la navigation
Sauter à la recherche
imported>SylvainBeucler m |
imported>SylvainBeucler m |
||
Ligne 6 : | Ligne 6 : | ||
dch -i | dch -i | ||
debuild -us -uc | debuild -us -uc | ||
+ | |||
+ | Beware though that when using dh_gconf (eg for Gnome packages), there is a [http://lists.backports.org/lurker/message/20060830.124936.32b7cb6f.en.html bug]. What's its status now? |
Version du 4 octobre 2006 à 15:33
This one is as simple as Backport dar, except that there is a missing build dependency from stable: debhelper 5. debhelper was already backported to you just have to install it:
aptitude install debhelper/sarge-backports
Then, the package builds cleanly:
dch -i debuild -us -uc
Beware though that when using dh_gconf (eg for Gnome packages), there is a bug. What's its status now?