aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-12-14 00:56:24 -0500
committerRob Austein <sra@hactrn.net>2016-12-14 00:56:24 -0500
commitb94f9f9d3816d3cd26a4cc8f3da9f4616bd05a35 (patch)
treefbeb9b09ce998632986b2ad623adc832f795e6bf /.gitignore
parenteb5aaecab2b988f3ff4d36817fb56aca5a30aebb (diff)
Support multiple packages corresponding to multiple releng branches.
We want to be able to provide packaged builds of development branches. The most straightforward way to do this is a 1:1 correspondence between branches in the releng tree and variant package names. We adopt a simple convention: the base package name corresponds to the master branch, all other branches are named with the base package name followed by the branch name. So the master branch is the cryptech-alpha package, the ksng branch is the cryptech-alpha-ksng branch, and so forth. This isn't a perfect solution, but it's probably good enough. In order to do this, we need to generate the debian/control file at build-time, so that we can generate the list of conflicting packages. This commit also pulls in a few changes that had collected on the master branches of various repositories, chiefly because a few of them were necessary to get it the build to run at all.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5a04258..ad15cf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,5 @@ cryptech-alpha_*_source.changes
screenlog.*
source/cryptech-alpha-firmware.tar.gz
source/debian/changelog
+source/debian/control
tap