diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-02-26 16:48:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-02-26 16:48:01 +0100 |
commit | faae49c640ee2d308d40bc5867d6ecbd80ac0fc1 (patch) | |
tree | d49a49f6c8142a1762a339a99396421a127cc146 /debian/README.source | |
download | truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.gz truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.tar.bz2 truecrypt-faae49c640ee2d308d40bc5867d6ecbd80ac0fc1.zip |
initial packaging based on http://www.unchartedbackwaters.co.uk/pyblosxom/static/truecrypt_debian_packaging
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 |