[med-svn] [r-cran-princurve] 03/07: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Oct 20 09:56:02 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-princurve.
commit 4e4cb31b3c55d8cc72b2bc05a16348d5c001a4cd
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 20 11:51:22 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 5 +++--
debian/rules | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 06052d5..21278b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-princurve (1.1-12-2) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Fri, 20 Oct 2017 11:49:23 +0200
diff --git a/debian/control b/debian/control
index e263924..bb7d028 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
- r-base-dev
+ dh-r
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-princurve.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-princurve.git
@@ -16,6 +15,8 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: fit a principal curve in arbitrary dimension
GNU R package to fit a principal curve to a data matrix in arbitrary
dimensions.
diff --git a/debian/rules b/debian/rules
index 2fbba2d..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,5 @@
#!/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-princurve.git
More information about the debian-med-commit
mailing list