File: README.source.md

package info (click to toggle)
ipxe 1.0.0%2Bgit-20190125.36a4c85-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 21,788 kB
  • sloc: ansic: 317,914; asm: 6,000; perl: 2,961; php: 859; makefile: 326; sh: 296
file content (20 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Source handling

## Building a Debian source package from git

No patches are stored inside the repository, but are built on request.
A `3.0 (quilt)` format source package for upload to Debian is created with the following comamnd:

```
make -f debian/rules git-source
```

## Building a orig tar from git

The orig tars are maintained by pristine-lfs and generated from upstream release tags.
New ones are generated with the following command:

```
dch -v 2.2.45-1
make -f debian/rules git-orig
```