[med-svn] [r-cran-openssl] 04/08: * New upstream version * Convert to dh-r * Canonical CRAN homepage
Andreas Tille
tille at debian.org
Tue Oct 10 17:07:05 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-openssl.
commit 46942a115058c1a018a800b35e508ad10e749ac0
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 28 11:50:17 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical CRAN homepage
---
debian/changelog | 9 +++++++++
debian/control | 6 ++++--
debian/copyright | 4 ++--
debian/rules | 8 ++------
4 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c493372..ddbf6fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+r-cran-openssl (0.9.5-1) unstable; urgency=medium
+
+ * New upstream version
+ Closes: #828529
+ * Convert to dh-r
+ * Canonical CRAN homepage
+
+ -- Andreas Tille <tille at debian.org> Fri, 28 Oct 2016 13:24:10 +0200
+
r-cran-openssl (0.9.4-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/control b/debian/control
index cfc2a77..1dba363 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,21 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
libssl-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-openssl/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-openssl/trunk/
-Homepage: https://cran.r-project.org/web/packages/openssl/
+Homepage: https://cran.r-project.org/package=openssl
Package: r-cran-openssl
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R toolkit for encryption, signatures and certificates based on OpenSSL
Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey
parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521.
diff --git a/debian/copyright b/debian/copyright
index 1bb11d7..8504aa7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Jeroen Ooms <jeroen.ooms at stat.ucla.edu>
-Source: https://cran.r-project.org/web/packages/openssl/
+Source: https://cran.r-project.org/package=openssl
Files: *
Copyright: 2013-2016 Jeroen Ooms <jeroen.ooms at stat.ucla.edu>,
diff --git a/debian/rules b/debian/rules
index d3d7a1f..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-include /usr/share/R/debian/r-cran.mk
-
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-openssl.git
More information about the debian-med-commit
mailing list