[r-cran-erm] 29/33: Convert to dh-r

Andreas Tille tille at debian.org
Mon Dec 12 11:19:36 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-erm.

commit c53bec72899da34683dd8754976dfae402d0dd86
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 12 11:58:14 2016 +0100

    Convert to dh-r
---
 debian/changelog |  1 +
 debian/control   |  7 +++----
 debian/rules     | 13 ++-----------
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 459e380..3c2347f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-erm (0.15-7-1) UNRELEASED; urgency=medium
   * Take over packaging into Debian Science team
   * Consistent naming between source and binary package
   * cme fix dpkg-control
+  * Convert to dh-r
 
  -- Andreas Tille <tille at debian.org>  Mon, 12 Dec 2016 11:25:09 +0100
 
diff --git a/debian/control b/debian/control
index 8e312c4..c9826ee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Julian Gilbey <jdg at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>> 9),
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-mass,
                r-cran-raschsampler,
@@ -17,11 +17,10 @@ Homepage: http://cran.r-project.org/web/packages/eRm/index.html
 Package: r-cran-erm
 Architecture: any
 Depends: ${R:Depends},
-         r-cran-mass,
-         r-cran-matrix,
-         r-cran-raschsampler,
          ${shlibs:Depends},
          ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package for 'extended Rasch modelling'
  eRm fits Rasch models (RM), linear logistic test models (LLTM),
  rating scale model (RSM), linear rating scale models (LRSM), partial
diff --git a/debian/rules b/debian/rules
index 98fd3fe..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
-# debian/rules file for the Debian/GNU Linux r-cran-* packages
 
-# We don't want to include the cdbs patchsys, as we're using source
-# format 3.0 (quilt).  The following line makes cdbs skip trying to
-# load it (it is included by /usr/share/R/debian/r-cran.mk).
-_cdbs_rules_patchsys = 1
-
-include /usr/share/R/debian/r-cran.mk
-
-# Fix the borken permissions :-(
-install/r-cran-erm::
-	chmod a-x debian/r-cran-erm/usr/lib/R/site-library/eRm/doc/*
+%:
+	dh $@ --buildsystem R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-erm.git



More information about the debian-science-commits mailing list