Bug#656243: php-mail-mime ready for upload in Alioth

2012-01-18 Thread Thomas Goirand
Hi Lunar and Andras,

I have made the packaging in git, and it's ready for upload, but I have
little time to check/test, and I'm not sure what your specific roundcube
issue is. So it'd be great if you could help me to check if it's working
as expected since this new upstream version.

I use git-buildpackage, and there's a debian/gbp.conf file, so it's easy
to test. Just to make your life faster, here's the command to cut/past
to your shell (you probably know how, it's just to make your life easier
with cut-past):

git clone http://git.debian.org/git/pkg-php/php-mail-mime.git
cd php-mail-mime
git checkout -b upstream-sid origin/upstream-sid
git checkout debian-sid
git-buildpackage
cd ../build-area
dpkg -i php-mail-mime_1.8.2-1_all.deb

Note that I've switched the package to use pkg-php-tools, which I think
is also in backports.d.o.

Please let me know if this new version fixes your issues with roundcube,
and as soon as you tell me it's ok, I'll upload.

Thanks for the bug report,
Cheers,

Thomas Goirand (zigo)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656243: php-mail-mime ready for upload in Alioth

2012-01-18 Thread Horvath Andras
Hi Thomas,

I'll check Roundcube with a fresh Debian install and your php-mail-mime
version and write you back the results.

Andras


On Wed, 18 Jan 2012 19:48:53 +0800
Thomas Goirand z...@debian.org wrote:

 Hi Lunar and Andras,
 
 I have made the packaging in git, and it's ready for upload, but I
 have little time to check/test, and I'm not sure what your specific
 roundcube issue is. So it'd be great if you could help me to check if
 it's working as expected since this new upstream version.
 
 I use git-buildpackage, and there's a debian/gbp.conf file, so it's
 easy to test. Just to make your life faster, here's the command to
 cut/past to your shell (you probably know how, it's just to make your
 life easier with cut-past):
 
 git clone http://git.debian.org/git/pkg-php/php-mail-mime.git
 cd php-mail-mime
 git checkout -b upstream-sid origin/upstream-sid
 git checkout debian-sid
 git-buildpackage
 cd ../build-area
 dpkg -i php-mail-mime_1.8.2-1_all.deb
 
 Note that I've switched the package to use pkg-php-tools, which I
 think is also in backports.d.o.
 
 Please let me know if this new version fixes your issues with
 roundcube, and as soon as you tell me it's ok, I'll upload.
 
 Thanks for the bug report,
 Cheers,
 
 Thomas Goirand (zigo)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656243: php-mail-mime ready for upload in Alioth

2012-01-18 Thread Horvath Andras
On Wed, 18 Jan 2012 19:48:53 +0800
Thomas Goirand z...@debian.org wrote:

 Hi Lunar and Andras,
 
 I have made the packaging in git, and it's ready for upload, but I
 have little time to check/test, and I'm not sure what your specific
 roundcube issue is. So it'd be great if you could help me to check if
 it's working as expected since this new upstream version.
 
 I use git-buildpackage, and there's a debian/gbp.conf file, so it's
 easy to test. Just to make your life faster, here's the command to
 cut/past to your shell (you probably know how, it's just to make your
 life easier with cut-past):
 
 git clone http://git.debian.org/git/pkg-php/php-mail-mime.git
 cd php-mail-mime
 git checkout -b upstream-sid origin/upstream-sid
 git checkout debian-sid
 git-buildpackage
 cd ../build-area
 dpkg -i php-mail-mime_1.8.2-1_all.deb
 
 Note that I've switched the package to use pkg-php-tools, which I
 think is also in backports.d.o.
 
 Please let me know if this new version fixes your issues with
 roundcube, and as soon as you tell me it's ok, I'll upload.
 
 Thanks for the bug report,
 Cheers,
 
 Thomas Goirand (zigo)

Hi Thomas,

I've done the following steps for testing:

- took a freshly installed Debian stable (64 bit)
- apt-get install php-pear
- apt-get build-dep php-mail-mime
- pulled php-mail-mime from git and tried to create the debian package
  based on your hints

But I'm getting the following error when running git-buildpackage
after all:

dh clean --buildsystem=phppear --with phppear
dh: unable to load addon phppear: Can't locate 
Debian/Debhelper/Sequence/phppear.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at (eval 8) line 2.
BEGIN failed--compilation aborted at (eval 8) line 2.

make: *** [clean] Error 2
debuild: fatal error at line 1301:
couldn't exec debian/rules: 
debuild -d clean returned 2
Couldn't run 'debuild -d clean'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656243: php-mail-mime ready for upload in Alioth

2012-01-18 Thread Thomas Goirand
On 01/18/2012 08:46 PM, Horvath Andras wrote:
 But I'm getting the following error when running git-buildpackage
 after all:
 
 dh clean --buildsystem=phppear --with phppear
 dh: unable to load addon phppear: Can't locate 
 Debian/Debhelper/Sequence/phppear.pm in @INC (@INC contains: /etc/perl 
 /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
 /usr/local/lib/site_perl .) at (eval 8) line 2.
 BEGIN failed--compilation aborted at (eval 8) line 2.

Hi,

Thanks for testing it, that really helps!
You just need to do: apt-get install pkg-php-tools

That's a quite recent thing (from last year) that simplifies a lot
maintaining PEAR packages. I slowly switching all of my PEAR packages to
it (it just takes time, considering the amount of PEAR packages that we
collectively maintain).

Anyway, for your convenience, I've built a backport here:
http://archive.gplhost.com/debian/pool/squeeze/main/p/php-mail-mime/

I believe that with this kind of package, there wont be any difference
even at the binary level between the backport and the SID package, so if
you want to test it in SID, it should be fine too.

Cheers,

Thomas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656243: php-mail-mime ready for upload in Alioth

2012-01-18 Thread Horvath Andras


On Wed, 18 Jan 2012 22:11:22 +0800
Thomas Goirand tho...@goirand.fr wrote:

 On 01/18/2012 08:46 PM, Horvath Andras wrote:
  But I'm getting the following error when running git-buildpackage
  after all:
  
  dh clean --buildsystem=phppear --with phppear
  dh: unable to load addon phppear: Can't locate
  Debian/Debhelper/Sequence/phppear.pm in @INC (@INC
  contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 
  /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
  /usr/local/lib/site_perl .)
  at (eval 8) line 2. BEGIN failed--compilation aborted at (eval 8)
  line 2.
 
 Hi,
 
 Thanks for testing it, that really helps!
 You just need to do: apt-get install pkg-php-tools
 
 That's a quite recent thing (from last year) that simplifies a lot
 maintaining PEAR packages. I slowly switching all of my PEAR packages
 to it (it just takes time, considering the amount of PEAR packages
 that we collectively maintain).
 
 Anyway, for your convenience, I've built a backport here:
 http://archive.gplhost.com/debian/pool/squeeze/main/p/php-mail-mime/
 
 I believe that with this kind of package, there wont be any difference
 even at the binary level between the backport and the SID package, so
 if you want to test it in SID, it should be fine too.
 
 Cheers,
 
 Thomas

Hi,

So, I've taken these steps to test Roundcube and Mail_Mime 1.8.2:

- took a freshly installed Debian stable (64 bit)
- added backports repository
- apt-get update
- dpkg -i php-mail-mime_1.8.2-1~bpo60+1_all.deb
- apt-get -f install dovecot-imapd
- apt-get install roundcube -t squeeze-backports
- echo suhosin.session.encrypt = OFF  /etc/php5/apache2/php.ini
- service apache reload

Then I set up a test account and tested Roundcube by sending mails with
attachments that have file names in them with unicode characters.

Everything seems fine so far. No any kind of error log neither in
Roundcube, nor in Dovecot.


Andras



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656243: php-mail-mime ready for upload in Alioth

2012-01-18 Thread Thomas Goirand
On 01/18/2012 11:20 PM, Horvath Andras wrote:
 Then I set up a test account and tested Roundcube by sending mails with
 attachments that have file names in them with unicode characters.
 
 Everything seems fine so far. No any kind of error log neither in
 Roundcube, nor in Dovecot.
 
 Andras

Great, thank you. I'm uploading php-mail-mime to SID (with few more
packaging improvements, like DEP5, source format 3.0, and all the usual
new stuff in Debian).

Thomas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org