[r-cran-vgam] 57/63: Convert to dh-r
Andreas Tille
tille at debian.org
Tue Jan 24 13:54:43 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-vgam.
commit bda47cf158bd3130c17249e4c3ef8dd765675d01
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 24 14:31:49 2017 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/rules | 21 ++-------------------
3 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 986f062..3e6d6d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-vgam (1.0-3-1) UNRELEASED; urgency=medium
* Team upload
* New upstream version
* Take over packaging into Debian Science team
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Tue, 24 Jan 2017 14:26:13 +0100
diff --git a/debian/control b/debian/control
index b174731..0cb32da 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: gnu-r
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Chris Lawrence <lawrencc at debian.org>
-Build-Depends: debhelper (>> 9), r-base-dev (>= 3.0), cdbs, dpkg-dev (>= 1.16.1~)
+Build-Depends: debhelper (>> 9), r-base-dev (>= 3.0), dh-r
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-vgam.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-vgam.git
@@ -12,6 +12,8 @@ Homepage: http://www.stat.auckland.ac.nz/~yee/VGAM/
Package: r-cran-vgam
Architecture: any
Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Enhances: r-cran-zelig
Description: GNU R package for estimating vector generalized additive models
This package implements a variety of functions for estimating vector
diff --git a/debian/rules b/debian/rules
index 949863e..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-car package
-# Copyright 2003 by Dirk Eddelbuettel <edd at debian.org>
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
-PKG_CFLAGS=$(CFLAGS)
-PKG_CXXFLAGS=$(CXXFLAGS)
-PKG_CPPFLAGS=$(CPPFLAGS)
-PKG_FFLAGS=$(FFLAGS)
-
-export PKG_CFLAGS PKG_CXXFLAGS PKG_CPPFLAGS PKG_FFLAGS
-
-makeFlags="LDFLAGS=$(LDFLAGS)"
-
-include /usr/share/R/debian/r-cran.mk
-
-common-install-arch::
- rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-vgam.git
More information about the debian-science-commits
mailing list