aboutsummaryrefslogtreecommitdiffstats
path: root/english/blends/hamradio/dev.wml
blob: e65aea4b07d066ca01a44fe2a4b9b87b6b8daaba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#use wml::debian::blend title="Blend Development"
#use "navbar.inc"
# $Id$

<h2>Packaging</h2>

<p>While packaging of hamradio software in Debian is the responsibility
of the <a href="https://pkg-hamradio.alioth.debian.org">Debian Hamradio Maintainers</a>,
the pure blend project does provide the following tools that may be useful
to packagers:</p>

<ul>
	<li><a href="https://blends.debian.org/hamradio/tasks/">Blend Tasks Index</a></li>
	<li><a href="https://blends.debian.org/hamradio/bugs/">Blend Bugs Overview</a></li>
	<li><a href="https://blends.debian.org/hamradio/thermometer/">Blend Thermometer</a></li>
</ul>

<h2>Metapackages Source Code</h2>

<ul>
	<li><a href="https://anonscm.debian.org/cgit/blends/projects/hamradio.git">Web-based git browser</a></li>
	<li><a href="https://anonscm.debian.org/git/blends/projects/hamradio.git">Anonymous git clone</a></li>
</ul>

<pre>git clone https://anonscm.debian.org/git/blends/projects/hamradio.git
cd hamradio ; make dist
gbp buildpackage</pre>

<p><i>Note: you will need <a
href="https://packages.debian.org/unstable/git-buildpackage">git-buildpackage</a>
and <a href="https://packages.debian.org/unstable/blends-dev">blends-dev</a>
installed to build the source.</i></p>

<p>To learn more about how to work with blends metapackages, see <a href="https://blends.debian.org/blends/ch06.html#metapackages">§6.1</a> of the <a href="https://blends.debian.org/blends/">Debian Pure Blends Manual</a>.</p>

<h2>Live DVD Source Code</h2>

<ul>
	<li><a href="https://anonscm.debian.org/cgit/blends/blends-images.git">Web-based git browser</a></li>
	<li><a href="https://anonscm.debian.org/git/blends/blends-images.git/">Anonymouse git clone</a></li>
</ul>

<pre>git clone https://anonscm.debian.org/git/blends/blends-images.git/
cd blends-images/images/hamradio-amd64
lb config
sudo lb build</pre>

<p><i>Note: you will need <a
 href="https://packages.debian.org/unstable/git-buildpackage">git-buildpackage</a>
	and <a href="https://packages.debian.org/unstable/live-build">live build</a>
	installed to build the source.</i></p>

<p>To learn more about how to work with live-build sources, see the <a
 href="http://live.debian.net/manual/unstable/html/live-manual/toc.en.html">Live
 Systems Manual</a>.</p>

© 2014-2024 Faster IT GmbH | imprint | privacy policy