[med-svn] [r-cran-reshape] 05/08: Convert to dh-r
Andreas Tille
tille at debian.org
Wed Nov 9 08:25:44 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-reshape.
commit 4e84969bd385e076686049f5b44a5e6454c80110
Author: Andreas Tille <tille at debian.org>
Date: Wed Nov 9 09:09:33 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 10 +++++-----
debian/rules | 8 +++++---
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c099ad7..7c0b8b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-reshape (0.8.6-1) UNRELEASED; urgency=medium
* New upstream release
* cme fix dpkg-control
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Wed, 09 Nov 2016 09:06:13 +0100
diff --git a/debian/control b/debian/control
index 35161d5..4fd4fd2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Carlos Borroto <carlos.borroto at gmail.com>,
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-plyr
Standards-Version: 3.9.8
@@ -15,10 +15,10 @@ Homepage: http://had.co.nz/reshape
Package: r-cran-reshape
Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${R:Depends},
- r-cran-plyr
+Depends: ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: Flexibly reshape data
Reshape lets you flexibly restructure and aggregate data using just two
functions: melt and cast.
diff --git a/debian/rules b/debian/rules
index 5000db0..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-reshape.git
More information about the debian-med-commit
mailing list