diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-12-14 21:13:48 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-12-14 21:13:48 +0000 |
commit | 70aefb18628eab236cc5dbaa6e2537236127ca94 (patch) | |
tree | 3697cca48294579fac92b05bf368e743b50d36a9 /wheezy | |
parent | f82c9449951c75bd5d9f7083c8683ddd15121738 (diff) |
Backport scripts in the middle of it (hopefully final for 3.2.3)
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@118 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'wheezy')
-rw-r--r-- | wheezy/_reverts_r-cran-rjags.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wheezy/_reverts_r-cran-rjags.sh b/wheezy/_reverts_r-cran-rjags.sh index 45bf82e..e7fc882 100644 --- a/wheezy/_reverts_r-cran-rjags.sh +++ b/wheezy/_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" |