[med-svn] [r-cran-png] 03/07: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Oct 20 09:44:55 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-png.
commit 4214bf50533bbe7b85ae0067b4238d75a65fd283
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 20 11:37:39 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 9 +++++----
debian/rules | 6 +++---
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 68355d7..9e71ec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-png (0.1-7-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:35:40 +0200
diff --git a/debian/control b/debian/control
index 1625190..f0fe39e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
- r-base-dev,
+ dh-r,
libpng-dev
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-png.git
@@ -14,9 +13,11 @@ Homepage: http://cran.r-project.org/web/packages/png
Package: r-cran-png
Architecture: any
-Depends: ${R:Depends},
+Depends: ${shlibs:Depends},
${misc:Depends},
- ${shlibs:Depends}
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package to read and write PNG images
This package provides an easy and simple way to read, write and display
bitmap images stored in the PNG format. It can read and write both
diff --git a/debian/rules b/debian/rules
index 0cf1cb2..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-export DEB_BUILD_HARDENING=1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-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-png.git
More information about the debian-med-commit
mailing list