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 0be1ddb4ef4b529611837245a488a14664a61567 Author: Andreas Tille <[email protected]> Date: Sun Jun 29 16:51:44 2014 +0000 Drop binary without source from archive --- debian/changelog | 2 +- debian/copyright | 7 ++++--- debian/rules | 3 +++ debian/watch | 3 ++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9c3bf35..bc2e479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -r-cran-rsolnp (1.14-1) unstable; urgency=low +r-cran-rsolnp (1.14+dfsg-1) unstable; urgency=low * Initial release (closes: #753125) diff --git a/debian/copyright b/debian/copyright index cebffc8..5bf14b2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,16 +2,17 @@ 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/ +Files-Excluded: inst/doc/manual.ps Files: * Copyright: 2012-2014 Alexios Ghalanos, Stefan Theussl -License: GPL2+ +License: GPL-3+ Files: debian/* Copyright: 2014 Andreas Tille <[email protected]> -License: GPL2+ +License: GPL-3+ -License: GPL2+ +License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or diff --git a/debian/rules b/debian/rules index 2fbba2d..6faf93f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f include /usr/share/R/debian/r-cran.mk + +get-orig-source: + uscan --verbose --force-download --repack --compression xz diff --git a/debian/watch b/debian/watch index 0333275..675ee2d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -http://cran.r-project.org/src/contrib/Rsolnp_([-\d.]*)\.tar\.gz +opts=uversionmangle=s/$/+dfsg/ \ + 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
