diff options
Diffstat (limited to 'jessie')
-rw-r--r-- | jessie/_reverts_r-cran-rjags.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jessie/_reverts_r-cran-rjags.sh b/jessie/_reverts_r-cran-rjags.sh index 45bf82e..e7fc882 100644 --- a/jessie/_reverts_r-cran-rjags.sh +++ b/jessie/_reverts_r-cran-rjags.sh @@ -1,3 +1,4 @@ - # Lower build dependency for jags - ssed -i -R "/^Build-Depends/s/jags \(>= .*?\)/jags (>= 4.0)/" debian/control - dch -a "debian/control: Lower build dependency on jags to be satisfied by backport" +# Lower dependencies for jags +ssed -i -R "/^Build-Depends/s/jags \(>= .*?\)/jags (>= 4.0)/" debian/control +ssed -i -R "/^Depends/s/jags \(>= .*?\)/jags (>= 4.0)/" debian/control +dch -a "debian/control: Lower (build) dependency on jags to be satisfied by backport" |