[r-cran-eco] 03/30: Import Debian changes 2.2-1-2
Andreas Tille
tille at debian.org
Thu Sep 7 07:20:58 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-eco.
commit 901aad98c795dcca9916cc24b95f40b09687d4f1
Author: Chris Lawrence <lawrencc at debian.org>
Date: Thu Sep 21 21:31:27 2006 -0500
Import Debian changes 2.2-1-2
r-cran-eco (2.2-1-2) unstable; urgency=low
* Rebuild for S4 class compatibility; bump build-depends.
---
debian/changelog | 6 ++++++
debian/control | 6 +++---
debian/copyright | 3 +--
debian/rules | 5 ++++-
4 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4ae207e..ab6e217 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+r-cran-eco (2.2-1-2) unstable; urgency=low
+
+ * Rebuild for S4 class compatibility; bump build-depends.
+
+ -- Chris Lawrence <lawrencc at debian.org> Thu, 21 Sep 2006 21:31:27 -0500
+
r-cran-eco (2.2-1-1) unstable; urgency=low
* Initial Release. (Closes: #347880)
diff --git a/debian/control b/debian/control
index 968b55f..715431f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: r-cran-eco
Section: math
Priority: optional
Maintainer: Chris Lawrence <lawrencc at debian.org>
-Build-Depends: debhelper (>> 4.0.0), r-base-dev (>> 2.0.0), r-cran-vr (>= 7.2.8-1), cdbs
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>> 4), r-base-dev (>> 2.3.1), r-cran-vr (>= 7.2.8-1), cdbs
+Standards-Version: 3.7.2
Package: r-cran-eco
Architecture: any
-Depends: r-base-core (>> 2.0.0), ${shlibs:Depends}, r-cran-vr (>= 7.2.8-1)
+Depends: r-base-core (>> 2.3.1), ${shlibs:Depends}, r-cran-vr (>= 7.2.8-1)
Suggests: r-cran-mcmcpack
Description: GNU R routines for Bayesian ecological inference
This is a set of routines for GNU R that implement Imai and Lu's
diff --git a/debian/copyright b/debian/copyright
index 11129a4..010c249 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,8 +20,7 @@ Copyright:
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
index 020be59..496260b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,5 +20,8 @@ common-install-arch:: R_any_arch
R_any_arch:
dh_installdirs usr/lib/R/site-library
- R CMD INSTALL -l $(debRlib) .
+ R CMD INSTALL -l $(debRlib) --clean .
rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING
+
+clean::
+ find -name '*.o' -o -name '*.so' -print0 | xargs -r0 rm -f
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-eco.git
More information about the debian-science-commits
mailing list