[med-svn] [r-cran-munsell] 02/04: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Sep 29 20:09:15 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-munsell.
commit c28b737ad93af3761641f2a70fa4a03e91175fb9
Author: Andreas Tille <tille at debian.org>
Date: Fri Sep 29 22:06:20 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 11 +++++------
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 80b3791..e05b94a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-munsell (0.4.3-2) UNRELEASED; urgency=medium
* Team upload.
* Fix Vcs fields
* Standards-Version: 4.1.1
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Fri, 29 Sep 2017 22:04:34 +0200
diff --git a/debian/control b/debian/control
index 10d9e27..a46305e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Benjamin Eikel <debian at eikel.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-colorspace
Standards-Version: 4.1.1
@@ -14,11 +14,10 @@ Homepage: https://cran.r-project.org/package=munsell
Package: r-cran-munsell
Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${R:Depends},
- r-cran-colorspace
-Suggests: r-cran-ggplot2 (>= 0.9.2)
+Depends: ${R:Depends},
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: Utilities for using Munsell colors
Provides easy access to, and manipulation of, the Munsell colors.
Provides a mapping between Munsell's original notation
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-munsell.git
More information about the debian-med-commit
mailing list