wiki:ds9

Version 3 (modified by Daniel Kahn gillmor, 20 years ago) ( diff )

--

DS9

DS9 is available directly on the web.

It's also available as a package in debian.

However, it doesn't seem to be directly available for ubuntu.

dkg will build this package for ubuntu from the debian sources and document how it was done here.

First, 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:

[dkg@squeak ~]$ mkdir -p src/saods9
[dkg@squeak ~]$ cd src/saods9
[dkg@squeak saods9]$ apt-get source -d saods9 
Reading package lists... Done
Building dependency tree... Done
Need to get 7384kB of source archives.
Get:1 http://ftp.debian.org unstable/main saods9 4.0b7-1 (dsc) [648B]
Get:2 http://ftp.debian.org unstable/main saods9 4.0b7-1 (tar) [7355kB]
Get:3 http://ftp.debian.org unstable/main saods9 4.0b7-1 (diff) [29.1kB]       
Fetched 7384kB in 48s (152kB/s)                                                
Download complete and in download only mode
[dkg@squeak saods9]$ cd ..
[dkg@squeak src]$ scp -r saods9/ metis:src/
saods9_4.0b7-1.dsc                            100%  648     0.6KB/s   00:00    
saods9_4.0b7.orig.tar.gz                      100% 7182KB  79.8KB/s   01:30    
saods9_4.0b7-1.diff.gz                        100%   28KB  28.4KB/s   00:00    
[dkg@squeak src]$ 

Next, on an ubuntu machine, ensure that the basic build-essential tools are installed, and then:

[dkg@metis ~]$ cd src/saods9/
[dkg@metis saods9]$ dpkg-source -x saods9_4.0b7-1.dsc 
dpkg-source: extracting saods9 in saods9-4.0b7
dpkg-source: unpacking saods9_4.0b7.orig.tar.gz
dpkg-source: applying ./saods9_4.0b7-1.diff.gz
[dkg@metis saods9]$ cd saods9-4.0b7/

Note: See TracWiki for help on using the wiki.