[med-svn] [Git][med-team/bali-phy][master] 2 commits: Fix spelling
Andreas Tille
gitlab at salsa.debian.org
Fri Mar 9 06:37:53 UTC 2018
Andreas Tille pushed to branch master at Debian Med / bali-phy
Commits:
8e96a422 by Andreas Tille at 2018-03-09T05:16:53+01:00
Fix spelling
- - - - -
ed5d46ee by Andreas Tille at 2018-03-09T05:18:18+01:00
Cosmetical changes by using `cme fix dpkg-control` to have the common formatting used by Debian Med team
- - - - -
3 changed files:
- debian/control
- + debian/patches/series
- + debian/patches/spelling.patch
Changes:
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,34 @@
Source: bali-phy
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Benjamin Redelings <benjamin.redelings at gmail.com>
-Build-Depends: debhelper (>= 11), meson (>=0.44.1), libcairo2-dev,
- libeigen3-dev, nlohmann-json-dev, pandoc, libboost-dev,
- libboost-program-options-dev, libboost-random-dev,
- libboost-system-dev, libboost-filesystem-dev, libboost-chrono-dev
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 11),
+ meson (>=0.44.1),
+ libcairo2-dev,
+ libeigen3-dev,
+ nlohmann-json-dev,
+ pandoc,
+ libboost-dev,
+ libboost-program-options-dev,
+ libboost-random-dev,
+ libboost-system-dev,
+ libboost-filesystem-dev,
+ libboost-chrono-dev
Standards-Version: 4.1.3
-Homepage: http://www.bali-phy.org
-Vcs-Git: https://github.com/bredelings/BAli-Phy.git
Vcs-Browser: https://github.com/bredelings/BAli-Phy
+Vcs-Git: https://github.com/bredelings/BAli-Phy.git
+Homepage: http://www.bali-phy.org
Package: bali-phy
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
-Recommends: r-base, gnuplot
-Suggests: figtree, seaview
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: r-base,
+ gnuplot
+Suggests: figtree,
+ seaview
Description: Bayesian Inference of Alignment and Phylogeny
BAli-Phy estimates multiple sequence alignments and evolutionary trees
from unaligned DNA, amino acid, or codon sequences. BAli-Phy uses MCMC
=====================================
debian/patches/series
=====================================
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
=====================================
debian/patches/spelling.patch
=====================================
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 09 Mar 2018 05:15:55 +0100
+Description: Spelling
+
+--- a/src/computation/program.cc
++++ b/src/computation/program.cc
+@@ -43,7 +43,7 @@ const Module& Program::get_module(const
+ {
+ int index = find_module(module_name);
+ if (index == -1)
+- throw myexception()<<"Progam does not contain module '"<<module_name<<"'";
++ throw myexception()<<"Program does not contain module '"<<module_name<<"'";
+ return modules()[index];
+ }
+
View it on GitLab: https://salsa.debian.org/med-team/bali-phy/compare/b2d1520f1ebc84e03a2f2c46efb0f1eca030cd2c...ed5d46ee7f4153a3ff3dd4f139631f7d5f64edb9
---
View it on GitLab: https://salsa.debian.org/med-team/bali-phy/compare/b2d1520f1ebc84e03a2f2c46efb0f1eca030cd2c...ed5d46ee7f4153a3ff3dd4f139631f7d5f64edb9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180309/c2e3372c/attachment-0001.html>
More information about the debian-med-commit
mailing list