[r-cran-formatr] 08/12: do not replace '-' by '.' in upstream version

Andreas Tille tille at debian.org
Tue Nov 29 12:45:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-formatr.

commit 99cab145f4739392da51e9be7cd66ff46d7891c8
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 29 13:18:26 2016 +0100

    do not replace '-' by '.' in upstream version
    
    This is might confuse user and as far as I know there is some agreement
    amongst R package maintainers to keep the upstream version.  The current
    version is a nice time to change this since it has no micro version
    number.
---
 debian/changelog | 4 +++-
 debian/watch     | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3708ebe..e2e4fca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,9 @@ r-cran-formatr (1.4-1) UNRELEASED; urgency=medium
   * convert to dh-r
   * Canonical CRAN homepage
   * debhelper 10
-  * d/watch: version=4
+  * d/watch:
+     - version=4
+     - do not replace '-' by '.' in upstream version
 
  -- Andreas Tille <tille at debian.org>  Tue, 29 Nov 2016 13:10:23 +0100
 
diff --git a/debian/watch b/debian/watch
index fdc81d3..8d584fb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=4
-opts="uversionmangle=s/-/\./" \
-	    http://cran.r-project.org/src/contrib/formatR_([-\d\.]*)\.tar.gz
+
+http://cran.r-project.org/src/contrib/formatR_([-\d\.]*)\.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-formatr.git



More information about the debian-science-commits mailing list