[scram] 01/01: Update for new upstream 0.13.0

Olzhas Rakhimov rakhimov-guest at moszumanska.debian.org
Fri May 12 06:46:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

rakhimov-guest pushed a commit to branch master
in repository scram.

commit 8240abe04d70ab9600f1cfcd2629dd0a92f7dc55
Author: rakhimov <ol.rakhimov at gmail.com>
Date:   Thu May 11 23:12:24 2017 -0700

    Update for new upstream 0.13.0
---
 debian/changelog |  8 +++++
 debian/control   |  5 +--
 debian/manpages  |  2 +-
 debian/scram.1   | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 107 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8882aa1..8e57c25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+scram (0.13.0-1) unstable; urgency=medium
+
+  * New upstream 0.13.0
+  * Boost min version bump to 1.58
+  * Generate man page with help2man (manually, ironically :)
+
+ -- Olzhas Rakhimov <ol.rakhimov at gmail.com>  Thu, 11 May 2017 22:59:51 -0700
+
 scram (0.12.0-1) unstable; urgency=medium
 
   * New upstream 0.12.0
diff --git a/debian/control b/debian/control
index 628010d..37a533f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Olzhas Rakhimov <ol.rakhimov at gmail.com>
 Build-Depends: debhelper (>= 10),
                cmake (>= 2.8.12),
                libxml++2.6-dev (>= 2.38.1),
-               libboost-all-dev (>= 1.56.0),
+               libboost-all-dev (>= 1.58.0),
                libgoogle-perftools-dev
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/scram.git
@@ -18,7 +18,8 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Probabilistic Risk Analysis Tool
  A command line probabilistic risk analysis tool
- capable of performing static fault tree analysis,
+ capable of performing event tree analysis,
+ static fault tree analysis,
  analysis with common cause failure models,
  probability calculations with importance analysis,
  and uncertainty analysis with Monte Carlo simulations.
diff --git a/debian/manpages b/debian/manpages
index 4e2d032..c74e1c3 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1 @@
-doc/scram.1
+debian/scram.1
diff --git a/debian/scram.1 b/debian/scram.1
new file mode 100644
index 0000000..fe92fd2
--- /dev/null
+++ b/debian/scram.1
@@ -0,0 +1,95 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
+.TH SCRAM "1" "May 2017" "SCRAM 0.13.0" "SCRAM Manual"
+.SH NAME
+SCRAM \- Command-line Risk Analysis Multi-tool
+.SH SYNOPSIS
+.B scram
+[\fI\,options\/\fR] \fI\,input-files\/\fR...
+.SH DESCRIPTION
+.PP
+\fBSCRAM\fP is a probabilistic risk analysis (PRA) tool.
+It can perform event tree analysis, static fault tree analysis,
+analysis with common cause failure models,
+probability calculations with importance analysis,
+and uncertainty analysis with Monte Carlo simulations.
+This tool can handle non-coherent fault trees, containing NOT logic.
+.PP
+\fBSCRAM\fP works with PRA models and constructs described
+in the Open-PSA Model Exchange Format.
+.SH OPTIONS
+.TP
+\fB\-\-help\fR
+Display this help message
+.TP
+\fB\-\-version\fR
+Display version information
+.TP
+\fB\-\-config\-file\fR path
+XML file with analysis configurations
+.TP
+\fB\-\-validate\fR
+Validate input files without analysis
+.TP
+\fB\-\-bdd\fR
+Perform qualitative analysis with BDD
+.TP
+\fB\-\-zbdd\fR
+Perform qualitative analysis with ZBDD
+.TP
+\fB\-\-mocus\fR
+Perform qualitative analysis with MOCUS
+.TP
+\fB\-\-prime\-implicants\fR
+Calculate prime implicants
+.TP
+\fB\-\-probability\fR bool
+Perform probability analysis
+.TP
+\fB\-\-importance\fR bool
+Perform importance analysis
+.TP
+\fB\-\-uncertainty\fR bool
+Perform uncertainty analysis
+.TP
+\fB\-\-ccf\fR bool
+Perform common\-cause failure analysis
+.TP
+\fB\-\-sil\fR bool
+Compute the Safety Integrity Level metrics
+.TP
+\fB\-\-rare\-event\fR
+Use the rare event approximation
+.TP
+\fB\-\-mcub\fR
+Use the MCUB approximation
+.TP
+\fB\-l\fR [ \fB\-\-limit\-order\fR ] int
+Upper limit for the product order
+.TP
+\fB\-\-cut\-off\fR double
+Cut\-off probability for products
+.TP
+\fB\-\-mission\-time\fR double
+System mission time in hours
+.TP
+\fB\-\-time\-step\fR double
+Time step in hours for probability analysis
+.TP
+\fB\-\-num\-trials\fR int
+Number of trials for Monte Carlo simulations
+.TP
+\fB\-\-num\-quantiles\fR int
+Number of quantiles for distributions
+.TP
+\fB\-\-num\-bins\fR int
+Number of bins for histograms
+.TP
+\fB\-\-seed\fR int
+Seed for the pseudo\-random number generator
+.HP
+\fB\-o\fR [ \fB\-\-output\-path\fR ] path Output path for reports
+.TP
+\fB\-\-verbosity\fR int
+Set log verbosity
+.SH "SEE ALSO"
+https://scram-pra.org

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scram.git



More information about the debian-science-commits mailing list