Package: r-cran-surveillance Version: 1.2-1-1 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past)
On Ubuntu Oneiric this package fails to build from source (https://bugs.launchpad.net/ubuntu/oneiric/+source/r-cran-surveillance/+bug/755927). Despite this, I have tested the package in Debian Sid and Wheezy, and it builds ok. Nevertheless, this change would make possible for this package to build successfully in Ubuntu. I have found a build dependency that is causing the problem: r-cran-vr. I have replaced it with r-cran-mass (in a previous version, the latter was replaced by the former, because of missing packages, as stated in changelog entry for version 1.0.3-2) and now everything builds ok in Debian and Ubuntu. I am attaching a patch with this change in debdiff format. Please let me know if you find anything wrong, that needs correction, or anything else you would like to comment. Regards, Sebastian Carneiro. e-mail: scarne...@speedy.com.ar -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty-proposed'), (500, 'natty') Architecture: i386 (i686) Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages r-cran-surveillance depends on: ii libc6 2.13-0ubuntu13 Embedded GNU C Library: Shared lib ii libgcc1 1:4.5.2-8ubuntu4 GCC support library ii libstdc++6 4.5.2-8ubuntu4 The GNU Standard C++ Library v3 ii r-base-core 2.12.1-1 GNU R core of statistical computat pn r-cran-colorspace <none> (no description available) pn r-cran-maptools <none> (no description available) ii r-cran-mass [r-cran-vr] 7.3-9-1 GNU R package of Venables and Ripl pn r-cran-msm <none> (no description available) pn r-cran-spc <none> (no description available) pn r-cran-vcd <none> (no description available) pn r-cran-xtable <none> (no description available) r-cran-surveillance recommends no packages. r-cran-surveillance suggests no packages.
diff -Nru r-cran-surveillance-1.2-1/debian/changelog r-cran-surveillance-1.2-1/debian/changelog --- r-cran-surveillance-1.2-1/debian/changelog 2010-06-25 08:39:25.000000000 -0300 +++ r-cran-surveillance-1.2-1/debian/changelog 2011-06-19 19:27:58.000000000 -0300 @@ -1,3 +1,10 @@ +r-cran-surveillance (1.2-1-2) unstable; urgency=low + + * debian/control: Build dependency on r-cran-vr replaced by r-cran-mass to + solve conflict in Ubuntu Oneiric. + + -- Sebastian Carneiro <scarne...@speedy.com.ar> Sun, 19 Jun 2011 19:26:16 -0300 + r-cran-surveillance (1.2-1-1) unstable; urgency=low * New upstream version diff -Nru r-cran-surveillance-1.2-1/debian/control r-cran-surveillance-1.2-1/debian/control --- r-cran-surveillance-1.2-1/debian/control 2010-06-04 08:33:34.000000000 -0300 +++ r-cran-surveillance-1.2-1/debian/control 2011-06-19 19:26:10.000000000 -0300 @@ -2,10 +2,10 @@ Section: contrib/gnu-r Priority: optional Maintainer: Debian Med Packaging Team <debian-med-packag...@lists.alioth.debian.org> -Uploaders: Andreas Tille <ti...@debian.org> +Uploaders: Sebastian Carneiro <scarne...@speedy.com.ar> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-xtable, r-cran-spc, - r-cran-maptools, r-cran-vcd, r-cran-msm, r-cran-vr, r-cran-colorspace, r-cran-matrix + r-cran-maptools, r-cran-vcd, r-cran-msm, r-cran-mass, r-cran-colorspace, r-cran-matrix Standards-Version: 3.8.4 Homepage: http://surveillance.r-forge.r-project.org Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-surveillance/trunk/?rev=0&sc=0