[med-svn] [r-cran-psy] 02/05: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Sep 29 08:17:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-psy.
commit c7e5904af1d0230d5bb614dd233d42bf191d245e
Author: Andreas Tille <tille at debian.org>
Date: Fri Sep 29 10:10:24 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 8 +++++---
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5f4b555..65c2c38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-psy (1.1-3) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Fri, 29 Sep 2017 09:58:17 +0200
diff --git a/debian/control b/debian/control
index 53b23de..2fc6965 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
r-base-dev (>= 2.14.2~20120222),
- cdbs
+ dh-r
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-psy.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-psy.git
@@ -14,8 +14,10 @@ Homepage: http://cran.r-project.org/web/packages/psy
Package: r-cran-psy
Architecture: all
-Depends: ${R:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R procedures for psychometrics
This package includes several procedures used in psychometrics and
scaling, including:
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-psy.git
More information about the debian-med-commit
mailing list