[med-svn] [r-cran-ggplot2] 04/10: Convert to dh-r
Andreas Tille
tille at debian.org
Mon Nov 14 09:09:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-ggplot2.
commit f8202e879c7afea17b3035b9c3f4cb503ce07974
Author: Andreas Tille <tille at debian.org>
Date: Mon Nov 14 09:20:45 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 20 +++++---------------
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0c24c37..92303ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
r-cran-ggplot2 (2.2.0-1) UNRELEASED; urgency=medium
* New upstream version
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Thu, 18 Aug 2016 10:51:02 +0200
diff --git a/debian/control b/debian/control
index e88b345..9aaf53d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,10 @@ Uploaders: Carlos Borroto <carlos.borroto at gmail.com>,
Andreas Tille <tille at debian.org>,
Benjamin Eikel <debian at eikel.org>
Section: gnu-r
-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
r-base-dev (>= 3.0.0),
- cdbs,
+ dh-r,
r-cran-digest,
r-cran-gtable,
r-cran-mass,
@@ -23,19 +22,10 @@ Homepage: http://had.co.nz/ggplot2
Package: r-cran-ggplot2
Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${R:Depends},
- r-cran-digest,
- r-cran-gtable,
- r-cran-mass,
- r-cran-proto,
- r-cran-plyr,
- r-cran-reshape2,
- r-cran-scales (>= 0.3.0)
-Recommends: r-cran-sp,
- r-cran-mapproj,
- r-cran-quantreg
+Depends: ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: implementation of the Grammar of Graphics
ggplot2 combines the advantages of both base and lattice graphics.
Conditioning and shared axes are handled automatically, and you can
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-ggplot2.git
More information about the debian-med-commit
mailing list