Your message dated Thu, 07 Jun 2018 13:04:30 +0000
with message-id <e1fquac-0008sf...@fasolo.debian.org>
and subject line Bug#900974: fixed in hmisc 4.1-1-2
has caused the Debian Bug report #900974,
regarding r-cran-hmisc: Missing Depends: r-cran-foreign, r-cran-nnet
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
900974: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900974
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: r-cran-hmisc
Severity: grave
Tags: patch
Justification: renders package unusable

Hi,

the package is lacking

   Depends: r-cran-foreign, r-cran-nnet

I've attached a debdiff which I created using dh-update-R which fixes
the issue.  Please note that the debdiff contains

   Testsuite: autopkgtest-pkg-r

An activated autopkgtest easily uncovers missing Depends.

Kind regards

     Andreas.


-- System Information:
Debian Release: 9.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-5-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages r-cran-hmisc depends on:
ii  libc6                2.24-11+deb9u1
pn  libgfortran3         <none>
ii  libquadmath0         6.3.0-18+deb9u1
pn  r-api-3              <none>
pn  r-base-core          <none>
pn  r-cran-acepack       <none>
pn  r-cran-base64enc     <none>
pn  r-cran-chron         <none>
pn  r-cran-cluster       <none>
pn  r-cran-data.table    <none>
pn  r-cran-formula       <none>
pn  r-cran-ggplot2       <none>
pn  r-cran-gridextra     <none>
pn  r-cran-gtable        <none>
pn  r-cran-htmltable     <none>
pn  r-cran-htmltools     <none>
pn  r-cran-lattice       <none>
pn  r-cran-latticeextra  <none>
pn  r-cran-rpart         <none>
pn  r-cran-survival      <none>
pn  r-cran-viridis       <none>

r-cran-hmisc recommends no packages.

r-cran-hmisc suggests no packages.
diff -u hmisc-4.1-1/debian/changelog hmisc-4.1-1/debian/changelog
--- hmisc-4.1-1/debian/changelog
+++ hmisc-4.1-1/debian/changelog
@@ -1,3 +1,11 @@
+hmisc (4.1-1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/control: Fixing dependencies by using dh-upgrade-R
+  * d/rules: use dh-r
+
+ -- Andreas Tille <ti...@debian.org>  Thu, 07 Jun 2018 13:51:56 +0200
+
 hmisc (4.1-1-1) unstable; urgency=medium
 
   * New upstream release
diff -u hmisc-4.1-1/debian/control hmisc-4.1-1/debian/control
--- hmisc-4.1-1/debian/control
+++ hmisc-4.1-1/debian/control
@@ -1,18 +1,43 @@
 Source: hmisc
+Maintainer: Dirk Eddelbuettel <e...@debian.org>
 Section: gnu-r
+Testsuite: autopkgtest-pkg-r
 Priority: optional
-Maintainer: Dirk Eddelbuettel <e...@debian.org>
-Build-Depends: debhelper (>= 7.0), r-base-dev (>= 3.4.3), cdbs, r-cran-chron, 
r-cran-lattice, r-cran-cluster, r-cran-survival, r-cran-rpart, r-cran-formula, 
r-cran-latticeextra, r-cran-nnet, r-cran-foreign, r-cran-acepack, 
r-cran-ggplot2 (>= 2.0.0), r-cran-gridextra, r-cran-data.table, 
r-cran-htmltools, r-cran-gtable, r-cran-viridis, r-cran-htmltable, 
r-cran-base64enc
-Standards-Version: 4.1.1
+Build-Depends: debhelper (>= 11~),
+               dh-r,
+               r-base-dev,
+               r-cran-chron,
+               r-cran-lattice,
+               r-cran-cluster,
+               r-cran-survival,
+               r-cran-rpart,
+               r-cran-formula,
+               r-cran-latticeextra,
+               r-cran-nnet,
+               r-cran-foreign,
+               r-cran-acepack,
+               r-cran-ggplot2 (>= 2.0.0),
+               r-cran-gridextra,
+               r-cran-data.table,
+               r-cran-htmltools,
+               r-cran-gtable,
+               r-cran-viridis,
+               r-cran-htmltable,
+               r-cran-base64enc
+Standards-Version: 4.1.4
 Homepage: http://biostat.mc.vanderbilt.edu/s/Hmisc
 
 Package: r-cran-hmisc
 Architecture: any
-Replaces: r-noncran-hmisc
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Conflicts: r-noncran-hmisc
 Provides: r-noncran-hmisc
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-chron, 
r-cran-lattice, r-cran-cluster, r-cran-survival, r-cran-formula, r-cran-rpart, 
r-cran-latticeextra, r-cran-acepack, r-cran-ggplot2, r-cran-gridextra, 
r-cran-data.table, r-cran-htmltools, r-cran-gtable, r-cran-viridis, 
r-cran-htmltable, r-cran-base64enc
-Description: GNU R miscellaneous functions by Frank Harrell 
+Replaces: r-noncran-hmisc
+Description: GNU R miscellaneous functions by Frank Harrell
  The Hmisc library contains many functions useful for data
  analysis, high-level graphics, utility operations, functions for
  computing sample size and power, translating SAS datasets,
diff -u hmisc-4.1-1/debian/rules hmisc-4.1-1/debian/rules
--- hmisc-4.1-1/debian/rules
+++ hmisc-4.1-1/debian/rules
@@ -2,6 +2,3 @@
-#                                                      -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-hmisc package
-# Copyright 2003 - 2017 by Dirk Eddelbuettel <e...@debian.org>
-
-include /usr/share/R/debian/r-cran.mk
 
+%:
+       dh $@ --buildsystem R

--- End Message ---
--- Begin Message ---
Source: hmisc
Source-Version: 4.1-1-2

We believe that the bug you reported is fixed in the latest version of
hmisc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 900...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <e...@debian.org> (supplier of updated hmisc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Jun 2018 07:40:53 -0500
Source: hmisc
Binary: r-cran-hmisc
Architecture: source amd64
Version: 4.1-1-2
Distribution: unstable
Urgency: medium
Maintainer: Dirk Eddelbuettel <e...@debian.org>
Changed-By: Dirk Eddelbuettel <e...@debian.org>
Description:
 r-cran-hmisc - GNU R miscellaneous functions by Frank Harrell
Closes: 900974
Changes:
 hmisc (4.1-1-2) unstable; urgency=medium
 .
   * Rebuilding for R 3.5.0 transition
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Set Build-Depends: to 'debhelper (>= 10)'
   * debian/control: Set Standards-Version: to current version
   * debian/control: Add Depends: on ${misc:Depends}
   * debian/control: Add Vcs-Browser: and Vcs-Git:
   * debian/compat: Increase level to 9
   * debian/control: Switch from cdbs to dh-r
   * debian/rules: Idem
 .
   * debian/control: Add 'r-cran-nnet' and 'r-cran-foreign' to Depends:
     which we omitted when we added it to Build-Depends: in Sep 2014.
                                                        (Closes: #900974)
Checksums-Sha1:
 c4274291345699a6562c8c59b1f37be6057577d0 2109 hmisc_4.1-1-2.dsc
 27d6a58e0207a6a4ebb83307513f34c473696a2f 5020 hmisc_4.1-1-2.debian.tar.xz
 cdb87c7747115fee83461bb2eb08381bd229a757 11116 hmisc_4.1-1-2_amd64.buildinfo
 5e9b783ee9160484e3746028a9da66b7b2ae817f 22544 
r-cran-hmisc-dbgsym_4.1-1-2_amd64.deb
 bb233d4f5c5076333be06116a19c39412afc1615 2955684 r-cran-hmisc_4.1-1-2_amd64.deb
Checksums-Sha256:
 cd8bc4fda877f4e570385899c439ed2a92c1cb7259756af615bf95868e6e98b7 2109 
hmisc_4.1-1-2.dsc
 53712f27f45b37902dfc00223fb57cc2ecc7a9de22ce74ea425e5673662643de 5020 
hmisc_4.1-1-2.debian.tar.xz
 e6f5ecd8976c648d49dc3a5a1c888b91d72c7ae7a5c8dec80be30689a1b4f9ac 11116 
hmisc_4.1-1-2_amd64.buildinfo
 5ef0013d0662e72b3b7ca581ad783a7ea7a696b04befe57b7d0cd9c8df2e1507 22544 
r-cran-hmisc-dbgsym_4.1-1-2_amd64.deb
 283bab82d14e33d59fe3610b864836f7ef744ff8cb43221f1626ecabf6608bb1 2955684 
r-cran-hmisc_4.1-1-2_amd64.deb
Files:
 bc1eb35ecd4f4db6c10b186750b10590 2109 gnu-r optional hmisc_4.1-1-2.dsc
 86ce89666920711e788e59796cb5ae99 5020 gnu-r optional 
hmisc_4.1-1-2.debian.tar.xz
 ab59cd11facd2804e15375590a7ee134 11116 gnu-r optional 
hmisc_4.1-1-2_amd64.buildinfo
 ed2ce34c23bcad4a9e20c791c354040b 22544 debug optional 
r-cran-hmisc-dbgsym_4.1-1-2_amd64.deb
 c0dcea48dfbc415aaa1850bf256ab607 2955684 gnu-r optional 
r-cran-hmisc_4.1-1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIVAwUBWxko66FIn+KrmaIaAQhg2g/7BlzN/g8xYLT7L8w5+jNGxSOecHaMH5Ed
HYjcMKnB0BdWZLR2yEbqkVag7GKj9gzHb+urj4EeCxkH3gSRcOZ26fGiNDpw2oHV
swpzvEzAs8EGv2z33fRnm++Th7nYDAzpr5SGe++UoGA3Qr46d3vd12zdluQ6abs+
pjL4oSCRnzS79p+brW/WxQp+sEISr4fmXf0AoOZMAKw5AHllGW4nbxCQkb9GC+cp
AV+5iAm4pBMsVbd1HEtsYWOIWrBh1VVwPU1LU4QAfNTIu4/h9NcgBiPIo1SVedC6
nbCMipfdgClYc3iof53mS4VZxQir2OUTq/AsARHDDkTRMxeidFusGW0SL2Jwcwy5
7I4bUwID0Dh9k2McSHLINUuxazSPjZWf/3MSPwbUIa6k0VsVzWq9kZb1GSiYezC4
pqedqGtw7MPhmiaDlA2PC4fK09bSLDel8o1vHhagHTpjVDKH0MRf8sKFlxbBh5E5
tMQi2MjUKRUFAQ5snd4a8/vIVEMAfwzSpH/Y8UGKYmDC/gs48dGOxoWYryyxJWGU
niNtQcoNv/Fdh6i6iuFWr2COPHXYBaBIAX8khSqJ+ExyXhn2L7N/qsEMeOCpWpM+
y7DsXa3FIrQg2R0f0tMmZjoQMsXFQllUXh0E3ydYRHKo3vrBMipLXaRV9+zXUYCA
K+RM1bNnOmw=
=GzGB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to