[med-svn] [r-cran-blockmodeling] 05/08: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Sep 8 06:55:18 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-blockmodeling.
commit 27b303f84a3bb1452a308aa6c62ad9b1e6d1de74
Author: Andreas Tille <tille at debian.org>
Date: Fri Sep 8 08:46:26 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 116d74d..cbf7d44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-blockmodeling (0.1.9-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Fri, 08 Sep 2017 08:39:55 +0200
diff --git a/debian/control b/debian/control
index 72770fd..e727d33 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Michael R. Crusoe <mcrusoe at msu.edu>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
+ dh-r,
r-base-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-blockmodeling.git
@@ -13,9 +13,11 @@ Homepage: http://cran.fhcrc.org/web/packages/blockmodeling/index.html
Package: r-cran-blockmodeling
Architecture: any
-Depends: ${R:Depends},
+Depends: ${shlibs:Depends},
${misc:Depends},
- ${shlibs:Depends}
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: Generalized and classical blockmodeling of valued networks
This R package is primarly meant as an implementation of Generalized
blockmodeling for valued networks. In addition, measurese of similarity or
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-blockmodeling.git
More information about the debian-med-commit
mailing list