blob: 528fa2b09377263b59ea7f3dc6deb1f0b0d60f06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
If you're trying to build a package from source, you're probably familiar with
this but here are some instructions anyway.
The following steps assume you're using packaging version 7.1a-1. Replace with
the current version where appropriate.
BUILD WITH sbuild OR pbuilder
=============================
- Download and verify the PGP signature on the sources (if you're paranoid):
- Rename the tarball:
mv "TrueCrypt 7.1a Source.tar.gz" truecrypt_7.1a.orig.tar.gz
- enter the base folder of this Git project
debuild -uc -us -S
- run sbuild (similar for pbuilder)
sbuild -sAd unstable truecrypt_7.1a-1.dsc
|