Changes between Version 3 and Version 4 of DistributionPackaging


Ignore:
Timestamp:
Sep 29, 2006, 1:15:15 AM (19 years ago)
Author:
Bruno Cornec
Comment:

Ubuntu describe after Andree's input on mondo ML

Legend:

Unmodified
Added
Removed
Modified
  • DistributionPackaging

    v3 v4  
    3030 8. dch --newversion <latest release><branch><yymmdd>-1
    3131 9. build ;-)
     32
     33== Ubuntu ==
     34
     35You will need to rebuild the packages, though (mainly because of library
     36differences):
     37
     38 1. get <prg_ver>.dsc, <prg_ver>.orig.tar.gz and <prg_ver>.diff.gz files
     39 2. unpack source with dpkg-source -x <program>.dsc
     40 3. change into new directory <prg-ver>
     41 4. run dpkg-buildpackage -rfakeroot -us -uc
     42 5. install all missing packages for building and repeat
     43 6. install using dpkg -i <prg_ver>.deb
     44 7. if this fails install all missing binary dependencies and repeat
     45
     46You need to do this for mindi, mondo and mindi-busybox.
     47
     48(On Ubuntu I suggest to use sudo bash to get a root shell rather than
     49sudo'ing every command.)
    3250
    3351== RPM Based Distributions ==