[med-svn] [SCM] r-bioc-cummerbund branch, master, updated. upstream/1.2.0-27-g0090eab
Andreas Tille
tille at debian.org
Thu May 17 20:23:10 UTC 2012
The following commit has been merged in the master branch:
commit 0090eab63b5fb339dd51aff687a7f02443521a88
Author: Andreas Tille <tille at debian.org>
Date: Thu May 17 22:12:32 2012 +0200
Enable hardening
diff --git a/debian/changelog b/debian/changelog
index 6fab356..c22f888 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-bioc-cummerbund (1.2.0-1) unstable; urgency=low
* debian/upstream: Reference as given in
citation("cummeRbund")
* debian/control: Standards-Version: 3.9.3 (no changes needed)
+ * debian/rules: Enable hardening
-- Andreas Tille <tille at debian.org> Tue, 08 May 2012 08:52:06 +0200
diff --git a/debian/rules b/debian/rules
index a906fba..0abcd83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ debRreposname = bioc
include /usr/share/R/debian/r-cran.mk
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
# Require a number equal or superior than the R version the package was built with.
install/r-$(debRreposname)-$(cranName)::
echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars
--
Packaging for R/Bioconductor/cummeRbund in Debian
More information about the debian-med-commit
mailing list