diff options
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..528fa2b --- /dev/null +++ b/debian/README.source @@ -0,0 +1,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 |