Re: cyrus 2.4 new build deps

2011-03-31 Thread Thomas Cataldo
On Thu, Mar 31, 2011 at 2:09 AM, Henrique de Moraes Holschuh h...@debian.org
 wrote:

 On Wed, 30 Mar 2011, Thomas Cataldo wrote:
  -  libtool (= 2.2~),
  +  libtool (= 2.2),

 ~ sorts earlier than null, so this part of your change request doesn't
 make any sense, and must not be done.


Not really sure what range of versions it can match when used here.
Obviously mine (Version: 2.2.6b-2ubuntu1) is not fine.
___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel

Re: cyrus 2.4 new build deps

2011-03-31 Thread Thomas Cataldo
On Thu, Mar 31, 2011 at 8:22 AM, Thomas Cataldo tcata...@gmail.com wrote:



 On Thu, Mar 31, 2011 at 2:09 AM, Henrique de Moraes Holschuh 
 h...@debian.org wrote:

 On Wed, 30 Mar 2011, Thomas Cataldo wrote:
  -  libtool (= 2.2~),
  +  libtool (= 2.2),

 ~ sorts earlier than null, so this part of your change request doesn't
 make any sense, and must not be done.


 Not really sure what range of versions it can match when used here.
 Obviously mine (Version: 2.2.6b-2ubuntu1) is not fine.



Forget about that... version is fine.
___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel

Re: cyrus 2.4 new build deps

2011-03-31 Thread Henrique de Moraes Holschuh
On Thu, 31 Mar 2011, Thomas Cataldo wrote:
 On Thu, Mar 31, 2011 at 2:09 AM, Henrique de Moraes Holschuh h...@debian.org
  wrote:
 
  On Wed, 30 Mar 2011, Thomas Cataldo wrote:
   -  libtool (= 2.2~),
   +  libtool (= 2.2),
 
  ~ sorts earlier than null, so this part of your change request doesn't
  make any sense, and must not be done.
 
 
 Not really sure what range of versions it can match when used here.
 Obviously mine (Version: 2.2.6b-2ubuntu1) is not fine.

Whatever you're using is broken.

$ dpkg --compare-versions '2.2.6b-2ubuntu1' ge '2.2~' ; echo $?
0

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh

___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel


Re: cyrus 2.4 new build deps

2011-03-30 Thread Anthony Prades

On 03/30/2011 11:27 PM, Thomas Cataldo wrote:

Hi,

Could you do this :

diff --git a/debian/control b/debian/control
index ba3bf45..3f6ce92 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,11 @@ Build-Depends: autoconf,
libdb-dev (= 4.8) | libdb4.8-dev,
libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
libpam0g-dev,
-  libextutils-parsexs-perl (= 2.220600-1),
+  libextutils-parsexs-perl (= 2.22),
libsasl2-dev (= 2.1.9),
libsnmp-dev,
libssl-dev,
-  libtool (= 2.2~),
+  libtool (= 2.2),
libwrap0-dev,
libzephyr-dev,
perl (= 5.6.0-16~),

So that cyrus-2.4 packages keep on being buildable on ubuntu 10.04 ?

I don't think you need precisely those versions.


Hi,

For libextutils-parsexs-perl version in squeeze and unstable is more up to 
date than that into Ubuntu 10.04 (2.220200).


Anthony



Regards,
Tom.



___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel



___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel


Re: cyrus 2.4 new build deps

2011-03-30 Thread Thomas Cataldo
On Thu, Mar 31, 2011 at 12:16 AM, Anthony Prades
toony.deb...@chezouam.netwrote:

 On 03/30/2011 11:27 PM, Thomas Cataldo wrote:

 Hi,

 Could you do this :

 diff --git a/debian/control b/debian/control
 index ba3bf45..3f6ce92 100644
 --- a/debian/control
 +++ b/debian/control
 @@ -22,11 +22,11 @@ Build-Depends: autoconf,
libdb-dev (= 4.8) | libdb4.8-dev,
libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
libpam0g-dev,
 -  libextutils-parsexs-perl (= 2.220600-1),
 +  libextutils-parsexs-perl (= 2.22),
libsasl2-dev (= 2.1.9),
libsnmp-dev,
libssl-dev,
 -  libtool (= 2.2~),
 +  libtool (= 2.2),
libwrap0-dev,
libzephyr-dev,
perl (= 5.6.0-16~),

 So that cyrus-2.4 packages keep on being buildable on ubuntu 10.04 ?

 I don't think you need precisely those versions.


 Hi,

 For libextutils-parsexs-perl version in squeeze and unstable is more up
 to date than that into Ubuntu 10.04 (2.220200).


Well, I don't know debian policy by heart, by depending on the smallest
version you can work with would be fine.

By the way I did not checked why cyrus sudenly needed a new perl lib between
2 stables versions :/
___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel

Re: cyrus 2.4 new build deps

2011-03-30 Thread Henrique de Moraes Holschuh
On Wed, 30 Mar 2011, Thomas Cataldo wrote:
 -  libtool (= 2.2~),
 +  libtool (= 2.2),

~ sorts earlier than null, so this part of your change request doesn't
make any sense, and must not be done.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh

___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel


Re: cyrus 2.4 new build deps

2011-03-30 Thread Ondřej Surý
Yeah, I'll probably drop the versioned dependency on perl lib at all, it was 
brought as an atempt to fix the ftbfs, but it's not needed since the bug lies 
in invalid usage of croak() function highlighted by adding hardening...

Ondřej Surý

On 31.3.2011, at 2:09, Henrique de Moraes Holschuh h...@debian.org wrote:

 On Wed, 30 Mar 2011, Thomas Cataldo wrote:
 -  libtool (= 2.2~),
 +  libtool (= 2.2),
 
 ~ sorts earlier than null, so this part of your change request doesn't
 make any sense, and must not be done.
 
 -- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh
 
 ___
 Pkg-Cyrus-imapd-Debian-devel mailing list
 Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel

___
Pkg-Cyrus-imapd-Debian-devel mailing list
Pkg-Cyrus-imapd-Debian-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel