This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-rsolnp.
commit ad0923dbd220bc46879b2b6196943fc54b068e33 Author: Andreas Tille <[email protected]> Date: Sun Nov 6 08:56:42 2016 +0000 * New upstream version * xz compression in d/watch * Convert to dh-r * Canonical homepage for CRAN --- debian/changelog | 9 +++++++++ debian/control | 14 ++++++++------ debian/copyright | 8 ++++---- debian/rules | 6 ++---- debian/watch | 2 +- 5 files changed, 24 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc2e479..cdb847e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-rsolnp (1.16+dfsg-1) unstable; urgency=medium + + * New upstream version + * xz compression in d/watch + * Convert to dh-r + * Canonical homepage for CRAN + + -- Andreas Tille <[email protected]> Sun, 06 Nov 2016 09:45:21 +0100 + r-cran-rsolnp (1.14+dfsg-1) unstable; urgency=low * Initial release (closes: #753125) diff --git a/debian/control b/debian/control index 36cd3e0..052856e 100644 --- a/debian/control +++ b/debian/control @@ -4,19 +4,21 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev, r-cran-truncnorm -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rsolnp/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rsolnp/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rsolnp/trunk/ -Homepage: http://cran.r-project.org/web/packages/Rsolnp +Homepage: https://cran.r-project.org/package=Rsolnp Package: r-cran-rsolnp Architecture: any Depends: ${shlibs:Depends}, - ${R:Depends}, - r-cran-truncnorm + ${misc:Depends}, + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R general non-linear optimization This GNU R package provides general non-linear optimization using augmented lagrange multiplier method diff --git a/debian/copyright b/debian/copyright index 5bf14b2..08c7d60 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Rsolnp Upstream-Contact: Alexios Ghalanos <[email protected]> -Source: http://cran.r-project.org/web/packages/Rsolnp/ +Source: https://cran.r-project.org/package=Rsolnp Files-Excluded: inst/doc/manual.ps Files: * -Copyright: 2012-2014 Alexios Ghalanos, Stefan Theussl +Copyright: 2012-2016 Alexios Ghalanos, Stefan Theussl License: GPL-3+ Files: debian/* -Copyright: 2014 Andreas Tille <[email protected]> +Copyright: 2014-2016 Andreas Tille <[email protected]> License: GPL-3+ License: GPL-3+ @@ -26,6 +26,6 @@ License: GPL-3+ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . - On Debian systems, the complete text of the GNU Public + On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules index 6faf93f..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,4 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk - -get-orig-source: - uscan --verbose --force-download --repack --compression xz +%: + dh $@ --buildsystem R diff --git a/debian/watch b/debian/watch index 675ee2d..a8f83d4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts=uversionmangle=s/$/+dfsg/ \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ http://cran.r-project.org/src/contrib/Rsolnp_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rsolnp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
