[DRE-maint] Bug#655831: migrate libbunny-ruby to gem2deb helper

2012-01-14 Thread Praveen A
Package: libbunny-ruby
Severity: wishlist

I'm working on this transition.

Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Bug#655860: FTBFS on mipsel: debian/ruby-tests.rb:3: unhandled exception

2012-01-14 Thread Luca Falavigna
Source: ruby-tokyocabinet
Version: 1.31-2
Severity: serious
Justification: fails to build from source


ruby-tokiocabinet fails to build from source on mipsel, but built in the past:

005/032: tchtest.rb write -tl -as -td casket 1 1 1 1: ok
006/032: tchtest.rb read -nl casket: ok
007/032: tchtest.rb remove -nb casket: ok
008/032: tchtest.rb misc -tl -tb casket 1000: ok
009/032: tcbtest.rb write casket 1: ok
010/032: tcbtest.rb read casket: ok
011/032: tcbtest.rb remove casket: ok
tcbtest.rb:446: [BUG] Bus Error
ruby 1.8.7 (2011-06-30 patchlevel 352) [mipsel-linux]
012/032: tcbtest.rb misc casket 1000: failed
debian/ruby-tests.rb:3: unhandled exception
ERROR: Test ruby1.8 failed. Exiting.
dh_auto_install: dh_ruby --install 
/build/buildd-ruby-tokyocabinet_1.31-2-mipsel-0eMbBW/ruby-tokyocabinet-1.31/debian/tmp
 returned exit code 1
make: *** [binary-arch] Error 1

https://buildd.debian.org/status/fetch.php?pkg=ruby-tokyocabinetarch=mipselver=1.31-2stamp=1315687170



___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-test-unit 2.4.4-1 MIGRATED to testing

2012-01-14 Thread Debian testing watch
FYI: The status of the ruby-test-unit source package
in Debian's testing distribution has changed.

  Previous version: 2.4.1-1
  Current version:  2.4.4-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-ldap 0.9.12-1 MIGRATED to testing

2012-01-14 Thread Debian testing watch
FYI: The status of the ruby-ldap source package
in Debian's testing distribution has changed.

  Previous version: 0.9.11-1
  Current version:  0.9.12-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-rack 1.4.0-1 MIGRATED to testing

2012-01-14 Thread Debian testing watch
FYI: The status of the ruby-rack source package
in Debian's testing distribution has changed.

  Previous version: 1.3.5-1
  Current version:  1.4.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] rbot 0.9.15+post20100705+gitb3aa806-3 MIGRATED to testing

2012-01-14 Thread Debian testing watch
FYI: The status of the rbot source package
in Debian's testing distribution has changed.

  Previous version: 0.9.15+post20100705+gitb3aa806-2
  Current version:  0.9.15+post20100705+gitb3aa806-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#655896: Rails depends on the wrong version of librack-ruby, which leads to a loss of data in redmine.

2012-01-14 Thread Kubo Hiroshi
Package: libactivesupport-ruby1.8 
Source: rails
Version: 2.3.5-1.2+squeeze1
Tags: redmine librack-ruby libactivesupport-ruby
Severity: grave

In squeeze, when redmine package is installed, rails 2.3.5-11.2+squeeze1
and librack-ruby 1.1.0-4 are installed at the same time for its dependency.

But in the upstream document of the Redmine 1.0.1,
rack 1.0.1 is officially supported, not 1.1.0.

This version mismatch actually leads to the loss of data in redmine.

The minimum example is as follows:

1. Create a project under the Redmine instance.

2. Create a ticket in the project above.

3. Click Update link and add a note to the ticket
   above by typing:

X (
'A'
)

4. On the ticket page, click the edit button of
   the note #1 under the History.

5. Click the Save button

6. The note is changed to the one-line text below:

'A'


More information:

* During the above procdure, the user does not have a chance
  to notice losing the content of the note.

* Whether the loss of data in the note occurs depends 
 on the content of the text. Only the very limited
 patterns of text is lost.

* Preview function of the ticket editor and the wiki editor
  also change and trim the text like the above example.
  So, preview function is also broken.


Investigation:

I tried to figure out the cause, and found out that 
this phenomenon does not occurs with the Rack 1.0.1.


In my opinion, the cause is that the packages out of
the rails source package depends on the wrong version
of librack-ruby. 

The dependency declarations bellow seems wrong.

Source: rails
Build-Depends-Indep: librack-ruby ( 1.1.0)

Package: libactivesupport-ruby1.8
Depends: librack-ruby ( 1.1.0)

Package: libactivesupport-ruby1.9.1
Depends: librack-ruby ( 1.1.0)


Thank you in advance.
---
Kubo Hiroshi h-k...@geisya.or.jp



___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processing of ruby-dust_0.1.7-1_amd64.changes

2012-01-14 Thread Debian FTP Masters
ruby-dust_0.1.7-1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-dust_0.1.7-1.dsc
  ruby-dust_0.1.7.orig.tar.gz
  ruby-dust_0.1.7-1.debian.tar.gz
  ruby-dust_0.1.7-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-dust_0.1.7-1_amd64.changes is NEW

2012-01-14 Thread Debian FTP Masters
(new) ruby-dust_0.1.7-1.debian.tar.gz optional ruby
(new) ruby-dust_0.1.7-1.dsc optional ruby
(new) ruby-dust_0.1.7-1_all.deb optional ruby
Dust allows an alternative test definintion syntax
 Test::Unit contrib gem that provides additional features on top of
 the Test::Unit core.
 .
 Dust adds descriptive block syntax test definition.
(new) ruby-dust_0.1.7.orig.tar.gz optional ruby
Changes: ruby-dust (0.1.7-1) unstable; urgency=low
 .
  * Initial release (Closes: #638815)
  * Thanks to Shane Harvie for upstream fix.


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 638815 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] libfacets-ruby REMOVED from testing

2012-01-14 Thread Debian testing watch
FYI: The status of the libfacets-ruby source package
in Debian's testing distribution has changed.

  Previous version: 2.7.0-3
  Current version:  (not in testing)
  Hint: (no removal hint found)

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#655896: Bug#655896: Rails depends on the wrong version of librack-ruby, which leads to a loss of data in redmine.

2012-01-14 Thread Jérémy Lal
On 14/01/2012 17:10, Kubo Hiroshi wrote:
 Package: libactivesupport-ruby1.8 
 Source: rails
 Version: 2.3.5-1.2+squeeze1
 Tags: redmine librack-ruby libactivesupport-ruby
 Severity: grave
 
 In squeeze, when redmine package is installed, rails 2.3.5-11.2+squeeze1
 and librack-ruby 1.1.0-4 are installed at the same time for its dependency.
 
 But in the upstream document of the Redmine 1.0.1,
 rack 1.0.1 is officially supported, not 1.1.0.

Why do you think it's a bug in rails package ?
Reading your report it looks more like a bug in redmine.


For the record, i reproduced taht bug with (these intermediate versions) :
  redmine 1.1.3-1
  rails 2.3.11-0.1
  librack-ruby 1.1.0-4

But not in debian/testing.

Jérémy.



___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processed: redmine

2012-01-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 651771 644964
Bug#644964: redmine: Redmine's mercurial support is broken in squeeze
Bug#651771: redmine: Redmine's mercurial support is broken in squeeze
Merged 644964 651771.


End of message, stopping processing here.

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


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processing of mongrel_1.1.5-6_amd64.changes

2012-01-14 Thread Debian FTP Masters
mongrel_1.1.5-6_amd64.changes uploaded successfully to localhost
along with the files:
  mongrel_1.1.5-6.dsc
  mongrel_1.1.5-6.debian.tar.gz
  mongrel_1.1.5-6_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] mongrel_1.1.5-6_amd64.changes ACCEPTED into unstable

2012-01-14 Thread Debian FTP Masters



Accepted:
mongrel_1.1.5-6.debian.tar.gz
  to main/m/mongrel/mongrel_1.1.5-6.debian.tar.gz
mongrel_1.1.5-6.dsc
  to main/m/mongrel/mongrel_1.1.5-6.dsc
mongrel_1.1.5-6_amd64.deb
  to main/m/mongrel/mongrel_1.1.5-6_amd64.deb


Override entries for your package:
mongrel_1.1.5-6.dsc - source httpd
mongrel_1.1.5-6_amd64.deb - optional httpd

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Accepted mongrel 1.1.5-6 (source amd64)

2012-01-14 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 14 Jan 2012 11:49:05 -0600
Source: mongrel
Binary: mongrel
Architecture: source amd64
Version: 1.1.5-6
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 mongrel- Small fast HTTP library and server for Ruby webapps
Changes: 
 mongrel (1.1.5-6) unstable; urgency=low
 .
   * Repackaged using the gem2deb infrastructure
   * mongrel-doc binary package is no longer generated
Checksums-Sha1: 
 072e6cc3ea40b04efb2c2b79449a7421b786953f 1987 mongrel_1.1.5-6.dsc
 634049745ae05c4420dbb02a0f205230b6b7c1b5 8811 mongrel_1.1.5-6.debian.tar.gz
 ec8e6bbf26165fcd00e1e73828e707417622d8c6 73128 mongrel_1.1.5-6_amd64.deb
Checksums-Sha256: 
 0db20e0b5f5cc1f6efe055e8ef6a72c11643afc13438908071d08b7c404919bd 1987 
mongrel_1.1.5-6.dsc
 47ff5ca9bf0625442c78278bee850d16f649e653dccf024c747d79b320850569 8811 
mongrel_1.1.5-6.debian.tar.gz
 456ba51d5727200661aa0a11483313094f6f4a4ee69a4c84bd863e57da0be641 73128 
mongrel_1.1.5-6_amd64.deb
Files: 
 33cb7e8a9e7617987dc5790023c93e0f 1987 ruby optional mongrel_1.1.5-6.dsc
 2f617c040468ab3d7b1278fa962d7f22 8811 ruby optional 
mongrel_1.1.5-6.debian.tar.gz
 db975fb179703f4cfb8bf012ef6f23dc 73128 ruby optional mongrel_1.1.5-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPElMqAAoJEGc6A+TB25Ifu0IQAKzLb+3VAltp53CrOxYl/Ivm
LxLoa7h+rvbUfgpztPIl97JsmbqojntUNYX/aRFI/HVFFQ3s2ygLhyb5Nqv//nCL
YWDNQDP4Ove/sY44KXW3zqkBMN6QOV6fDXxPnfvcBGQdHnmWOSq2wJOmwo3OkiGF
487CwNL1o+Dj0aabczcd+a1cviRDGRncLrZw7e73l7WoH5X5OVWXuHxHdGmKB5Xn
Q7NIFQxLZNo4HD/6EbgrVk3eaob+iFfD9xkAhy785uzBsh/2BMpIeocrvo+1XNTp
jLWO56fug1JdMZuln+x0roK36yjFcfk7ZJ8HFX+JJEQ+l9fYnKB6kx5B0sJcSxg3
u8ofWqoK/vFGtuN6KUiIZ+X+oykjO3kRxGM/g1fSQQbBRH7lc6bF3gpEeCMRbYYJ
VxUrJi1/RkvXkkUlx4QST1GsOAD0pXUjrxFTRVCWomiORTV6fCnlpsanA3s71qIW
eNdI2Lj/uC0kA3A2zsEKMS0jp4RGDltk8Th36UpOlx3+KMVEjtiw6xCvxMZYUjC0
64LgwYOdSln/FkOodliKR7p+YkHi9/nUf/Kp/oR2Z9G2wyn7qr3Yz5mO8Xptqx5A
4ulO/SSA3PzdpbAjw+a929y/vw9/PxpWdclwGjBsYFlDW9Og9aKpj0WNnWjFcNGL
eFbM83Uauf0K58urXnfU
=2Icl
-END PGP SIGNATURE-


Accepted:
mongrel_1.1.5-6.debian.tar.gz
  to main/m/mongrel/mongrel_1.1.5-6.debian.tar.gz
mongrel_1.1.5-6.dsc
  to main/m/mongrel/mongrel_1.1.5-6.dsc
mongrel_1.1.5-6_amd64.deb
  to main/m/mongrel/mongrel_1.1.5-6_amd64.deb



___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] mongrel override disparity

2012-01-14 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

mongrel_1.1.5-6_amd64.deb: package says section is ruby, override says httpd.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#655896: Bug#655896: Rails depends on the wrong version of librack-ruby, which leads to a loss of data in redmine.

2012-01-14 Thread Kubo Hiroshi
Jérémy, thank you for your quick response.

From:  je...@edagames.com
Date: Sat, 14 Jan 2012 19:38:11 +0100

 On 14/01/2012 17:10, Kubo Hiroshi wrote:
 Package: libactivesupport-ruby1.8 
 Source: rails
 Version: 2.3.5-1.2+squeeze1
 Tags: redmine librack-ruby libactivesupport-ruby
 Severity: grave
 
 In squeeze, when redmine package is installed, rails 2.3.5-11.2+squeeze1
 and librack-ruby 1.1.0-4 are installed at the same time for its dependency.
 
 But in the upstream document of the Redmine 1.0.1,
 rack 1.0.1 is officially supported, not 1.1.0.
 
 Why do you think it's a bug in rails package ?
 Reading your report it looks more like a bug in redmine.
 

As far as I read the source code, keeping correct combination
of the versions is rails' responsibility, not redmine's.

The patch 'debian-changes-2.3.5-1' included in the rails
source package overwrites the original gem's version check as follows:

-gem 'rack', '~ 1.0.1'
-require 'rack'
+begin
+  require 'rack'
+rescue LoadError
+  gem 'rack', '~ 1.0.1'
+  require 'rack'
+end


---
Kubo Hiroshi h-k...@geisya.or.jp
Blog: http://cryptotaenian.blogspot.com/



 
 For the record, i reproduced taht bug with (these intermediate versions) :
   redmine 1.1.3-1
   rails 2.3.11-0.1
   librack-ruby 1.1.0-4
 
 But not in debian/testing.
 
 Jérémy.
 



___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed s390x build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: s390x
 * State: failed
 * Suite: sid
 * Builder: zandonai.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=s390xver=1.1.5-6stamp=1326602685file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed armel build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: armel
 * State: failed
 * Suite: sid
 * Builder: arnold.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=armelver=1.1.5-6stamp=1326602656file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed s390 build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: s390
 * State: failed
 * Suite: sid
 * Builder: zandonai.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=s390ver=1.1.5-6stamp=1326602597file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed ia64 build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: ia64
 * State: failed
 * Suite: sid
 * Builder: caballero.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=ia64ver=1.1.5-6stamp=1326602412file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed i386 build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: i386
 * State: failed
 * Suite: sid
 * Builder: murphy.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=i386ver=1.1.5-6stamp=1326602601file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed mipsel build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: mipsel
 * State: failed
 * Suite: sid
 * Builder: mayer.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=mipselver=1.1.5-6stamp=1326602671file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed powerpc build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: powerpc
 * State: failed
 * Suite: sid
 * Builder: poulenc.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=powerpcver=1.1.5-6stamp=1326602721file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed mips build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: mips
 * State: failed
 * Suite: sid
 * Builder: ball.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=mipsver=1.1.5-6stamp=1326602795file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed kfreebsd-i386 build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: kfreebsd-i386
 * State: failed
 * Suite: sid
 * Builder: field.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=kfreebsd-i386ver=1.1.5-6stamp=1326602959file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed kfreebsd-amd64 build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: kfreebsd-amd64
 * State: failed
 * Suite: sid
 * Builder: fano.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=kfreebsd-amd64ver=1.1.5-6stamp=1326602784file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] failed sparc build of mongrel 1.1.5-6

2012-01-14 Thread Debian buildds
 * Source package: mongrel
 * Version: 1.1.5-6
 * Architecture: sparc
 * State: failed
 * Suite: sid
 * Builder: schroeder.debian.org
 * Build log: 
https://buildd.debian.org/fetch.cgi?pkg=mongrelarch=sparcver=1.1.5-6stamp=1326604318file=log

Please note that these notifications do not necessarily mean bug reports
in your package but could also be caused by other packages, temporary
uninstallabilities and arch-specific breakages.  A look at the build log
despite this disclaimer would be appreciated however.


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers