Changes between Version 1 and Version 2 of ds9


Ignore:
Timestamp:
12/09/05 22:12:24 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ds9

    v1 v2  
    88
    99[wiki:dkg] will build this package for ubuntu from the debian sources and document how it was done here.
     10
     11First, on a debian machine whose `/etc/apt/sources.list` contains the unstable repository, fetch the source, and pass it off to an ubuntu machine for the build:
     12
     13{{{
     14[dkg@squeak ~]$ mkdir -p src/saods9
     15[dkg@squeak ~]$ cd src/saods9
     16[dkg@squeak saods9]$ apt-get source -d saods9
     17Reading package lists... Done
     18Building dependency tree... Done
     19Need to get 7384kB of source archives.
     20Get:1 http://ftp.debian.org unstable/main saods9 4.0b7-1 (dsc) [648B]
     21Get:2 http://ftp.debian.org unstable/main saods9 4.0b7-1 (tar) [7355kB]
     22Get:3 http://ftp.debian.org unstable/main saods9 4.0b7-1 (diff) [29.1kB]       
     23Fetched 7384kB in 48s (152kB/s)                                               
     24Download complete and in download only mode
     25[dkg@squeak saods9]$ cd ..
     26[dkg@squeak src]$ scp -r saods9/ metis:src/
     27saods9_4.0b7-1.dsc                            100%  648     0.6KB/s   00:00   
     28saods9_4.0b7.orig.tar.gz                      100% 7182KB  79.8KB/s   01:30   
     29saods9_4.0b7-1.diff.gz                        100%   28KB  28.4KB/s   00:00   
     30[dkg@squeak src]$
     31}}}
     32
     33Next, on an ubuntu machine, ensure that the basic [wiki:build-essential] tools are installed, and then:
     34
     35{{{
     36
     37}}}