Your message dated Thu, 07 Jun 2018 14:44:07 +0000
with message-id <e1fqw91-000eio...@fasolo.debian.org>
and subject line Bug#900974: fixed in hmisc 4.1-1-3
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-3

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 08:39:05 -0500
Source: hmisc
Binary: r-cran-hmisc
Architecture: source amd64
Version: 4.1-1-3
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-3) unstable; urgency=medium
 .
   * 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:
 22020e6fca872afdad2980186895ce4c181de6ad 2109 hmisc_4.1-1-3.dsc
 3489382d837108cc3a72dd8f2c2e4cc8a61b09ea 5036 hmisc_4.1-1-3.debian.tar.xz
 189b07ae3b300f41f46c3d3a68b9e467af3c2fd4 11116 hmisc_4.1-1-3_amd64.buildinfo
 fdc3b4d41a58fc45eab19c9b4b4b9ff00ef9e428 22548 
r-cran-hmisc-dbgsym_4.1-1-3_amd64.deb
 fc22a0a6b82fb76b2e326fa4220a31690d6f4acc 2955780 r-cran-hmisc_4.1-1-3_amd64.deb
Checksums-Sha256:
 33955934cdcfc98cd19839442981c992b904f5089b33b39a636568c33f78f5cf 2109 
hmisc_4.1-1-3.dsc
 608db8cce31b11478bcf883ff2b08d3f23874c64af9a71db05d7f367d892b8f6 5036 
hmisc_4.1-1-3.debian.tar.xz
 b826cf2852b018a4c598e13b6d00774258696d3e861f5d79bc049be93b5bbf06 11116 
hmisc_4.1-1-3_amd64.buildinfo
 ce15512f56ab834c4524579466cd9ee9a870c6f04ddd42de0e40f085e3a157a9 22548 
r-cran-hmisc-dbgsym_4.1-1-3_amd64.deb
 0ca99564cd8bb66e31bca7095ac621ece0f680cfa3bf6add1064a3e738aed494 2955780 
r-cran-hmisc_4.1-1-3_amd64.deb
Files:
 18209d44269dd1466b3fb27d49e21bbf 2109 gnu-r optional hmisc_4.1-1-3.dsc
 349c6fbb460d04101a935c05d8278ff4 5036 gnu-r optional 
hmisc_4.1-1-3.debian.tar.xz
 84398c90082995ec99eb2b396ebb9c84 11116 gnu-r optional 
hmisc_4.1-1-3_amd64.buildinfo
 4f5eafd286e2859f07d53d7c28ca4902 22548 debug optional 
r-cran-hmisc-dbgsym_4.1-1-3_amd64.deb
 29200e79afc67bfc651f130a1420e2ad 2955780 gnu-r optional 
r-cran-hmisc_4.1-1-3_amd64.deb

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

iQIVAwUBWxk13aFIn+KrmaIaAQi+vxAAvMjCojojOYBKzqxUrDCLVJAaRSsLE6tB
1tjnScreOAuphW+bikfzSLvkC27NZ/3tWpeGSsd0YcE0i5f2CaX9y8ntQ/swiK3Q
RbeSRYB5TNuIsngb1Fyb8Vmc5GdRzXLyQ/nZ2SuFvTCy8bhlLwe+wkCf2vPtWojK
AuB7t9Bfi2fX2VcYjOByqBShhORVoVydn8b+iQxAp8jzKL8I/spcPhYYdBT7sehv
x3RcNlkgg6YB1WqBqE3DtC4xDZkHTjbjp0UIPGnMhu8+Qwr0akl8dRA/pqQWn79X
mlAcczTJX4bRgBvB9gU7r+KpV7T9rdC0SjcHxuf4hi/3MhUAvMDP6OtCTNYRN63J
zHkqn+fF1IP8eystj0NFmh0Ajr4tnQRgAFnucBLoEM3Tagyh7Gfwp1Fxp6EieS11
UW0g9DsvEg7OSx8u6ote1RMxRxte0Ybd0hwKquBeK8EqB0PJG3NL1aUpaI5AubyA
m1nUCJYNUZbM+zSz5klLSvX/LPXlKNKXQOEF2ljz/vkTteY4H/Q2UBd30qwlAPyG
a52qJrcP2qi2FpN9MCcWo6lNUXr1Zba+kpYJppyv0o33wqocRCeFQV3F4/VnJP56
bGiWTpBOW9QIHQ5FAPydSWkmab/JV01ixS0VHv/d4NNBnDwDwHabPB6oqpgMU4jZ
BxlOJ1f+n3M=
=Vj4G
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to