Différences entre versions de « Backport wireless-tools »

De Cliss XXI
Sauter à la navigation Sauter à la recherche
imported>SylvainBeucler
m
imported>SylvainBeucler
m
Ligne 1 : Ligne 1 :
 
This one is as simple as [[Backport dar]], except that there is a missing build dependency from stable: debhelper 5.
 
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:
+
debhelper was already backported so you just have to install it:
 
  aptitude install debhelper/sarge-backports
 
  aptitude install debhelper/sarge-backports
  

Version du 4 octobre 2006 à 16: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 so 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?