[dh-r] 37/43: Rename fix-deps -> convert-to-dh-r

Gordon Ball chronitis-guest at moszumanska.debian.org
Thu Sep 15 13:45:38 UTC 2016


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

chronitis-guest pushed a commit to branch master
in repository dh-r.

commit 7bc68243d805a06e8580ef127757c44b29444193
Author: Gordon Ball <gordon at chronitis.net>
Date:   Thu Sep 15 11:15:23 2016 +0200

    Rename fix-deps -> convert-to-dh-r
---
 README.md                                | 2 +-
 debian/dh-r.install                      | 2 +-
 scripts/{fix-deps.pm => convert-to-dh-r} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 88a73d2..02bd1ad 100644
--- a/README.md
+++ b/README.md
@@ -24,4 +24,4 @@ In addition:
 
 Build and install currently happens entirely during the debhelper `install` step (since `R CMD INSTALL` performs both as a single operation).
 
-The `fix-deps.pm` script reads an existing `debian/control` and outputs a new one to `stdout`, swapping `cdbs` for `dh-r` in `Build-Depends` and replacing binary package `Depends`, `Recommends` and `Suggests` with substvar versions. If there are depedencies apart from R and shlibs-detectable libraries they will need to be re-added.
+The `convert-to-dh-r` script reads an existing `debian/control` and outputs a new one to `stdout`, swapping `cdbs` for `dh-r` in `Build-Depends` and replacing binary package `Depends`, `Recommends` and `Suggests` with substvar versions. If there are depedencies apart from R and shlibs-detectable libraries they will need to be re-added.
diff --git a/debian/dh-r.install b/debian/dh-r.install
index 22fb722..9d00d36 100644
--- a/debian/dh-r.install
+++ b/debian/dh-r.install
@@ -1,3 +1,3 @@
 dh/R.pm usr/share/perl5/Debian/Debhelper/Buildsystem
-scripts/fix-deps.pm usr/share/dh-r
+scripts/convert-to-dh-r usr/share/dh-r
 scripts/dh-make-R usr/bin
diff --git a/scripts/fix-deps.pm b/scripts/convert-to-dh-r
old mode 100644
new mode 100755
similarity index 100%
rename from scripts/fix-deps.pm
rename to scripts/convert-to-dh-r

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



More information about the debian-science-commits mailing list