This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-magrittr.
commit fba3903056caf547202f9a8aeee49013533437be Author: Andreas Tille <[email protected]> Date: Fri Oct 20 11:19:10 2017 +0200 Secure URI in watch file --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/watch | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff9621f..7cebea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ r-cran-magrittr (1.5-4) UNRELEASED; urgency=medium * Moved packaging from SVN to Git * Standards-Version: 4.1.1 * Convert from cdbs to dh-r + * Secure URI in watch file -- Andreas Tille <[email protected]> Fri, 20 Oct 2017 11:09:29 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 49e63e0..235d5e1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), dh-r Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-magrittr.git diff --git a/debian/watch b/debian/watch index 94d4138..c85897b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -http://cran.r-project.org/src/contrib/magrittr_([\d.-]*)\.tar\.gz +version=4 +https://cran.r-project.org/src/contrib/magrittr_([\d.-]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-magrittr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
