[med-svn] [r-cran-r.methodss3] 03/06: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Fri Oct 20 10:06:12 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-r.methodss3.

commit 8e7739d89092fc87ca6de9594a4619fdfb109dc9
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 20 12:00:29 2017 +0200

    Convert from cdbs to dh-r
---
 debian/changelog | 1 +
 debian/control   | 9 +++++----
 debian/rules     | 6 ++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a683b88..912c01d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-r.methodss3 (1.7.1-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:58:15 +0200
 
diff --git a/debian/control b/debian/control
index 0c3cf90..5ef9880 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,18 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               cdbs,
-               r-base-dev (>= 3.0.0)
+               dh-r
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-r.methodss3.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-r.methodss3.git
 Homepage: http://cran.r-project.org/web/packages/R.methodsS3/
 
 Package: r-cran-r.methodss3
-Architecture: any
-Depends: ${shlibs:Depends},
+Architecture: all
+Depends: ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R utility function for defining S3 methods
  Methods that simplify the setup of S3 generic functions and S3 methods.
  Major effort has been made in making definition of methods as simple as
diff --git a/debian/rules b/debian/rules
index 0161555..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-r.methodss3 package
-# Copyright 2014 by Andreas Tille <tille at debian.org>
 
-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-r.methodss3.git



More information about the debian-med-commit mailing list