[med-svn] [r-cran-stringi] 09/12: * New upstream version * Convert to dh-r * Canonical homepage for CRAN
Andreas Tille
tille at debian.org
Thu Oct 12 20:22:10 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-stringi.
commit 8c2aa8f5f686a4c533a2db0edda5825a8bc4e86d
Author: Andreas Tille <tille at debian.org>
Date: Fri Nov 4 13:38:58 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
---
debian/changelog | 8 ++++++++
debian/control | 10 ++++++----
debian/copyright | 8 ++++----
debian/rules | 8 +++++---
4 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4082492..b8bd0d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-stringi (1.1.2-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org> Fri, 04 Nov 2016 14:33:05 +0100
+
r-cran-stringi (1.0-1-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/control b/debian/control
index 6e27919..2c72f34 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,22 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
libicu-dev,
pkg-config,
r-base-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-stringi/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-stringi/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-stringi/
-Homepage: http://cran.r-project.org/web/packages/stringi
+Homepage: https://cran.r-project.org/package=stringi
Package: r-cran-stringi
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R character string processing facilities
Allows for fast, correct, consistent, portable, as well as convenient
character string/text processing in every locale and any native
diff --git a/debian/copyright b/debian/copyright
index d72eefd..fc7fe70 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
-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: Marek Gagolewski <gagolews at rexamine.com>
Upstream-Name: stringi
-Source: http://cran.r-project.org/web/packages/stringi/
+Source: https://cran.r-project.org/package=stringi
Files: *
-Copyright: 2013-2015 Marek Gagolewski <gagolews at rexamine.com>
+Copyright: 2013-2016 Marek Gagolewski <gagolews at rexamine.com>
Bartek Tartanus
License: BSD-3-clause
Comment: The license was clarified via mail and the author committed
@@ -421,7 +421,7 @@ License: ICU
contribution or in the TZ Database.
Files: debian/*
-Copyright: 2015 Andreas Tille <tille at debian.org>
+Copyright: 2015-2016 Andreas Tille <tille at debian.org>
License: BSD-3-clause
License: BSD-3-clause
diff --git a/debian/rules b/debian/rules
index 5000db0..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-stringi.git
More information about the debian-med-commit
mailing list