Processed: ITP: allelecount -- NGS copy number algorithms

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 960345 Andreas Tille 
Bug #960345 [wnpp] ITP: allelecount -- NGS copy number algorithms
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Bug#921717: cyrus-imapd: FTBFS on arm*, i386, mipsel, ppc64el and s390x

2020-05-11 Thread Wookey
On 2020-05-12 01:04 +0200, John Paul Adrian Glaubitz wrote:
> On 5/12/20 1:01 AM, John Paul Adrian Glaubitz wrote:
> > On 5/11/20 11:56 PM, Xavier wrote:
> >> Could someone help us here ? I forwarded this bug to upstream ([1]) but
> >> didn't receive any response for now.
> >>
> >> (Cc to RFH bug)
> > 
> > The problem here is va_list. On some architectures, the calling convention
> > doesn't seem to allow comparing va_list against NULL due to the way va_list
> > is implemented on a particular architecture.
> Correction: The va_list problem seems to affect ARM architectures only.

This is a classic 'porting to arm' issue which used to catch people
out regularly 15 years ago because it was something where you could do
technically incorrect things that worked fine on other
architectures. It's a very long time since I saw something hit this issue.

Thanks for the patch Adrian.

Wookey
-- 
Principal hats:  Linaro, Debian, Wookware, ARM
http://wookware.org/


signature.asc
Description: PGP signature


Bug#960137: duck: Duck webpage footer points to anonscm.debian.org link which is 404

2020-05-11 Thread Paul Wise
Control: tags 904893 + pending

On Sun, 29 Jul 2018 10:44:23 +0100 Ian Campbell wrote:

> I tried to search[2] on Salsa for a replacement

Since Simon has retired from Debian and orphaned the duck package, I
migrated the git repos from alioth-archive.d.o to salsa and made a few
fixes in the git repositories. I have also fixed the VCS link in the
duck-website git repository. I initiated a discussion with Simon about
moving the duck.debian.net domain somewhere else but didn't yet get a
response. I don't have the time to maintain the package or the service
but I hope someone else does. In case you want to move the service to
duck.debian.org, check out the documentation provided below.

https://bugs.debian.org/960137
https://salsa.debian.org/debian/duck
https://salsa.debian.org/debian/duck-website
https://wiki.debian.org/ServicesHosting

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#959834: marked as done (RFP: diffutils-java -- Implementation of general operations with diff files)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 22:46:50 -0400
with message-id 

and subject line Newer fork already packaged
has caused the Debian Bug report #959834,
regarding RFP: diffutils-java -- Implementation of general operations with diff 
files
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.)


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

* Package name: diffutils-java
  Version : 1.3.0
  Upstream Author : Dmitry Naumenko 
* URL : 
https://repo1.maven.org/maven2/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar
* License : Apache 1.1
  Programming Lang: Java
  Description : Implementation of general operations with diff files

**

Dear Prospective Packager,

This package is part of the dependency chain for medical and scientific
community resources that the Debian Med team has identified as relevant to the
COVID-19 pandemic. If you are able to participate in this endeavor [1], your
assistance is greatly appreciated!

-Olek
On behalf of the Debian Bazel Team

[1] https://salsa.debian.org/bazel-team/meta/-/wikis/Workplan-Part-1
--- End Message ---
--- Begin Message ---
Closing this bug since a newer fork is already packaged in Debian, Bazel
has been patched in Debian to use the newer version, and an upstream Bazel
patch to switch is pending.
--- End Message ---


Bug#960339: ITP: adios2 -- ADIOS2 Adaptable IO system for simulations

2020-05-11 Thread Kyle Edwards
Package: wnpp
Owner: Kyle Edwards 
Severity: wishlist
X-Debbugs-CC: debian-scie...@debian.org

* Package name: adios2
  Version : 2.6.0
  Upstream Author : Oak Ridge National Laboratory
* URL : https://github.com/ornladios/ADIOS2
* License : Apache
  Programming Lang: C++
  Description : ADIOS2 Adaptable IO system for simulations

The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.

Kyle



Bug#960338: ITP: python-mergedict -- A Python dict with a merge() method

2020-05-11 Thread Inaki Malerba
Package: wnpp
Owner: Iñaki Malerba 
Severity: wishlist

* Package name: python-mergedict
  Version : 1.0.0
  Upstream Author : Eduardo Naufel Schettino 
* URL : https://github.com/schettino72/mergedict
* License : MIT
  Programming Lang: Python
  Description : A Python dict with a merge() method

A MergeDict is a dict with a merge() method. merge() is like
dict.update(), but it can be subclassed to create custom
"merge" operations based on the type of an item value.

The mergedict module comes with a ConfigDict that will
extend/update lists/sets/dicts.

Needed as a dependency to close an RC bug in src:doit


-- 
- ina



signature.asc
Description: OpenPGP digital signature


Bug#921717: cyrus-imapd: FTBFS on arm*, i386, mipsel, ppc64el and s390x

2020-05-11 Thread Michael Cree
On Tue, May 12, 2020 at 01:04:06AM +0200, John Paul Adrian Glaubitz wrote:
> On 5/12/20 1:01 AM, John Paul Adrian Glaubitz wrote:
> > On 5/11/20 11:56 PM, Xavier wrote:
> >> Could someone help us here ? I forwarded this bug to upstream ([1]) but
> >> didn't receive any response for now.
> >>
> >> (Cc to RFH bug)
> > 
> > The problem here is va_list. On some architectures, the calling convention
> > doesn't seem to allow comparing va_list against NULL due to the way va_list
> > is implemented on a particular architecture.
> Correction: The va_list problem seems to affect ARM architectures only

According to the standard va_list is a complete object type.  There is
therefore no guarantee it can be compared to NULL and it is only by
accident (implementation detail) that is possible to do so on some
architectures.

Cheers,
Michael.



Bug#960337: ITP: libevpath -- Event transport middleware

2020-05-11 Thread Kyle Edwards
Package: wnpp
Owner: Kyle Edwards 
Severity: wishlist
X-Debbugs-CC: debian-scie...@debian.org

* Package name: libevpath
  Version : 4.6.0
  Upstream Author : Georgia Tech Research Corporation
* URL : https://github.com/GTkorvo/evpath
* License : BSD-3-clause
  Programming Lang: C
  Description : Event transport middleware

EVpath is an event transport middleware layer designed to allow for the
easy implementation of overlay networks, with active data processing,
routing and management at all points in the overlay.

Kyle



Bug#960229: [DRE-maint] Bug#960229: RFP: pdfbeads -- utility to take scanned page images and convert them to a single PDF file

2020-05-11 Thread Georg Faerber
Hi Rogério,

On 20-05-11 15:22:04, Rogério Brito wrote:
> Thanks for the kind message. I gave it a shot with gem2deb and I
> produced a (very) preliminary package. It is at:
> 
> https://github.com/rbrito/pkg-pdfbeads

Did you import the latest upstream release? The gemspec tells
"2014-01-30", which was quite some time ago.

Did you try to build the package? Did it work?

Cheers,
Georg



Bug#921717: cyrus-imapd: FTBFS on arm*, i386, mipsel, ppc64el and s390x

2020-05-11 Thread John Paul Adrian Glaubitz
On 5/12/20 1:01 AM, John Paul Adrian Glaubitz wrote:
> On 5/11/20 11:56 PM, Xavier wrote:
>> Could someone help us here ? I forwarded this bug to upstream ([1]) but
>> didn't receive any response for now.
>>
>> (Cc to RFH bug)
> 
> The problem here is va_list. On some architectures, the calling convention
> doesn't seem to allow comparing va_list against NULL due to the way va_list
> is implemented on a particular architecture.
Correction: The va_list problem seems to affect ARM architectures only.

The other architectures have testsuite failures which seem unrelated.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Bug#921717: cyrus-imapd: FTBFS on arm*, i386, mipsel, ppc64el and s390x

2020-05-11 Thread John Paul Adrian Glaubitz
Hi Xavier!

On 5/11/20 11:56 PM, Xavier wrote:
> Could someone help us here ? I forwarded this bug to upstream ([1]) but
> didn't receive any response for now.
> 
> (Cc to RFH bug)

The problem here is va_list. On some architectures, the calling convention
doesn't seem to allow comparing va_list against NULL due to the way va_list
is implemented on a particular architecture.

You could maybe add an auxiliary boolean variable to control whether
"va_list args" is empty or not, i.e. something like this:

Index: cyrus-imapd-3.2.0/imap/httpd.c
===
--- cyrus-imapd-3.2.0.orig/imap/httpd.c
+++ cyrus-imapd-3.2.0/imap/httpd.c
@@ -2350,7 +2350,7 @@ EXPORTED void simple_hdr(struct transact
 simple_hdr(txn, "Access-Control-Expose-Headers", hdr)
 
 static void comma_list_body(struct buf *buf,
-const char *vals[], unsigned flags, va_list args)
+const char *vals[], unsigned flags, int has_args, 
va_list args)
 {
 const char *sep = "";
 int i;
@@ -2358,11 +2358,11 @@ static void comma_list_body(struct buf *
 for (i = 0; vals[i]; i++) {
 if (flags & (1 << i)) {
 buf_appendcstr(buf, sep);
-if (args) buf_vprintf(buf, vals[i], args);
+if (has_args) buf_vprintf(buf, vals[i], args);
 else buf_appendcstr(buf, vals[i]);
 sep = ", ";
 }
-else if (args) {
+else if (has_args) {
 /* discard any unused args */
 vsnprintf(NULL, 0, vals[i], args);
 }
@@ -2377,7 +2377,7 @@ EXPORTED void comma_list_hdr(struct tran
 
 va_start(args, flags);
 
-comma_list_body(, vals, flags, args);
+comma_list_body(, vals, flags, 1, args);
 
 va_end(args);
 
@@ -3077,17 +3077,17 @@ EXPORTED void response_header(long code,
 }
 if (code == HTTP_SWITCH_PROT || code == HTTP_UPGRADE) {
 buf_printf(logbuf, "%supgrade=", sep);
-comma_list_body(logbuf, upgrd_tokens, txn->flags.upgrade, NULL);
+comma_list_body(logbuf, upgrd_tokens, txn->flags.upgrade, 0, 0);
 sep = "; ";
 }
 if (txn->flags.te) {
 buf_printf(logbuf, "%stx-encoding=", sep);
-comma_list_body(logbuf, te, txn->flags.te, NULL);
+comma_list_body(logbuf, te, txn->flags.te, 0, 0);
 sep = "; ";
 }
 if (txn->resp_body.enc.proc) {
 buf_printf(logbuf, "%scnt-encoding=", sep);
-comma_list_body(logbuf, ce, txn->resp_body.enc.type, NULL);
+comma_list_body(logbuf, ce, txn->resp_body.enc.type, 0, 0);
 sep = "; ";
 }
 if (txn->location) {

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
Description: Don't try to compare va_list against NULL
Author: John Paul Adrian Glaubitz 
Last-Update: 2020-05-12


Index: cyrus-imapd-3.2.0/imap/httpd.c
===
--- cyrus-imapd-3.2.0.orig/imap/httpd.c
+++ cyrus-imapd-3.2.0/imap/httpd.c
@@ -2350,7 +2350,7 @@ EXPORTED void simple_hdr(struct transact
 simple_hdr(txn, "Access-Control-Expose-Headers", hdr)
 
 static void comma_list_body(struct buf *buf,
-const char *vals[], unsigned flags, va_list args)
+const char *vals[], unsigned flags, int has_args, va_list args)
 {
 const char *sep = "";
 int i;
@@ -2358,11 +2358,11 @@ static void comma_list_body(struct buf *
 for (i = 0; vals[i]; i++) {
 if (flags & (1 << i)) {
 buf_appendcstr(buf, sep);
-if (args) buf_vprintf(buf, vals[i], args);
+if (has_args) buf_vprintf(buf, vals[i], args);
 else buf_appendcstr(buf, vals[i]);
 sep = ", ";
 }
-else if (args) {
+else if (has_args) {
 /* discard any unused args */
 vsnprintf(NULL, 0, vals[i], args);
 }
@@ -2377,7 +2377,7 @@ EXPORTED void comma_list_hdr(struct tran
 
 va_start(args, flags);
 
-comma_list_body(, vals, flags, args);
+comma_list_body(, vals, flags, 1, args);
 
 va_end(args);
 
@@ -3077,17 +3077,17 @@ EXPORTED void response_header(long code,
 }
 if (code == HTTP_SWITCH_PROT || code == HTTP_UPGRADE) {
 buf_printf(logbuf, "%supgrade=", sep);
-comma_list_body(logbuf, upgrd_tokens, txn->flags.upgrade, NULL);
+comma_list_body(logbuf, upgrd_tokens, txn->flags.upgrade, 0, 0);
 sep = "; ";
 }
 if (txn->flags.te) {
 buf_printf(logbuf, "%stx-encoding=", sep);
-comma_list_body(logbuf, te, txn->flags.te, NULL);
+comma_list_body(logbuf, te, txn->flags.te, 0, 0);
 sep = "; ";
 }
 if (txn->resp_body.enc.proc) {
 buf_printf(logbuf, "%scnt-encoding=", sep);
-

Bug#960320: ITP: gtkorvo-libenet -- Georgia Tech fork of libenet

2020-05-11 Thread Kyle Edwards
Package: wnpp
Owner: Kyle Edwards 
Severity: wishlist
X-Debbugs-CC: debian-scie...@debian.org

* Package name: gtkorvo-libenet
  Version : 1.3.15
  Upstream Author : Lee Salzman
* URL : https://github.com/GTkorvo/enet
* License : other
  Programming Lang: C
  Description : Georgia Tech fork of libenet

This is the Georgia Tech fork of libenet, which changes libenet in
several ways:

1. It builds with a CMake buildsystem and exports CMake package config
files in addition to pkgconfig files
2. It add a new function, enet_host_get_sock_fd(), to allow access to
the internal file descriptor
3. It supports dynamic sizing of the internal peer array
4. It changes the protocol to support 24-bit peer IDs

Kyle



Bug#960229: [DRE-maint] Bug#960229: RFP: pdfbeads -- utility to take scanned page images and convert them to a single PDF file

2020-05-11 Thread Georg Faerber
(Adding the Ruby team to the loop.)

Hi team, Rogério,

On 20-05-11 15:22:04, Rogério Brito wrote:
> On May 10 2020, Georg Faerber wrote:
> > On 20-05-10 17:24:12, Rogério Brito wrote:
> > > Since I don't know much ruby, I guess that it would be best to
> > > have people from the Ruby team maintain and/or package it. I am
> > > even willing to co-maintain it, if necessary, but, again, my
> > > knowledge of Ruby is minimal.
> > 
> > If you're interested in learning (on your own) and improving your
> > Ruby packaging skills, I'm happy to give you any help necessary.
> 
> Thanks for the kind message. I gave it a shot with gem2deb and I
> produced a (very) preliminary package. It is at:
> 
> https://github.com/rbrito/pkg-pdfbeads
> 
> The changelog, in particular, is very cluttered and should be cleaned,
> among other things. Regarding ruby-specific packaging stuff, I would
> love to get comments and/or corrections.
> 
> The package providing jbig2 should, really, be a Recommends instead of
> a Suggests, but since it is not in Debian yet, I left it as is for the
> time being.
> 
> > Let me know in case you're interested.
> 
> While I'm not sure if I am able to maintain this package (let's say
> that some use asks for a new feature), I won't know how to proceed.
> 
> Assistance and opinions is highly appreciated.

I would like to mentor Rogério and help them "learning by doing". To
make this easier, an account on salsa.d.o with (limited) access to the
team and/or the repo makes sense, IMHO.

Thoughts?

Cheers,
Georg



Bug#921717: cyrus-imapd: FTBFS on arm*, i386, mipsel, ppc64el and s390x

2020-05-11 Thread Xavier
> cyrus-imapd failed to build on almost all architectures. See
>
https://buildd.debian.org/status/fetch.php?pkg=cyrus-imapd=i386=3.2.0-1=1588581560=0
> and
>
https://buildd.debian.org/status/fetch.php?pkg=cyrus-imapd=arm64=3.2.0-1=1588581432=0
> for examples.

Hi,

Could someone help us here ? I forwarded this bug to upstream ([1]) but
didn't receive any response for now.

(Cc to RFH bug)

Cheers,
Xavier

[1]: https://github.com/cyrusimap/cyrus-imapd/issues/3040



Bug#960345: ITP: allelecount -- NGS copy number algorithms

2020-05-11 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: allelecount -- NGS copy number algorithms
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: allelecount
  Version : 4.1.0
  Upstream Author : Genome Research Ltd
* URL : https://github.com/cancerit/alleleCount
* License : AGPL-3
  Programming Lang: C
  Description : NGS copy number algorithms
 Support code for NGS copy number algorithms. Takes a file of locations
 and a [cr|b]am file and generates a count of coverage of each allele
 [ACGT] at that location (given any filter settings).
 .
 The alleleCount package primarily exists to prevent code duplication
 between some other projects, specifically AscatNGS and Battenberg.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/allelecount



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960339 by 960337
Bug #960339 [wnpp] ITP: adios2 -- ADIOS2 Adaptable IO system for simulations
960339 was not blocked by any bugs.
960339 was not blocking any bugs.
Added blocking bug(s) of 960339: 960337
> block 960339 by 960027
Bug #960339 [wnpp] ITP: adios2 -- ADIOS2 Adaptable IO system for simulations
960339 was blocked by: 960337
960339 was not blocking any bugs.
Added blocking bug(s) of 960339: 960027
>
End of message, stopping processing here.

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



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960337 by 960034
Bug #960337 [wnpp] ITP: libevpath -- Event transport middleware
960337 was blocked by: 960027
960337 was not blocking any bugs.
Added blocking bug(s) of 960337: 960034
> block 960337 by 960055
Bug #960337 [wnpp] ITP: libevpath -- Event transport middleware
960337 was blocked by: 960034 960027
960337 was not blocking any bugs.
Added blocking bug(s) of 960337: 960055
> block 960337 by 960297
Bug #960337 [wnpp] ITP: libevpath -- Event transport middleware
960337 was blocked by: 960055 960034 960027
960337 was not blocking any bugs.
Added blocking bug(s) of 960337: 960297
> block 960337 by 960320
Bug #960337 [wnpp] ITP: libevpath -- Event transport middleware
960337 was blocked by: 960297 960055 960034 960027
960337 was not blocking any bugs.
Added blocking bug(s) of 960337: 960320
>
End of message, stopping processing here.

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



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 960297 ITP: libffs -- Data communication library
Bug #960297 [wnpp] ITP: ffs - Data communication library
Changed Bug title to 'ITP: libffs -- Data communication library' from 'ITP: ffs 
- Data communication library'.
> retitle 960055 ITP: libdill -- Just-in-time code generation library
Bug #960055 [wnpp] ITP: libdill - Just-in-time code generation library
Changed Bug title to 'ITP: libdill -- Just-in-time code generation library' 
from 'ITP: libdill - Just-in-time code generation library'.
>
End of message, stopping processing here.

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



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960337 by 960027
Bug #960337 [wnpp] ITP: libevpath -- Event transport middleware
960337 was not blocked by any bugs.
960337 was not blocking any bugs.
Added blocking bug(s) of 960337: 960027
>
End of message, stopping processing here.

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



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960055 by 960027
Bug #960055 [wnpp] ITP: libdill - Just-in-time code generation library
960055 was blocked by: 960059
960055 was blocking: 960297
Added blocking bug(s) of 960055: 960027
>
End of message, stopping processing here.

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



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960320 by 960027
Bug #960320 [wnpp] ITP: gtkorvo-libenet -- Georgia Tech fork of libenet
960320 was blocked by: 960336
960320 was not blocking any bugs.
Added blocking bug(s) of 960320: 960027
>
End of message, stopping processing here.

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



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960320 by 960336
Bug #960320 [wnpp] ITP: gtkorvo-libenet -- Georgia Tech fork of libenet
960320 was not blocked by any bugs.
960320 was not blocking any bugs.
Added blocking bug(s) of 960320: 960336
>
End of message, stopping processing here.

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



Bug#960297:

2020-05-11 Thread Kyle Edwards
Oops - forgot to update the license. Should be BSD-3-clause.

Kyle



Bug#960297: ITP: ffs - Data communication library

2020-05-11 Thread Kyle Edwards
Package: wnpp
Owner: Kyle Edwards 
Severity: wishlist
X-Debbugs-CC: debian-scie...@debian.org

* Package name: libffs
  Version : 1.7
  Upstream Author : Georgia Tech Research Corporation
* URL : https://github.com/GTkorvo/ffs
* License : Artistic or GPL-1+
  Programming Lang: C
  Description : Data communication library

FFS is a middleware library for data communication, including
representation, processing and marshaling that preserves the
performance of traditional approaches while relaxing the requirement of
a priori knowledge and providing complex run-time flexibility.

Kyle



Bug#960314: Re-"assigning" ITP bug

2020-05-11 Thread Ole Streicher
Control: reassign -1 src:tifffile 20181128-3
Control: retitle -1 Please add a python3-tifffile package

Hi Andreas,

I just found out that you already packaged tifffile, there is just not a
dedicated Python 3 package.

Could you split the python module in a separate package so that it
conforms to the Python policy?

Thank you!

Cheers

Ole



Processed: Re-"assigning" ITP bug

2020-05-11 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:tifffile 20181128-3
Bug #960314 [wnpp] ITP: tifffile -- Read and write TIFF(r) files with Python
Bug reassigned from package 'wnpp' to 'src:tifffile'.
Ignoring request to alter found versions of bug #960314 to the same values 
previously set
Ignoring request to alter fixed versions of bug #960314 to the same values 
previously set
Bug #960314 [src:tifffile] ITP: tifffile -- Read and write TIFF(r) files with 
Python
Marked as found in versions tifffile/20181128-3.
> retitle -1 Please add a python3-tifffile package
Bug #960314 [src:tifffile] ITP: tifffile -- Read and write TIFF(r) files with 
Python
Changed Bug title to 'Please add a python3-tifffile package' from 'ITP: 
tifffile -- Read and write TIFF(r) files with Python'.

-- 
960314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960297 by 960312
Bug #960297 [wnpp] ITP: ffs - Data communication library
960297 was blocked by: 960027 960055 960034
960297 was not blocking any bugs.
Added blocking bug(s) of 960297: 960312
>
End of message, stopping processing here.

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



Bug#960314: ITP: tifffile -- Read and write TIFF(r) files with Python

2020-05-11 Thread Ole Streicher
Package: wnpp
Severity: wishlist
Owner: Ole Streicher 
X-Debbugs-Cc: debian-pyt...@lists.debian.org, debian-de...@lists.debian.org

* Package name : tifffile
  Version : TBD
  Upstream Author : Christoph Gohlke 
* URL : https://pypi.org/project/tifffile/#description
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Read and write TIFF(r) files with Python

Tifffile is a Python library to

 1. store numpy arrays in TIFF (Tagged Image File Format) files, and
 2. read image and metadata from TIFF-like files used in bioimaging.

Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM,
SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ, GEL, SVS,
SCN, SIS, ZIF, QPTIFF, NDPI, and GeoTIFF files.

Numpy arrays can be written to TIFF, BigTIFF, and ImageJ hyperstack
compatible files in multi-page, memory-mappable, tiled, predicted, or
compressed form.
This is a new dependency of the scikit-image (skimage) package. I will
maintain it within the Debian Python team. Salsa dir is

https://salsa.debian.org/python-team/modules/tifffiles

Best regards

Ole



Bug#960229: [DRE-maint] Bug#960229: RFP: pdfbeads -- utility to take scanned page images and convert them to a single PDF file

2020-05-11 Thread Rogério Brito
Dear Georg,

On May 10 2020, Georg Faerber wrote:
> On 20-05-10 17:24:12, Rogério Brito wrote:
> > Since I don't know much ruby, I guess that it would be best to have
> > people from the Ruby team maintain and/or package it. I am even
> > willing to co-maintain it, if necessary, but, again, my knowledge of
> > Ruby is minimal.
> 
> If you're interested in learning (on your own) and improving your Ruby
> packaging skills, I'm happy to give you any help necessary.

Thanks for the kind message. I gave it a shot with gem2deb and I produced a
(very) preliminary package. It is at:

https://github.com/rbrito/pkg-pdfbeads

The changelog, in particular, is very cluttered and should be cleaned,
among other things. Regarding ruby-specific packaging stuff, I would love to
get comments and/or corrections.

The package providing jbig2 should, really, be a Recommends instead of a
Suggests, but since it is not in Debian yet, I left it as is for the time being.

> Let me know in case you're interested.

While I'm not sure if I am able to maintain this package (let's say that
some use asks for a new feature), I won't know how to proceed.

Assistance and opinions is highly appreciated.


Thank you very much,

Rogério Brito.

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



Bug#960310: RFP: python3-rgain -- Replay Gain volume normalization Python tools

2020-05-11 Thread Rogério Brito
Package: wnpp
Severity: wishlist

* Package name: python3-rgain3
  Version : 1.0.0
  Upstream Author : Christian Haudum 
* URL : https://github.com/chaudum/rgain, 
https://pypi.org/project/rgain3/
* License : GPL-2+
  Programming Lang: Python
  Description : Replay Gain volume normalization Python tools

A set of Python modules and utility programmes to deal with Replay Gain
information – calculate it (with GStreamer), read and write it (with
Mutagen). It has support for Ogg Vorbis (or probably anything stored in an
Ogg container), Flac, WavPack, MP4 (aka AAC) and MP3 (in different
incarnations). There's also a command-line programme, replaygain, that works
very similar to its like-named cousins, most prominently vorbisgain and
mp3gain – only that itworks for all those supported formats
alike. collectiongain on the other hand is a kind of fire-and-forget tool
for big amounts of music files.



We already had a package called python-rgain in our past releases which was
Python 2 only and, unfortunately, removed.

This new (renamed) fork is, apparently, the official successor of rgain and
is actively maintained.

Simon McVittie mentioned it in bug #938361 that he would switch python-rgain
to this fork.  I really, really miss this package and the useful utilities
that it provides.

It would be nice to have it reintroduced in Debian.


Thanks,

Rogério Brito.

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



Bug#960308: RFP: python-vipaccess -- A FLOSS Symantec VIP Access application

2020-05-11 Thread Joe Nahmias
Package: wnpp
Severity: wishlist

* Package name: python-vipaccess
  Version : 0.13
  Upstream Author : Daniel Lenski 
* URL : https://github.com/dlenski/python-vipaccess
* License : Apache2
  Programming Lang: Python
  Description : A FLOSS Symantec VIP Access application

This package enables the user to generate a One-Time Password (OTP)
access token and register it with the Symantec VIP Access service. The
token can be saved to a local config file and thereafter used by the
program to generate OTPs based on the token. This token can also be used
with standard Two-Factor Authentication (2FA) clients to log into
services using the Symantec 2FA managed service.
.
It also includes a QR Code generator for easy integration
with OTP clients.



Bug#960300: ITP: node-mini-css-extract-plugin -- extracts CSS into separate files

2020-05-11 Thread Pirate Praveen

Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name : node-mini-css-extract-plugin
 Version : 0.5.0
 Upstream Author : Tobias Koppers @sokra
* URL : https://github.com/webpack-contrib/mini-css-extract-plugin
* License : Expat
 Programming Lang: JavaScript
 Description : extracts CSS into separate files
This plugin extracts CSS into separate files. It creates a CSS file 
per JS
file which contains CSS. It supports On-Demand-Loading of CSS and 
SourceMaps.

.
It builds on top of a new webpack v4 feature (module types) and 
requires

webpack 4 to work.
.
Compared to the extract-text-webpack-plugin:
 * Async loading
 * No duplicate compilation (performance)
 * Easier to use
 * Specific to CSS
.
Node.js is an event-based server-side JavaScript engine.

This is a build dependency on node-katex 0.10.



Processed: your mail

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 960297 by 960055
Bug #960297 [wnpp] ITP: ffs - Data communication library
960297 was not blocked by any bugs.
960297 was not blocking any bugs.
Added blocking bug(s) of 960297: 960055
> block 960297 by 960034
Bug #960297 [wnpp] ITP: ffs - Data communication library
960297 was blocked by: 960055
960297 was not blocking any bugs.
Added blocking bug(s) of 960297: 960034
> block 960297 by 960027
Bug #960297 [wnpp] ITP: ffs - Data communication library
960297 was blocked by: 960034 960055
960297 was not blocking any bugs.
Added blocking bug(s) of 960297: 960027
>
End of message, stopping processing here.

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



Processed: rfp

2020-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 960198 RFP: qimgv -- Qt5 image viewer with optional video support
Bug #960198 [wnpp] RFP qimgv, Qt5 image viewer with optional video support
Changed Bug title to 'RFP: qimgv -- Qt5 image viewer with optional video 
support' from 'RFP qimgv, Qt5 image viewer with optional video support'.
>
End of message, stopping processing here.

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



Bug#959477: ITP: ckeditor3 -- Javascript rich text editor for embedding into websites (v3)

2020-05-11 Thread Mike Gabriel

Hi Bastien,

On  Mo 11 Mai 2020 01:32:53 CEST, Bastien ROUCARIES wrote:


On Sat, May 2, 2020 at 9:21 PM Mike Gabriel
 wrote:


Package: wnpp
Severity: wishlist
Owner: Mike Gabriel 

* Package name: ckeditor3
  Version : 3.6.6.1
  Upstream Author : Frederico Knabben
* URL : http://ckeditor.com/download
* License : GPL-2+
  Programming Lang: Javascript
  Description : Javascript rich text editor for embedding into  
websites (v3)


 I plan to re-upload ckeditor3 to Debian as part of my initiative to
 re-provide Horde in Debian.
 .
 Unfortunately, Horde upstream has still not moved on to ckeditor4,  
thus this

 old version of ckeditor is required for the interim.
 .
 Before Debian 11 gets released I plan to provide a patch to Horde Upstream
 that fixes this problem.


ckeditor in debian is 3 by memory


nope, ckeditor has been 4.x for a while in Debian... (4.12.1 currently  
in unstable).


Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpbnOgkppm46.pgp
Description: Digitale PGP-Signatur


Bug#960228: ITP: calls -- A phone dialer and call handler

2020-05-11 Thread Guido Günther
Hi,
On Mon, May 11, 2020 at 06:36:06AM +, Paul Wise wrote:
> On Sun, May 10, 2020 at 8:15 PM Evangelos Ribeiro Tzaras wrote:
> 
> > * Package name: calls
> 
> This name is far too generic, I suggest choosing something more
> specific.


Since the project is closely related to GNOME and moving to the GNOME
infrastracture is somewhat planned 
(https://source.puri.sm/Librem5/calls/-/issues/139)
using gnome-calls might be a way forward.
 -- Guido

> 
> -- 
> bye,
> pabs
> 
> https://wiki.debian.org/PaulWise



Bug#960228: ITP: calls -- A phone dialer and call handler

2020-05-11 Thread Guido Günther
Hi,
On Mon, May 11, 2020 at 09:45:31AM +0800, Liang Guo wrote:
> On Mon, May 11, 2020 at 4:15 AM Evangelos Ribeiro Tzaras
>  wrote:
> > A dialer program for telephony calls on mobile devices
> > supporting multiple backends (ModemManager, oFono, Phonesim).
> >
> > This package is useful for running debian on mobile phones
> > providing call functionality. It is commonly used in phosh.
> >
> > I would like to maintain in a packaging team, namely Debian On Mobile
> > I am also looking for a sponsor.
> 
> Interesting package, does it need specific hardware to make call on
> computer?

you need a voice capable modem (which isn't very common in
laptops). calls then does the call handling (accept, decline, ...)
while the audio routing is done via a separate daemon like wys:

   https://source.puri.sm/Librem5/wys

Cheers,
 -- Guido



Bug#721192: ITP: uberwriter -- a simple markdown editor

2020-05-11 Thread Nicholas D Steeves
Oops, it seems I forgot to reply to all.  Message follows:

Sat, 02 May 2020 10:07:00 -0400
Nicholas D Steeves  writes:

> Hi Andrej!
>
> On Wed, 29 Apr 2020 at 07:57, Andrej Shadura
>  wrote:
>> On Mon, 27 Jan 2020 16:45:04 -0700 Nicholas D Steeves
>>  wrote:
>> > I started packaging uberwriter for a family member and am currently
>> > about 75% done.  Seeing as there hasn't been any activity for five
>> > years I don't think anyone will object.
>>
>> How’s your progress? Could you put it somewhere on Salsa maybe?
>>
>> Also please be aware UberWriter is now Apostrophe:
>>
>> https://gitlab.gnome.org/somas/apostrophe/
>>
>
> Thank you for requesting a progress report, it's an excellent reminder
> to get back to work!  IIRC I got to about 80% completion, and then put
> it on hold when upstream expressed their intent to rename.  Better to
> wait until post-rename then to do extra work, I think...  I installed
> the flatpack version for my family member, to solve the immediate
> need, but intend to finish this package.
>
> By the way, if you'd like to, you're welcome to comaintain this package :-)
>
> Cheers,
> Nicholas


signature.asc
Description: PGP signature


Bug#960269: RFP: afterwriting -- Afterwriting provides post-processing tools for Fountain screenplays

2020-05-11 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Control: block 960268 by -1

Package name: afterwriting
Version : 1.12.9
Upstream Author : Piotr Jamróz 
URL : https://afterwriting.com  and/or  
https://github.com/ifrost/afterwriting-labs
   specifically : 
https://github.com/ifrost/afterwriting-labs/blob/master/docs/clients.md
License : MIT
Programming Lang: JS
Description : Afterwriting provides post-processing tools for Fountain 
screenplays

Afterwriting provides post-processing tools for Fountain screenplays:
  * converts Fountain format to PDF
  * extracts basic screenplay info (number of pages, action/dialogue
time, locations, etc.)
  * gathers statistics (location distribution, page balance, dialogue, etc.)
  * experimental features (script pulse, primary/secondary characters, etc.)
--

I am interested exclusively in the CLI component.

Features provided by other parts of the source:
  * loading and syncing with Google Drive / Dropbox (online version only)
  * importing .fdx (FinalDraft)  <=NOTE= I'm not sure if this is included in 
awc.js
  * basic editor with auto-complete <=NOTE= should be skipped IMHO.
Emacs and Atom are better.  A GNOME HIG-compliant editor will
probably appear in the next two years
--

My interest in this package springs from Emacs' elpa-fountain-mode.  A
recent upstream update dropped export to PDF support, so I haven't
updated it, because without Afterwriting this would represent a
regression in functionality.

To the best of my knowledge this is the best Fountain2PDF export tool.

'hope this RFP piques someone's interest!
Nicholas


Processed: RFP: afterwriting -- Afterwriting provides post-processing tools for Fountain screenplays

2020-05-11 Thread Debian Bug Tracking System
Processing control commands:

> block 960268 by -1
Bug #960268 [elpa-fountain-mode] Update to 3.1.0 or newer
960268 was not blocked by any bugs.
960268 was not blocking any bugs.
Added blocking bug(s) of 960268: 960269

-- 
960268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960268
960269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960269
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#959251: marked as done (ITP: php-horde-cssminify -- CSS Minification)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:39 +
with message-id 
and subject line Bug#959251: fixed in php-horde-cssminify 1.0.4-5
has caused the Debian Bug report #959251,
regarding ITP: php-horde-cssminify -- CSS Minification
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.)


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

 Package name: Horde_CssMinify
 Version : 1.0.4
 Upstream Author : Michael Slusarz 
 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : CSS Minification

 Abstracted interface to various CSS minification backends.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-cssminify
Source-Version: 1.0.4-5
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-cssminify 
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, 04 May 2020 21:18:17 +0200
Source: php-horde-cssminify
Binary: php-horde-cssminify
Architecture: source all
Version: 1.0.4-5
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-cssminify -
Closes: 959251
Changes:
 php-horde-cssminify (1.0.4-5) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959251).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 7f6f74afb75844c91bc09132adfa281890285414 2074 php-horde-cssminify_1.0.4-5.dsc
 4a6e61593995d4f4a3d51a0c867997e1ef7e93aa 11717 
php-horde-cssminify_1.0.4.orig.tar.gz
 fd858fc085cd3585aca843a5b4d01543bd419bc2 2680 
php-horde-cssminify_1.0.4-5.debian.tar.xz
 3c840ceef318b2c1abc14b1ffa1b939fda9e26d8 8004 
php-horde-cssminify_1.0.4-5_all.deb
 44c2f2e43935aae437376154984bee1f26ef928d 6212 
php-horde-cssminify_1.0.4-5_amd64.buildinfo
Checksums-Sha256:
 003f1e1a227a816805728eb11f55ab96e2ffe1fa8ad2ffb75af3ba0de03119fb 2074 
php-horde-cssminify_1.0.4-5.dsc
 ca842ff1e2aa1408e99dd92d091feb081ce2f5bdb695c70f315d37b2ceca5f50 11717 
php-horde-cssminify_1.0.4.orig.tar.gz
 871df020f5410b1f00ae86144a5e38ae731e3bb790568eae8770a2d742fc8100 2680 
php-horde-cssminify_1.0.4-5.debian.tar.xz
 7768a52f7342d436280b2383cb7a891faeeb977d5519df2843bb68af16e515cf 8004 
php-horde-cssminify_1.0.4-5_all.deb
 ccbc81a2443b4973381d8a9b22a18bcd11126379aeeaf195cc9aa8ca1cc4bcca 6212 
php-horde-cssminify_1.0.4-5_amd64.buildinfo
Files:
 254e9d47b52aadd0d8e29d4b3d09cbc8 2074 php optional 
php-horde-cssminify_1.0.4-5.dsc
 4d2cb8e4a36ef41964b0b0fd54aad4dc 11717 php optional 
php-horde-cssminify_1.0.4.orig.tar.gz
 0f0299c553f6c7c77f1573e24e7f61c8 2680 php optional 
php-horde-cssminify_1.0.4-5.debian.tar.xz
 8c50c2307fe6e70b87edda0d25a5a61a 8004 php optional 
php-horde-cssminify_1.0.4-5_all.deb
 17e5c24feb29c38bf9e5f06bd8ff1227 6212 php optional 
php-horde-cssminify_1.0.4-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgtMVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsx2KwQALb9dPQZ+lzRnGY/SnbRgNPZk1Ac
ZxXv3N/MVyG5+x5LaExOzqUTCXZqH8mBSLrFFh01j0DoKhk9sl+v05b83Q33v5XB
tzFLJy83Ro/yVWmhn6CvxIEXjOfhMOl64bJaLNO3uX1pa80ebX+SQmc6p3GCMfaP
l+hgBgctekMiJHy83pCWJOdGwjrvjQfni1ilt1IUVyvOPMI7i5gDOsltwAg3AlY+
1s4S7zA2EX9l9oTjM9j0u6oHO3gnGTjwxzigcorHRcNefiuxEpdq0qpzj7CSEZAp
XqoyPGj5oyp8kMVAWQTYSkFSUaNhfC3ji9/gOl0u0Tz95pjyMXewip/X73jx77Xh

Bug#959248: marked as done (ITP: php-horde-constraint -- Horde Constraint library)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:38 +
with message-id 
and subject line Bug#959248: fixed in php-horde-constraint 2.0.3-7
has caused the Debian Bug report #959248,
regarding ITP: php-horde-constraint -- Horde Constraint library
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.)


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

 Package name: Horde_Constraint
 Version : 2.0.3
 Upstream Author : Chuck Hagenbuch 
 URL : http://horde.org/
 License : BSD-2-Clause
 Programming Lang: PHP
 Description : Horde Constraint library

 A programmatic way of building constraints that evaluate to true or false.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-constraint
Source-Version: 2.0.3-7
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-constraint 
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, 04 May 2020 21:14:17 +0200
Source: php-horde-constraint
Binary: php-horde-constraint
Architecture: source all
Version: 2.0.3-7
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-constraint -
Closes: 959248
Changes:
 php-horde-constraint (2.0.3-7) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959248).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 477de77272d743cb0ed11690ce34ca621a9efe6e 2149 php-horde-constraint_2.0.3-7.dsc
 6a7f5c1f5b89e908da6ff04b960a0746bb0a1a0a 5073 
php-horde-constraint_2.0.3.orig.tar.gz
 f232f64aafcecdd79c9b9e23d6eefab3b0d5276d 3768 
php-horde-constraint_2.0.3-7.debian.tar.xz
 afe3d9b5c051948ce46bbf7e373f793f809433e7 10716 
php-horde-constraint_2.0.3-7_all.deb
 fde94d4a6a6d7e5888f7216dc18b6c6d67858243 6225 
php-horde-constraint_2.0.3-7_amd64.buildinfo
Checksums-Sha256:
 8aa2e255236c07094b2b193d4f8fdcbf6c73f59d1068dc2e85bb943cea4f6197 2149 
php-horde-constraint_2.0.3-7.dsc
 741969928ac25f059f7cba3489be2fdc9179ef8f4e63cb471706d59deeb5 5073 
php-horde-constraint_2.0.3.orig.tar.gz
 7d4f47a570f6a631a7a3f591e805cbaa8bbea067593df6dfb712224f7d04b596 3768 
php-horde-constraint_2.0.3-7.debian.tar.xz
 bae0a9b91f902843d39ea2a3c6184b4a5a86f13bf8e1b2ce08db9f2b083dca01 10716 
php-horde-constraint_2.0.3-7_all.deb
 f103f6deb68c07ee113ae567e27fda16240f9c4bb07222341a5344a4bea54982 6225 
php-horde-constraint_2.0.3-7_amd64.buildinfo
Files:
 d8a37de4bcd2162bd5416bab445398c0 2149 php optional 
php-horde-constraint_2.0.3-7.dsc
 6f0d728c6505b61e39df19f3653ac95c 5073 php optional 
php-horde-constraint_2.0.3.orig.tar.gz
 e92c95f8c79130d6438662eb3e07cb4a 3768 php optional 
php-horde-constraint_2.0.3-7.debian.tar.xz
 e76ca7730bced389a4962dc0087707e4 10716 php optional 
php-horde-constraint_2.0.3-7_all.deb
 87d589035df877bfa62a3e78a8f72c5e 6225 php optional 
php-horde-constraint_2.0.3-7_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgtEVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxJ/QQAKpP9+b7/3Ha8grXRA5R0/BlR9k3
DiOKao6M4j3Vhc2za/0OqpGw3onVtHZtidcv/F3MmtZSGxNtGcIqBkgNFqXbJy17
yeAN84ksW1NTmN99MDogxdbxJx1gghhopfNEOc6n9eMjJbsqEUUfAztUGsodMIdI
tr377JcSZDhc/Co0gwXzr1X/f3fTtSJM1p/gRDa4kH9sC4wWPawHN8sR3k31lzka
wYoTh2jSmNWOfYnWPzmCinJ64r+FAJOZ2MPd9wzw85HO5XaC5aTtRynusRDeeMUV

Bug#959245: marked as done (ITP: php-horde-cli -- Command line interface library)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:37 +
with message-id 
and subject line Bug#959245: fixed in php-horde-cli 2.3.0-4
has caused the Debian Bug report #959245,
regarding ITP: php-horde-cli -- Command line interface library
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.)


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

 Package name: Horde_Cli
 Version : 2.3.0
 Upstream Author : Jan Schneider , Chuck Hagenbuch 

 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Command line interface library

 Horde_Cli:: API for basic command-line functionality/checks
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-cli
Source-Version: 2.3.0-4
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-cli 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, 04 May 2020 21:10:22 +0200
Source: php-horde-cli
Binary: php-horde-cli
Architecture: source all
Version: 2.3.0-4
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-cli -
Closes: 959245
Changes:
 php-horde-cli (2.3.0-4) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959245).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 8614933ecdfc23dedc6bf1aa586a8df47eba6370 2008 php-horde-cli_2.3.0-4.dsc
 aa2cd99e69a3c7de8e1d4de9993325b3c5d2b970 30628 php-horde-cli_2.3.0.orig.tar.gz
 5a19f0382b8b07e3b60d0cf78dc5bc9dc58d1e9e 2960 
php-horde-cli_2.3.0-4.debian.tar.xz
 0d6123b724737318c5eeb853418df13622c12cce 33112 php-horde-cli_2.3.0-4_all.deb
 0272d30adf6c998dc933b64bb7b0b7ad15b8af93 6155 
php-horde-cli_2.3.0-4_amd64.buildinfo
Checksums-Sha256:
 d4e3c44a1b299dbcd2d8de79d92ca8a300986c92743571cc45a5043f2310f215 2008 
php-horde-cli_2.3.0-4.dsc
 0fd6b2ba17be4d2fc81cc0b9a195bdce3d7d2b76efdfb7e6aa5ee3d5b2b19813 30628 
php-horde-cli_2.3.0.orig.tar.gz
 eebe64b2cb08ae415f53d64934f1745fcb9b08e8fb612c61970ddf09fc84fe95 2960 
php-horde-cli_2.3.0-4.debian.tar.xz
 cbb790a527016d75eaf79b145b8ab64c9cf9ff2fa932afd616f737de6d05f908 33112 
php-horde-cli_2.3.0-4_all.deb
 e89d103e850c02db84082e6ebd8bf78dcca4d3b78e50ba5896767a73ff916658 6155 
php-horde-cli_2.3.0-4_amd64.buildinfo
Files:
 d5f83232aeef189438758c98ac056b35 2008 php optional php-horde-cli_2.3.0-4.dsc
 2a29845380e1f4eb59e740283dd51db3 30628 php optional 
php-horde-cli_2.3.0.orig.tar.gz
 1b5b9f218cfbaca2a2d90a513f3866cc 2960 php optional 
php-horde-cli_2.3.0-4.debian.tar.xz
 3321ac13aae20e949df792ca29103a1b 33112 php optional 
php-horde-cli_2.3.0-4_all.deb
 2fe2df87e33bfbe64f9eeb54c7e91145 6155 php optional 
php-horde-cli_2.3.0-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgs8VHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxdJIQAKaLInR5F+iAbaR471fiyIKesxUw
Vwi5ygHHhThFb4TzFUaQaD/sCpjd15kSLcp89+3+DE0nMhYwW5tclwhRXLDJRWWE
AoukYHGbFqz1+LnoBEYZ24vWl9zC9grCFc66Vm0mwCazeJEoLsJQdIXFAxhfRfkk
rISz+qOTlpHPylOknRrHU5qYDgdnAAqwHRZPpUtLnY7snefpR9zIbUQ5Y1UEyZgL
jea2WA1s8ovU9FlHJWfMBKL+aqoqKZYU5oia4lHCh2s+CWj33rYo8eP4lcDKCJFQ
9CQfDNNkGzrQiQNelC93lpPyHiGxqKomteAvIOIL+uSY6RTL7eYdxO7FevDoQcu/
teTHGkXcCqZu1OHwNDhEncoXwllOOzHNOHlpzYciQKGQXKEmDPG21RO4ddluOOfL
jJ/Eg5ONHdQFeHl9OqOlCa+Y0Gpc2i+HY6wQbplxo5zmG8uLzTkGLS1ZvQfmXJFS

Bug#959247: marked as done (ITP: php-horde-compress-fast -- Fast Compression Library)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:37 +
with message-id 
and subject line Bug#959247: fixed in php-horde-compress-fast 1.1.1-7
has caused the Debian Bug report #959247,
regarding ITP: php-horde-compress-fast -- Fast Compression Library
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.)


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

 Package name: Horde_Compress_Fast
 Version : 1.1.1
 Upstream Author : Michael Slusarz 
 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Fast Compression Library

 Provides compression suitable for packing strings on-the-fly in PHP code (as 
opposed to more resource-intensive compression algorithms such as DEFLATE).
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-compress-fast
Source-Version: 1.1.1-7
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated 
php-horde-compress-fast 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, 04 May 2020 21:13:28 +0200
Source: php-horde-compress-fast
Binary: php-horde-compress-fast
Architecture: source all
Version: 1.1.1-7
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-compress-fast -
Closes: 959247
Changes:
 php-horde-compress-fast (1.1.1-7) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959247).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 18cab44258c78824c3a1390bb711c3d8cdc1e298 2185 
php-horde-compress-fast_1.1.1-7.dsc
 0e96a1adb3228bc4c73c39a72378aa177b1a0599 12992 
php-horde-compress-fast_1.1.1.orig.tar.gz
 47e200ad897b78366e472db52110d77296da4060 2976 
php-horde-compress-fast_1.1.1-7.debian.tar.xz
 7f76effa3d81f4980134e444df25cb5dfdf1382d 9816 
php-horde-compress-fast_1.1.1-7_all.deb
 d9cbf2d1c71316c9bf7e877df623234c930f7fda 6252 
php-horde-compress-fast_1.1.1-7_amd64.buildinfo
Checksums-Sha256:
 9920f332d5f929ef7c281a83a56def3a01c6c82ed073a6604ed46b5202f4198d 2185 
php-horde-compress-fast_1.1.1-7.dsc
 9c2edbe8eb76db79aa95112ba0e172cdfbb59d4f58f54797c7e64f2a068e25cf 12992 
php-horde-compress-fast_1.1.1.orig.tar.gz
 6c9f158efa395055d5f62bcc95f54760d95b06496a253de2dd2d3a3f9efc3e56 2976 
php-horde-compress-fast_1.1.1-7.debian.tar.xz
 ff1563a4c6209f45949efe213676ada8d080e5cb6ed144e86fe6bd35a0381bd4 9816 
php-horde-compress-fast_1.1.1-7_all.deb
 191e9e2dd2c7645c9fecbc10229cfe99eed7cbcaec39b1a542f7013872749e9e 6252 
php-horde-compress-fast_1.1.1-7_amd64.buildinfo
Files:
 4643817195419f7f2430e8980ad88437 2185 php optional 
php-horde-compress-fast_1.1.1-7.dsc
 217ecee0a56ba957c2a102aff022a1a3 12992 php optional 
php-horde-compress-fast_1.1.1.orig.tar.gz
 7b4be4ca797af63d6f59f7cd1abeee2d 2976 php optional 
php-horde-compress-fast_1.1.1-7.debian.tar.xz
 1d087ff1f0f9a0049e3c50eb1c221c23 9816 php optional 
php-horde-compress-fast_1.1.1-7_all.deb
 8786e8e39c87f37b7de66843ae1699ec 6252 php optional 
php-horde-compress-fast_1.1.1-7_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgtEVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxCpoQALVNLhYjpQmyoPYfXONf3JV5m5sF
HfqTeWnKZdtkcTKw4DNVKeGAJu0bQc04NpAUwjMxBkTFxEkyacVFNBs7/muc1U4E
mE5iR/2vSJBaoZaDiQ2iSxUo44/R9r5JFIeuS/ibY2A181UYwXWnxsofT/ciUh61

Bug#959250: marked as done (ITP: php-horde-crypt-blowfish -- Blowfish Encryption Library)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:39 +
with message-id 
and subject line Bug#959250: fixed in php-horde-crypt-blowfish 1.1.2-5
has caused the Debian Bug report #959250,
regarding ITP: php-horde-crypt-blowfish -- Blowfish Encryption Library
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.)


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

 Package name: Horde_Crypt_Blowfish
 Version : 1.1.2
 Upstream Author : Michael Slusarz 
 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Blowfish Encryption Library

 Provides blowfish encryption/decryption for PHP string data.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-crypt-blowfish
Source-Version: 1.1.2-5
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated 
php-horde-crypt-blowfish 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, 04 May 2020 21:16:59 +0200
Source: php-horde-crypt-blowfish
Binary: php-horde-crypt-blowfish
Architecture: source all
Version: 1.1.2-5
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-crypt-blowfish -
Closes: 959250
Changes:
 php-horde-crypt-blowfish (1.1.2-5) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959250).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 02c492bbc0a5bbd2dab5138f639b9ef4bd66d7f1 2206 
php-horde-crypt-blowfish_1.1.2-5.dsc
 f178a784d3dde1d55bb679a3b5412e8b8e22c9b8 26056 
php-horde-crypt-blowfish_1.1.2.orig.tar.gz
 10d852ed7da89ec710842e0e9f066e18299509a6 3304 
php-horde-crypt-blowfish_1.1.2-5.debian.tar.xz
 fdbe34f5f9e5752f5fa7275dfc4b55f982dab5fc 18728 
php-horde-crypt-blowfish_1.1.2-5_all.deb
 9c02214ca8265ba9dbe8244bb12160e4f7711fb1 6265 
php-horde-crypt-blowfish_1.1.2-5_amd64.buildinfo
Checksums-Sha256:
 10ec6c8681a6a6839146b6968f6a210cf6d34aaf7a0cf16d7c758a1c95048d98 2206 
php-horde-crypt-blowfish_1.1.2-5.dsc
 f99906af0da742e7c755468f0385c0da9acee6debb51a0ce8db30d2a491a942f 26056 
php-horde-crypt-blowfish_1.1.2.orig.tar.gz
 692214c41200160470f90a4bf9406615b32e5f745e662a1a769c84fcd1f0871a 3304 
php-horde-crypt-blowfish_1.1.2-5.debian.tar.xz
 d528859f1b991e23b223c56e6cfdff60d4ef435344e662a21358ee15272aa9ec 18728 
php-horde-crypt-blowfish_1.1.2-5_all.deb
 5e68aafb069ee73870b73e31d9ae404682e4d03e2c493224cbec5db28e837530 6265 
php-horde-crypt-blowfish_1.1.2-5_amd64.buildinfo
Files:
 7d8b595244347588c8a1485f2befaad1 2206 php optional 
php-horde-crypt-blowfish_1.1.2-5.dsc
 6af1fe8c69722f73a3250af7e91bec6a 26056 php optional 
php-horde-crypt-blowfish_1.1.2.orig.tar.gz
 1b7a7c07ef16451d1e9dd7fc87fb458d 3304 php optional 
php-horde-crypt-blowfish_1.1.2-5.debian.tar.xz
 72e832d843aab2c04829205830b5ea0a 18728 php optional 
php-horde-crypt-blowfish_1.1.2-5_all.deb
 5fc39dc85cea508286c7820464af89a9 6265 php optional 
php-horde-crypt-blowfish_1.1.2-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgtIVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxzKUP/RI4r3tuhjsIKLoOLFVJPCtadvgO
sGoXIVBWYFja5PudO5vZtBu/Cr1wQmXnGs7QDHzJyKgMvkciLgtXIYIR76igEijl
dIhT43OPCrVxTHi1B80iIiMB0S22qcZDSMOI+TekAGtuIcrxqjdVxMVzxyhDlD8l
toCZ+R3V5I3BmM9G6J6xxUKDsjwS8RTWuImroHc7jt9AekKZmS/U3kJGIBy7HBy/

Bug#959244: marked as done (ITP: php-horde-cache -- Horde Caching API)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:36 +
with message-id 
and subject line Bug#959244: fixed in php-horde-cache 2.5.5-5
has caused the Debian Bug report #959244,
regarding ITP: php-horde-cache -- Horde Caching API
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.)


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

 Package name: Horde_Cache
 Version : 2.5.5
 Upstream Author : Chuck Hagenbuch , Michael Slusarz 

 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Horde Caching API

 A simple, functional caching API, with the option to store the cached data on 
the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, 
XCache), Memcache, MongoDB, Redis, user session, an SQL table, or a combination 
of these.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-cache
Source-Version: 2.5.5-5
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-cache 
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, 04 May 2020 21:09:36 +0200
Source: php-horde-cache
Binary: php-horde-cache
Architecture: source all
Version: 2.5.5-5
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-cache -
Closes: 959244
Changes:
 php-horde-cache (2.5.5-5) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959244).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 ba7028411bbaae2188cf00b6b972605c85917a79 2038 php-horde-cache_2.5.5-5.dsc
 3c68f45cbf9f0adbf1097fe69368d0c089e7df87 27049 
php-horde-cache_2.5.5.orig.tar.gz
 e8d0e3f834db475231507131c5368290fb1df69a 3272 
php-horde-cache_2.5.5-5.debian.tar.xz
 03b779cf96bdae08465a47281183abdbd4effd37 25156 php-horde-cache_2.5.5-5_all.deb
 02f13ea2873b7efaa215d20ced8da730101f1a6f 6175 
php-horde-cache_2.5.5-5_amd64.buildinfo
Checksums-Sha256:
 48273fc9abc3bcdb9ab9ae397274a4255afca5c97405f7301a3f5d276b4728fe 2038 
php-horde-cache_2.5.5-5.dsc
 aaec10b1979d7ea57494ee1a4f43800d1debc6141915816ed868c1ade2f073b6 27049 
php-horde-cache_2.5.5.orig.tar.gz
 ffb8f43d9856aa7444d2dbf7e3623143f4b2a220f3b498d50c64975977bba439 3272 
php-horde-cache_2.5.5-5.debian.tar.xz
 87b270e879fd7cb8c97483b29b742881d70e30ddb00c656f31fb50d5b7231840 25156 
php-horde-cache_2.5.5-5_all.deb
 f4d5728c76b4b85d664e99e55a2cce7aa1aedfced1531c2b2e236de61025ece4 6175 
php-horde-cache_2.5.5-5_amd64.buildinfo
Files:
 bc70e778904de4747d75005d0cba0ec3 2038 php optional php-horde-cache_2.5.5-5.dsc
 c6e12c3c34f4f6afde9003ca1e96759c 27049 php optional 
php-horde-cache_2.5.5.orig.tar.gz
 5906a52b8b72ef20dc5331b008ff3600 3272 php optional 
php-horde-cache_2.5.5-5.debian.tar.xz
 383aea134905aab4cb2f6a05f4fa2b53 25156 php optional 
php-horde-cache_2.5.5-5_all.deb
 2ea5e0f03ec5a4e7276869cf8d793605 6175 php optional 
php-horde-cache_2.5.5-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgs8VHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxQDQP/0vM+Mr90mCWbYrGCLq2MjKHKWt7
zW2aFt6nNZCskq7gL/iAyMm+LfB4XbUdPiWh+lWW9VBeWMVLKywvsmyE89fdxbb4
1xc+ys6b75pdlPq4MJhIjHcXaYFv3AI3hFBCpIlH9ETC2MSsVqfFEHVfH/RQUcJc
7wLhYSw37psBpPwl7+9vw3W+wJAvSByTVhcBjJVSWRu4paRjD3aOYNjZnCV7xYRu
DzUyoXkFmvGk5wARlmBkS/FDRgH051tJS7S1UYDRdNetDicXQYefsIy9ZuLIuDSS

Bug#959240: marked as done (ITP: php-horde-autoloader -- Horde Autoloader)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:35 +
with message-id 
and subject line Bug#959240: fixed in php-horde-autoloader 2.1.2-7
has caused the Debian Bug report #959240,
regarding ITP: php-horde-autoloader -- Horde Autoloader
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.)


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

 Package name: Horde_Autoloader
 Version : 2.1.2
 Upstream Author : Chuck Hagenbuch , Jan Schneider 

 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Horde Autoloader

 Autoload implementation and class loading manager for Horde.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-autoloader
Source-Version: 2.1.2-7
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-autoloader 
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, 04 May 2020 21:07:13 +0200
Source: php-horde-autoloader
Binary: php-horde-autoloader
Architecture: source all
Version: 2.1.2-7
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-autoloader -
Closes: 959240
Changes:
 php-horde-autoloader (2.1.2-7) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959240).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 46c450632bc4097cebb441b1150aba55babedcf4 2152 php-horde-autoloader_2.1.2-7.dsc
 6993a5efff24e13103ea48ed562bbc9f1a47eb6a 15521 
php-horde-autoloader_2.1.2.orig.tar.gz
 5d1014ede85e85ead3708037077baab45544ed61 3836 
php-horde-autoloader_2.1.2-7.debian.tar.xz
 5644fcb951983f5ad3794b12171479e0ab478a88 12388 
php-horde-autoloader_2.1.2-7_all.deb
 927284ff8f51e5ad7982ae97dfcb733c401c2e00 6225 
php-horde-autoloader_2.1.2-7_amd64.buildinfo
Checksums-Sha256:
 8e3ab0b343c69ca424dc70646012d01e07bc090f561cca36ae8d96c738dba55a 2152 
php-horde-autoloader_2.1.2-7.dsc
 a125e9973d3ed18a269b8b242f23de6ef7246f45b87196004bc8e7e29fa0518a 15521 
php-horde-autoloader_2.1.2.orig.tar.gz
 2735abff82994f939cac43a5b6ffd65f4d416a039dc948cb982c6e14caecad33 3836 
php-horde-autoloader_2.1.2-7.debian.tar.xz
 b4b153fe6a07745fdc6409bb29d934e2cc2eadbf4e04f37e150a42ebeb61c31b 12388 
php-horde-autoloader_2.1.2-7_all.deb
 5e306f694719ea46db804082f1e0ee15a0b0bcfd04086f829cd1262a86fa560d 6225 
php-horde-autoloader_2.1.2-7_amd64.buildinfo
Files:
 1d02e5121971edc25028a54b18e3a410 2152 php optional 
php-horde-autoloader_2.1.2-7.dsc
 822c276abd160b0bb474aff325a78b62 15521 php optional 
php-horde-autoloader_2.1.2.orig.tar.gz
 ba2ee4bc1d40ece1f0cb58d68edbfde3 3836 php optional 
php-horde-autoloader_2.1.2-7.debian.tar.xz
 eee3be0ca8102a78f8761123129afa9d 12388 php optional 
php-horde-autoloader_2.1.2-7_all.deb
 a7a78223fe56dec937ed4c7de16cb4cb 6225 php optional 
php-horde-autoloader_2.1.2-7_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgs0VHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxMhwP/iri4jH/2BYXpxUe1kGJkd+rdMLC
bRaxC0Xptmd93zYp8QUp4cRLS5KdqdPIrB7r9wWXEv5Acexogxont6fIPi5CppIT
YLEpmbGblHUuEbxntZiBGYwr9/jn9Qs0FhqnYo11+aR6aOQYmS3+z5B4NQx/NjEF
oSXfoPhrA+u31uzs34K9fCnCdfFlPBCrFzR8DX3Q0fgNr5KQPAwqD4dwjmlwx6JC
bsJkWqHeTX7H9F83cQjr1WulOCA+WiWELuOMcHyOAKZXIUh26uBNVAki3Y6MqwPK
ub4wekFbACBxfrv9f/Uc+UBDit/ytzqasWd4CN52QnDNxa3x4hQclFypEZneSb6S

Bug#959253: marked as done (ITP: php-horde-data -- Horde Data API)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:40 +
with message-id 
and subject line Bug#959253: fixed in php-horde-data 2.1.4-7
has caused the Debian Bug report #959253,
regarding ITP: php-horde-data -- Horde Data API
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.)


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

 Package name: Horde_Data
 Version : 2.1.4
 Upstream Author : Jan Schneider , Chuck Hagenbuch 

 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Horde Data API

 A data import and export API, with backends for:
* CSV
* TSV
* iCalendar
* vCard
* vNote
* vTodo
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-data
Source-Version: 2.1.4-7
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-data 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, 04 May 2020 21:20:44 +0200
Source: php-horde-data
Binary: php-horde-data
Architecture: source all
Version: 2.1.4-7
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-data -
Closes: 959253
Changes:
 php-horde-data (2.1.4-7) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959253).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 ceb9fae45aa41267647575503cce757c3c512f48 2086 php-horde-data_2.1.4-7.dsc
 12970d9408efa26d6642a102efe6a7b1017a945c 44351 php-horde-data_2.1.4.orig.tar.gz
 d8fd3979a62a8108dd7542283a686c4c08d5bb1c 3216 
php-horde-data_2.1.4-7.debian.tar.xz
 004b2859a4fa94c10df95fcb56ad54250fe17719 42896 php-horde-data_2.1.4-7_all.deb
 2abcdf69312e0405db48d62c2b1e19efcf095d35 6165 
php-horde-data_2.1.4-7_amd64.buildinfo
Checksums-Sha256:
 8363a9faef29bf14e5678320499a6cab4aba2606073d8f92dc21e4a4ef3d8f53 2086 
php-horde-data_2.1.4-7.dsc
 6f64e8382bad1416bc44e011b538b7a31f2614c3ff73dacc48ff1490f7de3c03 44351 
php-horde-data_2.1.4.orig.tar.gz
 64c3b742959f470506bf5a1809da2fc61b9c03e8f039aa4001c1c2ccfa92533d 3216 
php-horde-data_2.1.4-7.debian.tar.xz
 16da5cc38ac2fe8cfcbccb7bdcccfe8d9051c7675e74c06ced51ad8d4e0fda23 42896 
php-horde-data_2.1.4-7_all.deb
 efa67ecfea4255744f9d775a3f85285fda3325a7f0e9dd912a207eed73ede314 6165 
php-horde-data_2.1.4-7_amd64.buildinfo
Files:
 b888eec3cfe6d46d346a8819c322840b 2086 php optional php-horde-data_2.1.4-7.dsc
 a92ecf34355fa5156f91ef6f3da9cab8 44351 php optional 
php-horde-data_2.1.4.orig.tar.gz
 d1154316d8bea201dc518e7833b8e939 3216 php optional 
php-horde-data_2.1.4-7.debian.tar.xz
 6b1da8fba01750cefe3788171902cf26 42896 php optional 
php-horde-data_2.1.4-7_all.deb
 9d12c2312f9efcb35569fe95bdc7de71 6165 php optional 
php-horde-data_2.1.4-7_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgtQVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsx+KkQALBf+CIaILgtclN5ryIqVskZVF+u
GZ8XOV7XtwxMzCWKMKbzMks99nhctiOykGMRFDAJRR6Jq4cYGBPlZdxrNFq4cdKH
ae+yfjhyhIaL4g7s6nngF8UtpfnSUK9K7ibmUWQa/6qhkHHHy/RgIJA2KC2xhXnN
CxAt5nqLFzchBv6BVCP7FHoPpV7cBVKNhGM1beSbJnkFEqqi6hV8uJz1eJall+MV
CwnoTiVxRnHBPNqlNZYtSiIHLsilf3CxtX7gAvzkWb3YJuz+HoDsu1AGuclOKEXn
6pfFStz5FAeAGsu2rQdGkLbyOCnjI3W3DfkbZYwI9lksenlS8EPGWTmBSwcGbX36
L90KUPEooCJRV4z55N/fGYXBnbunxDnS0cM6zqbPL+j6hwheLiTXKSEneUJbb0Hk

Bug#959241: marked as done (ITP: php-horde-alarm -- Horde Alarm Libraries)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:34 +
with message-id 
and subject line Bug#959241: fixed in php-horde-alarm 2.2.10-5
has caused the Debian Bug report #959241,
regarding ITP: php-horde-alarm -- Horde Alarm Libraries
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.)


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

 Package name: Horde_Alarm
 Version : 2.2.10
 Upstream Author : Jan Schneider 
 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Horde Alarm Libraries

 An interface to deal with reminders, alarms and notifications through a 
standardized API. The following notification methods are currently available: 
standard Horde notifications, popups, emails.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-alarm
Source-Version: 2.2.10-5
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-alarm 
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, 04 May 2020 21:04:55 +0200
Source: php-horde-alarm
Binary: php-horde-alarm
Architecture: source all
Version: 2.2.10-5
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-alarm -
Closes: 959241
Changes:
 php-horde-alarm (2.2.10-5) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959241).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 cc22531f2e18c6ca35ee2c569ac1ca6134eac503 2104 php-horde-alarm_2.2.10-5.dsc
 a292be429097d9f92896afbf0b7cd5e232e4cba7 39026 
php-horde-alarm_2.2.10.orig.tar.gz
 4a137a9ed50bc18eb9948ddda81c3faf68c32d33 3692 
php-horde-alarm_2.2.10-5.debian.tar.xz
 68c9aec611c421b0b772f738dffaf52b1a687b27 38732 php-horde-alarm_2.2.10-5_all.deb
 46d5c97f0b7590b4db7ae5eb55955958830086ab 6183 
php-horde-alarm_2.2.10-5_amd64.buildinfo
Checksums-Sha256:
 69f74da42f29d25750f0da835057bdf3591f3e71055a75a808f611ed78c429d4 2104 
php-horde-alarm_2.2.10-5.dsc
 5d429afef8f359a60f0adc4d04fd5050dd91cb18fdf1e9aa74ffdf83e6c7bd81 39026 
php-horde-alarm_2.2.10.orig.tar.gz
 5059f100c22ec095cda7f784a4e7b12118e42afbeaf6b9a91a73f91f5cd3db6b 3692 
php-horde-alarm_2.2.10-5.debian.tar.xz
 d6874727baf576b0895d05f80ce2e879828c1362b1230eece29aaa9be078d7d1 38732 
php-horde-alarm_2.2.10-5_all.deb
 9d109e8645b0ea381bd1577c3d330baf93a896c8c7c68183308991a636eea78d 6183 
php-horde-alarm_2.2.10-5_amd64.buildinfo
Files:
 82b97ebb42476ccf05d44dba52478f26 2104 php optional php-horde-alarm_2.2.10-5.dsc
 2c1635ca6a1163b8ce455b088cdecd4f 39026 php optional 
php-horde-alarm_2.2.10.orig.tar.gz
 41dfe1f9b2867a3672eeba8a5ed0a89c 3692 php optional 
php-horde-alarm_2.2.10-5.debian.tar.xz
 431fb0ed5b4bebd52dfee39089d5d66a 38732 php optional 
php-horde-alarm_2.2.10-5_all.deb
 b812be77ddf28c05b23ab0a35f157c40 6183 php optional 
php-horde-alarm_2.2.10-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgsoVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxfukQAKo/vdu1JEOtaPLSC84LOCXx1gCv
gYp2zDDO9cn3PWMPbaL4R9JbWvITXr+bXhPJ7VK91hwMR+XwYob9LmIy/Pi4BdWV
nHvDdGf9cK39iKOiTO8FwMqcE116K8wXnCzT5ZujQ3wfKXjQ4xQGGHaZSo7PhMdc
baldQ+GpTq8/u6qhWGH4v0cxHI7ua5D4lIfehA8Iw+OaME1fkBCBzt0r95Ht5a7L
1YchPWf54g1JXSeDlwjJIZP5/bZhDFeevgBQDVb0cc12gRxWXV0rPWMBYGrmBgAQ

Bug#959249: marked as done (ITP: php-horde-controller -- Controller library)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:38 +
with message-id 
and subject line Bug#959249: fixed in php-horde-controller 2.0.5-3
has caused the Debian Bug report #959249,
regarding ITP: php-horde-controller -- Controller library
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.)


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

 Package name: Horde_Controller
 Version : 2.0.5
 Upstream Author : Mike Naberezny , Chuck Hagenbuch 

 URL : http://horde.org/
 License : BSD-2-Clause
 Programming Lang: PHP
 Description : Controller library

 The controller part of an MVC system for Horde.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-controller
Source-Version: 2.0.5-3
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-controller 
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, 04 May 2020 21:16:01 +0200
Source: php-horde-controller
Binary: php-horde-controller
Architecture: source all
Version: 2.0.5-3
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-controller -
Closes: 959249
Changes:
 php-horde-controller (2.0.5-3) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959249).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 715e0142b0078bc783680734a750355b254a0d2a 2152 php-horde-controller_2.0.5-3.dsc
 d3852588718eed91bb46967029af991e4ac19d81 11127 
php-horde-controller_2.0.5.orig.tar.gz
 41b05fe1185c4b0dc29bc15d0cc71a6ecda058a4 3780 
php-horde-controller_2.0.5-3.debian.tar.xz
 716944017bf7813ccd467ac83e59598a2ed19243 17636 
php-horde-controller_2.0.5-3_all.deb
 92fef0f809a1f85aa5ec66acac0e5d445a43a4fe 6225 
php-horde-controller_2.0.5-3_amd64.buildinfo
Checksums-Sha256:
 b39d66f20e843f4a8df3426a3524cae01db62ad666f22330fc5d0e8b59731daf 2152 
php-horde-controller_2.0.5-3.dsc
 b5e5e49dcf75d386bcb738afe8d122140c708d89f9db55347cbd799f4c7ee623 11127 
php-horde-controller_2.0.5.orig.tar.gz
 460f401e83450f4358cac49415fa8084f0d3ce60b192b5504a657bfebf998b44 3780 
php-horde-controller_2.0.5-3.debian.tar.xz
 877cd0eb90c74fed9e9f89b907d9a999a3ab459784f9d5ed29049c8636edb3d9 17636 
php-horde-controller_2.0.5-3_all.deb
 24ab2daa2d0fd47c29e4d71927d3d529ce9a8453b2fd2edcce2203ad658eea1c 6225 
php-horde-controller_2.0.5-3_amd64.buildinfo
Files:
 a6a017de7df38d09afb5883ff424855b 2152 php optional 
php-horde-controller_2.0.5-3.dsc
 cf0fb5fd30fc30b54c0959643659f522 11127 php optional 
php-horde-controller_2.0.5.orig.tar.gz
 c96f309a0e424138b8e98dc4b6f77dff 3780 php optional 
php-horde-controller_2.0.5-3.debian.tar.xz
 852612a13484a08bed59c0cb434c159c 17636 php optional 
php-horde-controller_2.0.5-3_all.deb
 faebd72f1fa1cdd8ab001b39bd6a64ae 6225 php optional 
php-horde-controller_2.0.5-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgtIVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxitQP/Rs03BeVrlOjKu6yuMB60VLtrF8h
fMEl6iklyiT3Hnvm6fs2d+NZHBrgFWNKlst7rR7SAgI/lETvUzbFs6QT60Xp+7DJ
fqU0KBDiUxvoBj+M0ALD/qQeT8+gUBB2prkx9G57KTwQQXdcw49WerqM2xr8ALHQ
7Dp/z6CuV/75gxtw0CcKzSL+4FCuka0F9X0lLahqnTMDNvizzzEU6F52mWuP5dkm
T764PnP8XbVL8jHzytBeSH4tXVttV9bmyR4ILCDyqHNoBzacyFQVUVdG9TewNj1a
6OLfgTDmUvuDZIs1/Nx7XwAnaQo8O/2qG+7MRUI1AKKkJi3dqxVFtsrQ2RrMO0jD

Bug#959242: marked as done (ITP: php-horde-browser -- Browser detection library)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:36 +
with message-id 
and subject line Bug#959242: fixed in php-horde-browser 2.0.16-2
has caused the Debian Bug report #959242,
regarding ITP: php-horde-browser -- Browser detection library
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.)


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

 Package name: Horde_Browser
 Version : 2.0.16
 Upstream Author : Chuck Hagenbuch , Michael Slusarz 

 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Browser detection library

 The Horde_Browser class provides an API for getting information about the 
current user's browser and its capabilities.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-browser
Source-Version: 2.0.16-2
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-browser 
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, 04 May 2020 21:08:31 +0200
Source: php-horde-browser
Binary: php-horde-browser
Architecture: source all
Version: 2.0.16-2
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-browser -
Closes: 959242
Changes:
 php-horde-browser (2.0.16-2) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959242).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 17bd469660ee5c52683407abfabfd251772666a8 2059 php-horde-browser_2.0.16-2.dsc
 81b561b7051927f7d8eec5a188ecdc61bcc11cc2 38533 
php-horde-browser_2.0.16.orig.tar.gz
 63adaeb160ddf042e4c0702c7ca3b6ab5422ccd8 3004 
php-horde-browser_2.0.16-2.debian.tar.xz
 6b8ae402fac72e302111d0d385c764df2944d8a2 40024 
php-horde-browser_2.0.16-2_all.deb
 4078ccd06378348b7d63268f9dd69e88a72c1155 6203 
php-horde-browser_2.0.16-2_amd64.buildinfo
Checksums-Sha256:
 6c2a986e009d18e7c4cd354bb4f2f87ddb18faa8f90f0667b955a4caeb16ff18 2059 
php-horde-browser_2.0.16-2.dsc
 76a4cba48ec08734c38e9c3624341c484a972ad74af20b7f11184032139ab7e8 38533 
php-horde-browser_2.0.16.orig.tar.gz
 67bfd981917e7bf138fe51b78ddf80ba0388e1f1e87c83543a6028c2cbaa24f0 3004 
php-horde-browser_2.0.16-2.debian.tar.xz
 3a53bac259f628dfed1267c13bccecd3e692746e6a12f27bb68cab2958a8c4da 40024 
php-horde-browser_2.0.16-2_all.deb
 9cfbb1fa97b18ade0e27ed0dc0d1602607bf6f5d07ff1adf516ca5eae8fdc5bd 6203 
php-horde-browser_2.0.16-2_amd64.buildinfo
Files:
 f6bcef065209903f1265455d04d95829 2059 php optional 
php-horde-browser_2.0.16-2.dsc
 e4e8353dde2a543416204d12af107e6a 38533 php optional 
php-horde-browser_2.0.16.orig.tar.gz
 5528db94096af26cd89acac972fb80cc 3004 php optional 
php-horde-browser_2.0.16-2.debian.tar.xz
 22b16dbfb1168f9da949b920a2646126 40024 php optional 
php-horde-browser_2.0.16-2_all.deb
 efd617d0350646f9c8b8e138f5991233 6203 php optional 
php-horde-browser_2.0.16-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgs4VHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxEC0QAKPvxMzPhimXd24H8tzbMGYX3uMw
lzvAiWWmfJGR0Oh1YjyxFriynCvOmuIEU/bVGOPpNsFBn0k3230dwq3h2Cxu/a3C
Fxcl8uKLSLQbx2oPzbyTe9XceqoX6dTYfevw69uyYDb3/3ggd5ZI4C3K4bRUINBj
Z0DDnn7HnT1O3ihsV6Q2PYWKdObFanPuuumpG7x1HCmp858cTvyvHWD+V2qwbQmn
Fcc0SIXCckSD3j3t3chrH0PCWiqhRRsKeYLfqPb73uqwAaH0VqFWkfcI6WCA0eXq

Bug#959246: marked as done (ITP: php-horde-compress -- Compression library)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:37 +
with message-id 
and subject line Bug#959246: fixed in php-horde-compress 2.2.2-2
has caused the Debian Bug report #959246,
regarding ITP: php-horde-compress -- Compression library
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.)


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

 Package name: Horde_Compress
 Version : 2.2.2
 Upstream Author : Jan Schneider , Chuck Hagenbuch 
, Michael Slusarz , Michael J Rubinsky 

 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Compression library

 An API for various compression techniques.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-compress
Source-Version: 2.2.2-2
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-compress 
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, 04 May 2020 21:11:19 +0200
Source: php-horde-compress
Binary: php-horde-compress
Architecture: source all
Version: 2.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-compress -
Closes: 959246
Changes:
 php-horde-compress (2.2.2-2) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959246).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * Trim trailing whitespace.
   * Use secure URI in Homepage field.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 b9d392571eb3488100f11ddb5e0f4af2bd6d6378 2137 php-horde-compress_2.2.2-2.dsc
 a09ea35b3d263d58865da7f17fc50218c53014ec 2199440 
php-horde-compress_2.2.2.orig.tar.gz
 75305ee84df59826ed44c0e4b976f2b181a471f6 3500 
php-horde-compress_2.2.2-2.debian.tar.xz
 10886b959ed92d8e50e5ef2b79e05946cf14c348 57468 
php-horde-compress_2.2.2-2_all.deb
 14f2d5bc9f77cd8b1c64c617a1a81bbebb227a1e 6205 
php-horde-compress_2.2.2-2_amd64.buildinfo
Checksums-Sha256:
 62e16dbb82a39a86aa70f8770c72b905fda9a3b2a8d264dc19988c6729335d6d 2137 
php-horde-compress_2.2.2-2.dsc
 edbe014a0b1f6e2a5e68f818e6589ce5f8ec601ee3c52917aa35e82ec693d033 2199440 
php-horde-compress_2.2.2.orig.tar.gz
 ed179e11a58fc8cbf3c20446adc596c3e570f7697b7a5f3dd07cfe4226226f81 3500 
php-horde-compress_2.2.2-2.debian.tar.xz
 f43ef2ad7e497859ecc4da574543e5acebab42802d5c0f11b4b4bb58eea16493 57468 
php-horde-compress_2.2.2-2_all.deb
 b6cdc5a2c1da1c1dfe59843817de482a6299efc20be2ff6d9b6188a6975912cb 6205 
php-horde-compress_2.2.2-2_amd64.buildinfo
Files:
 ba67323b31d2389c31b8a866a0f300e2 2137 php optional 
php-horde-compress_2.2.2-2.dsc
 4d4f73f29198b9f2a073d5613d7cbba4 2199440 php optional 
php-horde-compress_2.2.2.orig.tar.gz
 b9191d455ea1770448e7006daae6f739 3500 php optional 
php-horde-compress_2.2.2-2.debian.tar.xz
 c9155ee52ecb5dabff7fd6293b0d3ec0 57468 php optional 
php-horde-compress_2.2.2-2_all.deb
 5fdc22ae4023ecabe732385db87c434f 6205 php optional 
php-horde-compress_2.2.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgtAVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsx0foP/36w2VXaLy+44DsYE7ZlxKS6K5Op
fgB8igbnunCLpvobFBnL2Y4nl5CmCWALHLqBiLUAY8OpSu9FHmAiZzLcVSFV59q4
mDfLHX0fwZRX7HniBsH41eJhCWe8fH4aHEDdQ25tyeHLA5DUGixD+TxdIY25dDQd
KA9/v0+6jat9bkocvGNcbavzU3VqdSg1ucmoYWBbqBkKU6SN/Iwn6DtT3e7ptHUj
nOo3mei5NSNU7Bel6qodIPt9pan/PjdsdS/VJ+YcG3m8MJkSDS9IB7GKYSjvv2cj

Bug#959243: marked as done (ITP: php-horde-auth -- Horde Authentication API)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:35 +
with message-id 
and subject line Bug#959243: fixed in php-horde-auth 2.2.2-5
has caused the Debian Bug report #959243,
regarding ITP: php-horde-auth -- Horde Authentication API
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.)


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

 Package name: Horde_Auth
 Version : 2.2.2
 Upstream Author : Chuck Hagenbuch , Jan Schneider 
, Michael Slusarz 
 URL : http://horde.org/
 License : LGPL-2.1
 Programming Lang: PHP
 Description : Horde Authentication API

 The Horde_Auth package provides a common interface into the various backends 
for the Horde authentication system.
 .
 Unfortunately, this package has recently been removed from Debian
 unstable.
 .
 I am planning to re-upload this package and pick up maintenance of Horde
 in Debian..
--- End Message ---
--- Begin Message ---
Source: php-horde-auth
Source-Version: 2.2.2-5
Done: Mike Gabriel 

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated php-horde-auth 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, 04 May 2020 21:06:24 +0200
Source: php-horde-auth
Binary: php-horde-auth
Architecture: source all
Version: 2.2.2-5
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers 
Changed-By: Mike Gabriel 
Description:
 php-horde-auth -
Closes: 959243
Changes:
 php-horde-auth (2.2.2-5) unstable; urgency=medium
 .
   * Re-upload to Debian. (Closes: #959243).
 .
   * d/control: Add to Uploaders: Mike Gabriel.
   * d/control: Drop from Uploaders: Debian QA Group.
   * d/control: Bump Standards-Version: to 4.5.0. No changes needed.
   * d/control: Add Rules-Requires-Root: field and set it to 'no'.
   * d/copyright: Update copyright attributions.
   * d/upstream/metadata: Add file. Comply with DEP-12.
Checksums-Sha1:
 d199bb1403d633d94b0a5d09ba2f92cc3f55a81d 2086 php-horde-auth_2.2.2-5.dsc
 72a36c68d13ca628617d3ff00b5de373d82cd60f 60174 php-horde-auth_2.2.2.orig.tar.gz
 251b09ef91da886636d5d499f1f29addd1bb53a4 3628 
php-horde-auth_2.2.2-5.debian.tar.xz
 3abeb0516836855a9e6a5e6d6cbb6317aa31b816 58428 php-horde-auth_2.2.2-5_all.deb
 5204fb77566bcb1da45779ef9211e7a2ce9d53b9 6165 
php-horde-auth_2.2.2-5_amd64.buildinfo
Checksums-Sha256:
 eac844e8d832b200ffa3b6af8a274c25bffbf3bd1561e1a84638919789344d35 2086 
php-horde-auth_2.2.2-5.dsc
 e0a610591558d949c0247e5168b482154aaef6a566daf29f80506f9d1421d9ae 60174 
php-horde-auth_2.2.2.orig.tar.gz
 67c2ac54cf9c9005427161191c5fa157174195ab6c5a24057395d91b05f40ad4 3628 
php-horde-auth_2.2.2-5.debian.tar.xz
 684d2c8f82eec468164358a1a37057cddec1b2ca02be77de1613be9cdfcdd385 58428 
php-horde-auth_2.2.2-5_all.deb
 b796ff0eb85b4d1f8f6f291097438b785edfe341e8651fbac7783060c5945daa 6165 
php-horde-auth_2.2.2-5_amd64.buildinfo
Files:
 7b5f90a0b1c73072334d5bd14618e2e5 2086 php optional php-horde-auth_2.2.2-5.dsc
 2cb7d72414427134d383ccd293c28d6e 60174 php optional 
php-horde-auth_2.2.2.orig.tar.gz
 317dab55a95792ee41f1b6e8741dfc61 3628 php optional 
php-horde-auth_2.2.2-5.debian.tar.xz
 4b72cd2b1806c65263b53572d7dbf45f 58428 php optional 
php-horde-auth_2.2.2-5_all.deb
 90dea3f9998fbca0e43bee243c5b59ae 6165 php optional 
php-horde-auth_2.2.2-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl6wgv4VHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxJQUP/2kAhKwgsJCr0FjmWy15YmHIaL4o
IU35f40mxKXpfLegTa+eWktspScSBqDB36opb6qB7Aq23X39r+JjlUn6MY0Edqmc
vHFIi5zySbr2erI7KlgmVhQ2MeddjCtlip2gkZzucy0ChXsXGGd0KqIx/kXbxa1Q
ypHtvb8oVB+qAMiyYwZv/UW32C3P+O28u5RhrrZm9zcM7kCFp8rbxGleYykXpGrX
NyMVKNa9T/uKriMLTrpFQTiWB5UQk28ZZNmsLESWDyRf0X8vxQ1yYUr83cBgjQta
zBHO69fUhznhoBylZvOJjv2kou7tNp36lk2Z6vYiKBe2cAEz8/sKxr9XxuUHlFWx
efMt5K/fpmtfpdR/O4952OekVkws6xY6UMIUrFjUxlfiPCXt3BLlT0C/d0PoIClm

Bug#920069: marked as done (ITA: afio -- archive file manipulation program)

2020-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2020 10:00:09 +
with message-id 
and subject line Bug#920069: fixed in afio 2.5.2-1
has caused the Debian Bug report #920069,
regarding ITA: afio -- archive file manipulation program
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.)


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

The current maintainer of afio, Jari Aalto ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: afio
Binary: afio
Version: 2.5.1.20160103+gitc8e4317-1
Maintainer: Jari Aalto 
Build-Depends: debhelper (>= 9)
Architecture: any
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 43dbf855f18c0bf29b5efe6ac46257b1 1920 afio_2.5.1.20160103+gitc8e4317-1.dsc
 e12abfa04a9f95c709a106837587f2ac 191020 
afio_2.5.1.20160103+gitc8e4317.orig.tar.gz
 7aa94ecd191fcf6208b993495a1bebba 9692 
afio_2.5.1.20160103+gitc8e4317-1.debian.tar.xz
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/afio.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/afio.git
Checksums-Sha256:
 889f3c819a72ea82124dccb1e42cf338fb6a58793a07962ffae14fad1339b9fc 1920 
afio_2.5.1.20160103+gitc8e4317-1.dsc
 52381f7d38b24fbb12b50b32060a5e556f652f9a2fd4bd6215e8248b3dc578ba 191020 
afio_2.5.1.20160103+gitc8e4317.orig.tar.gz
 a3534da9fa17326ee84d57241c84cd89f5c894ce107d207ae4bc48ac9924d936 9692 
afio_2.5.1.20160103+gitc8e4317-1.debian.tar.xz
Homepage: https://github.com/kholtman/afio
Package-List: 
 afio deb non-free/utils optional arch=any
Directory: pool/non-free/a/afio
Priority: source
Section: non-free/utils

Package: afio
Version: 2.5.1.20160103+gitc8e4317-1
Installed-Size: 161
Maintainer: Jari Aalto 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: archive file manipulation program
 Afio manipulates groups of files, copying them within or between
 filesystems and an afio archive.
 .
 Afio archives are portable as they contain only ASCII-formatted header
 information. Afio makes cpio-format archives.  Afio deals somewhat
 gracefully with input data corruption.  Afio supports multi-volume
 archives during interactive operation.  Afio can make compressed
 archives that are much safer than compressed tar or cpio archives.
 .
 Afio is best used as an `archive engine' in a backup script.
Description-md5: ca88467cccd23b8f150ff01185566a6c
Homepage: https://github.com/kholtman/afio
Tag: admin::backup, interface::commandline, role::program, scope::utility,
 use::compressing, use::storing, works-with::archive
Section: non-free/utils
Priority: optional
Filename: pool/non-free/a/afio/afio_2.5.1.20160103+gitc8e4317-1_amd64.deb
Size: 78808
MD5sum: a5c471fcf93a2d88a8c01c49539ab066
SHA256: b99cc33b54fb45f7ff7ec2b45eb7400a8f63d541f598c3ceed187884f14a612e
--- End Message ---
--- Begin Message ---
Source: afio
Source-Version: 2.5.2-1
Done: xiao sheng wen 

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

Debian distribution maintenance software
pp.
xiao sheng wen  (supplier of updated afio 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: Thu, 07 May 2020 19:17:31 +0800
Source: afio
Binary: afio
Architecture: source amd64
Version: 2.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: xiao sheng wen 
Changed-By: xiao sheng wen 
Description:
 afio   - archive file manipulation program
Closes: 920069
Changes:
 afio (2.5.2-1) unstable; urgency=medium
 .
   [ 肖盛文 ]
   * New upstream version 2.5.2
   * add debian/gbp.conf
   * update patch files for new upstream 2.5.2
   * Set upstream metadata fields: Repository Repository-Browse
 .
 afio (2.5.1.20160103+gitc8e4317-3) unstable; urgency=medium
 .
   [ 

Bug#960228: ITP: calls -- A phone dialer and call handler

2020-05-11 Thread Paul Wise
On Sun, May 10, 2020 at 8:15 PM Evangelos Ribeiro Tzaras wrote:

> * Package name: calls

This name is far too generic, I suggest choosing something more specific.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise