[med-svn] [r-cran-r.utils] 03/13: * New upstream version * Convert to dh-r * Canonical homepage for CRAN

Andreas Tille tille at debian.org
Thu Nov 9 13:18:17 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-r.utils.

commit 8f248a3fb6c23122b531ccb4cbcf4be7a322e0c0
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 9 13:58:24 2017 +0100

      * New upstream version
      * Convert to dh-r
      * Canonical homepage for CRAN
---
 debian/changelog | 8 ++++++++
 debian/control   | 9 +++++----
 debian/copyright | 8 ++++----
 debian/rules     | 8 +++++++-
 4 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0d85c42..647fb4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-r.utils (2.5.0-1) unstable; urgency=medium
+
+  * New upstream version
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+
+ -- Andreas Tille <tille at debian.org>  Wed, 09 Nov 2016 09:58:44 +0100
+
 r-cran-r.utils (2.3.0-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 1897a87..ee24f06 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,21 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-r.oo
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.utils/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.utils/
-Homepage: http://cran.r-project.org/web/packages/R.utils
+Homepage: https://cran.r-project.org/package=R.utils
 
 Package: r-cran-r.utils
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${R:Depends},
-         r-cran-r.oo
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R various programming utilities
  This GNU R package contains various programming utilities,  These
  functions are useful when programming and developing R packages.
diff --git a/debian/copyright b/debian/copyright
index c461457..096315b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
-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: Henrik Bengtsson <henrikb at braju.com>
 Upstream-Name: R.utils
-Source: http://cran.r-project.org/web/packages/R.utils/
+Source: https://cran.r-project.org/package=R.utils
 
 Files: *
-Copyright: 2007-2015 Henrik Bengtsson <henrikb at braju.com>
+Copyright: 2007-2016 Henrik Bengtsson <henrikb at braju.com>
 License: LGPL-2.1+
 
 Files: debian/*
-Copyright: 2015 Andreas Tille <tille at debian.org>
+Copyright: 2015-2016 Andreas Tille <tille at debian.org>
 License: LGPL-2.1+
 
 License: LGPL-2.1+
diff --git a/debian/rules b/debian/rules
index 2fbba2d..d7e0be1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name "*.R" -exec chmod -x \{\} \;
+	find debian -name "HISTORY.LNK" -exec chmod -x \{\} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-r.utils.git



More information about the debian-med-commit mailing list