Bug#908372: ITP: google-auto -- collection of source code generators for Java

2018-09-09 Thread Miroslav Kravec
Package: wnpp
Severity: wishlist

* Package name: google-auto
  Version : 1.6.2
  Upstream Author : Google, Inc.
* URL : https://github.com/google/auto
* License : Apache-2.0
  Programming Lang: Java
  Description :  A collection of source code generators for Java

Java is full of code that is mechanical, repetitive, typically
untested and sometimes the source of subtle bugs. Sounds like a job
for robots!

The Auto subprojects are a collection of code generators that automate
those types of tasks. They create the code you would have written, but
without the bugs.

Save time. Save code. Save sanity.

Subprojects:
* AutoFactory - JSR-330-compatible factories
* AutoService - Provider-configuration files for ServiceLoader
* AutoValue - Immutable value-type code generation for Java 1.6+.
* Common - Helper utilities for writing annotation processors.



Processed: your mail

2018-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 908372 !
Bug #908372 [wnpp] ITP: google-auto -- collection of source code generators for 
Java
Owner recorded as Miroslav Kravec .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
908372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908372
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#868050: RFS: golang-github-shibukawa-configdir -- Configuration directories handling for Go

2018-09-09 Thread Paride Legovini
Shengjing Zhu wrote on 08/09/2018:
> On Sun, Sep 9, 2018 at 1:30 AM Paride Legovini  wrote:
>>
>> Shengjing Zhu wrote on 08/09/2018:
>>> Hi Paride,
>>>
>>> On Sat, Sep 8, 2018 at 11:16 PM Shengjing Zhu  wrote:

> https://salsa.debian.org/go-team/packages/golang-github-shibukawa-configdir

 Uploaded, thanks for your work :)

>>>
>>> Sorry but I just didn't check carefully, the ITP bug you're closing is 
>>> wrong.
>>> #904132 is ITP: browsh -- text based browser
>>> Please correct the bug id for golang-github-shibukawa-configdir.
>>>
>>> I just request reject on #debian-ftp
>>
>> I apparently mixed them up: #904132 is another ITP of mine which is
>> blocked by #868050, the actual ITP for
>> golang-github-shibukawa-configdir. I am sorry for the confusion.
>>
>> I'd say that version 0.0~git20170330.e180dbd-1 is "burned" now, as it
>> has been tagged. Should I prepare 0.0~git20170330.e180dbd-2 leaving
>> revision -1 in d/changelog? Or is it better to remove the unreleased
>> version from the changelog?
>>
> 
> I think we can just delete that tag, since the upload to NEW is rejected now.
> 
> You can just add new commits. I will find way to delete that tag.

Hello Shengjing,

I fixed the ITP, changed the release distribution back to UNSTABLE,
pushed these changed to salsa, and deleted the release tag on my local
copy of the repository. I don't have the permissions to delete the tag
on salsa: you will have to do so. As you are there, you could also
delete the following tag:

upstream/0.0_git20170330.0.e180dbd

which is not used and was already there when I took up the packaging.

Thank you,

Paride



signature.asc
Description: OpenPGP digital signature


Bug#887490: O: backuppc -- high-performance, enterprise-grade system for backing up PCs

2018-09-09 Thread Ludo
Hi !
Good to see that you'll take care of BackupPC ;) 
Do not forget that I have some wip stuff here that might help: 
https://github.com/ldrolez

Regards,
Ludovic 

Le 3 septembre 2018 10:45:15 GMT+02:00, Axel Beckert  a écrit :
>Hi Raoul,
>
>Raoul Bhatia wrote:
>> I've tried to keep some up2date packages in my Github repositories,
>> see
>> https://github.com/backuppc/backuppc/wiki/Build-Your-Own-Packages ,
>> specifically
>> 
>> * https://github.com/raoulbhatia/rsync-bpc/tree/3.0.9.12-DEBIAN
>> * https://github.com/raoulbhatia/backuppc/tree/DEBIAN
>> * https://github.com/raoulbhatia/backuppc-xs/tree/DEBIAN
>
>Thanks for these!
>
>> Would this help to get things back in shape?
>
>I'm sure it will. I haven't looked at them, but since the hint to your
>packages in
>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873075#35 my plan is
>to look at them and try to do a Debian QA upload based on them.
>
>I though don't have my Debian Testing based BackupPC server in shape
>yet, so I can't test it currently.
>
>Once I managed to do this, I intent to look into making a QA upload of
>BackupPC to at least get it back in shape. Or maybe first a simple 3.x
>upload to unstable to get a few things fixed and then upload 4.x to
>experimental first. (JFTR: This should though not keep anyone from
>doing this before I get to it! I do not claim this bug.)
>
>It's though not my top priority at the moment, so I don't want make
>any promises I may not be able to keep.
>
>> Especially, I am no Debian expert and also have basic requirements
>> for BackupPC only, so I will not be able to do this properly all by
>> myself.
>
>I'd join and help if anyone wants to form a BackupPC team in Debian.
>I'm though not keen on taking the lead.
>
>   Regards, Axel
>-- 
>,''`.  |  Axel Beckert ,
>https://people.debian.org/~abe/
>: :' :  |  Debian Developer, ftp.ch.debian.org Admin
>`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
>  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.
-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.

Bug#908390: ITP: gradle-apt-plugin -- Gradle plugin to use Java annotation processors

2018-09-09 Thread Miroslav Kravec
Package: wnpp
Severity: wishlist

* Package name: gradle-apt-plugin
  Version : 0.18
  Upstream Author : Thomas Broyer
* URL : https://github.com/tbroyer/gradle-apt-plugin
* License : Apache-2.0
  Programming Lang: Java
  Description : Gradle plugin to use Java annotation processors

This plugin does a few things to make it easier/safer to use Java
annotation processors in a Gradle build:

* it ensures the presence of configurations for your compile-time only
dependencies (annotations, generally) and annotation processors,
consistently across all supported Gradle versions;

* automatically configures the corresponding JavaCompile and
GroovyCompile tasks to make use of these configurations, when the java
or groovy plugin is applied;

* automatically configures IntelliJ IDEA and/or Eclipse when the
net.ltgt.apt-idea or net.ltgt.apt-eclipse plugins are applied.



Processed: your mail

2018-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 908390 !
Bug #908390 [wnpp] ITP: gradle-apt-plugin -- Gradle plugin to use Java 
annotation processors
Owner recorded as Miroslav Kravec .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
908390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#901724: marked as done (ITP: r-cran-pls -- GNU R partial least squares and principal component regression)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:36 +
with message-id 
and subject line Bug#901724: fixed in r-cran-pls 2.6-0-1
has caused the Debian Bug report #901724,
regarding ITP: r-cran-pls -- GNU R partial least squares and principal 
component regression
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.)


-- 
901724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901724
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-pls
  Version : 2.6
  Upstream Author : Björn-Helge Mevik, Ron Wehrens and Kristian Hovde Liland
* URL : https://cran.r-project.org/package=pls
* License : GPL-2
  Programming Lang: GNU R
  Description : GNU R partial least squares and principal component 
regression
 This GNU R package provides functions for multivariate regression methods
 Partial Least Squares Regression (PLSR), Principal Component
 Regression (PCR) and Canonical Powered Partial Least Squares (CPPLS).

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-pls
This package is needed to upgrade r-cran-recipes to its latest upstream version.
--- End Message ---
--- Begin Message ---
Source: r-cran-pls
Source-Version: 2.6-0-1

We believe that the bug you reported is fixed in the latest version of
r-cran-pls, 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 901...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-pls 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: Sun, 17 Jun 2018 15:50:09 +0200
Source: r-cran-pls
Binary: r-cran-pls
Architecture: source all
Version: 2.6-0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-pls - GNU R partial least squares and principal component regression
Closes: 901724
Changes:
 r-cran-pls (2.6-0-1) unstable; urgency=medium
 .
   * Initial release (closes: #901724)
Checksums-Sha1:
 3327ed91a6de48e32d2e099a7a9e8ccc15c31612 2000 r-cran-pls_2.6-0-1.dsc
 f15d68509f44bfa542815a1d8494273e17effb96 809111 r-cran-pls_2.6-0.orig.tar.gz
 6c4cdc917d8dfb12249400c7f4fff92d27fe0d6a 1752 r-cran-pls_2.6-0-1.debian.tar.xz
 aed026dcfbe6c27a1bad9d141461069f37d2224f 1224180 r-cran-pls_2.6-0-1_all.deb
 74c6ccb0a655dd442e072ed87798b874f496e1f0 9076 
r-cran-pls_2.6-0-1_amd64.buildinfo
Checksums-Sha256:
 236108b7c81a5dd4216b8ffbda5cde1f1dfe5a53f1cefae339fe0943f31987a7 2000 
r-cran-pls_2.6-0-1.dsc
 3d8708fb7f45863d3861fd231e06955e6750bcbe717e1ccfcc6d66d0cb4d4596 809111 
r-cran-pls_2.6-0.orig.tar.gz
 129bbec0fba21cf344aea2f12f33d40b8da5a8c498abe0219d78bcc1677f2795 1752 
r-cran-pls_2.6-0-1.debian.tar.xz
 b7b166d1ba2c9ca98d0bc393b5a1058849cde04b59dbe4c420acc7911c0cdf8f 1224180 
r-cran-pls_2.6-0-1_all.deb
 af5b30a8228c6689a119066f5d59b1c383a502a507f183d9c9f388aa489afeba 9076 
r-cran-pls_2.6-0-1_amd64.buildinfo
Files:
 39ed95899e5a5f0f19057cf463158e00 2000 gnu-r optional r-cran-pls_2.6-0-1.dsc
 04e02e8e46d983c5ed53c1f952b329df 809111 gnu-r optional 
r-cran-pls_2.6-0.orig.tar.gz
 84be358a06d699d807c7d908c59a4ead 1752 gnu-r optional 
r-cran-pls_2.6-0-1.debian.tar.xz
 71c7d79f4b3c9af5182cb855c61125ab 1224180 gnu-r optional 
r-cran-pls_2.6-0-1_all.deb
 b1463c0f04cddced708b58b5337bd3cd 9076 gnu-r optional 
r-cran-pls_2.6-0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlsmaEIRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGTqxAAmSGPbLgEDhz696e3wmUg+Rme3pAfMXgS
mvlcX5/Qx2xL7ZNqe3Or6g3CZRSkBtee/Wl7R7j9t24UZQXec4FsthIJ+Z1wGs7E
KujKixHnzMn9OcY4U3FxrKxARAi2GP1OxIl/kC8nz66YDThzEjR1nNur38d4tWbh
Wv8AnHtrs5nKgvEVnBKmmvccCaRcIhTkJV5l14ZvWTeCeK/Ir00WXDr1+UDQVHga
X1G4Mvk1b2wLKdAp6qWlGYiHg31M45Z9DcbOuyEF6s8rGMSU4+Z6kBOMgwjQ2ne5
EQkuSEmBM1Uzy6RNDSdWnF5f+teQ3jemVTHKBq0JjDzrU25or7ObTjLSk/ofyI1j
WnQd/CDHD/Ot5FTbI5BuMx8rNf0hKnD7SFvzeIOTydxgj+6kPhVvC/8Lia/daHTW
IVTElTHgb/NKIcRVpU2VV5/lcW/4zHnZyuWPHUCLmiH2skCYDguYvMW8Ks4uzV/I
xrcdIZEARsRiCIjzfXu+B8nVFsMgatjqbUvfvXSvEM/nnMp0aGkH4DimJ+VKumss
rjPpuOf73qW4

Bug#907027: marked as done (ITP: r-cran-stars -- scalable, spatiotemporal tidy arrays for GNU R)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:37 +
with message-id 
and subject line Bug#907027: fixed in r-cran-stars 0.1-1-1
has caused the Debian Bug report #907027,
regarding ITP: r-cran-stars -- scalable, spatiotemporal tidy arrays for GNU R
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.)


-- 
907027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907027
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-stars
  Version : 0.1
  Upstream Author : Edzer Pebesma, Michael Sumner, Etienne Racine, Adriano 
Fantini
* URL : https://cran.r-project.org/package=stars
* License : Apache-2.0
  Programming Lang: GNU R
  Description : scalable, spatiotemporal tidy arrays for GNU R
 This package provides support for scalable, spatiotemporal tidy arrays in
 GNU R, using GDAL bindings.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-stars
This package is needed as precondition for r-cran-mapview.
--- End Message ---
--- Begin Message ---
Source: r-cran-stars
Source-Version: 0.1-1-1

We believe that the bug you reported is fixed in the latest version of
r-cran-stars, 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 907...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-stars 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, 23 Aug 2018 10:58:56 +0200
Source: r-cran-stars
Binary: r-cran-stars
Architecture: source all
Version: 0.1-1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-stars - scalable, spatiotemporal tidy arrays for GNU R
Closes: 907027
Changes:
 r-cran-stars (0.1-1-1) unstable; urgency=medium
 .
   * Initial release (closes: #907027)
Checksums-Sha1:
 6f2b10659986c1b416b66879eb4823597ae9938c 2110 r-cran-stars_0.1-1-1.dsc
 1d31e93d36ac070db07c06258c465c46fb36223b 4064586 r-cran-stars_0.1-1.orig.tar.gz
 cc2a7b91a70bce0f7e0ca2ce8f67d9ed1abada76 1592 
r-cran-stars_0.1-1-1.debian.tar.xz
 bb36e3c91893ab93d7a53d497ae2da0543291ef2 2875488 r-cran-stars_0.1-1-1_all.deb
 6a6d0985fc41dc05f5d4d287b10a954befaed17b 11052 
r-cran-stars_0.1-1-1_amd64.buildinfo
Checksums-Sha256:
 ec254e1ce00296fedeebe902f8841c2c9f8b28f5e62b5d729e570e5de11af3b4 2110 
r-cran-stars_0.1-1-1.dsc
 a3274a3431a7c9d1d94cde85876acdb603c32fccdc5db92a0793ab2502e697e5 4064586 
r-cran-stars_0.1-1.orig.tar.gz
 fd542720095b3d545bad5b3012ba40cbd01c7860dca91c1a001efe960a81c316 1592 
r-cran-stars_0.1-1-1.debian.tar.xz
 0646dbfe73260facc07a1c698de70b8c9cc58c2d1efe7c55856587485cfa2180 2875488 
r-cran-stars_0.1-1-1_all.deb
 028f0e2eff36f0893f6b5aa8f0d25f863026523cc7e0a43ef142181f80e43696 11052 
r-cran-stars_0.1-1-1_amd64.buildinfo
Files:
 a19db10dc020d39a7017da601f464601 2110 gnu-r optional r-cran-stars_0.1-1-1.dsc
 c099ab4b7096441c066ffad4bba651b9 4064586 gnu-r optional 
r-cran-stars_0.1-1.orig.tar.gz
 31e6be7a1b661308ffdcd2b448fe24c3 1592 gnu-r optional 
r-cran-stars_0.1-1-1.debian.tar.xz
 1f4a42e2c38796d51dd51fa7f784d893 2875488 gnu-r optional 
r-cran-stars_0.1-1-1_all.deb
 1f1c4e6bb824f580932e40406157a8f9 11052 gnu-r optional 
r-cran-stars_0.1-1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlt+i5ARHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEoAA/+Py6Rqhw0oe1FOGsm4X17iH4BKteCHVcd
Y9hA8fkhXP8eaQy1EH6QXVo/GWrEnzzeU7ZwTXSQFy929gQhQnGzNC1jqCCeN2Ol
8nWHC48SeUEjialOoOsuX4eTgBmsiuONWfBOkP+uWk35I08MjedzA8ri6IBviUuI
Nc7eS4AL1oP10UPmW/n9G93wZJYPeoniFgh6rO1zMa3CeV3brbukK2Co3S+gvx+p
TQcVmWyQRHyOvZnQUEFRuFLJzy3MC6BuKJagU9noDJJuP1xTwCx2NSk/rV9RBF1c
H8PGMrCLwtQh5ZlumZOx2fOqDltBFO9pI4h9gnLc4uSwyrwuiYfvCKNY6vSnVXYh
Tfmhbmmobf9Duiexsyz564w945qRtShEzAr0/TzOWl5Su9jQEF0WK05iqbKLZrGv
Bj0gV1RtHtgQLxoAbcuJy95egDor1Uvwlp0zOBwmqlD3itqUA4xunXuvXq2TImTv
GD1umb7xgOjrgT34CPlUWi9AUEWIV3+Qws8+qWAnkl3brrUv4b1oSt5Hf3/xqtjn
21+LRJZHCcOBnry9i9do6SxBk/ThgEimBoAmdn8t9MNZdsJDI/MbKH0x/Fx64ljK
29ml+0fOSb5dRk8nZRGkGYfbP/x8qXqQs78WaoPvfPrv7gjlhm

Bug#900267: marked as done (ITP: r-cran-powerlaw -- GNU R analysis of heavy tailed distributions)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:36 +
with message-id 
and subject line Bug#900267: fixed in r-cran-powerlaw 0.70.1-1
has caused the Debian Bug report #900267,
regarding ITP: r-cran-powerlaw -- GNU R analysis of heavy tailed distributions
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.)


-- 
900267: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900267
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-powerlaw
  Version : 0.70.1
  Upstream Author : Colin Gillespie
* URL : https://cran.r-project.org/package=poweRlaw
* License : GPL-2
  Programming Lang: GNU R
  Description : GNU R analysis of heavy tailed distributions
 GNU R implementation of maximum likelihood estimators for a variety
 of heavy tailed distributions, including both the discrete and continuous
 power law distributions. Additionally, a goodness-of-fit based approach is
 used to estimate the lower cut-off for the scaling region.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-powerlaw
This is a dependency for my final target r-bioc-tfbstools.
--- End Message ---
--- Begin Message ---
Source: r-cran-powerlaw
Source-Version: 0.70.1-1

We believe that the bug you reported is fixed in the latest version of
r-cran-powerlaw, 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.
Andreas Tille  (supplier of updated r-cran-powerlaw 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: Mon, 28 May 2018 11:00:34 +0200
Source: r-cran-powerlaw
Binary: r-cran-powerlaw
Architecture: source all
Version: 0.70.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-powerlaw - GNU R analysis of heavy tailed distributions
Closes: 900267
Changes:
 r-cran-powerlaw (0.70.1-1) unstable; urgency=medium
 .
   * Initial release (closes: #900267)
Checksums-Sha1:
 b3d4da73d88da11bc55e3066f32a82fa44928c58 2083 r-cran-powerlaw_0.70.1-1.dsc
 42bd51a5062f3ab3d482eca415db69dba4c151c9 4081696 
r-cran-powerlaw_0.70.1.orig.tar.gz
 4bfbd9379b9c0a765497f14b472785453dcf3b8c 2276 
r-cran-powerlaw_0.70.1-1.debian.tar.xz
 5b6443dfaaf3e8ce0778094b91bfbb71bd7f2e2e 3191030 
r-cran-powerlaw_0.70.1-1_all.deb
 a10c94c498e581f9e18a14cb00718dcc109e987e 9153 
r-cran-powerlaw_0.70.1-1_amd64.buildinfo
Checksums-Sha256:
 2952e31d9df1f7539d63956bbb6664c78c498753fa633d99a7201db3ebe4f8c3 2083 
r-cran-powerlaw_0.70.1-1.dsc
 15b1b8dadeb550c01b9f1308cfa64720be6fbf56afb80f6a096987d6a0055913 4081696 
r-cran-powerlaw_0.70.1.orig.tar.gz
 34537c8fd30f86006a34b77410828ac0d5927b4f41bc057df6b5cb40b56bd18f 2276 
r-cran-powerlaw_0.70.1-1.debian.tar.xz
 b28b694bfcff2c53be15f4b8c26d4c22cd558dac57f1127a2b6910f6e120067a 3191030 
r-cran-powerlaw_0.70.1-1_all.deb
 5a1ea5f1bd03f73b9670fe77dc59e65cfb935e4b15b18a9db0c97c199b975b17 9153 
r-cran-powerlaw_0.70.1-1_amd64.buildinfo
Files:
 205b157f1a9ed5cbfd1150a6b1164632 2083 gnu-r optional 
r-cran-powerlaw_0.70.1-1.dsc
 4117cb95c37f72441f320ea12f553065 4081696 gnu-r optional 
r-cran-powerlaw_0.70.1.orig.tar.gz
 4c979278ac373e23413be487d3849a17 2276 gnu-r optional 
r-cran-powerlaw_0.70.1-1.debian.tar.xz
 66da2b10adc7f0d8eb1263c5f8b12239 3191030 gnu-r optional 
r-cran-powerlaw_0.70.1-1_all.deb
 50a79c5e1fec2659136ce7faf58495ad 9153 gnu-r optional 
r-cran-powerlaw_0.70.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlsLxesRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHmBQ//VNV8akSgjZaylERV+Ad7uhOs7UpSXuDH
yrvXw5DY189HlEkgXioKbAQyQJilSn6kacvlwT2qqrGSGMSKlJ9b41mGEoyKh8XL
X9SwCBRkTDHBlYreUloo0DZdHQhI6Ty06Q649BjaMHTyAt1dyi5WXUGz4jrFBQ2J
mNBen4JOXqVsGEGTLi8FkFkJamYkYKtwY+glOcsTn4eyPctg2y9ERe6RDelBoXDX
virNmC9/5b8m+8qr4uUxVdhPhDl7FPmU6bXXjSf+Zjt1buJq2Yd+zQQpiZQo0e26
B22GuhxgfFGWGgplZyqcm885atEcUbGI1eu60fPuXDRWlvHXIxZE6nVJ3QvE3LX8
hCJ74ghJZAV/LcjWttny+tcxNT8t+GfgwMkGZtgkj0lCn+MI/jq7p1DM3RH5DVCO
QyXoirWvYHM3fNnCKQ/sJ2OjY

Bug#855597: marked as done (RFP: phyx -- phylogenetic analyses on trees and sequences for UNIX)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:34 +
with message-id 
and subject line Bug#855597: fixed in phyx 0.99+ds-1
has caused the Debian Bug report #855597,
regarding RFP: phyx -- phylogenetic analyses on trees and sequences for UNIX
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.)


-- 
855597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855597
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Debian Med Packaging Team 

* Package name: phyx
  Version : 0.99
  Upstream Author : Joseph W. Brown, Joseph F. Walker, and Stephen A. Smith
* URL : https://github.com/FePhyFoFum/phyx
* License : GPL
  Programming Lang: C++
  Description : phylogenetic analyses on trees and sequences for UNIX

 phyx provides a convenient, lightweight and inclusive toolkit consisting of
 programs spanning the wide breadth of programs utilized by researchers
 performing phylogenomic analyses. Modeled after Unix/GNU/Linux command
 line tools, individual programs perform a single task and operate on
 standard I/O streams. A result of this stream-centric approach is that, for
 most programs, only a single sequence or tree is in memory at any moment.
 Thus, large datasets can be processed with minimal memory requirements.
 phyx’s ever-growing complement of programs consists of over 35 programs
 focused on exploring, manipulating, analyzing and simulating phylogenetic
 objects (alignments, trees and MCMC logs). As with standard Unix command
 line tools, these programs can be piped (together with non-phyx tools),
 allowing the easy construction of efficient analytical pipelines.


This package will be maintained by the Debian Med team.
--- End Message ---
--- Begin Message ---
Source: phyx
Source-Version: 0.99+ds-1

We believe that the bug you reported is fixed in the latest version of
phyx, 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 855...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated phyx 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: Sat, 08 Sep 2018 22:16:39 +0200
Source: phyx
Binary: phyx
Architecture: source amd64
Version: 0.99+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 phyx   - UNIX-style phylogenetic analyses on trees and sequences
Closes: 855597
Changes:
 phyx (0.99+ds-1) unstable; urgency=medium
 .
   * Initial release (Closes: #855597)
Checksums-Sha1:
 38a19ff39025f4d178a9c877939e249520a13baa 2033 phyx_0.99+ds-1.dsc
 089495c8f81d4757b3b03c24da5b5ba0934dcdff 2104648 phyx_0.99+ds.orig.tar.gz
 eb40d6f805c20b5f0559b12f40aba1d7a32e5837 8668 phyx_0.99+ds-1.debian.tar.xz
 2693a27e82babff137db46794a18ec148df1f0e3 123788 phyx-dbgsym_0.99+ds-1_amd64.deb
 e98082452721d029d29ccbbd4e065426e11d7683 7180 phyx_0.99+ds-1_amd64.buildinfo
 6d9c3631901a9ba61ce006433789a283505acaa4 1584134 phyx_0.99+ds-1_amd64.deb
Checksums-Sha256:
 e0e2bfe1cf10fd1726f1cfa956ec33cd5a6d9a90b5d59133cc50f3ea3eaeac33 2033 
phyx_0.99+ds-1.dsc
 aa4c61a8e902149deaedd0bf1732d3d599d421bcdc4e76a37273e7dc4a014311 2104648 
phyx_0.99+ds.orig.tar.gz
 43139803cbf96e76a424a52fdf2c820e650bdfc6a103fea5d0b83519981a62ee 8668 
phyx_0.99+ds-1.debian.tar.xz
 43a481e3c3a1dd9aed88da016803d28662f2675e309d580c5465d14a0477ec82 123788 
phyx-dbgsym_0.99+ds-1_amd64.deb
 e9c7232fdf4ff8ed603a6379cec1f2e73802d843a025fd8d3e656875d8de5dfa 7180 
phyx_0.99+ds-1_amd64.buildinfo
 07f7efebc700e203cbd14d4015776b8e49b91cfeaa00d0bd9b117c19325bfb1a 1584134 
phyx_0.99+ds-1_amd64.deb
Files:
 4da527cdd848854b4aca249ba74a51b3 2033 science optional phyx_0.99+ds-1.dsc
 7fa2ad6da2ae23dc8eb86837b957f8a4 2104648 science optional 
phyx_0.99+ds.orig.tar.gz
 499ae07b3b61983fd92d1478ae0d00d2 8668 science optional 
phyx_0.99+ds-1.debian.tar.xz
 c6c7681dd9af7710805b9ef46985f8b3 123788 debug optional 
phyx-dbgsym_0.99+ds-1_amd64.deb
 7505287f62a6cf79065dae33d85bc762 7180 science optional 
phyx_0.99+ds-1_amd64.buildinfo
 09c355e434989b427199f4a06c60cf10 1584134 science optional 
phyx_0.99+ds-1_amd64.deb

---

Bug#907244: marked as done (ITP: python-depinfo -- retrieve and print Python 3 package dependencies)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:35 +
with message-id 
and subject line Bug#907244: fixed in python-depinfo 1.4.0-1
has caused the Debian Bug report #907244,
regarding ITP: python-depinfo -- retrieve and print Python 3 package 
dependencies
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.)


-- 
907244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907244
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: python-depinfo
  Version : 1.4.0
  Upstream Author : Moritz E. Beber
* URL : https://github.com/Midnighter/dependency-info
* License : Apache-2.0
  Programming Lang: Python
  Description : retrieve and print Python 3 package dependencies
 This is a utility Python package intended for other library packages.
 It provides a function that when called with your package name,
 will print platform and dependency information.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/python-depinfo
Since this package is needed to upgrade python-cobra which has
rdepends in Python 2 and Python 3 packages for both Python versions
are build.
--- End Message ---
--- Begin Message ---
Source: python-depinfo
Source-Version: 1.4.0-1

We believe that the bug you reported is fixed in the latest version of
python-depinfo, 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 907...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated python-depinfo 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: Sat, 08 Sep 2018 20:47:08 +0200
Source: python-depinfo
Binary: python3-depinfo
Architecture: source amd64
Version: 1.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 python3-depinfo - retrieve and print Python 3 package dependencies
Closes: 907244
Changes:
 python-depinfo (1.4.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #907244)
Checksums-Sha1:
 231ebeee32c33cd7ab3307abce84e1c6292f0ef6 2108 python-depinfo_1.4.0-1.dsc
 0b5d150ee10c93b3fe92def80a29bd5fc666e3e0 30753 python-depinfo_1.4.0.orig.tar.gz
 d5dea2f6bc5c286c4f92e9c587544c908670bf16 1556 
python-depinfo_1.4.0-1.debian.tar.xz
 708985dd42c36aa1b957c466916a5a2e3a34152e 6758 
python-depinfo_1.4.0-1_amd64.buildinfo
 64037455d72f47a4a5f470226a3479be44d8cd0a 5222 python3-depinfo_1.4.0-1_amd64.deb
Checksums-Sha256:
 606d4b4d5b3f072c2a379c2391a37cebcb83517b42bf156739bed6c9714496b8 2108 
python-depinfo_1.4.0-1.dsc
 5aaf197333b849794157accb01e0ace80f9315aa24f8b161ca88c1b71177dee1 30753 
python-depinfo_1.4.0.orig.tar.gz
 45b54c522f6fb80eae40c57829898942a12c909949157a655e848a9ba8ee9c70 1556 
python-depinfo_1.4.0-1.debian.tar.xz
 fae18e75a26f1b81308c6b53729e9baa4b226ea2421612c636501a598f16780c 6758 
python-depinfo_1.4.0-1_amd64.buildinfo
 4f692f46edd6748d124eb757c4a4f198e949d33f1737b0bb850d7c7bc4df61e4 5222 
python3-depinfo_1.4.0-1_amd64.deb
Files:
 5c40d953b487628b8c3016db81422b31 2108 python optional 
python-depinfo_1.4.0-1.dsc
 5139f50e2af25ef4cdedb2d4d6cf11fe 30753 python optional 
python-depinfo_1.4.0.orig.tar.gz
 457d0c195682182a7a013386bc604cb7 1556 python optional 
python-depinfo_1.4.0-1.debian.tar.xz
 76aead45adad422408c6da3e30b0cedc 6758 python optional 
python-depinfo_1.4.0-1_amd64.buildinfo
 25d14246e9304f49a42a0e11c65341d5 5222 python optional 
python3-depinfo_1.4.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAluUGuIRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtF8Iw//frMePVEEwbmRh9FkPf4nRVlkl5UyyTwz
pokA0edw+txKd6i5ZH1XpBX4shtO14xL/BJTbGKBJOBRISKVEqUh0GDpnvkA457u
SOyt6+Aw+5LVdPM38+dS3MW0zVgLMeW6W0h9dZMGtHADQMwsl8g7gReX2IRBMesz
x754FhkFy+qKfzyICVvM0VPtXBChFH5IclKyYx7H7Lr9qWp+Rrfe+4OTzW9FuPp1
Lpb70mzHFlowS3Idu22UAIshZuArBe5kr3Us/gc37JUViwsP8rnbBtjarBC45Db9
cnYVFQtattwULagd800P+eLOPbTPt6ZucsIx4yt1SL7/NtJvE5vczcmmZGWoVL7r
dUzyqWle/hWK+9HkHxhnMfOB2sot8I9n4EcX2jFstBuewGEdmxvv8yXu2Vwfck2L
DTwSbauuWBuhA7iKR+gGG9v0IvFnnupeEUzuThjxjGuwk8AGRO3gf9GCYt7WONvj
/36Yj

Bug#903687: marked as done (ITP: r-cran-mitools -- GNU R tools for multiple imputation of missing data)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:36 +
with message-id 
and subject line Bug#903687: fixed in r-cran-mitools 2.3-1
has caused the Debian Bug report #903687,
regarding ITP: r-cran-mitools -- GNU R tools for multiple imputation of missing 
data
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.)


-- 
903687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-mitools
  Version : 2.3
  Upstream Author : Thomas Lumley
* URL : https://cran.r-project.org/package=mitools
* License : GPL-2
  Programming Lang: GNU R
  Description : GNU R tools for multiple imputation of missing data
 This GNU R package provides tools to perform analyses and combine results
 from multiple-imputation datasets.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-mitools
This package is needed for r-cran-kmi (#903686) which in turn is needed
to run the autopkgtest of r-cran-etm (#903672).
--- End Message ---
--- Begin Message ---
Source: r-cran-mitools
Source-Version: 2.3-1

We believe that the bug you reported is fixed in the latest version of
r-cran-mitools, 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 903...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-mitools 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: Fri, 13 Jul 2018 09:25:57 +0200
Source: r-cran-mitools
Binary: r-cran-mitools
Architecture: source all
Version: 2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-mitools - GNU R tools for multiple imputation of missing data
Closes: 903687
Changes:
 r-cran-mitools (2.3-1) unstable; urgency=medium
 .
   * Initial release (closes: #903687)
Checksums-Sha1:
 b472b286cd8e5540c2d1e342fb7bbf72f7427630 2034 r-cran-mitools_2.3-1.dsc
 13172e26470712a858adce07561203262961dca3 111332 r-cran-mitools_2.3.orig.tar.gz
 95c7c4810656393b5827b8b0593f2a214df9 1560 
r-cran-mitools_2.3-1.debian.tar.xz
 88531de596effe0701409ff53f05ab996c2f3349 137700 r-cran-mitools_2.3-1_all.deb
 7948b0ea995010d520de036eff51fcd2a7701a39 9109 
r-cran-mitools_2.3-1_amd64.buildinfo
Checksums-Sha256:
 a72b23e844cd3a0d87e8f48c89b91d0cb6d1adaa0d5b614c44989a15a94055e8 2034 
r-cran-mitools_2.3-1.dsc
 63282951aa9e24564693d636c59a4dee29380e99004269493bedb98a28fbe670 111332 
r-cran-mitools_2.3.orig.tar.gz
 4ee17f06954267ff680afecbb6062376401d9fd8d92b3436afaa6fe84c0f1476 1560 
r-cran-mitools_2.3-1.debian.tar.xz
 8e9b462ff4bd22cfd4ae0a493b328e9120dbbbf944d3b9e45ac2f99b5fd3bbff 137700 
r-cran-mitools_2.3-1_all.deb
 21e9c0873adfe73f1f17fab52aebf8841a2d4657d709caa02f5c0b0015ddbeb2 9109 
r-cran-mitools_2.3-1_amd64.buildinfo
Files:
 a721abd049b247df8cf3597a22e3e8c8 2034 gnu-r optional r-cran-mitools_2.3-1.dsc
 bcfe76230ab1a27c26c160237aa3964e 111332 gnu-r optional 
r-cran-mitools_2.3.orig.tar.gz
 d8a570f07a6fb61e92f4bb39b56355ca 1560 gnu-r optional 
r-cran-mitools_2.3-1.debian.tar.xz
 2998ef0fd2ac1f5d3c51507793bb1d16 137700 gnu-r optional 
r-cran-mitools_2.3-1_all.deb
 6c5d28e8483a7228f909bd7e4340b7a9 9109 gnu-r optional 
r-cran-mitools_2.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAltIVacRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFuUQ/+O3JfIRKjBR7KGjgPhbL7mmJRW/nFy8TP
8jHWtg+4c5p7fB8RNlwAFioqqseiEPlutEIS18cjY5w85GLsfrWh1dUUudNvlK0V
VCmwyVijd/nQ4rQm8vYaA05FiILGkE9FBWb0EcbO7ipYrUqtF2yXD9cFMX4IeXKL
0Fa/KaewbcCvxU+vMNR6V2d13U7JqfQgsI/3ElGfV2+XxXxNmFMmMmjN7xP+rAxT
94qg1LMEoPQQHaV4EAKsRS0Wrw/gaawo0wIY0Sip5B0kJD0Bk89KoNb173ZevIm2
9RYI3GU9+7n0lwuP6LHF6jYNhCNSYpWGWOd61GB29MNFS38mz/2Q1wCdSLXkTVV3
6lDkzPaKZFndAEjY1ed2eGtbP0/YTCKgGKiHucd9y47mup7xZynJuTum607Ieyw5
hFpTUZ8LQpCA7bGS00MkVRmHKvly0xoZ8vqq8629DMZH1uZE6LCKoZUczO35ZQLy
6Yux74V+s31IGMsJzFt0brmQwXXFpqCfEuaVnDB8xTqAQpChSdfIz1mgLNNdpLA/
Vl/QQqVRJdJxWmbBGGUWjUVzh2QmEoR9u0gZzk7bzyhJnA/qS0sICpKGtQrgyzsx
/AeLSdrKvIB6D3

Bug#906203: marked as done (ITP: r-cran-fs -- GNU R cross-platform file system operations)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:35 +
with message-id 
and subject line Bug#906203: fixed in r-cran-fs 1.2.5+dfsg-1
has caused the Debian Bug report #906203,
regarding ITP: r-cran-fs -- GNU R cross-platform file system operations
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.)


-- 
906203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-fs
  Version : 1.2.5
  Upstream Author : Jim Hester, Hadley Wickham, RStudio
* URL : https://cran.r-project.org/package=fs
* License : GPL-3
  Programming Lang: GNU R
  Description : GNU R cross-platform file system operations
 This GNU R package provides a cross-platform interface to file system
 operations, built on top of the 'libuv' C library.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-fs
This package is needed to upgrade r-cran-batchtools to its latest upstream
version.
--- End Message ---
--- Begin Message ---
Source: r-cran-fs
Source-Version: 1.2.5+dfsg-1

We believe that the bug you reported is fixed in the latest version of
r-cran-fs, 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 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-fs 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: Wed, 15 Aug 2018 14:55:49 +0200
Source: r-cran-fs
Binary: r-cran-fs
Architecture: source amd64
Version: 1.2.5+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-fs  - GNU R cross-platform file system operations
Closes: 906203
Changes:
 r-cran-fs (1.2.5+dfsg-1) unstable; urgency=medium
 .
   * Initial release (closes: #906203)
Checksums-Sha1:
 367954ed4a4caac38a4d65324f5301d48ee7fd77 2045 r-cran-fs_1.2.5+dfsg-1.dsc
 3ebc729b17ab29f7abc5424f4c44f3b26ad62d32 65640 r-cran-fs_1.2.5+dfsg.orig.tar.xz
 661a88f4f69a22ee758c302281e8505bf1d448fb 3968 
r-cran-fs_1.2.5+dfsg-1.debian.tar.xz
 193cbcc962f39e257f0e9b364623e5e20c5993e3 820140 
r-cran-fs-dbgsym_1.2.5+dfsg-1_amd64.deb
 286d37ebcd94ed9283361e6f45d2f14c615b 9573 
r-cran-fs_1.2.5+dfsg-1_amd64.buildinfo
 fc4d7d878b456b4913d4deb9acb4967f4c95d7c5 234022 
r-cran-fs_1.2.5+dfsg-1_amd64.deb
Checksums-Sha256:
 bb240e96763e7c9f7013546fdf5257fe9c6ba8c50946b7fd60582404e8533ceb 2045 
r-cran-fs_1.2.5+dfsg-1.dsc
 ff3e0ec04852eaee2c6d078b5cf546352ffdecd409408eddb20809f00d50d466 65640 
r-cran-fs_1.2.5+dfsg.orig.tar.xz
 8a4fcec356f78a41faae935e7896d02ada95c30708603fd234238ff4510bcb18 3968 
r-cran-fs_1.2.5+dfsg-1.debian.tar.xz
 85ce97a179c2131b412eab7a24de503f3c8395851c03cae14cc81a742b59e429 820140 
r-cran-fs-dbgsym_1.2.5+dfsg-1_amd64.deb
 1019b0013e2d15b4a948dd7df75ded347ae0ce5aaf167f6b610b2be2f0ca121e 9573 
r-cran-fs_1.2.5+dfsg-1_amd64.buildinfo
 771b815e48b10a836ef6dfd615899b25aed48b21d4c047a577e998ca0f45893b 234022 
r-cran-fs_1.2.5+dfsg-1_amd64.deb
Files:
 32282962faa9483b1fb60cc2c01b5def 2045 gnu-r optional r-cran-fs_1.2.5+dfsg-1.dsc
 cbcac20ead085f0b8d9b3749d37aaa51 65640 gnu-r optional 
r-cran-fs_1.2.5+dfsg.orig.tar.xz
 abb9d0ba5986190168a441431e21bfd1 3968 gnu-r optional 
r-cran-fs_1.2.5+dfsg-1.debian.tar.xz
 a7eb9dc2e12cc8d95ca6fe65ab0322a8 820140 debug optional 
r-cran-fs-dbgsym_1.2.5+dfsg-1_amd64.deb
 deb0d1fdf58e01d8f592dd38b8f482e6 9573 gnu-r optional 
r-cran-fs_1.2.5+dfsg-1_amd64.buildinfo
 4b13bff471f562eaa44f3fa53c67718c 234022 gnu-r optional 
r-cran-fs_1.2.5+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAluUJOsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHRVw//biguCLlnSc76DxaynWwa55oO73k7gEpb
Qz5HxCp+Q+CijQ97VOwqO/0qRzswMGF4sRWoQ7IByG8vxkSHqBLfZ6Nnvz5kkSt7
X/eQLPgV59GBt8QQyoPm5sWpsZyrOYxa+p7P7wSaswPqppvHCLhHCIkEqOrznqCn
wueq7sUtiYmdrTsqiMuPpD2ABn1bQXN9L2mTcHiBUxcNYk1nbMhjJ3I1cwM2dtwc
j0RhfL/I90WxtVFbpm3/OWLJ+zCLDbAW+oZHypSt/tJY0oBBUSmzB5UxmyAn7Oh+
yKQp9zkg1MQhzNxJzwBeQyzhwOAw/eJfMI2C/buMYcTtATIqvvAbvyaQmT

Bug#899433: marked as done (ITP: r-cran-sf -- Simple Features for R)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 14:10:37 +
with message-id 
and subject line Bug#899433: fixed in r-cran-sf 0.6-3+dfsg-1
has caused the Debian Bug report #899433,
regarding ITP: r-cran-sf -- Simple Features for R
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.)


-- 
899433: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-sf
  Version : 0.6
  Upstream Author : Edzer Pebesma, Roger Bivand, Etienne Racine, Michael Sumner,
* URL : https://cran.r-project.org/package=sf
* License : GPL-2
  Programming Lang: GNU R
  Description : Simple Features for R
 Support for simple features, a standardized way to encode spatial vector
 data. Binds to 'GDAL' for reading and writing data, to 'GEOS' for
 geometrical operations, and to 'PROJ' for projection conversions and
 datum transformations.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-sf
--- End Message ---
--- Begin Message ---
Source: r-cran-sf
Source-Version: 0.6-3+dfsg-1

We believe that the bug you reported is fixed in the latest version of
r-cran-sf, 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 899...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-sf 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: Sat, 08 Sep 2018 21:41:16 +0200
Source: r-cran-sf
Binary: r-cran-sf
Architecture: source amd64
Version: 0.6-3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-sf  - Simple Features for R
Closes: 899433
Changes:
 r-cran-sf (0.6-3+dfsg-1) unstable; urgency=medium
 .
   * Initial release (closes: #899433)
Checksums-Sha1:
 11ae10540d620eccfeda0368a2436f7b74530505 2132 r-cran-sf_0.6-3+dfsg-1.dsc
 69609bef27348736e44fcdbc440d913ec59075d7 1718480 
r-cran-sf_0.6-3+dfsg.orig.tar.xz
 f073647fa3f764b5ca5fdc12463bde77a3cf416f 2280 
r-cran-sf_0.6-3+dfsg-1.debian.tar.xz
 806ef0cc400cf9b349a649592279247bf0bd4939 3337946 
r-cran-sf-dbgsym_0.6-3+dfsg-1_amd64.deb
 57fe288557e9918c5b6b3c5325a409ac2e36a11a 12929 
r-cran-sf_0.6-3+dfsg-1_amd64.buildinfo
 4b05491a9d7fbb86db87e01eec7e3c83c57bdf3b 2289248 
r-cran-sf_0.6-3+dfsg-1_amd64.deb
Checksums-Sha256:
 a3f7dc43daa983e12e9c7c200484ba0325cf27487247c3cca0eb0a30a0b974e8 2132 
r-cran-sf_0.6-3+dfsg-1.dsc
 32e77fa58124dc6a61decae66b16d1b10e2b7bf79dcb1ab3b6965e3f96e3b5fa 1718480 
r-cran-sf_0.6-3+dfsg.orig.tar.xz
 600327b700f1d0cda23b59df0206fc822482c09aebbc63bbcaf33586fa1f03ed 2280 
r-cran-sf_0.6-3+dfsg-1.debian.tar.xz
 38046ea71adfceab285191d6c2907f91c021eb5af47c64fdfd6b3fdb27173607 3337946 
r-cran-sf-dbgsym_0.6-3+dfsg-1_amd64.deb
 a8c97b4d736b7f2be833ec918a8d6c8ae8d80edd4abd6833a721a4a59c97fdbc 12929 
r-cran-sf_0.6-3+dfsg-1_amd64.buildinfo
 e565085fa3d00b91fe541b2ca390a3fa7bb9d40d4ba868535677d507ef73811c 2289248 
r-cran-sf_0.6-3+dfsg-1_amd64.deb
Files:
 a176f24ee17e985a5d709c4759c4e50a 2132 gnu-r optional r-cran-sf_0.6-3+dfsg-1.dsc
 5bf117d50e3fb530bb408219afd9ace7 1718480 gnu-r optional 
r-cran-sf_0.6-3+dfsg.orig.tar.xz
 e7c49c8081b74ebcfe7002de33040b1e 2280 gnu-r optional 
r-cran-sf_0.6-3+dfsg-1.debian.tar.xz
 390f6bc389be170c7d68cbbba5591cbe 3337946 debug optional 
r-cran-sf-dbgsym_0.6-3+dfsg-1_amd64.deb
 cee98fc3649317fb083b7bb92c04e4ba 12929 gnu-r optional 
r-cran-sf_0.6-3+dfsg-1_amd64.buildinfo
 4fafcc86f0917774599ed77e914b8f9b 2289248 gnu-r optional 
r-cran-sf_0.6-3+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAluUKN8RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtE7tA/+IkExFck9G0kAahX8VdwhnM2D7s9QG+kQ
niPzpT48UVfWVGzK7v1NuwGVw/VpmSLA4MidquU9Fou006XdYrmi4CCJmj8VZfEg
V6nHLIWDPhGa49Q5MUWfqf66zWCpOY2lBraSAFeLggO7fuZ/ZCqzVy/yvT7oP1cK
E/P4O8yncuvOPjDhTtJBxXi+jsHMEcC48S0ga9CfwPqhPzwZ8tQBwYaFcEMdZmJA
jkc+KLNJ/h2syNojPI6zE6CIZ+tw3S2hhDHN4h6nwRj2ibAdnkBLwLPlF3Hx/koU
0PIQuPQ/SIWqumwiSjKjk0idfQkLb6L/dpyRcDhfTOja4oNNF/H0o5t9F

Bug#908390: Package version v0.10, based gradle version in debian sid

2018-09-09 Thread Miroslav Kravec
Release v0.11 of gradle-apt-plugin is made for gradle-4.0.2:
https://github.com/tbroyer/gradle-apt-plugin/blob/v0.11/gradle/wrapper/gradle-wrapper.properties

Therefore, package version v0.10 of gradle-apt-plugin, which is made
for gradle-3.4:
https://github.com/tbroyer/gradle-apt-plugin/blob/v0.10/gradle/wrapper/gradle-wrapper.properties.
And, current gradle in debian sid is 3.4.1-7:
https://packages.debian.org/sid/gradle



Processed: your mail

2018-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 908390 by 908410
Bug #908390 [wnpp] ITP: gradle-apt-plugin -- Gradle plugin to use Java 
annotation processors
908390 was not blocked by any bugs.
908390 was not blocking any bugs.
Added blocking bug(s) of 908390: 908410
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
908390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#907647: marked as done (ITP: svg-labels -- simple tool for generation of printable labels documents from SVG templates)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 9 Sep 2018 18:31:34 +0200
with message-id 

and subject line Closing
has caused the Debian Bug report #907647,
regarding ITP: svg-labels -- simple tool for generation of printable labels 
documents from SVG templates
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.)


-- 
907647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: svg-labels
  Version : 0.3.0
  Upstream Author : Miroslav Kravec 
* URL : https://github.com/kravemir/svg-labels
* License : Apache-2.0
  Programming Lang: Java
  Description :  CLI tool for generation of printable labels documents

SVG labels is designed to be simply usable tool for generation of printable
documents with labels to print. Documents can be generated from SVG image,
or SVG template with instance(s) data.
--- End Message ---
--- Begin Message ---
The package would be renamed to use less generic name, but will use
something more specific.

Still,.. the package has some dependencies, which aren't yet packaged in debian.--- End Message ---


Bug#890354: marked as done (ITP: nm-tray -- a simple NetworkManager front end written in KF5/Qt)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 17:00:11 +
with message-id 
and subject line Bug#890354: fixed in nm-tray 0.4.0-1
has caused the Debian Bug report #890354,
regarding ITP: nm-tray -- a simple NetworkManager front end written in KF5/Qt
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.)


-- 
890354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Alf Gaida 

* Package name: nm-tray
  Version : 0.3.0
  Upstream Author : Palo Kisa 
* URL : https://github.com/palinek/nm-tray
* License : GPL-2.0+
  Programming Lang: C++
  Description : a simple NetworkManager front end written in KF5/Qt

nm-tray is a simple NetworkManager front end with information icon residing in
system tray (like e.g. nm-applet). It's a pure Qt application. For interaction
with NetworkManager it uses API provided by KF5::NetworkManagerQt -> plain DBus
communication.

Qt-Frontend for network-manager - there is no alternative, unless one will see
cmst as connman-frontend as an alternative. The LXQt team will maintain the 
package.
--- End Message ---
--- Begin Message ---
Source: nm-tray
Source-Version: 0.4.0-1

We believe that the bug you reported is fixed in the latest version of
nm-tray, 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 890...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alf Gaida  (supplier of updated nm-tray 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: SHA512

Format: 1.8
Date: Sat, 25 Aug 2018 16:58:47 +0200
Source: nm-tray
Binary: nm-tray nm-tray-l10n
Architecture: source amd64 all
Version: 0.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team 
Changed-By: Alf Gaida 
Description:
 nm-tray- Simple Network Manager frontend written in Qt
 nm-tray-l10n - Language package for nm-tray
Closes: 890354
Changes:
 nm-tray (0.4.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #890354)
Checksums-Sha1:
 e2768be4dd261f2b427f193ba4ba883f1e256e81 2083 nm-tray_0.4.0-1.dsc
 8b42c498c57d99c06f9998bf49520ff2904c9706 40532 nm-tray_0.4.0.orig.tar.gz
 eef8466dc8d293672a293c136799ad0bb493be2e 2240 nm-tray_0.4.0-1.debian.tar.xz
 5004a6dfc7a2f2c9eb080d189250af92b20d9283 2334348 
nm-tray-dbgsym_0.4.0-1_amd64.deb
 899a39df0aded4a8cda3a1f321d13e2730bffe67 9676 nm-tray-l10n_0.4.0-1_all.deb
 559dcdf479eecd5c6ebe7d5a5ceb451f00f2f0cb 12689 nm-tray_0.4.0-1_amd64.buildinfo
 566cf646007f28b5d1e0ecd4505e25f57ac24eb0 95336 nm-tray_0.4.0-1_amd64.deb
Checksums-Sha256:
 ed04c38e3fcc19d1be749d33794e1b21d80fad0fcf0684ec420def396446096f 2083 
nm-tray_0.4.0-1.dsc
 5fae00033a19e4e2b12903fef14b5335bdaf59fc5debd61b416fb71742ea34cd 40532 
nm-tray_0.4.0.orig.tar.gz
 f787128eaecd5b24fc36d29732145c6776fb3eb2d4b3be6197d2f76bc2d9ea58 2240 
nm-tray_0.4.0-1.debian.tar.xz
 3b31e0c9b5ec8d3ac861da0918bc7cab13caeed7a51e87eaafcc36b9c9a2439a 2334348 
nm-tray-dbgsym_0.4.0-1_amd64.deb
 711068862ff597fe13da3fc273632a73807c95d98411cb4baf60228c1120d0f0 9676 
nm-tray-l10n_0.4.0-1_all.deb
 77277e8e79fc652a273c7379791c1c834d8a2caf7987be1e3ea7a5f8fb3b983b 12689 
nm-tray_0.4.0-1_amd64.buildinfo
 9f627795358f368a234750530da957e06ff68c85adf1fa173ab5f0075ec52621 95336 
nm-tray_0.4.0-1_amd64.deb
Files:
 95e86c739a5b5e0d031315e86e6f07ae 2083 net optional nm-tray_0.4.0-1.dsc
 425e76383ae348bf134e3c651fe78d1f 40532 net optional nm-tray_0.4.0.orig.tar.gz
 b54b0bf40b24e8de2fd60ddd92ae866d 2240 net optional 
nm-tray_0.4.0-1.debian.tar.xz
 fd4bd7f170d6cd5856c1beff047ed95c 2334348 debug optional 
nm-tray-dbgsym_0.4.0-1_amd64.deb
 caebcec0ffdbe3882102fba2872df3d9 9676 localization optional 
nm-tray-l10n_0.4.0-1_all.deb
 381a65725a2f0fced320c77c51300d89 12689 net optional 
nm-tray_0.4.0-1_amd64.buildinfo
 a17c0717fa81a813bc2af119c7aa1392 95336 net optional nm-tray_0.4.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEugQ0bcLh/mPHkIeTzGWwzewnXVsFAluDi/4ACgkQzGWwzewn
XVuziQ//V2BpEAz5WjLx2AQhVORmkA5QInVnMrBwNaP666gPTPXsI5GE6LOL5WCp
OBJ0cvd+TMqwVeYT1OqMoX3ItJlofs2b+Bpxs3UlQEiEUiu7YGwAP36JSD9UGqKK
Goqz/92joVrTemVRg1QfQ3sr8OCzsrCuYKWa7G

Bug#898784: marked as done (ITP: r-cran-rstan -- GNU R interface to Stan)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 17:00:13 +
with message-id 
and subject line Bug#898784: fixed in r-cran-rstan 2.17.3+dfsg-1
has caused the Debian Bug report #898784,
regarding ITP: r-cran-rstan -- GNU R interface to Stan
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.)


-- 
898784: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898784
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-rstan
  Version : 2.17.3
  Upstream Author : Jiqiang Guo, Jonah Gabry, Ben Goodrich, Daniel Lee,
* URL : https://cran.r-project.org/package=rstan
* License : GPL-3+
  Programming Lang: GNU R
  Description : GNU R interface to Stan
 User-facing R functions are provided to parse, compile, test, estimate,
 and analyze Stan models by accessing the header-only Stan library
 provided by the 'StanHeaders' package. The Stan project develops a
 probabilistic programming language that implements full Bayesian
 statistical inference via Markov Chain Monte Carlo, rough Bayesian
 inference via 'variational' approximation, and (optionally penalized)
 maximum likelihood estimation via optimization. In all three cases,
 automatic differentiation is used to quickly and accurately evaluate
 gradients without burdening the user with the need to derive the partial
 derivatives.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-rstan
This package belongs to a set of dependencies for r-cran-brms which is
needed to upgrade r-cran-emmeans to the latest upstream version.
--- End Message ---
--- Begin Message ---
Source: r-cran-rstan
Source-Version: 2.17.3+dfsg-1

We believe that the bug you reported is fixed in the latest version of
r-cran-rstan, 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 898...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-rstan 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: Tue, 15 May 2018 22:44:31 +0200
Source: r-cran-rstan
Binary: r-cran-rstan
Architecture: source amd64
Version: 2.17.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-rstan - GNU R interface to Stan
Closes: 898784
Changes:
 r-cran-rstan (2.17.3+dfsg-1) unstable; urgency=medium
 .
   * Initial release (closes: #898784)
Checksums-Sha1:
 db4abcc2aba90ce7993ce50d2862f98e1df0cdc0 2200 r-cran-rstan_2.17.3+dfsg-1.dsc
 c887c9d09bc5b3cd8510642b228de049c951f42c 610336 
r-cran-rstan_2.17.3+dfsg.orig.tar.xz
 65b5ad803c7465ba111fe3df158458be7093c0d1 2528 
r-cran-rstan_2.17.3+dfsg-1.debian.tar.xz
 58c6d1c924f5be3bbed1cd61fc6f13a4937862e9 26825258 
r-cran-rstan-dbgsym_2.17.3+dfsg-1_amd64.deb
 b1eda9ddd0bb31e9317829973a2f0cddd89e5221 10606 
r-cran-rstan_2.17.3+dfsg-1_amd64.buildinfo
 d65d6407a056f0b7c9f3130c64db167e992956df 1720052 
r-cran-rstan_2.17.3+dfsg-1_amd64.deb
Checksums-Sha256:
 7cff93417ec7bdbbffe0be36992f8c1f68e384c81de5e431705195b6b428d4e0 2200 
r-cran-rstan_2.17.3+dfsg-1.dsc
 209e205d2115b7f2a1d64c19ac153f94c99112a5a4a013746ca066fbfc38efc3 610336 
r-cran-rstan_2.17.3+dfsg.orig.tar.xz
 55f58ebbf896bca8ca00b9c623b5a5e9592d3ae79db49418f411af29228051bb 2528 
r-cran-rstan_2.17.3+dfsg-1.debian.tar.xz
 7cc6f32a9672c0e90e6c51e8e071a7f0f3fdad1003c85eb8f763575e6eef7438 26825258 
r-cran-rstan-dbgsym_2.17.3+dfsg-1_amd64.deb
 006ebdad6ad2064765bc32f1b9461f689a25fcb3cb7690ebe3b243df774ad8d2 10606 
r-cran-rstan_2.17.3+dfsg-1_amd64.buildinfo
 2ef214f3be052f6266bbba4a808c0a88b9e30d1a2cfc0d8c72af4cdb9b650cb4 1720052 
r-cran-rstan_2.17.3+dfsg-1_amd64.deb
Files:
 afde9ec453376762b6b2315d7d1ccd08 2200 gnu-r optional 
r-cran-rstan_2.17.3+dfsg-1.dsc
 eb3e0079f9fba5af2bfdfbf7e9614198 610336 gnu-r optional 
r-cran-rstan_2.17.3+dfsg.orig.tar.xz
 77ff08dbadc18fd2709476df9e1f2dbb 2528 gnu-r optional 
r-cran-rstan_2.17.3+dfsg-1.debian.tar.xz
 0993e455f67fe377fa88da1f5283b6f8 26825258 debug optional 
r-cran-rstan-dbgsym_2.17.3+dfsg-1_amd64.deb
 9292e05b7e37f795b8

Bug#899993: marked as done (ITP: r-cran-glmmtmb -- Generalized Linear Mixed Models using Template Model Builder)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 17:00:12 +
with message-id 
and subject line Bug#83: fixed in r-cran-glmmtmb 0.2.1.0-1
has caused the Debian Bug report #83,
regarding ITP: r-cran-glmmtmb -- Generalized Linear Mixed Models using Template 
Model Builder
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.)


-- 
83: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-glmmtmb
  Version : 0.2.1.0
  Upstream Author : Arni Magnusson, Hans Skaug, Anders Nielsen, Casper Berg,
* URL : https://cran.r-project.org/package=glmmTMB
* License : AGPL-3
  Programming Lang: GNU R
  Description : Generalized Linear Mixed Models using Template Model Builder
 Fit linear and generalized linear mixed models with various
 extensions, including zero-inflation. The models are fitted using maximum
 likelihood estimation via 'TMB' (Template Model Builder). Random effects are
 assumed to be Gaussian on the scale of the linear predictor and are integrated
 out using the Laplace approximation. Gradients are calculated using automatic
 differentiation.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-glmmtmb
This is a dependency of my final target r-cran-sjplot.
--- End Message ---
--- Begin Message ---
Source: r-cran-glmmtmb
Source-Version: 0.2.1.0-1

We believe that the bug you reported is fixed in the latest version of
r-cran-glmmtmb, 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 899...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-glmmtmb 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, 24 May 2018 15:27:42 +0200
Source: r-cran-glmmtmb
Binary: r-cran-glmmtmb
Architecture: source amd64
Version: 0.2.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-glmmtmb - Generalized Linear Mixed Models using Template Model Builder
Closes: 83
Changes:
 r-cran-glmmtmb (0.2.1.0-1) unstable; urgency=medium
 .
   * Initial release (closes: #83)
Checksums-Sha1:
 fd9b7d4fb52787a630c40dc0fb483b39c86ef642 2130 r-cran-glmmtmb_0.2.1.0-1.dsc
 c4cd8d94443ae4773e8d4c502f99bc8630515f28 783833 
r-cran-glmmtmb_0.2.1.0.orig.tar.gz
 bab335ee650ba6387c65b8abd4b7ccd8415c2f14 12892 
r-cran-glmmtmb_0.2.1.0-1.debian.tar.xz
 6856d04f40d094e023210f090f2b51a3858c6d2a 8760864 
r-cran-glmmtmb-dbgsym_0.2.1.0-1_amd64.deb
 5cf32e62d09cb01b9e4e9261fcb3a990e04073f9 9842 
r-cran-glmmtmb_0.2.1.0-1_amd64.buildinfo
 6dde1ebffd16e032be27ab7e54972135b8a94f26 1307690 
r-cran-glmmtmb_0.2.1.0-1_amd64.deb
Checksums-Sha256:
 657f5cdf3bd11fa8c8e7ec73b6f719521bf04408b7c25b278a79b7d67e5d36f6 2130 
r-cran-glmmtmb_0.2.1.0-1.dsc
 001c9902a951c0d303b2874d5e00caa026e72a30cd2da0025a20b8534e8fd2d6 783833 
r-cran-glmmtmb_0.2.1.0.orig.tar.gz
 162f776a84d66da73cd7a50ee8bb5093c4cf9f86609259be9b9b0b232c7c80e3 12892 
r-cran-glmmtmb_0.2.1.0-1.debian.tar.xz
 15804c5f0dccadeb9ce726cc40c772cd541e77fa0c6b6e041a42f0e6eb1d6ff7 8760864 
r-cran-glmmtmb-dbgsym_0.2.1.0-1_amd64.deb
 f633ffc71af462de50f3ba49de103ea04c17a74c8af033f83f47729473f9e8a7 9842 
r-cran-glmmtmb_0.2.1.0-1_amd64.buildinfo
 9426c7c0de72b5d6effee1b2f19ba8e520af55c88b3bd7ffdb1c071577c3546d 1307690 
r-cran-glmmtmb_0.2.1.0-1_amd64.deb
Files:
 218d1f987ebc74075877b4380c9a 2130 gnu-r optional 
r-cran-glmmtmb_0.2.1.0-1.dsc
 3411af8a9317621cd6d2b851d762e6d2 783833 gnu-r optional 
r-cran-glmmtmb_0.2.1.0.orig.tar.gz
 8191eb143798fd80207e51fdeddaba7a 12892 gnu-r optional 
r-cran-glmmtmb_0.2.1.0-1.debian.tar.xz
 e73076f843340da0b9908fa48959430a 8760864 debug optional 
r-cran-glmmtmb-dbgsym_0.2.1.0-1_amd64.deb
 8bbb4e1272c8e2ae894d65bdeff02b9c 9842 gnu-r optional 
r-cran-glmmtmb_0.2.1.0-1_amd64.buildinfo
 45cd9b6af220ee9802709ae00d90df30 1307690 gnu-r optional 
r-cran-glmmtmb_0.2.1.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oE

Bug#899986: marked as done (ITP: r-cran-stringdist -- GNU R approximate string matching and string distance functions)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 17:00:14 +
with message-id 
and subject line Bug#899986: fixed in r-cran-stringdist 0.9.4.7-1
has caused the Debian Bug report #899986,
regarding ITP: r-cran-stringdist -- GNU R approximate string matching and 
string distance functions
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.)


-- 
899986: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899986
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-stringdist
  Version : 0.9.4.7
  Upstream Author : Mark van der Loo, Jan van der Laan, R Core Team,
* URL : https://cran.r-project.org/package=stringdist
* License : GPL-3
  Programming Lang: GNU R
  Description : GNU R approximate string matching and string distance 
functions
 Implements an approximate string matching version of R's native 'match'
 function. Can calculate various string distances based on edits (Damerau-
 Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams (q-
 gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-
 Winkler). An implementation of soundex is provided as well. Distances
 can be computed between character vectors while taking proper care of
 encoding or between integer vectors representing generic sequences.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-stringdist
This is a dependency of my final target r-cran-sjplot.
--- End Message ---
--- Begin Message ---
Source: r-cran-stringdist
Source-Version: 0.9.4.7-1

We believe that the bug you reported is fixed in the latest version of
r-cran-stringdist, 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 899...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-stringdist 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, 24 May 2018 13:05:26 +0200
Source: r-cran-stringdist
Binary: r-cran-stringdist
Architecture: source amd64
Version: 0.9.4.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-stringdist - GNU R approximate string matching and string distance 
functions
Closes: 899986
Changes:
 r-cran-stringdist (0.9.4.7-1) unstable; urgency=medium
 .
   * Initial release (closes: #899986)
Checksums-Sha1:
 c0f26c58a9d6a794de6524735b0b0dab120ee84f 2095 r-cran-stringdist_0.9.4.7-1.dsc
 c032c1bc3e6895a59fd7c322a91062258174a9ba 58222 
r-cran-stringdist_0.9.4.7.orig.tar.gz
 60c2f6d6e6dd029425170c3cba7a41ade1ddbe89 2044 
r-cran-stringdist_0.9.4.7-1.debian.tar.xz
 2e3c28876187fb52e26c25f11a84909467196c95 33998 
r-cran-stringdist-dbgsym_0.9.4.7-1_amd64.deb
 fc73a4e10dcb6c17bd300204f2d9bb6a437006fd 9458 
r-cran-stringdist_0.9.4.7-1_amd64.buildinfo
 5fbf5c7847e5872a92f6bbcf7c6d9535ee1f23e5 112408 
r-cran-stringdist_0.9.4.7-1_amd64.deb
Checksums-Sha256:
 1892fbc7b46761466e1d76a756db37b3be90bba6eac815a05f3a5140819b5dfd 2095 
r-cran-stringdist_0.9.4.7-1.dsc
 24120f19a449ab607a816e4e40f46cedf0b74a784dbe2d6d526bdecc2a07e8e1 58222 
r-cran-stringdist_0.9.4.7.orig.tar.gz
 6a20a23bab8e4fd3b1a46fd3e2140289cc1f223b42babad1bf87f5e25bdd5407 2044 
r-cran-stringdist_0.9.4.7-1.debian.tar.xz
 804713d06db04932cc7b7cd9f48d6c61adc9541bf062ec5b1af28392aa87d294 33998 
r-cran-stringdist-dbgsym_0.9.4.7-1_amd64.deb
 17f29cad11b994ca8fea3f178453f9e4c6129da1c8aa8e510d284237bbce2590 9458 
r-cran-stringdist_0.9.4.7-1_amd64.buildinfo
 1d95d2f5d6da63d4b17bda285941c565fcc62f0dddca70c59183fcfc3881d166 112408 
r-cran-stringdist_0.9.4.7-1_amd64.deb
Files:
 4fef9d258e9a0de8c36f68a421c3dcfc 2095 gnu-r optional 
r-cran-stringdist_0.9.4.7-1.dsc
 ed17a1b88e43b9c000b328697e94ca2b 58222 gnu-r optional 
r-cran-stringdist_0.9.4.7.orig.tar.gz
 3bc465ccc4c19d375101ba211588a4b4 2044 gnu-r optional 
r-cran-stringdist_0.9.4.7-1.debian.tar.xz
 683ee083a78551ea7b19f57ed6a637d8 33998 debug optional 
r-cran-stringdist-dbgsym_0.9.4.7-1_amd64.deb
 2f41b28adc626dcc6eb851f2d4b96339 9458 gnu-r optional 
r-cran-stringdist_0.9.

Bug#903686: marked as done (ITP: r-cran-kmi -- GNU R Kaplan-Meier Multiple Imputation)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 17:00:12 +
with message-id 
and subject line Bug#903686: fixed in r-cran-kmi 0.5.4-1
has caused the Debian Bug report #903686,
regarding ITP: r-cran-kmi -- GNU R Kaplan-Meier Multiple Imputation
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.)


-- 
903686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903686
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-kmi
  Version : 0.5.4
  Upstream Author : Arthur Allignol 
* URL : https://cran.r-project.org/package=kmi
* License : GPL-2+
  Programming Lang: GNU R
  Description : GNU R Kaplan-Meier Multiple Imputation
 This GNU R package provides Kaplan-Meier Multiple Imputation for the
 Analysis of Cumulative Incidence Functions in the Competing Risks
 Setting. It Performs a Kaplan-Meier multiple imputation to recover the
 missing potential censoring information from competing risks events, so
 that standard right-censored methods could be applied to the imputed
 data sets to perform analyses of the cumulative incidence functions
 (Allignol and Beyersmann, 2010 ).

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-kmi
This package is needed to run the autopkgtest of recent version of
r-cran-etm and thus fixing bug #903672.
--- End Message ---
--- Begin Message ---
Source: r-cran-kmi
Source-Version: 0.5.4-1

We believe that the bug you reported is fixed in the latest version of
r-cran-kmi, 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 903...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-kmi 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: Fri, 13 Jul 2018 09:03:16 +0200
Source: r-cran-kmi
Binary: r-cran-kmi
Architecture: source all
Version: 0.5.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-kmi - GNU R Kaplan-Meier Multiple Imputation
Closes: 903686
Changes:
 r-cran-kmi (0.5.4-1) unstable; urgency=medium
 .
   * Initial release (closes: #903686)
Checksums-Sha1:
 a4ce6cc084d096dd828d3614161fad55e8a946ff 2030 r-cran-kmi_0.5.4-1.dsc
 cb1be40978794630dccd4054e3aaa883550ede96 36000 r-cran-kmi_0.5.4.orig.tar.gz
 391ab4a20c181cac47f125fd49c69f63baa98ce5 2120 r-cran-kmi_0.5.4-1.debian.tar.xz
 8e9f7b3ee2f0c003c4e4aa6519302d374f2bd85a 81400 r-cran-kmi_0.5.4-1_all.deb
 23c5cb36c0d1e2fcf5b1cc924358d691b68c8c47 9210 
r-cran-kmi_0.5.4-1_amd64.buildinfo
Checksums-Sha256:
 7d748fce3994a9a9113e26270a1a965322188a1a57e6361af58eeb1cdeb4f539 2030 
r-cran-kmi_0.5.4-1.dsc
 d98df4283700f9efcf0ef13e347a7ae7fa864173e448aa00a8fd939c8c7d041e 36000 
r-cran-kmi_0.5.4.orig.tar.gz
 eceb6c7634d08e11647394e0a9eba97997fabfdc12d4edf04031d9157dff1e3a 2120 
r-cran-kmi_0.5.4-1.debian.tar.xz
 a8a010f8efec85946e003984529f0d2554321806f576c061497d17f4a5c902a8 81400 
r-cran-kmi_0.5.4-1_all.deb
 751233246c4448d4b4b010bc54b44df0ef82931ad8a2253a4bf22b9bc6b7b4f1 9210 
r-cran-kmi_0.5.4-1_amd64.buildinfo
Files:
 4053c1d9dddfb1806b9ba9be55f1dc2f 2030 gnu-r optional r-cran-kmi_0.5.4-1.dsc
 31ca2c5c53f8ce70df5864c99c0fa7d7 36000 gnu-r optional 
r-cran-kmi_0.5.4.orig.tar.gz
 9cdb3abe6548a481e6cac3564844d427 2120 gnu-r optional 
r-cran-kmi_0.5.4-1.debian.tar.xz
 3014ffed23560257c001b22c0b85e49f 81400 gnu-r optional 
r-cran-kmi_0.5.4-1_all.deb
 860f7fbe325339aa3a93eb4b141d003b 9210 gnu-r optional 
r-cran-kmi_0.5.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAltIWUoRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGi+A/+LnHmN3ANb2y0jRA3ORRDz4A8yQu7Z2PE
cQVvCoqxvlwlsrO1COCaKIE8RyysF99hzXZWtturOB5N+ve0WoPcIT/yNLhNkq4/
iE7BGQVV0pmYOM+m9cJ6kDCag2dp7xbTnvPHGG8rYZgwzPyGXmCpjRQujT0HTITy
Uz2v1eot4VRCcZ0dpnr0vx2AqOOLAYgLRnSgh9ZuXukbMQIIMqUF/fAjeHbwlsf2
7vqxP6VJ3JaAxgPBg5wTgI0ewrFSqfw7g/sMfd8Dx4RcPKPL3J46gMNCAC+N99n/
EjYaVjYNqaUEet+U5/KjrLuf+svx2C75cldYNPiGRw30Jkq7AH6iSv7/yacxJ+rn
pp7U09tOcirJaF0zSVP9UkWm8pZtRhBHEeTreIMENYN8SGh2C7fcL

Bug#899991: marked as done (ITP: r-cran-tmb -- GNU R template model builder: general random effect tool)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 17:00:14 +
with message-id 
and subject line Bug#81: fixed in r-cran-tmb 1.7.13-1
has caused the Debian Bug report #81,
regarding ITP: r-cran-tmb -- GNU R template model builder: general random 
effect tool
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.)


-- 
81: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=81
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-tmb
  Version : 1.7.13
  Upstream Author : Kasper Kristensen, Brad Bell, Hans Skaug, Arni Magnusson,
* URL : https://cran.r-project.org/package=TMB
* License : GPL-2
  Programming Lang: GNU R
  Description : GNU R template model builder: general random effect tool
 With this tool, a user should be able to quickly implement complex
 random effect models through simple C++ templates. The package combines
 'CppAD' (C++ automatic differentiation), 'Eigen' (templated matrix-vector
 library) and 'CHOLMOD' (sparse matrix routines available from R) to obtain an
 efficient implementation of the applied Laplace approximation with exact
 derivatives. Key features are: Automatic sparseness detection, parallelism
 through 'BLAS' and parallel user templates.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-tmb
This is a dependency for my final target sjplot.
--- End Message ---
--- Begin Message ---
Source: r-cran-tmb
Source-Version: 1.7.13-1

We believe that the bug you reported is fixed in the latest version of
r-cran-tmb, 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 899...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-tmb 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, 24 May 2018 14:48:39 +0200
Source: r-cran-tmb
Binary: r-cran-tmb
Architecture: source amd64
Version: 1.7.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-tmb - GNU R template model builder: general random effect tool
Closes: 81
Changes:
 r-cran-tmb (1.7.13-1) unstable; urgency=medium
 .
   * Initial release (closes: #81)
Checksums-Sha1:
 ef04f8c03c4a81319aaaeb522738230d26ee7a78 2040 r-cran-tmb_1.7.13-1.dsc
 9698aea9abf1122c77e760464f0ae2d73cfd35f0 604134 r-cran-tmb_1.7.13.orig.tar.gz
 b56487804f112c65afda546afb0dbd24fa987a8a 1976 r-cran-tmb_1.7.13-1.debian.tar.xz
 a76bc10436da6632dffc8a6eab97779283c8f6b3 3097060 
r-cran-tmb-dbgsym_1.7.13-1_amd64.deb
 80a7340efd85c4b6bcdd3fcdd74db0c11d28d6cb 9582 
r-cran-tmb_1.7.13-1_amd64.buildinfo
 36e7548fb76ebc68d7d5083167056ca95906bab2 737834 r-cran-tmb_1.7.13-1_amd64.deb
Checksums-Sha256:
 6c54aff14246a1b039182e1a50a1f2b9cbd2d69ecf112a8aae95b94c5285d649 2040 
r-cran-tmb_1.7.13-1.dsc
 ac97c04c54b176f18848e04e7b04d96b4ff981fb320400d131003427df4675b1 604134 
r-cran-tmb_1.7.13.orig.tar.gz
 5d81c481c43c6dde4d427173ba8ffd9fd96875a09a427c095d8fb7c4ac22b019 1976 
r-cran-tmb_1.7.13-1.debian.tar.xz
 6856fbcdd60c8d9a47367bfdbaf77659ceb3ca3296fc1e648741c722da5faf68 3097060 
r-cran-tmb-dbgsym_1.7.13-1_amd64.deb
 6c0333a4c1bf3b56e6af84cc3fa773d317ecc2d4d8652cc04dd4b4f681663405 9582 
r-cran-tmb_1.7.13-1_amd64.buildinfo
 752e5f501ce73165f2c17485ded544d17ec9598df9a07e5840fa53618e5ea671 737834 
r-cran-tmb_1.7.13-1_amd64.deb
Files:
 3cf426f19569e60c356f26b233e2b237 2040 gnu-r optional r-cran-tmb_1.7.13-1.dsc
 69c673113dd38a6a88909ecd061769a3 604134 gnu-r optional 
r-cran-tmb_1.7.13.orig.tar.gz
 9801197cc9f39df493fb7d0d9884733e 1976 gnu-r optional 
r-cran-tmb_1.7.13-1.debian.tar.xz
 e842a444f949832849ccc76af4af694b 3097060 debug optional 
r-cran-tmb-dbgsym_1.7.13-1_amd64.deb
 a9f3560d71fd92b6d8e14b101abfa468 9582 gnu-r optional 
r-cran-tmb_1.7.13-1_amd64.buildinfo
 f01e876aac3df9d53e90307a92c66b05 737834 gnu-r optional 
r-cran-tmb_1.7.13-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlsGuHMRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFvAA//WmZ7hyItvIk

Bug#901668: marked as done (ITP: r-cran-alakazam -- Immunoglobulin Clonal Lineage and Diversity Analysis)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 18:00:10 +
with message-id 
and subject line Bug#901668: fixed in r-cran-alakazam 0.2.10-1
has caused the Debian Bug report #901668,
regarding ITP: r-cran-alakazam -- Immunoglobulin Clonal Lineage and Diversity 
Analysis
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.)


-- 
901668: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901668
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller 

* Package name: r-cran-alakazam
* URL : hhttps://alakazam.readthedocs.io/
* License : CC BY-SA 4.0
  Programming Lang: R
  Description : Immunoglobulin Clonal Lineage and Diversity Analysis

The package is about to appear team-maintained on 
https://salsa.debian.org/r-pkg-team/r-cran-alakazam
--- End Message ---
--- Begin Message ---
Source: r-cran-alakazam
Source-Version: 0.2.10-1

We believe that the bug you reported is fixed in the latest version of
r-cran-alakazam, 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 901...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steffen Moeller  (supplier of updated r-cran-alakazam 
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: Fri, 15 Jun 2018 22:14:34 +0200
Source: r-cran-alakazam
Binary: r-cran-alakazam
Architecture: source amd64
Version: 0.2.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Steffen Moeller 
Description:
 r-cran-alakazam - Immunoglobulin Clonal Lineage and Diversity Analysis
Closes: 901668
Changes:
 r-cran-alakazam (0.2.10-1) unstable; urgency=medium
 .
   * Initial release (closes: #901668).
Checksums-Sha1:
 a43ed7010a0989ad215ff430f2a07c59e6b62c26 2278 r-cran-alakazam_0.2.10-1.dsc
 741bba5907b3efaee84b042b5ac0aa7a35361ed7 1399123 
r-cran-alakazam_0.2.10.orig.tar.gz
 e2df1904440f2612cc942571551470e5cc453cde 7184 
r-cran-alakazam_0.2.10-1.debian.tar.xz
 4ae594327463d7e189bb3fee9473f30342472af9 325664 
r-cran-alakazam-dbgsym_0.2.10-1_amd64.deb
 5aaff28a1d2db48196e1fa18fe9077f81cf04735 11315 
r-cran-alakazam_0.2.10-1_amd64.buildinfo
 e405f24bc3ef408b7d9fdeaa62608f2d5b0f9283 1624856 
r-cran-alakazam_0.2.10-1_amd64.deb
Checksums-Sha256:
 54ad099876e58b7d8666bc657caa647ee14612acf84be3b9257f30a66ee7 2278 
r-cran-alakazam_0.2.10-1.dsc
 d9fe93736b7ec0a38774f8a31df04461bee45ca71d31e45703b242b6f261d82d 1399123 
r-cran-alakazam_0.2.10.orig.tar.gz
 746c219cc47dc90aec5a8c58dec2d3d8e75076af908b014b91093556332251ba 7184 
r-cran-alakazam_0.2.10-1.debian.tar.xz
 05733c9d22b2d9d698ae364422522fe1dc5748fb06741588bd23f626bcdd7d5c 325664 
r-cran-alakazam-dbgsym_0.2.10-1_amd64.deb
 dc4caa07328d0703989c975e04c8475a120e088a020f2e3346b84358cdfedadf 11315 
r-cran-alakazam_0.2.10-1_amd64.buildinfo
 31de753eed4389fbc4667c1d3ce6f95b533a0c25c4a1b37360c5a69299dffcb7 1624856 
r-cran-alakazam_0.2.10-1_amd64.deb
Files:
 ef66e3aa2d01593febc1737402c5d518 2278 science optional 
r-cran-alakazam_0.2.10-1.dsc
 11a4105d1b2ef2d637a92a1475383501 1399123 science optional 
r-cran-alakazam_0.2.10.orig.tar.gz
 850c67c84dc50cfd84c04021d6b98cea 7184 science optional 
r-cran-alakazam_0.2.10-1.debian.tar.xz
 397667c67da11c21729497c1074abf6a 325664 debug optional 
r-cran-alakazam-dbgsym_0.2.10-1_amd64.deb
 d405c72beb10d9b97273563b9b4c5031 11315 science optional 
r-cran-alakazam_0.2.10-1_amd64.buildinfo
 1d3ca48f4e5e8fd8750f269d538a4058 1624856 science optional 
r-cran-alakazam_0.2.10-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJHBAEBCAAxFiEEhMGXeonn7+0+XKYuL9i+2sAg7tEFAlslIE4THG1vZWxsZXJA
ZGViaWFuLm9yZwAKCRAv2L7awCDu0Rh0D/9oiUfwhRWPH64oTYjpDYuRKIHOYIYh
ap8SEtDpwfXeZ3SaKDRWMXnXWdt+IZ/11QIYF8LMroINGksWgh2Dw3WKPBrc4+Sz
r8D9YIjICruvEmBKjerUx6r/WrUjjfJlDo9sWAypaaPElRBbfbXwz6kLEOocxsb+
/S5BzGnRIcEAOpEx9FbyK6CFR3FbG1WkFabtGJZAURhkDV9v8s/NbylFuswkaMQn
VMJQYkEiXXKlwa1V5Wg0hR9QaqG4XSDMOeoDoIGHCsDL1DstTHi7YFVye4xEei6N
987vdRM7xgSpnZ/17vDxfvStpFjdWOwWGpBqQ1i3PAQ5oCpXGsHWKF6tsikePqno
IBmncEW+GUPunwfL3XzgiA2omEDb1jqgTTzOLczcZS183eP2025e1POaqfCiT4Wj
jVPFUuZjtAriDSvSNvoHZWeqglAAVAZ2dTm8dq2OtGx0Y+RoOLhHHeRiQYhhhbg6
my5ugrzraDJPROd5MgY+yG+K8CB5s85

Bug#649291: marked as done (RFP: i-librarian -- web-based PDF manager)

2018-09-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Sep 2018 22:20:11 +
with message-id 
and subject line closing RFP: i-librarian -- web-based PDF manager
has caused the Debian Bug report #649291,
regarding RFP: i-librarian -- web-based PDF manager
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.)


-- 
649291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649291
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist


* Package name: i-librarian
  Version : 2.3
  Upstream Author :  Martin Kucej
* URL : http://www.bioinformatics.org/librarian
* License : GPLv3
  Programming Lang: PHP
  Description : web-based PDF manager

 I, Librarian is a web-based PDF manager. It enables individual
 researchers or a small group of researchers to create an
 annotated collection of PDF articles. By installing I,
 Librarian, you will build your local web site with a practical
 environment to work with your PDF files. In addition, you will
 gain an advanced tool to mine scientific literature from
 PubMed, PubMed Central, NASA ADS, arXiv, JSTOR® and HighWire
 Press®.


--- End Message ---
--- Begin Message ---
RFP 649291 has no visible progress for a long time, so closing.--- End Message ---


Processed: your mail

2018-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 908302 Tiny command line interpreter library for Java applications
Bug #908302 [wnpp] ITP: libpicocli-java -- a mighty tiny command line interface 
(library for Java)
Changed Bug title to 'Tiny command line interpreter library for Java 
applications' from 'ITP: libpicocli-java -- a mighty tiny command line 
interface (library for Java)'.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
908302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed (with 1 error): your mail

2018-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 908302 ITP: picocli -- Tiny command line interpreter library for
Bug #908302 [wnpp] Tiny command line interpreter library for Java applications
Changed Bug title to 'ITP: picocli -- Tiny command line interpreter library 
for' from 'Tiny command line interpreter library for Java applications'.
> Java applications
Unknown command or malformed arguments to command.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
908302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems