Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2016-01-02 Thread Jose M Calhariz
On Mon, Dec 21, 2015 at 12:03:20PM +, Dominic Hargreaves wrote:
> On Sun, Dec 20, 2015 at 07:43:40PM +0100, gregor herrmann wrote:
> > Control: tag -1 + pending
> > 
> > On Thu, 17 Dec 2015 10:28:58 +, Dominic Hargreaves wrote:
> > 
> > > The perl 5.22 transition just started (see
> > > https://lists.debian.org/debian-devel-announce/2015/12/msg5.html)
> > > and we seem to have missed that this package depends on the deprecated
> > > virtual package "perl5" like some other packages did.
> > 
> > Looks like the maintainer has a fix ready and is looking for a
> > sponsor:
> > 
> > http://blog.calhariz.com/post/2015/12/20/Preview-of-amanda-3.3.7p1-1
> 
> Hi Jose,
> 
> In terms of an immediate uninstallability, would you be happy to have
> an NMU with just the perl5 fix, until the new package can be reviewed and
> sponsored? I'd be happy to do the former.

Are you still available to review a new version of amanda?  I have
acknowledge the NMU work and publish the last changes in collab-maint.

> 
> Apologies again for the late notice of this breakage.
> 
> Thanks,
> Dominic.
> 
>

Kind regards
Jose M Calhariz

-- 
--
A utopia e o derradeiro reduto dos que não desesperaram da
liberdade.
-- Tristao de Ataide Alceu Amoroso Lima


signature.asc
Description: Digital signature


Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2016-01-02 Thread Dominic Hargreaves
On Sat, Jan 02, 2016 at 09:56:53PM +, Jose M Calhariz wrote:
> On Mon, Dec 21, 2015 at 12:03:20PM +, Dominic Hargreaves wrote:
> > On Sun, Dec 20, 2015 at 07:43:40PM +0100, gregor herrmann wrote:
> > > Control: tag -1 + pending
> > > 
> > > On Thu, 17 Dec 2015 10:28:58 +, Dominic Hargreaves wrote:
> > > 
> > > > The perl 5.22 transition just started (see
> > > > https://lists.debian.org/debian-devel-announce/2015/12/msg5.html)
> > > > and we seem to have missed that this package depends on the deprecated
> > > > virtual package "perl5" like some other packages did.
> > > 
> > > Looks like the maintainer has a fix ready and is looking for a
> > > sponsor:
> > > 
> > > http://blog.calhariz.com/post/2015/12/20/Preview-of-amanda-3.3.7p1-1
> > 
> > Hi Jose,
> > 
> > In terms of an immediate uninstallability, would you be happy to have
> > an NMU with just the perl5 fix, until the new package can be reviewed and
> > sponsored? I'd be happy to do the former.
> 
> Are you still available to review a new version of amanda?  I have
> acknowledge the NMU work and publish the last changes in collab-maint.

Hi Jose,

I'm afraid not - my interest in amanda was simply to make good the
late breakage caused by the perl transition (thanks to gregor for doing
that), and I won't have a chance to review the new release any time soon.

Best wishes,
Dominic.



Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2015-12-28 Thread gregor herrmann
On Mon, 28 Dec 2015 20:37:13 +, Jose M Calhariz wrote:

> > > In terms of an immediate uninstallability, would you be happy to have
> > > an NMU with just the perl5 fix, until the new package can be reviewed and
> > > sponsored? I'd be happy to do the former.
> That is very good.  Please do a NMU, and I will prepare a new release
> after the NMU.  Better if you sponsor the new release.

Thanks.
NMU uploaded with the attached diff.
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Rigmor Gustafsson: The Moon Is A Harsh Mistress
diff -Nru amanda-3.3.6/debian/changelog amanda-3.3.6/debian/changelog
--- amanda-3.3.6/debian/changelog	2014-12-08 10:21:22.0 +0100
+++ amanda-3.3.6/debian/changelog	2015-12-29 02:11:35.0 +0100
@@ -1,3 +1,13 @@
+amanda (1:3.3.6-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload with maintainer's permission.
+  * Fix "Depends on virtual package "perl5" which will is gone with
+perl/5.22":
+debian/control: drop "perl5" / replace it with "perl" in Depends/Suggests.
+(Closes: #808209)
+
+ -- gregor herrmann   Tue, 29 Dec 2015 02:11:15 +0100
+
 amanda (1:3.3.6-4) unstable; urgency=medium
 
   * fix amreport with perl 5.20 (Closes: 760846).
diff -Nru amanda-3.3.6/debian/control amanda-3.3.6/debian/control
--- amanda-3.3.6/debian/control	2014-12-08 10:21:22.0 +0100
+++ amanda-3.3.6/debian/control	2015-12-29 02:02:14.0 +0100
@@ -33,7 +33,6 @@
  bsd-mailx | mailx,
  debconf | debconf-2.0,
  openbsd-inetd | inet-superserver,
- perl5,
  tar (>=1.12),
  update-inetd,
  ${misc:Depends},
@@ -56,7 +55,7 @@
 Suggests: amanda-client (= ${binary:Version}),
   cpio | mt-st,
   gnuplot,
-  perl5
+  perl
 Conflicts: amanda,
amanda-common (<< 1:2.5.2p1-3)
 Replaces: amanda-common (<< 1:2.5.2p1-3)


signature.asc
Description: Digital Signature


Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2015-12-28 Thread Jose M Calhariz
On Tue, Dec 22, 2015 at 07:59:57PM +0100, gregor herrmann wrote:
> On Mon, 21 Dec 2015 12:03:20 +, Dominic Hargreaves wrote:
> 
> > > > The perl 5.22 transition just started (see
> > > > https://lists.debian.org/debian-devel-announce/2015/12/msg5.html)
> > > > and we seem to have missed that this package depends on the deprecated
> > > > virtual package "perl5" like some other packages did.
> > > 
> > > Looks like the maintainer has a fix ready and is looking for a
> > > sponsor:
> > > 
> > > http://blog.calhariz.com/post/2015/12/20/Preview-of-amanda-3.3.7p1-1
> > 
> > In terms of an immediate uninstallability, would you be happy to have
> > an NMU with just the perl5 fix, until the new package can be reviewed and
> > sponsored? I'd be happy to do the former.

That is very good.  Please do a NMU, and I will prepare a new release
after the NMU.  Better if you sponsor the new release.


> 
> Jose, could you please tell us about the status and your plans here?
> 
> 
> Cheers,
> gregor, this time with an explicit cc 
> 

Kind regards
Jose M Calhariz

-- 
--
Toda sociedade tem os adolescentes que merece.
-- J. B. Priestley


signature.asc
Description: Digital signature


Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2015-12-22 Thread gregor herrmann
On Mon, 21 Dec 2015 12:03:20 +, Dominic Hargreaves wrote:

> > > The perl 5.22 transition just started (see
> > > https://lists.debian.org/debian-devel-announce/2015/12/msg5.html)
> > > and we seem to have missed that this package depends on the deprecated
> > > virtual package "perl5" like some other packages did.
> > 
> > Looks like the maintainer has a fix ready and is looking for a
> > sponsor:
> > 
> > http://blog.calhariz.com/post/2015/12/20/Preview-of-amanda-3.3.7p1-1
> 
> In terms of an immediate uninstallability, would you be happy to have
> an NMU with just the perl5 fix, until the new package can be reviewed and
> sponsored? I'd be happy to do the former.

Jose, could you please tell us about the status and your plans here?


Cheers,
gregor, this time with an explicit cc 

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Schmetterlinge: Fragelied 1


signature.asc
Description: Digital Signature


Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2015-12-21 Thread Dominic Hargreaves
On Sun, Dec 20, 2015 at 07:43:40PM +0100, gregor herrmann wrote:
> Control: tag -1 + pending
> 
> On Thu, 17 Dec 2015 10:28:58 +, Dominic Hargreaves wrote:
> 
> > The perl 5.22 transition just started (see
> > https://lists.debian.org/debian-devel-announce/2015/12/msg5.html)
> > and we seem to have missed that this package depends on the deprecated
> > virtual package "perl5" like some other packages did.
> 
> Looks like the maintainer has a fix ready and is looking for a
> sponsor:
> 
> http://blog.calhariz.com/post/2015/12/20/Preview-of-amanda-3.3.7p1-1

Hi Jose,

In terms of an immediate uninstallability, would you be happy to have
an NMU with just the perl5 fix, until the new package can be reviewed and
sponsored? I'd be happy to do the former.

Apologies again for the late notice of this breakage.

Thanks,
Dominic.



Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2015-12-20 Thread gregor herrmann
Control: tag -1 + pending

On Thu, 17 Dec 2015 10:28:58 +, Dominic Hargreaves wrote:

> The perl 5.22 transition just started (see
> https://lists.debian.org/debian-devel-announce/2015/12/msg5.html)
> and we seem to have missed that this package depends on the deprecated
> virtual package "perl5" like some other packages did.

Looks like the maintainer has a fix ready and is looking for a
sponsor:

http://blog.calhariz.com/post/2015/12/20/Preview-of-amanda-3.3.7p1-1


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Rolling Stones: Driftaway


signature.asc
Description: Digital Signature


Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone, with perl/5.22

2015-12-18 Thread Johannes Black

Package: amanda-server
Version: unmet dependencies
Followup-For: Bug #808209

root@chronos:/var/backups# apt-get install amanda-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 amanda-server : Depends: amanda-common (= 1:3.3.6-4+b2) but it is not
going to be installed
E: Unable to correct problems, you have held broken packages.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages amanda-server depends on:
pn  amanda-common  
ii  bsd-mailx [mailx]  8.1.2-0.20150408cvs-1
ii  libc6  2.21-4
ii  libcurl3   7.45.0-1+b1
ii  libglib2.0-0   2.46.2-1
ii  libssl1.0.01.0.2d-1

amanda-server recommends no packages.

Versions of packages amanda-server suggests:
pn  amanda-client  
ii  cpio   2.11+dfsg-4.1
ii  gnuplot4.6.6-3
pn  perl5  



Bug#808209: amanda-common: Depends on virtual package "perl5" which will is gone with perl/5.22

2015-12-17 Thread Dominic Hargreaves
Package: amanda-common
Version: 1:3.3.6-4
Severity: serious
Justification: package uninstallable
Control: tags -1 + patch sid

The perl 5.22 transition just started (see
https://lists.debian.org/debian-devel-announce/2015/12/msg5.html)
and we seem to have missed that this package depends on the deprecated
virtual package "perl5" like some other packages did.

The perl 5.22 packages don't provide perl5, making this package
uninstallable.

I'm sorry that we overlooked this prior to the unstable upload. Please
find attached a patch fixing this.
>From ca8939041f868c9e094dccff70b4b59a0ebd7c0d Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves 
Date: Thu, 17 Dec 2015 10:26:31 +
Subject: [PATCH] Fix outdated dependency on perl5

---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 80ebf15..dc8e0e0 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,6 @@ Depends: adduser,
  bsd-mailx | mailx,
  debconf | debconf-2.0,
  openbsd-inetd | inet-superserver,
- perl5,
  tar (>=1.12),
  update-inetd,
  ${misc:Depends},
@@ -57,7 +56,7 @@ Depends: amanda-common (= ${binary:Version}),
 Suggests: amanda-client (= ${binary:Version}),
   cpio | mt-st,
   gnuplot,
-  perl5,
+  perl,
 Conflicts: amanda,
amanda-common (<< 1:2.5.2p1-3),
 Replaces: amanda-common (<< 1:2.5.2p1-3),
-- 
2.1.4