Bug#878207: [Pkg-graphite-maint] Bug#878207: graphite-web: Migration files missing

2017-10-17 Thread Jonas Genannt
Hello,

> I'm using the testing packages for graphite/carbon on stable. The 
> testing and unstable versions are the same (at this time).

ok, so we are using the same Django version.

> 
> If you have a django database created by an earlier version, then the 
> app works, but with a completely fresh install, the django database
> for graphite-web is created without the graphite web model tables.

how did you run the migrations, with which command?

Because I have tested it with a sqlite database it worked fine. (fresh
installation into a new vagrant box)

What database do you use?

Greets,
Jonas



Bug#878207: [Pkg-graphite-maint] Bug#878207: graphite-web: Migration files missing

2017-10-13 Thread Jonas Genannt
Hello,

> The migration files for the graphite sub apps are missing. Without these, 
> running
> 
> $ graphite-manage migrate
> 
> on a fresh install doesn't create all the tables required to run graphite web.
> No pages are available, therefore the package is unusable.

> -- System Information:
> Debian Release: 9.2
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'stable')
> Architecture: amd64 (x86_64)

you are using the current stable with unstable packages?

Have you tried it on unstable? - because I don't get this error on unstable.

Greets,
Jonas



Bug#800448: graphite-web: Error "object has no attribute 'raw_post_data'" when posting new events

2017-09-21 Thread Jonas Genannt
close 800448
thanks


Hello,


Graphite 1.0.2 has landed into Unstable yesterday.

I plan to upload backports of version 1.0.2 into Stretch. I don't plan any 
uploads into
Jessie.

Greets,
Jonas



Bug#823973: php7.0-fpm: add more systemd features to the unit file

2016-05-10 Thread Jonas Genannt
Package: php7.0-fpm
Severity: wishlist
Tags: patch

Dear Maintainer,

please see attached patch. It will add some systemd features for a
more secure environment.

Greets,
Jonasdiff --git a/php-fpm.service b/php-fpm.service
index 5621b29..130cc7e 100644
--- a/php-fpm.service
+++ b/php-fpm.service
@@ -10,6 +10,9 @@ ExecStartPre=/usr/lib/php/php@PHP_VERSION@-fpm-checkconf
 ExecStart=/usr/sbin/php-fpm@PHP_VERSION@ --nodaemonize --fpm-config /etc/php/@PHP_VERSION@/fpm/php-fpm.conf
 ExecReload=/usr/lib/php/php@PHP_VERSION@-fpm-checkconf
 ExecReload=/bin/kill -USR2 $MAINPID
+ProtectSystem=full
+PrivateTmp=true
+PrivateDevices=true
 
 [Install]
 WantedBy=multi-user.target


Bug#803874: ITP: samplicator -- sending copies of UDP datagrams to multiple receivers

2015-11-02 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt <gena...@debian.org>

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: samplicator
  Version : 1.3.6+git20151102
  Upstream Author : Simon Leinen <simon.lei...@gmail.com>
* URL : https://github.com/sleinen/samplicator
* License : GPL-2
  Programming Lang: C
  Description : sending copies of UDP datagrams to multiple receivers

 Receives UDP datagrams on a given port, and resends those datagrams
 to a specified set of receivers. In addition, a sampling divisor N may
 be specified individually for each receiver, which will then only receive
 one in N of the received packets.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWN9D9AAoJEPBM7/YBbP/QXrEP/1h1u46R1FpkUnfccXvkFbQg
dJ5vyVF7JFUK2bSd/sgU7qH/xhlnFUlW1/WBKis0bFWCOC5yfCgYUdyqa4uHzGTc
Y3b/ctk+T2yArDntpheNJJHc7uKh+GITAXOGiPadmIUOOE18whhtWOknYNkkMiYc
ZiNc6oGezoeE0Yk6zo4cHwsOJRrrAaJ3W9KHJi8Q25ZsBFGlqkJ9CjqMiVFA+5Yt
MhW0dm0E7TrHsVv0dyWKwjrLXtMGFu4f+gXricMFu99+s5COt4ZYqju1nD1H0IrO
K3ruVT1itPxatkn/6NNpMtPBQmCr+aPqLz1P4G/k8QBo0FoAfuzNg5NAgWBLW1cs
yWgfoOpTkv10NZesZDTmdwVYLNIBQyWJ79v1DllBU+NWWJppcDtSSxVP0FOiw7s/
csOMVcQ24LFXEMtIV3CeOHLfgRic+CVYUWjVhKzbDzxhj46cGxfhfe8KcrYG1UHN
/CyUP6ciinSV100IAFfZE9L1qbOkaYhciKyrTBjAVPhoNvK3y6Ke4zOm2dCQcFVO
3c7SeDwuSYW7hTUDNjAaRZ4xRpGpFtzR6yaAGwkt3kGxosncBsVg5tTu44nHFiE0
+rwtuvDwQ26wHU0j6cPFVt35/3D76bj4iARMlP4CmDRjSIo6B2M0vRYNz5/XoavG
9/WT7IjgM/undpEmL4Nq
=d53J
-END PGP SIGNATURE-



Bug#800722: [Pkg-php-pecl] Bug#800722: h(M)set: Segfaults for NULL and boolean values

2015-10-03 Thread Jonas Genannt
Hello,

> Long story short: https://github.com/phpredis/phpredis/issues/524
> Easy to reproduce by the github report. It's a common problem, please
> consider a fix for stable. Backported 2.2.7 works well for me.
> 
> I am using Debian Jessie, php5-fpm with nginx.

it was reported here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789596

Back then I was not able to replicate the problem. If you could provide a easy 
script
that will trigger the error we are happy to try to fix it.

Greets,
Jonas



Bug#800448: [Pkg-graphite-maint] Bug#800448: graphite-web: Error "object has no attribute 'raw_post_data'" when posting new events

2015-10-01 Thread Jonas Genannt
Hello Jonathan,

thanks for your report.

> When trying to post events to the events API, I have the following error:
> 
> ==
> $ curl -X POST http://graphite.lan/events/ -d '{"what": "Event", "tags": 
> "test",
> "data": "test"}'
> 
> Nothing gets logged as far as I know. This renders the events API unusable on 
> Jessie.

I have prepared an update of graphite-web for jessie. Could you please test it?

If it works, I will talk to the stable release team, if they could include it 
into the
next point release.

You can grab it here: https://people.debian.org/~genannt/graphite/


Thanks,
Jonas



Bug#798440: New Upstream Version 2.7

2015-09-09 Thread Jonas Genannt
Package: pound
Severity: wishlist


Hello,

could you please package pound version 2.7 into debian?

If you have no time, I could help.

Thanks,
Jonas



Bug#793687: rsnapshot: regression fix: --rsh args

2015-09-06 Thread Jonas Genannt
Hello,

the current version in Jessie has got a regression then using ssh_args. This is 
a major
problem because most of our users are using extra ssh keys and this don't work 
at the
moment.

The patch that is working is backported from upstream to the version in Jessie:

https://github.com/hggh/rsnapshot-debian/compare/master...jessie.patch

The debdiff:

debdiff rsnapshot_1.3.1-4.dsc rsnapshot_1.3.1-4+deb8u1.dsc
(/tmp/build/rsnapshot_1.3.1-4+deb8u1.dsc) diff -Nru 
rsnapshot-1.3.1/debian/changelog
rsnapshot-1.3.1/debian/changelog --- rsnapshot-1.3.1/debian/changelog   
2013-07-08
22:54:57.0 +0200 +++ rsnapshot-1.3.1/debian/changelog   2015-09-06
12:45:22.0 +0200 @@ -1,3 +1,12 @@
+rsnapshot (1.3.1-4+deb8u1) jessie; urgency=medium
+
+  * Fix regression on --rsh with args: Applied patch from Upstream to fix --rsh
+command line arguments with quotes.
+The --rsh=... argument to rsync was erroneously quoted when added to the
+@rsync_long_args_stack with options set.
+
+ -- Jonas Genannt <gena...@debian.org>  Sun, 06 Sep 2015 12:33:41 +0200
+
 rsnapshot (1.3.1-4) unstable; urgency=low
 
   * debian/patches/01_rsnapshot_conf: Refresh patch to fix path of rsnapshot in
diff -Nru rsnapshot-1.3.1/debian/patches/14_fix_rsh_args.patch
rsnapshot-1.3.1/debian/patches/14_fix_rsh_args.patch ---
rsnapshot-1.3.1/debian/patches/14_fix_rsh_args.patch1970-01-01 
01:00:00.0
+0100 +++ rsnapshot-1.3.1/debian/patches/14_fix_rsh_args.patch  2015-09-06
12:45:22.0 +0200 @@ -0,0 +1,28 @@ +From 
f0b3b27d174257bf2a8ad29b8c36499bb7b2fb79
Mon Sep 17 00:00:00 2001 +From: Edwin Mons <g...@home.mons.net>
+Date: Wed, 18 Sep 2013 22:39:11 +0200
+Subject: [PATCH] Fix --rsh commandline option
+Bug:
https://github.com/rsnapshot/rsnapshot/commit/30380587aeab201311af9428f7c47621ade691c8
 +
+The --rsh=... argument to rsync was erroneously quoted when added to the
+@rsync_long_args_stack with options set.
+
+Test-Information:
+
+Unit tests pass.
+Tested and verified on Debian 7.0
+---
+ rsnapshot-program.pl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/rsnapshot-program.pl
 b/rsnapshot-program.pl
+@@ -3452,7 +3452,7 @@
+   
+   # if we have any args for SSH, add them
+   if ( defined($ssh_args) ) {
+-  push( @rsync_long_args_stack, 
"--rsh=\"$config_vars{'cmd_ssh'}
$ssh_args\"" ); ++  push( @rsync_long_args_stack,
"--rsh=$config_vars{'cmd_ssh'} $ssh_args" );
+   
+   # no arguments is the default
+   } else {
diff -Nru rsnapshot-1.3.1/debian/patches/series 
rsnapshot-1.3.1/debian/patches/series
--- rsnapshot-1.3.1/debian/patches/series   2013-07-08 22:27:41.0 
+0200
+++ rsnapshot-1.3.1/debian/patches/series   2015-09-06 12:45:22.0 
+0200
@@ -8,3 +8,4 @@
 11_lvm_snapshots.diff
 12_include_conf_with_arguments.diff
 13_print_warn.diff
+14_fix_rsh_args.patch



Could you please provide a stable update?

Thanks,
Jonas



Bug#797000: ITP: oxidized -- network device configuration backup tool

2015-08-26 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt gena...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: oxidized
  Version : 0.7.2
  Upstream Author : Saku Ytti s...@ytti.fi
* URL : https://github.com/ytti/oxidized
* License : Apache-2.0
  Programming Lang: Ruby
  Description : network device configuration backup tool

 backup your network devices (router, switches) to a file or git based backend.
 Oxidized supports many network decives and could be easily extended
 to new supported devices. Oxidized also monitors router inventory,
 it's a rancid replacement.

Maintained by the Ruby PKG Team

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV3g0XAAoJEPBM7/YBbP/Qf98P/injArnwcpHGI5ScMdUNTMSd
Yhc6L4Z2ZMszt0kol9N7Uiz1BYA7kmstYaLeNBUc0oahWaJkLaz5m74fTYsUx8D8
0BoJWjPGz7dLanDTf3BWdH6We+WItkecacN9B57w+KoKOzE6VWahGUjDhqhQ1j/u
1IhiF3NKNV8MxcZDmo1TgoFLRPX2HwSQxZ0nEeNi+b45csDNdpSTIQK0bSXjyu8o
P9PPUFumghYrm4oql8RWkJ0UTin3zVnhwn/8VdJezgGptHGUFYZFD2vc+0HZMqPM
DBSfzrs0vSAMzi1+Qzc8NnbRi4f5+L5yQuUQRiST6N/WOUEkh4ELUJMbnhi20wBe
BsVtfQvjKoTvWI3mlq20PSYUz/uXU1bz/o+Ic5UzTP+kqNsQgOBCjc+zKo0n+/aa
TWQCqskTt6PvXOQBDhCjq+R0wuflYkpKulNNvvuSnGZxoEHGba0xlJ/qRxwae6PV
oLn+SGbIQL441Q6HDhieDiJVF4UtYyoDKC9jAtlzrEoX2rNiguy+lIy0QDXcmdnB
h/8TalIOdYmG/UVGsoevT+LckL++sE7kHMq6YxhK46uIJTPl20L0KIgeUzWWXD5J
OHppBBsjLs4D4EvVM0uxlJAnT5WY1izRROqCYflfvX5LN+kYi9ApKWLhlulPe4yP
mmMJnhWaiO3EjBEXvxBV
=K+hx
-END PGP SIGNATURE-



Bug#796086: ITP: ruby-rspec-collection-matchers -- Ruby RSpec CollectionMatchers

2015-08-19 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt gena...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-rspec-collection-matchers
  Version : 1.1.2
  Upstream Author : Hugo Baraúna hugo.bara...@plataformatec.com.br
* URL : https://github.com/rspec/rspec-collection_matchers
* License : Expat
  Programming Lang: Ruby
  Description : Ruby RSpec CollectionMatchers

 Ruby Rspec is a Behaviour Driven Development framework for Ruby. It
 provides a framework for Ruby.
 RSpec Collection Matchers is a RSpec addon for collection cardinality matchers,
 extracted from rspec-expectations.


Debian Ruby Team for ruby-cookiejar

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV1GCCAAoJEPBM7/YBbP/Q75AP/iw0NC1jZPXhEkEKxf7+iP8k
mugr097MwetDOK80LQjZZqleFChgfF1c64vEkFTh4JW7GJB8sWdJLy+O1iiR3qP5
pMHw6aTnVASAu6w+05Y0ovEs1IXhK3qMee4lk+o/bErTeDiwStSl1/hdIAwIsslI
zlS0HSP0klmzqqOPiyrqWdYC5X5pfS2izbqhQfxgCJSmnfWkqJx4K9Y2UFBBrhBp
XGdv0JvV+N0SlVXIqCaHwNfCPkmPqH2lKaLsP+KKHvSOpy56ug2KEuryLiujYTQ2
X/zspKMaiIM7wf5HKxVAHLSQiztZlwjDsKi72KPRsHINzcQ9DuYsGUq1ABSEOTJV
o4H9g26FyWZTrSKChfUxqiSTKwfiATRK7QNMizA2WogWKmprsEJW+RX4Z7ALZrv1
eZBiL59iVBjFiJkQMtrn19SVhM3GZme0qhc24+n9eNJyJ33uWSPHrP8mEJCaiIDZ
a+k9bg5j75REcOd4c0DTPKWn5YL8fG4YFUIhfhA+2EICgFF/hiedJn1YPfQOu8hR
Kf0c0GpqpQeEcCBdqGgj+X8OJA+pQLZ672wmku/mGln6+xvjSYZTBvXia47NaFxu
VyE/Sa4uWjYDp5/JYeyFB78Ps+M2GviHPDlWyXooMgEAkFMuP+grZQLel8QiSdzO
lonM3PkSUzRji2pfsbMK
=IOxH
-END PGP SIGNATURE-



Bug#795702: ITP: ruby-asetus -- configuration library with YAML/JSON/TOML backends

2015-08-16 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-asetus
  Version : 0.0.3
  Upstream Author :  Saku Ytti s...@ytti.fi
* URL : https://github.com/ytti/asetus
* License : Apache 2.0
  Programming Lang: Ruby
  Description : configuration library with YAML/JSON/TOML backends

 Asetus is a ruby library that provides a easy method to acccess
 configuration files. Available backends are:
  - YAML
  - JSON
  - TOML

Maintained by the Ruby Team

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV0HMGAAoJEPBM7/YBbP/QNawP/2nQ1/EZbCWIxsERGJ5s46dM
hvjdqg+ppS0TCJMi589RQInAXREI8Eg89m5v5G0S7Qx5xqmGTAkkCWARlowQ6uhv
zl193TV67Lmq/6wZSZsE33ldgJq+ODM9pRv4jv+OQ9zJ1X+zBuu4dazqEZZFbH8g
Dipwc6dr0Cog7CFI4+jVykbc4StZTYrPIBrP9NwY4V30eo8ATuJCTqW0G/dRU/qU
fw3r9Ao2k9R1J7NUUaUAVCMgMpzJbliAh2gBR7gs1qRn0tK9m3NOuMHwe9niYJxN
f+7vNgtox3SVisiKX856mO+48p6Xd3+7579jXXm9U5d/AQhxKzNSJ0mMAIaI9ND9
bdH023rFMTxMMIS0SUvYD6e1owt4ECOCefsG6XDV1+m3ViW1M+RQQg3wi4bTRtAB
U3Ism/qWKfGRmn5b8tvK8RHi8rkDlNUAEzJH/B8VdskczNiLaf5jVZyCjrgPslVV
K6kzoysnrZ9BXZcGqD7NQow/R9jYSeaiuPvkO+JXDg3rO7GpyD6Evmd997wifkCH
LeDCVYhqAOery2UFvnIn+Q1c+8kpm9Mawc5z/DLpamRtQ2ePBcoBxd0OGSrogRdW
KVQ8zltOfiXEiNI3vYkoaGArKrPJI3IEx/b+kbwDqdcZKlTdFwIvp7nR8lEVwj2A
8msjQzY6I1VXbJFIYsp8
=ycF1
-END PGP SIGNATURE-



Bug#795137: nutcracker: add systemd unit file

2015-08-10 Thread Jonas Genannt

  If you wish, I can commit it directly into collab git.
 
 Heh, I was already working on it, which is why 0.4.1 is being held up :) 
 Thanks, though!
 
 I actually want to do this differently: I want to use a type=simple unit 
 (easy), stop writing a pidfile altogether (needs a partial revert of my 
 sysconf patch, plus associated init script/upstart fixes) and possibly 
 log to stderr so that systemd can catch the log stream.

since I don't added Type or BusName, the unit file is Type=simple. because this 
is the
default.

Greets,
Jonas


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



Bug#795113: ITP: twemproxy -- fast and light-weight proxy for memcached and redis

2015-08-10 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: twemproxy
  Version : 0.4.1
  Upstream Author : Twitter Inc
* URL : https://github.com/twitter/twemproxy
* License : Apache 2
  Programming Lang: C
  Description : fast and light-weight proxy for memcached and redis

twemproxy aka nutcracker is a fast and lightweight proxy for memcached and
redis protocol.
It was primarily built to reduce the connection count on the backend caching
servers.


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

iQIcBAEBCAAGBQJVyPLiAAoJEPBM7/YBbP/QZDwP/27E/d8rV3NgsTeRHAr4wOxb
YqYv4JMtaLhTDsLYUIC1nydVP5zCDKxG93XYB+EFzmY0uO2kU0mpafHXVBQSJclX
ZphVn6EcvbW8kXxmVLiUMV/KVEAPoCAKlDF0Nb+IKBye+CaWecRMtFOYWDw4Q9x7
A36X7e8PzCGt1lyUKJHbjk3QJIksMXfANH9qcWOjhiw2BYzoUAPwhLP4jQlR81HH
CQhuLo68SE/mI4cSq4GTbBN8hX02b7e8L2b6YxRlD4oCRLN7itxKHgYhJRbqmjmv
QvY83nZ5CHVFfqLpyvGWnbQ9sEZaVcDoY5gAiPmn1HCLK+i4ivTj+sQqGXpk0BVC
o3JkWEV2Mr3il2eyN0pQ1klGZNviu8jyEUprXJSIU3ILp1eBe3WaSJaOm1tJ1UWG
mZnPq+4oms67WgYEW+l8PYVYsacgMX2Xjm0Bdzm8x6k/DMzkNtLpB/wIdOBidcXI
aPbtd4HpjjRdgvW5xdADpmMspA+rlvk8zKg2+nmbsJwvAgcgNVb8eyHqJWQE31Vx
KbPTUZgjK2l56KgUe1DyBh5aNm+lWXzbaTUDJjWWQ9FEZZhdEgngRhvSnbz/Mych
M2psEGfMrjpTvmyZn7EfA3LOmrAcphnn5aOf/gjyo4Zvm1xgBilOlYKkzR735xnZ
N1PaW7/9jbDp2LGfe0FP
=rF6Z
-END PGP SIGNATURE-


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



Bug#795137: nutcracker: add systemd unit file

2015-08-10 Thread Jonas Genannt
Package: nutcracker
Version: 0.4.0+dfsg-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

please see attached patch that adds a systemd unit file for nutcracker.

If you wish, I can commit it directly into collab git.

Greets,
  Jonas

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

iQIcBAEBCAAGBQJVyR1PAAoJEPBM7/YBbP/QG8cQAJPkW/Wf/A7hXtj/pyZWbcZf
IJO5eFUMHFmC7KvbeoV+/elcvEYBaMiJsSIHHPQmiHmPCkcaOM4PNLtgRBv/rfvh
FRI367/cJavcZpaaQ38aLOxPGcj8mKSqnYcDB/qjuCy/HHlm3QREOp0njLSHQQth
BNijtL4Cs3le8LVAZ0QnacvrGV6vRe0WhaAI5i8P5l+rQvoGbnNJQVz68Byx2AFZ
JM3NI7TkmcpzVOmQnIe1gAmO0h8JSC6AQwbDDhLMkErjuOw91r9ZyonQ+0hcch4H
yTBTWTksF/LJ+HM4/CLi17IhjwF0rqwAraMMrq2MtMlqqm0DPSb9sC5QmeRfkK5I
P33XGoKrA6sVSTfnTTONuwu92j06eniqV5HA+64atqutHmsk/OjeUvWF5tbrsfam
AY3UqZCpN7LyVyA5MrhqXOXVMdNGe/sKS2Z3jNBhuKrPXJQoNgptMCo7VQBUx+Fk
lUzOgM8p9AcnMM7zHPX3FaFIUFpMaCtrylg3Bll14Rouwx16JRGtXrttAu1oruFM
fPXyRQ7lmk0Nd4obj86Qmptsh9b/stf+3vShWfdgdvHxVU4Fkp0SWogLL/rPAY72
0cpK66O+0CfM+EJ8GpSt9M4nvxyvFvUTT4nO3uxPYUDclT+9ThpcWyRofTtQt1yr
tJzAOY72jXVM3D3bpYsk
=yrHJ
-END PGP SIGNATURE-
From 1157170fcba3dd21f6615e7070937188a29d41f4 Mon Sep 17 00:00:00 2001
From: Jonas Genannt jo...@brachium-system.net
Date: Mon, 10 Aug 2015 23:50:22 +0200
Subject: [PATCH] added systemd unit file

---
 debian/control|  2 +-
 debian/nutcracker.service | 15 +++
 debian/rules  |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 debian/nutcracker.service

diff --git a/debian/control b/debian/control
index 7a894c2..6dac617 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: nutcracker
 Section: net
 Priority: optional
 Maintainer: Faidon Liambotis parav...@debian.org
-Build-Depends: debhelper (= 9), dh-autoreconf, libyaml-dev
+Build-Depends: debhelper (= 9), dh-autoreconf, dh-systemd, libyaml-dev
 Standards-Version: 3.9.6
 Homepage: https://github.com/twitter/twemproxy
 Vcs-Git: git://anonscm.debian.org/collab-maint/nutcracker.git
diff --git a/debian/nutcracker.service b/debian/nutcracker.service
new file mode 100644
index 000..876f550
--- /dev/null
+++ b/debian/nutcracker.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=nutcracker - a Redis or/and Memcached proxy
+After=network.target syslog.socket
+
+[Service]
+EnvironmentFile=/etc/default/nutcracker
+RuntimeDirectory=nutcracker
+PIDFile=/var/run/nutcracker/nutcracker.pid
+User=nutcracker
+Group=nutcracker
+ExecStartPre=/usr/sbin/nutcracker $DAEMON_OPTS --test-conf
+ExecStart=/usr/sbin/nutcracker $DAEMON_OPTS
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/rules b/debian/rules
index cce998b..481861a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@  --with autoreconf
+	dh $@ --with autoreconf --with systemd
-- 
1.8.4.rc3



Bug#793521: dhcp-helper: systemd unit file for dhcp-helper

2015-07-24 Thread Jonas Genannt
Package: dhcp-helper
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

I have written a systemd unit file:

[Unit]
Description=DHCP/BOOTP relay agent
After=network.target

[Service]
Type=forking
EnvironmentFile=/etc/default/dhcp-helper
ExecStart=/usr/sbin/dhcp-helper -r /var/run/dhcp-helper.pid $DHCPHELPER_OPTS
PIDFile=/var/run/dhcp-helper.pid

[Install]
WantedBy=multi-user.target


Could you please include it into your package?

Are you willing to accept patches to change the d/rules to the new debhelper
system so it's easy to include systemd unit files?


Thanks,
  Jonas



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

iQIcBAEBCAAGBQJVspStAAoJEPBM7/YBbP/QpukQAJsFMSw+5CZVZY7QuNvVY7Dl
uXTe40xpnrkb3XI9hq3ONMTvcs/NMDz7Un259dHcRew6/PTT9O8zSJ1Q2pm2Mu4b
QqTlsGWa9xEyuS1mypank3p43SmmJ7ljLlOJp+TFt3zXXLnkBR3I25Y5oPJ/CJY8
i22sul7EcUjRiCOiG6DKEvQOEQQ/DH4sJ7oCsfJS+fzVb3BvQD51o/jMMZ6Jt9UC
QNUXHD5aGlDI25kvjP3vDmlRrCqKQDdjczr3ihqdsTC7xT8SjsysY9ly4F4LN6SS
7qGoaGXKVKmGngpxAJa7ZoTJg41NypzU8KGGSODC2EThQtUCqV01toOeGion+tc5
wHOP7SDuIafOe0yFMOmToMXU3XCa49rG/BrZNJHPecZ0OCNdqmbD+I0Nb5LzhGUM
0tdSLqN2OGpkBCiRp39UvRf1zqmmo2HH5KTMvlbWtI9PSYSTOEzar6ZeXZNgIstG
5yx7GyvH7oygRWw8F/S795wjTeCsRxEJ28WneEThimvTXWXZ2wJfS6AQZN75BwCt
IoFK2I/JAwapWbElh2H2j+GvTpPHaCnM7VcrqliKWZpgtbqkcUgSSE/O3kXs8g1n
OW1pYMaRNLRIauV1g08wSR311kcEWjYbRH3CmHMhaHzY8FWk9fKSbPZELWEN1JLs
F79FUgyjdKrjKlEgNOc5
=gwps
-END PGP SIGNATURE-


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



Bug#789596: [Pkg-php-pecl] Bug#789596: php5-redis 2.2.5-1 stable causes segfault in php5-fpm - fix available in 2.2.7

2015-07-04 Thread Jonas Genannt
Hello Michael,

 When calling hSet() a segfault is triggered. Only seems to affect PHP 5.6. 
 We’re using
 Debian 8 with PHP5.6 FPM.

I have tried it with Jessie:

php -v
PHP 5.6.9-0+deb8u1 (cli) (built: Jun  5 2015 11:03:27) 

php5-redis
2.2.5-1

My Test-script connects to a Redis running on localhost also Jessie:

?php

$redis = new Redis();

$redis-connect('localhost');

$redis-hSet('h', 'key1', NULL);
echo br/;
echo OK;
echo br/;
echo br/;

$redis-hSet('h', 'key1', 'bar');
echo br/;
echo OK;


I don't get any segfault. What PHP Version are you running on Jessie? Did you 
tried the
latest 5.6.9-0+deb8u1?

Greets,
Jonas


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



Bug#735709: ruby-net-netrc - #735709

2015-06-04 Thread Jonas Genannt
Hello,

any news on this case? - If you have no time, I will move the package under the 
hood of
the Ruby Debian Team.

Thanks!
Jonas


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



Bug#768983: [Pkg-graphite-maint] ITP: carbon-c-relay -- status?

2015-05-25 Thread Jonas Genannt
Hello Bernd,

 I'll add some dpkg-maint-helper stuff for a smooth migration from the 
 old/inofficial package / config file location to the new one. I need it 
 anyway.
 
 Should I upload it when I'm done?

if you wish, you can change the Maintainer to Debian Graphite Group
pkg-graphite-ma...@lists.alioth.debian.org and use the Alioth project with 
the Git
repos.

So the graphite ecosystem is found in one place. I have added you to the 
Graphite project
on Alioth.

I have created a new git repo for you, feel free to use it:

ssh://git.debian.org/git/pkg-graphite/packages/carbon-c-relay.git


Greets,
Jonas


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



Bug#768983: [Pkg-graphite-maint] ITP: carbon-c-relay -- status?

2015-05-13 Thread Jonas Genannt
Hello,

 ack, I think it'd be better to keep them separate, /etc/carbon-c-relay.conf
 would be more predictable IMO.
 
 Happy to hear other opinions if people are interested since it is just harder
 to transition after the upload. (+Jonas and pkg-graphite-maint)

I would also suggest to use a other configuration directory. because 
/etc/carbon can be
have more configuration files:

aggregation-rules.conf
blacklist.conf
carbon.amqp.conf
carbon.conf
relay-rules.conf
rewrite-rules.conf
storage-aggregation.conf
storage-schemas.conf
whitelist.conf

@Filippo: thanks for doing the work of carbon-c :)

Greets,
Jonas


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



Bug#783179: [Pkg-graphite-maint] Bug#783179: graphite-carbon: please update to 0.9.13

2015-04-24 Thread Jonas Genannt
Hello Bernd,

 please update to 0.9.13.
 I've prepared and tested it in my git:
 https://git.bzed.at/summary/~bzed%2Fgraphite-carbon.git (all git
 clone urls are listed on the web interface).

thanks for your work. I was planing to ignore 0.9.13 version and upload
the next big version. But the release is yet not finished.

I will upload 0.9.13 soon.

Greets,
Jonas


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



Bug#783179: [Pkg-graphite-maint] Bug#783179: Bug#783179: graphite-carbon: please update to 0.9.13

2015-04-24 Thread Jonas Genannt
Hello Bernd,

 I'f be happy to do some graphite-related work @debconf15. I'm looking 
 into getting things like graphite-relay-ng to work at the moment, and 
 similar things.

I will be also at debconf15. If you need help ping me at debconf. I'm
happy to join your work.

Greets,
Jonas


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



Bug#775783: [Pkg-graphite-maint] Bug#775783: [graphite-web] Please prepare a candidate including maxDataPoints backport

2015-01-29 Thread Jonas Genannt
Hello,

 I would like to ask you for considering preparing a candidate that
 includes support for graphite-web maxDataPoints, which improves graphite
 and graphite-based dashboards (like grafana) drastically.
 
 Please see the official doc referring to it here
 http://grafana.org/docs/performance/

that is a good idea. The newest version of Graphite has this included. But 
there is a
patch available for the older version:

https://github.com/graphite-project/graphite-web/commit/5b1015df91b7740a96299594a3a1727238517c20#diff-e87e8c4fda2bf408f4864aad6741df42


Do you mean, we should try to get this in Jessie?

Greets,
Jonas


signature.asc
Description: PGP signature


Bug#775783: [Pkg-graphite-maint] Bug#775783: [graphite-web] Please prepare a candidate including maxDataPoints backport

2015-01-29 Thread Jonas Genannt
Hello,

  https://github.com/graphite-project/graphite-web/commit/5b1015df91b7740a96299594a3a1727238517c20#diff-e87e8c4fda2bf408f4864aad6741df42
 
 
  Do you mean, we should try to get this in Jessie?

 Yes indeed, the performance impact is hge! I strongly recommend it.

I will test the patch and upload it if it works to unstable. So you can test it 
also.

After all worked, we can ask for a freeze exception.

Jonas


signature.asc
Description: PGP signature


Bug#775783: [Pkg-graphite-maint] Bug#775783: [graphite-web] Please prepare a candidate including maxDataPoints backport

2015-01-29 Thread Jonas Genannt
Hello,

 Do let me know as soon as you have something for me to test and I'll be
 there!


I have uploaded 0.9.12+debian-7 to unstable with the patched included. It 
worked for me.

Could you please test it also?


debdiff graphite-web_0.9.12+debian-6_all.deb 
graphite-web_0.9.12+debian-7_all.deb

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

Installed-Size: [-8384-] {+8385+}
Version: [-0.9.12+debian-6-] {+0.9.12+debian-7+}


Attached the debdiff source patch.

Greets,
Jonas
diff -Nru graphite-web-0.9.12+debian/debian/changelog graphite-web-0.9.12+debian/debian/changelog
--- graphite-web-0.9.12+debian/debian/changelog	2014-09-03 19:47:00.0 +0200
+++ graphite-web-0.9.12+debian/debian/changelog	2015-01-29 12:37:32.0 +0100
@@ -1,3 +1,10 @@
+graphite-web (0.9.12+debian-7) unstable; urgency=low
+
+  * added patch for maxDataPoints
+huge performance impact for dashboards like grafana (Closes: #775783)
+
+ -- Jonas Genannt jonas.gena...@capi2name.de  Thu, 29 Jan 2015 12:36:30 +0100
+
 graphite-web (0.9.12+debian-6) unstable; urgency=medium
 
   [ Vincent Bernat ]
diff -Nru graphite-web-0.9.12+debian/debian/patches/add_maximum_returned_datapoints.patch graphite-web-0.9.12+debian/debian/patches/add_maximum_returned_datapoints.patch
--- graphite-web-0.9.12+debian/debian/patches/add_maximum_returned_datapoints.patch	1970-01-01 01:00:00.0 +0100
+++ graphite-web-0.9.12+debian/debian/patches/add_maximum_returned_datapoints.patch	2015-01-29 12:37:32.0 +0100
@@ -0,0 +1,71 @@
+From 5b1015df91b7740a96299594a3a1727238517c20 Mon Sep 17 00:00:00 2001
+Author: Philip Hoy, gingerlime
+Date: Sun, 19 May 2013 10:56:28 +0200
+Description: Added ability to set maximum returned datapoints for json requests
+ This is a backport for the 0.9.x branch of Graphite.
+ This patch is a huge performance impact for dashboards like grafana.
+
+---
+ webapp/graphite/render/views.py | 35 +++
+ 1 file changed, 31 insertions(+), 4 deletions(-)
+
+diff --git a/webapp/graphite/render/views.py b/webapp/graphite/render/views.py
+index 34b2710..813d002 100644
+--- a/webapp/graphite/render/views.py
 b/webapp/graphite/render/views.py
+@@ -12,6 +12,7 @@
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ import csv
++import math
+ from datetime import datetime
+ from time import time
+ from random import shuffle
+@@ -128,10 +129,34 @@ def renderView(request):
+ 
+ if format == 'json':
+   series_data = []
+-  for series in data:
+-timestamps = range(series.start, series.end, series.step)
+-datapoints = zip(series, timestamps)
+-series_data.append( dict(target=series.name, datapoints=datapoints) )
++  if 'maxDataPoints' in requestOptions and any(data):
++startTime = min([series.start for series in data])
++endTime = max([series.end for series in data])
++timeRange = endTime - startTime
++maxDataPoints = requestOptions['maxDataPoints']
++for series in data:
++  numberOfDataPoints = timeRange/series.step
++  if maxDataPoints  numberOfDataPoints:
++valuesPerPoint = math.ceil(float(numberOfDataPoints) / float(maxDataPoints))
++secondsPerPoint = int(valuesPerPoint * series.step)
++# Nudge start over a little bit so that the consolidation bands align with each call
++# removing 'jitter' seen when refreshing.
++nudge = secondsPerPoint + (series.start % series.step) - (series.start % secondsPerPoint)
++series.start = series.start + nudge
++valuesToLose = int(nudge/series.step)
++for r in range(1, valuesToLose):
++  del series[0]
++series.consolidate(valuesPerPoint)
++timestamps = range(series.start, series.end, secondsPerPoint)
++  else:
++timestamps = range(series.start, series.end, series.step)
++  datapoints = zip(series, timestamps)
++  series_data.append(dict(target=series.name, datapoints=datapoints))
++  else:
++for series in data:
++  timestamps = range(series.start, series.end, series.step)
++  datapoints = zip(series, timestamps)
++  series_data.append( dict(target=series.name, datapoints=datapoints) )
+ 
+   if 'jsonp' in requestOptions:
+ response = HttpResponse(
+@@ -230,6 +255,8 @@ def parseOptions(request):
+   requestOptions['jsonp'] = queryParams['jsonp']
+   if 'noCache' in queryParams:
+ requestOptions['noCache'] = True
++  if 'maxDataPoints' in queryParams and queryParams['maxDataPoints'].isdigit():
++requestOptions['maxDataPoints'] = int(queryParams['maxDataPoints'])
+ 
+   requestOptions['localOnly'] = queryParams.get('local') == '1'
+ 
diff -Nru graphite-web-0.9.12+debian/debian/patches/series

Bug#767936: [Pkg-puppet-devel] Bug#767936: Info received (Bug#767936: mcollective, -client: prompting due to modified conffiles which were not modified by the user: /etc/mcollective/{client, server}.c

2014-11-20 Thread Jonas Genannt
Hello Jean,

thanks for your patch! I'm busy these days but I will have a look on the 
weekend and
upload the patch into debian.

Thanks,
Jonas

 Dear package maintainers,
 
 Here is another version of my patch.
 
 I just uploaded mcollective source package on mentors with attached patch.
 
 This version successfully pass piuparts tests, including upgrade and
 purging test.
 
 I'm now looking for a sponsor to upload it into main Debian archive.
 
  To access further information about this package, please visit the
 following URL:
 
   http://mentors.debian.net/package/mcollective
 
   Alternatively, one can download the package with dget using this command:
 
 dget -x
 http://mentors.debian.net/debian/pool/main/m/mcollective/mcollective_2.6.0+dfsg-1.1.dsc
 
 Please do not hesitate to contect me if you need any other information.
 
 Regards,
 Jean Baptiste
 
 On 16/11/2014 00:00, ow...@bugs.debian.org (Debian Bug Tracking System)
 wrote:
  Thank you for the additional information you have supplied regarding
  this Bug report.
  
  This is an automatically generated reply to let you know your message
  has been received.
  
  Your message is being forwarded to the package maintainers and other
  interested parties for their attention; they will reply in due course.
  
  Your message has been sent to the package maintainer(s):
   Puppet Package Maintainers pkg-puppet-de...@lists.alioth.debian.org
  
  If you wish to submit further information on this problem, please
  send it to 767...@bugs.debian.org.
  
  Please do not send mail to ow...@bugs.debian.org unless you wish
  to report a problem with the Bug-tracking system.
  
 


-- 


signature.asc
Description: PGP signature


Bug#763889: ruby-git: new upstream release

2014-10-03 Thread Jonas Genannt
Package: ruby-git
Version: 1.2.6
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

hello Michael,

a new version of ruby-git was released. it fixes some warnings with new ruby 
version.

Could you please update your package?

If you have no time, please give a ping. I'm happy to move your package under
the hood of ruby PKG team in Debian (you stay in uploaders) and I will update
your package.

Thanks!
Jonas

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

iQIcBAEBCAAGBQJULqAlAAoJEPBM7/YBbP/Q76AP/1vwxPFWw7TkF1SGGPRVmF8b
5Ll1qhUeybkSmHkLmaIDUnE9dnKA+sHxQTakYwJHPoyW9+iN1m4qXDg9I07tckDY
NZrVR1mt5KuNy47iMHujkJF/MtdyGV3FSFiRprDbaaFhRD+if3gJKqoFyzt/tZJu
4N4lXr5VkSJz6L/Z9gciPjZu8/0CdI6K6v4cO0GOdKt17BDBzWcz2fk97AovTs6o
yGgQIdsPs+Kt7q4KB0w42NZB9U85jtzGW5oe8RLrs6hZLIYyBX9hK3fj271Uc6cE
aIUDXchXUUX6BdT2NxySeZHsqpFbHB0wIR5R8iyNaSVJO+u3K1epWHXowQ5NBJ17
YwkjDsnmXf9n3XuNdxOqwj6/fHoc+OstYJjjNXbn4IHALg5kIQ3VyL8xQZdf4iOU
wB3tSpfLRu4gHy8AoeVqIxGcLYNRv85RU6OZh/WF9SBx8eZAVtT0/O6g1eBbywOt
VqSMmtLykYmSajqAWcRA2NC6vUK9iGBvVy+N8y2wz8Ylho97wSshQjm5ExsQ2Pi3
1n/MMgC9J3OaD9v8C68avGi7RQvKSYoSRHWSTH0lm3ZMxVwjebXydqUF7NobqMTQ
3r64t1xZhYbkuK/YoQGpr3qmImMOv1SNsYB44LQLMPh3YNULychmdmBttTL2qvFg
mV3ymZtqLn8jvdfQci6W
=N08N
-END PGP SIGNATURE-


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



Bug#735709: ruby-net-netrc

2014-08-08 Thread Jonas Genannt
Hello,

please see attached patch, we would like to get rid of the transitional 
packages.

Could you please apply it? - If you have no time for that, we can move your 
library to
the Ruby Packaging Team. You would stay as Uploaders, but I would take care of 
it now and
apply the patch.

Thanks,
Jonasdiff --git a/debian/control b/debian/control
index 87b7b50..bd7060f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,6 @@ Section: ruby
 Priority: extra
 Maintainer: Tatsuki Sugiura s...@nemui.org
 Uploaders: Taku YASUI t...@debian.org
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7.0.50~), gem2deb (= 0.2.13~)
 Standards-Version: 3.9.3
 #Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-net-netrc.git
@@ -21,13 +20,3 @@ Breaks: libnet-netrc-ruby1.8 ( 0.2.2-2~)
 Description: Pure Ruby library to parse .netrc file
  Net::Netrc is a pure Ruby library to parse .net file compat with
  ftp(1) / netrc(5).
-
-Package: libnet-netrc-ruby1.8
-Section: oldlibs
-Architecture: all
-Priority: extra
-Depends: ${misc:Depends}, ruby-net-netrc
-Description: Transitional package for ruby-net-netrc
- This is a transitional package to ease upgrades to the ruby-net-netrc
- package. It can safely be removed.
-


Bug#756009: RFS: python-pypuppetdb -- interface to the PuppetDB REST API

2014-08-06 Thread Jonas Genannt
Hello,

I have done packaging for pypuppetdb (#756009). This library is needed for the
puppetboard. (#754796)

 pypuppetdb (0.1.1+git080614-1) unstable; urgency=low
 .
   * Initial release. (Closes: #756009)

Git Url: git+ssh://git.debian.org/git/pkg-puppet/python-pypuppetdb.git


I would like to do packaging of pypuppetdb and puppetboard under the hood of 
the Puppet
Packaging team.

I had to use +git080614 as version because in version 0.1.1 the copyright 
statement is
missing. upstream has fixed that in git.

Could any dd please have a look and upload it?

Thanks!
Jonas


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



Bug#754796: RFP: puppetboard -- web interface to PuppetDB aiming to replace the reporting functionality of Puppet Dashboard.

2014-07-31 Thread Jonas Genannt
Hello,

 Am 2014-07-29 00:04, schrieb Jonas Genannt:
  both packages are ready in git. Upstream need to add a correct
  copyright statement, but he will do it next week.
 
 Very nice, thanks.
 
 Can/will you support a backport to wheezy?

I don't think. Mainly because I'm only a DM within the DD process and I need to 
ask every
time for a sponsor. (saving sponsor requests for unstable uploads :))

But if you are willing to sponsor the packages, I can do it.

I will inform you then puppetboard hits testing.

Greets,
jonas


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



Bug#756381: RM: ruby-amrita2 -- ROM; upstream dead, does not work with newer rubies

2014-07-29 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello,

could you please remove ruby-amrita2 
(libamrita2-ruby1.8,libamrita2-ruby1.9.1,ruby-amrita2) from Debian?

- - RC buggy
- - upstream dead
- - upstream homepage dead
- - does not work with newer rubies
- - no rdepends

Thanks,
  Jonas

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

iQIcBAEBCAAGBQJT14eJAAoJEPBM7/YBbP/QTegP/3LKLwxxdZVgTZEtoXv2rg/k
LEgSjB+dLJvMxkEboiGq0N7J991V5WzxyKORyITMwauZzwZ/HX7C4yP94XRFLkBR
+7/DfBcKn2UlfsflzT+1qOrLeyECryxdRPizFNBJRFr96afxAK3VVQSoyHYtpWQj
H234fHKGNcJMbjFDlBgsA/PiEDtVyJeDry42vxHcCRWec8tetCstqADQE0ZO2DYq
nFFPhxG+rSOaX11LihVIeoUGaI8t8WetS0aFt3vtar11b9gumb7iXFdzpRtdkJwZ
ACpK6Aa0PzFlvXWm0cWjVTWmgLhqGGGRs7JVJXe/JRjWdOJuJfU9Fm6VVqCEbvGB
f/z3bcKRwGIflZ74GR1iqovWSHyczp0cuom3kVT0HdTek66rIZbAfigqY0zIJNzc
2QhNx1q+1qevNkV76Z1hfXvmTZbsLj4Q3qlahpNcWqj+FMJxgu8oNrwAu1/RT+B3
+hLed/gvFUDlGwc1EUkgGWLbWjsKk+WXXxl4W+IIJOGmwcUzp1Bkp2RJ6RCH/Ugh
ftwUputCA7NjYvrKPsV+gRxXJU5Fz6CL42YJRMXLl+2W0+cQgH7fuFXaoDS2zPfk
67knZigaFyaFbH9DC4I4F8a0Qa61qsSQc1bJ4MVCsqUDHnQgOXXvEph/0KOsoG+j
vN6s1FeJ0F4A0NyxeWLg
=Kurh
-END PGP SIGNATURE-


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



Bug#754796: RFP: puppetboard -- web interface to PuppetDB aiming to replace the reporting functionality of Puppet Dashboard.

2014-07-28 Thread Jonas Genannt
retitle 754796 ITP: puppetboard -- web interface to PuppetDB aiming to replace 
the reporting functionality of Puppet Dashboard.
owner 754796 !
thanks

Hello,

both packages are ready in git. Upstream need to add a correct copyright 
statement, but
he will do it next week.

You can use the packages already:

Puppetboard:
git://anonscm.debian.org/pkg-puppet/puppetboard.git


pyPuppetDB Library:
git://anonscm.debian.org/pkg-puppet/python-pypuppetdb.git


Greets,
Jonas


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



Bug#755638: [Pkg-graphite-maint] Bug#755638: graphite-web: Please ensure it works with Django 1.7

2014-07-26 Thread Jonas Genannt
Hello,

 If the current package works fine, please close this bug (or retitle it as
 a suggestion to implement Python 3 support and drop its severity to
 wishlist[1]). If it's broken, please tag it as confirmed. If it's not
 broken, but would benefit from further work, please tag it as confirmed
 but reduce the severity.

package works fine. Only wsgi file needs some tuning:

diff --git a/debian/graphite.wsgi b/debian/graphite.wsgi
index 559b558..04e4bdb 100644
--- a/debian/graphite.wsgi
+++ b/debian/graphite.wsgi
@@ -1,5 +1,7 @@
 import os, sys
+import django
 os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings'
+django.setup()
 
 import django.core.handlers.wsgi


Will upload a new package soon.

Thanks,
Jonas


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



Bug#756009: ITP: python-pypuppetdb -- interface to the PuppetDB REST API

2014-07-25 Thread Jonas Genannt
Package: wnpp
Owner: Jonas Genannt jonas.gena...@capi2name.de
Severity: wishlist

* Package name: python-pypuppetdb
  Version : 0.1.1
  Upstream Author : Daniele Sluijters
* URL : https://github.com/nedap/pypuppetdb
* License : Apache
  Programming Lang: python
  Description : interface to the PuppetDB REST API

 This library provides a Python interface to the PuppetDB REST API.
 It's a thin wrapper around the PuppetDB REST API providing some
 convinience functions and objects to request and hold data from
 PuppetDB.


Package will be maintained by Puppet PKG Group, this library is needed
for puppetboard #754796


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



Bug#754796: RFP: puppetboard -- web interface to PuppetDB aiming to replace the reporting functionality of Puppet Dashboard.

2014-07-25 Thread Jonas Genannt
block 754796 by 756009
thanks

Hello,

I'm also interest into puppetboard. It works quite well. 

puppetboard depends on:

python-flask
python-jinja2
python-flaskext.wtf
python-markupsafe
python-wtforms
python-werkzeug
python-itsdangerous


Only pypuppetdb is not available in Debian. I have created a ITP for
pypuppetdb:
python-pypuppetdb #756009

Basic packaging is done, but I think pypuppetdb does not have a correct
copyright information.

Only copyright information is in the code as code:

http://anonscm.debian.org/cgit/pkg-puppet/python-pypuppetdb.git/tree/pypuppetdb/package.py

I don't think it's enough, I have written upstream to fix it and
release a new version.

Greets,
Jonas


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



Bug#744708: [Pkg-graphite-maint] Bug#744708: graphite-web removed from testing

2014-06-25 Thread Jonas Genannt
Hello,

  yes, but I'm very busy with my day job. It's on my todo list, will
  do it asap.
 
 OK. I understand, this is sometimes hard to keep a package up to date
 and RC-free.

I have added the missing sources of ExtJS. I can't use the extjs
package that is available in the archive, because it's a different
version.

Now only the sources of ace is missing. I did not figure out, which
version is used. I will try it and also write the original committer of
ACE a mail to ask him.

Greets,
Jonas


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



Bug#744708: graphite-web removed from testing

2014-05-17 Thread Jonas Genannt
Hello,

 Do you plan to work on this issue? grahite-web has been removed from
 testing now.

yes, but I'm very busy with my day job. It's on my todo list, will do it asap.

Greets,
Jonas


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



Bug#742706: ruby-net-ldap: CVE-2014-0083

2014-03-28 Thread Jonas Genannt
Hello Moritz,

thanks for your report. I have checked the version in Debian, and I think they 
are not
affected by this SSHA salt problem:


http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-net-ldap.git;a=blob;f=lib/net/ldap/password.rb;h=503c7fe6b30870a7a33890f74b1da060cff40399;hb=HEAD

Upstream (newer version) with SSHA:

https://github.com/ruby-ldap/ruby-net-ldap/blob/master/lib/net/ldap/password.rb

I think we can close the bug?

Greets,
Jonas


signature.asc
Description: PGP signature


Bug#741570: ITP: ruby-virtus -- Attributes on Steroids for Plain Old Ruby Objects

2014-03-13 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-virtus
  Version : 1.0.2
  Upstream Author : Piotr Solnica piotr.soln...@gmail.com
* URL : https://github.com/solnic/virtus
* License : Expat
  Programming Lang: Ruby
  Description : Attributes on Steroids for Plain Old Ruby Objects

 Attributes on Steroids for Plain Old Ruby Objects

For Gitlab, maintained by Ruby PKG Group

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

iQIcBAEBCAAGBQJTIjgQAAoJEPBM7/YBbP/QOAIP/jTcHNpG5TIEjOaVdb+Qc3SK
wGE92TVwm16Vs9FCxoNFcBTBJZpjdpATJvDTfeR0m8Y3J5s10qc+ZjSfHiwjMhg7
ML+0nsMgge9tyx59p6z0LNpJAOtCVpqz0QaO3S86jGhoM0fPgNDtE8EE8CfcunTs
K9fKoU0+i46XJnHd5D8GHUxXJKgYFTC6kfmxzu+nagJUvPaSqmxEhTHmIfARD7po
0x73jBrKk1JdFku3PgOWPfS98Z6K7UqsQd9ulhnyvDsZ9Ne2ERNLDg0C7ld1EuHZ
PPS/RgTyvYDetis+GAH3v28D+3xPAfSmtU8eY8HmpRAlplQx50Uq+N8eRWytQCUL
ySyqEigMAqQVyncq4sAAWo/VRJA+0TJUlLAB+zsrjPgkXhr5dGgkkDPqPNK1VVnC
r5F/N8BK9aB2hTzcP9vmHqfF8toz7k7ogLjXfSGRNGTbwunEf3BIDieW6A7QL6h+
Vb3HrO43L6v5y4ziydAhKRksgNkYrCZwz6Ja5C7JKPRvs3Tdylq0vvgyPKkv26lQ
JKkbjCi7CCMg1bW8JRDeHO2ATUKPSTidFjctxB2LcnMebe5I9L7VTStOhNwlpfCC
hP6S0QTpz6DaeRVqV3HEQHElxHfOXu2iidgkZ6QufaXxmVM3ubA5VPE+UZUtuE7x
gQosLtMxJR3PjSckRRA5
=6gAc
-END PGP SIGNATURE-


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



Bug#741571: ITP: ruby-inflecto -- Inflector for strings

2014-03-13 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-inflecto
  Version : 0.0.2
  Upstream Author : Markus Schirp m...@seonic.net
* URL : https://github.com/mbj/inflecto
* License : Expat
  Programming Lang: Ruby
  Description : Inflector for strings

 Inflector for strings


For Gitlab, maintained by Ruby PKG Extra Team

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

iQIcBAEBCAAGBQJTIjyPAAoJEPBM7/YBbP/Q71IP/1DP5VbJdEglgu/pqW5E0Xj3
FFHNxnl43XOyc+JFYgweAgp7HGpJoMNiVdvTvc2ScBl8y0z9b+pvtwT41lRH3/+Q
AihB+Ge+wOPCkXjt5Cj/arU3qG239EawKL87IpI+va0J79byMUj3MHfept2JiZIm
XUcrzfZjnLsuUC/0VasC/HpGUC/I5hysC/oaO2WJhba/52UrAZ8lzRQ+yM++DrEQ
wCU19fb6mpXi+A8/iiQCcqmF4w4W3r/fpM2hNcbk59EreUvr+yLYKkl6FaKiL2h7
54EkqzoijR5S0+p+/XxzOgI2MIrET9mnrYvZohcXkC4/3Vgfb21z+HfeNhfvlEoG
w7AGMFf3pSIhKS2W/z1vJsZ+YbCUQ3599zSViySEXloe23zvJ/LvmvuQAm28ywlW
4jblDpC4j/yKx87pbUw3tZrFuWJgVeF+b8IZSjXB5M0FS1rMYKuTcfg8Vy1A102i
XFkLSw299iwxUoi1VhUPuaBCN7/m2EhxLJtCEsw+jPvA0qXlbIn4yo6d7OqoQcRv
Yjs/2z5JTjB6+4z3upKzSYbQDrFnwQqo21FPZKAY8/jmns5iUCFtexVwAIG+WEL9
7tpPKHdYCpSyFXL3abRWfNppVDWUSCrEImcRdEC5elE1JDXySflUWEyVVIjz9qjt
j9d9faimytHNzj3hEWmW
=2cTg
-END PGP SIGNATURE-


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



Bug#741484: ITP: ruby-em-mongo -- An EventMachine driver for MongoDB

2014-03-12 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-em-mongo
  Version : 0.4.3
  Upstream Author : Brenden Grace brenden.gr...@gmail.com
* URL : https://github.com/bcg/em-mongo
* License : MIT
  Programming Lang: Ruby
  Description : An EventMachine driver for MongoDB

 EventMachine driver for MongoDB.


for ruby-em-synchrony, that is needed by ruby-redis, for Gitlab, maintained by 
Ruby PKG Extras

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

iQIcBAEBCAAGBQJTIN6+AAoJEPBM7/YBbP/QAv4P/jB67nnGB3LR08NHGj0KnGKv
JhauQrUePIXOSnK2Js1kqB3sDGK/43X/+GeaCiVjsj1Br2a5Jh3V01EdyS2hp9H4
LMyWzwEJiuCqRYtXCTlSJdEeBopEvu8MDAE0ob1QT5/gPKAa0Nq09tXxMzBJEtiK
9RavtZ0A6WXI25/bH99utA6uNeWqrCwukg7XcrHs57L3krx6xw4NMOLepiTgekPz
qufi8gzEX3yRZRSP8jE84wMIrzaXttQOnLQTooSoSZ2YGfS11eQ2FrtW87okkNio
bEG55XknnKkIzOs/qKgJI52lXN5LWnrZTK14xEm5p+0ud+Au9SoELs4qDeMwMc4Z
g10EDTHRfCxzjnXyHb45ZC1bs758+YgpVl9g9nDI61kFJ8K38S9scuNEzd35xv07
zr/eQCXtKQMfbVBSQBMa6XNGHcDdYiZzZnbge9vr1eUoJrOb9FGKhInCTJ5r9LU7
2Qg0Rl2J1DSYqbIxxE+d7ApMWEKOcj+G0JF/mIuqlYDjUTfCc6ppq0yzwip/JwnG
jVJ7Htg6bKedjEEsNvHogeErgEce3llFa/1mRAHS2eBw6zq4oi2tXkl4OVgSL/yv
MsW1VwzSGJ9aDeQOGR2QW674oZLhY1PJUt1RbC7RWpy/f7v/BVglRTR6fbIfb6i9
EZnMv9CvJxcxUfNNwIbB
=lW5R
-END PGP SIGNATURE-


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



Bug#735453: libsbml5-ruby1.8: build-depend on default ruby/comply with Ruby policy

2014-03-11 Thread Jonas Genannt
Hello Andreas,

 
 Perhaps you could simply verify if there is even Ruby 2.0 support and
 we simply need to upgrade?  Just make sure you will not waste your
 time on old code.  Feel free to commit directly to Debian Med SVN
 (any DD can do so) if this seems to be more simple.

sorry for the late answer, I had a look at the new upstream version.
seems to be not better.

I suggest you to remove the ruby bindings since it has a popcon of 0, I
don't want to spend more time for that.

Greets,
Jonas


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



Bug#735660: ruby-filesystem: ruby1.8 won't be available on Jessie

2014-03-11 Thread Jonas Genannt
Hello,

is there any change to get this package back into shape?

Upstream seems dead long ago, perhaps remove it from debian archive?

Thanks,
Jonas


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



Bug#740761: ITP: ruby-axiom-types -- Ruby module for abstract types for logic programming

2014-03-04 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-axiom-types
  Version : 0.1.0
  Upstream Author : Dan Kubb dan.k...@gmail.com
* URL : https://github.com/dkubb/axiom-types
* License : MIT
  Programming Lang: Ruby
  Description : Ruby module for abstract types for logic programming

 Define types with optional constraints for use within axiom and other 
libraries.
 Abstract types for logic programming


For gitlab, maintained by Ruby PKG Group

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

iQIcBAEBCAAGBQJTFihuAAoJEPBM7/YBbP/QsEEP/1EHGyI1yiGBJc0VOPi7V0Xl
xDg0rasgKBVH0X+rks6Werpk9+rT4cszNjNAm130smgRnHWGWJa2ft7IUqcAnps7
1rSYRdaRg23zTY6bfjh7BV9PkTr1kqkGUZF7Vsy8I/t4xyu5d8Cov5IhglZ9sggj
hytsyEnCQH4uTpl86uD4O3qOKESp616lGoYYuZKzCfSk0YrSeQ+5Mpwqq23soWs+
MUTTq2SEisIhJaqtraPgylPDLSHrUbYOZI0PYH75XKb2zvrhNRhMYBITWwE3sVl7
eg91hsnXES/l/0JyRKtZLrKoQhKYyOY7L8Twb5DOya0JjvieoxaCsuVCu8JIWz6I
qFWv+Z0Fz4tnpAyAX/7Yqgt0eFAWUYwDTBUJ+8Kf4FQ4DdLjFha669eQFM7Q15Wt
wclUSMxexGkVK8x9XOB+Zq7+fq9S3rMMMHWS/2EV84580GtO6aZ/PwUifPi7pmfN
bAisf0PuwKGz1zccJqJvSrNd075cua2rUEW3s5Jq+8hcCmtCl2kPgjL5njpZ/ydG
QF/vXY4oEimewmt/ibbObmocdB5zLXsR5yyybgrgIMDqAlvJg8lLUAh1UwfPUcJS
4EC0JhU3W5TCJBCVybMTB4QdQ+jh4SDvkGGiG2iZf90pcbMuMGwNVSeb28wtQEGR
f5jIGm4gl7K0wLGlxpjP
=1dDO
-END PGP SIGNATURE-


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



Bug#740766: ITP: ruby-multimap -- Ruby multimap implementation

2014-03-04 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-multimap
  Version : 1.1.2
  Upstream Author : Joshua Peek j...@joshpeek.com
* URL : https://github.com/josh/multimap
* License : MIT
  Programming Lang: Ruby
  Description : Ruby multimap implementation

Multimap includes a Ruby multimap implementation

For Gitlab, maintained by Ruby PKG Group

gem does not include spec files:
https://github.com/josh/multimap/pull/4

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

iQIcBAEBCAAGBQJTFjW6AAoJEPBM7/YBbP/Q474P/0kvKYr3q5Ge3yzQqy2EQl9i
XzdcKbonJEa9zd//kDl8NPIl2iZ/4K55Gvm1jlW+7KJ2OdQ/rEDdWWt7uHTVaEyg
h/5pUdjaZ28nfYj1iTfJtQaHI48OZMWNejGGTzQ3XWR4jYKWFVXydmQJ/kKl+P7S
74czewHhw6EpngK5SnMl2mRtAN7JkHwIoNUy4ZSNnEwOZ8j4NFGBijs20u+xsRCC
DZj3IhtfdJ2v3zYeedQgojrYRvHvM3ef1bhJAsklxFIilRqYi1c1Hqe9X5K99gKL
JZkuu9M5mLwwdxcoiyVP7ug5vleq3maDb9wffZ1OggmfWkdsSXlUQE2ouIAYwJyz
emvMtRab5cxJ+RGdktMhqiwylKCrWB+GLTzHrG8K53I+IygTuJMsQIQM/eSuDzvC
ANHxNag/WXkDpd+2A8mw9rdLnm7nA8DXQvmly95nwdWEZI6jZ8Uf6sivA9XSSNhk
+TZYtrzGedpJBZ6GIYr0pqmF1OawO3d465h2ykzLc/Osv5ii/pPaAWQ08/sPOamj
ZV8Q200k+NL0TxvDDYlKyRSXhGAdQI90ScqCXGzcHM6kkTamYkaLgdhVOtJ9wt+U
uqbP/VOzyLboTq8g1Sr35l6c7vpXyxvE+KlXNx9/wv1g8cG2qx8wjMK4qYb99XEj
DdMFmAIaEiWtZcDXDAwI
=HJb/
-END PGP SIGNATURE-


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



Bug#740623: ITP: ruby-ice-nine -- Deep Freeze Ruby Objects

2014-03-03 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-ice-nine
  Version : 0.11.0
  Upstream Author : Dan Kubb dan.k...@gmail.com
* URL : https://github.com/dkubb/ice_nine
* License : MIT
  Programming Lang: Ruby
  Description : Deep Freeze Ruby Objects

Deep Freeze Ruby Objects

Gem for Gitlab, will be maintained by Ruby pkg Group

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

iQIcBAEBCAAGBQJTFL9cAAoJEPBM7/YBbP/QmDwQAJL8Vc5DTk8at9GBVBrt0q0d
0GTHNp+chGfeUXusJHRfZmzpRGztD/NvKwR7p82wYg0sO4X2DKHEd54Njmz+8/Dp
vM2B/6wkvsrGyfbafzqiXcxpGnx+JytKYugEE9aj5mBk09bR8DoHddzUyXA65wEz
BEaPAIyOrmBVWIk9ZwFhgzT6tq8EjGpSqyB0+sNSWCRclLp+7TttcT3J65k2nUHt
YohJdtgbp1X7cIti49LqfBu8Ub3Qcl7dt5v64J+F/Uon03RTNv48rUj19G2qJPAs
vlUEcPI3CvBRKWBprm2yUqFPSN3sP2kscmakgP1McltV/UVF7Gbg4Jk/wSIpmCv0
3+F242tn7Cp1SfTLB+EVWPHJhZe3PRxiJ2AY6noBF6KOw10hbwWiMf4cktMzQUzh
8yUWbtCLh3llj8PPd41sdBYhKqUgQC1yAJkGtubpg1fgqaAVZKdGEZApnKRwv9ou
d78JYcOr5tYWa31k6N7DpHTVpVIWVMqxZoSMX2idLaKF5fDBF+NzVSYTLj7hA8kw
PVd1dvHGkIf51RH3nhe3y948MfyWR4zqmq/OwlCBU3PRHXtqcFovpHXkj86a50x4
xYmkhhfmZV4caT6eBtKyzG1f8lnG5xkCMpXx3fDdvoX80nT7EnPHOIz+KG2Uaw8u
FZ+8mVrgJeN2Z4NImn/3
=MTfB
-END PGP SIGNATURE-


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



Bug#739517: [Pkg-graphite-maint] Bug#739517: graphite-web: Depends artificially on unneeded and deprecated SQLite 2 Python driver (python-sqlite package)

2014-02-22 Thread Jonas Genannt
Hello,

 The Debian package of graphite-web depends on python-sqlite which links
 and provides access to the old SQLite C lib version 2.x. But Django 
 doesn't support (and never has) SQLite 2.x but rather version 3.x.
 
 jessie ships with a default Python version that already includes a 
 working SQLite3 stack in the standard library so the erroneous
 dependency should be simply removed.


thanks for your report - that's correct Graphite Web works without the 
python-sqlite
library. I have tested it.

Will upload a fix soon.

Thanks,
Jonas


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



Bug#739711: ruby-em-http-request: license information of debian/ files missing in d/copyright

2014-02-21 Thread Jonas Genannt
Package: ruby-em-http-request
Version: 0.3.0-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

license information about debian/ files are missning in d/copyright.

Please fix it.

Thanks,
Jonas

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

iQIcBAEBCAAGBQJTB5r+AAoJEPBM7/YBbP/Q/HMP/2E4lC916xUAxhBzae0ppxPl
dZuJQniqzEing6+RyWCU1Q/MZsIJzVqU28olxFXlTJuSrQ0y51q2txd6UtFJbxEV
iQMotO8tYJqX0R5M5cIAflUseX+IHQhSjVDWywTTgxXoGaHtumJrfw47NhHShySC
wcd0Y4+e39pWl6JvYz/53kpJuXRkM50bZcGKE7GJ3WJUaCi/vTnPQMHPrhwmWyM5
7Unx8yAGYtSdnecPF1e+UID+xIbkOzHHV2n5IFOO14a+dflAPbK1ADbNNBZUC5Bh
j3+9401um5He/1qZuNQXbV5m2QgojULfa8mofSfmCxjQz+yN0f+IUcLFfL/Vi1qj
dbNVIYqJuNRKuRRu0XPlqG3KhE7pUBsmGDGVftKUkBKbHD0zTtoW+WBhZYtIEv1A
YbBTpQflmZp8qDriU/TOmC1qIKO001GTAfdFdowari1n7317LuuvD7+tn9WGU61M
o2nmxzu7757Kkih5rVKNnpCzF7W2ALiEN5Xj7xmsZySaJS7FcwsQ0PJxbUr1mfCi
jOdmFxLaBdPj80NIN4j4rgXZiUCWiha4Is+Ck1xAs2wyf9SbejE9V1IM5YUAJXZZ
1aZRo/xIZ+wK2M0CYyO0T4uOlvBAQ4fix5Fy++AuHjEg+ChyCf6z8z56HIsBBndn
4iac8tIX0ZLqLITAhSrG
=2EVK
-END PGP SIGNATURE-


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



Bug#739711: ruby-em-http-request: license information of debian/ files missing in d/copyright

2014-02-21 Thread Jonas Genannt
Hello,

I'm writing you, because you have commited stuff into the package 
ruby-em-http-request.

http://packages.qa.debian.org/r/ruby-em-http-request.html

The statement about debian/* files is missing in d/copyright, and I would like 
to
update the package to the newest upstream version and add license information.

Please have a look at the copyright file:

http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-em-http-request.git;a=blob;f=debian/copyright;h=fc49875e5ed4fcdeaea89180f7efb21fa9cbb1d5;hb=HEAD


I would like to add the following statement about debian/* in copyright:

Files: debian/*
Copyright: 2012-2013 Praveen Arimbrathodiyil prav...@debian.org
2012 Tollef Fog Heen tfh...@debian.org
2012 Cédric Boutillier bou...@debian.org
2014 Jonas Genannt jonas.gena...@capi2name.de
License: MIT

This license is the same as upstream uses.

If you are fine with this, please acknowledge this change, via sending a mail to
739...@bugs.debian.org.

Thanks,
Jonas


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



Bug#710044: update ruby-em-http-request to latest upstream release

2014-02-21 Thread Jonas Genannt
Hello,

tried version 1.1.2-1

Got errors: https://github.com/igrigorik/em-http-request/issues/262

Greets,
Jonas


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



Bug#711905: ITP: ruby-descendants-tracker -- Module that adds descendant tracking to a class

2014-02-21 Thread Jonas Genannt
Hello Padma,

are you still interested into this ITP?

Or could the Ruby packaging group just take our your ITP?


Thanks,
Jonas


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



Bug#739724: ITP: ruby-tinder -- Ruby wrapper for the Campfire API

2014-02-21 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-tinder
  Version : 1.9.3
  Upstream Author : Brandon Keepers bran...@opensoul.org
* URL : http://github.com/collectiveidea/tinder
* License : MIT
  Programming Lang: Ruby
  Description : Ruby wrapper for the Campfire API

Tinder is a library for interfacing with Campfire, the chat application from 
37Signals, allowing you to programmatically manage and speak/listen in chat 
rooms.

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

iQIcBAEBCAAGBQJTB9hLAAoJEPBM7/YBbP/QDpEQAJwD6i3hRsV/MyFnb3sIr33B
d9HMNDJ3dlDfv8mOAxGGiQiVUeBdvEUVtyOYIRu+VBEOcqGIZ3DTZqGFKzD39Sil
0Fu5OS1+3ndMPe7BUn18JL4Ppp9AspmPAQVZZE8t2OqXOkpziuS44+K4fJxb87EC
jcPFrcK6bFO/QMhITxgoKRlsmW8O+LAy47/vgZ4wMUJuw82QxQhVs3hW2GqocRPI
gMys5owsf1ArXMUtvq/IPoZW1RJDoAj69GkrvhFq/JkIuAJ1VYFY3BHugq6G92zE
dUzug0oBJemffIiKaoHVbgeYcbi7wizXql/bcQzB2uLGgHASwmYfq7dwnGcaF8DD
yF9uw/BUP/OFv9+udzMVnzAU231k4aw9gbEn/1g5m6/EfJGmLnMpvmhZXYEHn9BE
fptT4dzYsuwza+A73LDQMv0Q7a8oIdA5JmMc4kBBdXSWQxa+aenFT4FaAQmczZsF
6x66wHiHn9PrD1iHrK/EFZys21BQlB5WfF9vLkUQW1IBdEGc6+L2fUMbU81i8xe1
xrba9F2NzckcSxWZ3RPpMDN0wLtTb0BZWrJndVRgfOCV04FoQ7uITJLKfKog0qIj
3NKTclLuTUL1QG0aWJyeFdh7/WXa9+YeXSM1wl96E8DHUPIJvt5tW1znYY0kH/wd
KP3yWBqm1E4pog2kJtHj
=+AeM
-END PGP SIGNATURE-


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



Bug#739724: ITP: ruby-tinder -- Ruby wrapper for the Campfire API

2014-02-21 Thread Jonas Genannt


for gitlab, will be maintained by Ruby PKG Group


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



Bug#711373: RFS: ruby-cookiejar

2014-02-17 Thread Jonas Genannt
Hello,

another update for gitlab depends, ruby-cookiejar was sitting in NEW for about 
9 months.
upstream did not included license/copyright information in tarball.

I talk to upstream and he added license information and switch to 2-clause bsd 
and
release a new version of cookiejar.

 ruby-cookiejar (0.3.1-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 0.3.1 (Closes: #711373)
   * d/docs: added README.markdown
   * d/control:
 - bumped standards version to 3.9.5 (no changes needed)
 - updated homepage url
   * removed patch fix-test-failures, included by upstream
   * removed patch remove-rubygems, no longer needed
   * d/copyright: updated to new upstream version (switched to 2-BSD)
   * d/ruby-tests.rake: upstream changed directory and names of tests


Could any dd please upload it to NEW again?

Thanks,
Jonas


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



Bug#720757: ITP: ruby-seed-fu -- solving the problem of inserting and maintaining seed data in a database.

2014-02-16 Thread Jonas Genannt
Hello,

is there any progress to get this in Debian? If you have no time, Ruby PKG 
Extras can
take care of your ITP.

Thanks,
Jonas


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



Bug#717483: ITP: ruby-colorize -- Ruby string class extension that adds some methods to set color, background color and text effect on console easier.

2014-02-16 Thread Jonas Genannt
Hello,

is there any progress to get this in Debian? If you have no time, Ruby PKG 
Extras can
take care of your ITP.

Thanks,
Jonas


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



Bug#739158: ITP: ruby-turbolinks -- following links in your web application faster

2014-02-16 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-turbolinks
  Version : 2.2.1
  Upstream Author : David Heinemeier Hansson
* URL : https://github.com/rails/turbolinks/
* License : MIT
  Programming Lang: Ruby
  Description : following links in your web application faster

Turbolinks makes following links in your web application faster.
Instead of letting the browser recompile the JavaScript and CSS between each
page change, it keeps the current page instance alive and replaces only the body
and the title in the head. Think CGI vs persistent process.

For GitLab - maintained by Ruby PKG Extras

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

iQIcBAEBCAAGBQJTAIz5AAoJEPBM7/YBbP/QGFEP+wajkN30MjDI8Y6wdjSAv3CW
1hKQutGYKNpAZ9/Mgls3oYYHYoiHtkTJwXPA2DWfgwpIUmOkvF2J75d8cSHnlvRH
Vygajw6jwjHKbIRu+0PmEN08YbHLOqJWm+NCYwIB+MVQ508uKyx6W47JxnxJzrc1
u94Z0kaYGus7Jv9LmC96vNAZyVPYzpHi5aDsF5+CuObScw+Ux5hcJA6EpetataiJ
z1vub4zYYRrs4w55F8Z1Mw/KBLcXJ1aikg3qopsM7qmIhPwGZTyEN+o+cZoQWLfb
eOPkvoRSi/99qyy5wT6TkIdnRbQOP7UmT9qgstNVBezmjjIFQ7pipVDxwb/hB8Ti
xTlBmX+Rm7kKGH+/rCaqvG3lg7USIzdP43NXibRohBhmGeJYLGxVeo90mT3AUttJ
ZoI6M1Yr/Pyh43+NTW4z8coGxNZfHP5h9oLQjpZywq6pKNlUssYleYjFp89Daod6
lkk2Ff3o/5zoTxbAsoqjQ3uvDOk3GMjsM6UAUmWl3spWqca+JTyfYO6iaM9lQ1Vh
f2GorgYu3EHGaLzRT0M7Bf6NkemVPhLYG/UPaUxSkS0S7g2xTNuYE8nzd8kpQKkt
qsPAZgULjydGhGv9XKFaSRpwy61RYOf71qXkJkd4CjJeRacw4nFVOJbKVwiqK3c/
XoJYuGSnYwO4TRSQu3Vd
=tX7s
-END PGP SIGNATURE-


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



Bug#720757: Fw: ITP: ruby-seed-fu -- solving the problem of inserting and maintaining seed data in a database.

2014-02-16 Thread Jonas Genannt


Begin forwarded message:

Date: Sun, 16 Feb 2014 15:27:26 +0530
From: akshay pai akshayhpa...@gmail.com
To: Jonas Genannt jonas.gena...@capi2name.de
Subject: Re: ITP: ruby-seed-fu -- solving the problem of inserting and 
maintaining seed
data in a database.


hi,
it would be great if anyone can take care of it as i am not finding time to
package it.

Thanks,
Akshay Pai


On Sun, Feb 16, 2014 at 3:23 PM, Jonas Genannt
jonas.gena...@capi2name.dewrote:

 Hello,

 is there any progress to get this in Debian? If you have no time, Ruby PKG
 Extras can
 take care of your ITP.

 Thanks,
 Jonas



-- 
hi, it would be great if anyone can take care of it as i am not finding time to package it.Thanks, Akshay Pai

On Sun, Feb 16, 2014 at 3:23 PM, Jonas Genannt jonas.gena...@capi2name.de wrote:

Hello,

is there any progress to get this in Debian? If you have no time, Ruby PKG Extras can
take care of your ITP.

Thanks,
        Jonas



Bug#739168: ITP: ruby-better-errors -- Better error page for Rails and other Rack apps

2014-02-16 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-better-errors
  Version : 1.1.0
  Upstream Author : Charlie Somerville
* URL : https://github.com/charliesome/better_errors
* License : MIT
  Programming Lang: Ruby
  Description : Better error page for Rails and other Rack apps

Provides a better error page for Rails and other Rack apps. Includes source code
inspection, a live REPL and local/instance variable inspection for all
stack frames.

For gitlab, maintained by Ruby PKG Extras

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

iQIcBAEBCAAGBQJTAKYCAAoJEPBM7/YBbP/QlM8P/2yOnbp1E+imkr2zDTFUHpaQ
JFAlOA337USQobZ3ANgSrxa8UuvEdbbVsgu3f4sCZQ41clMsOy6NFEgNY/rxgoVk
zU/g4bgYW26ld5ljxXN2S9j0nSYH88sLIWPiI5+kYmRVpAp2xv71GRIT0HB4kENo
3WAgekJ4T7OEiygImtzFkhsUKku7c85RJx1ncS5U61w/nn6QbjkQwNo1ah4IiPY2
QghIJLBR1XY3btYSFYJW3HgQD93xiqzFtTj3sCCpl/2dqu8/Rca2fVX0c93BV41U
Hs4dm2knan+W4LF3eV6Kf1Pkt/FO8Y5yLCin0FyU9ieGkPxaTKKJmCfoddZ4pEpi
soUPW+q33ZYztgpAg8MAWl7fasB9YQUS2rkmWps8tOWFDdjAwTdJRnC/47puvkpv
oh8ukDN3wC0apcyQivjXvO78QpKXDkRA+NOvF8dJjLOxBuj3OdIQl38AULwpDoXx
NltzsuRQSKvrGPUPM0r5wwnXS466iRcbYhRWd6GhNPy4q5/CW9CVZbbhHkOevxJs
h4ZjkV8ywfmyAfNwHSyV9BiFHaajaE9G6ybVP0j/qFFpe1Yq45okstwlOlDx2BhS
l9n0ikzh/RCb7I5He+Tip+hMCfIXpns4229gRI/1zpDAnGkIh0MiFaAK6Bjqj4Qa
mK7XNQJclMY5HRP8nfZE
=6w3B
-END PGP SIGNATURE-


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



Bug#739171: ITP: ruby-hipchat -- library to interact with HipChat with Ruby

2014-02-16 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-hipchat
  Version : 1.0.1
  Upstream Author : Atlassian
* URL : https://github.com/hipchat/hipchat-rb
* License : Expat
  Programming Lang: Ruby
  Description : library to interact with HipChat with Ruby

Ruby library to interact with HipChat

For Gitlab, maintained by Ruby PKG Extras

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

iQIcBAEBCAAGBQJTALlbAAoJEPBM7/YBbP/QzggP/22OaJeuevp1XnEMPgKoul9v
Wk2is5+cHYNThwzkAkf2NBpwGR13CXND/pOX07fcilsUJofT0dpTslhtDMilYM9I
8WykDSsvMVlYNibfWVYj2rGB5ysVy1FRpOKXmoOnRAXBCndhZUc3T01/Oczo5Y/w
mI8fLsWywc+IVvHNYZyMsn6dY7qYtM/rJpIHc7yQDBU1xXx94eDnrHsSHV6D4ZXg
1iqzwi7H6hoR3KFyHYlkYGj5LNVfRRdXVChKo/g5OVSv/+hxF4WYCX5//tAP9llP
5pN2A9c+ao0HFz9IEyIo3G5WPmql2bDVwqMDpYQnAsiEdNENjqidqa5KkOpp8BDO
Zcz+ih5WWFpNLGjBUHQffc22hqBWeA5AQGnlb4RSqk1KSdaHtW8T3tiSnazo9ySx
k4xmouQY+zVNQsamr9C86T2+Y0rQLCXhu1uM3YjSyFMyqm26DKBitOZwBKsRsw+K
FYT5tZ3aF3PH/bPOLi/EnKXD8+3XBr8xLtpZO2TDiKI6/bLYjnj9+jxn4RFVSt38
kicWWVDn+OZJVV367/EcA7/fNEk1SXL29BxTIWRek7+M+FWCyO9GWnw9xJWzD0wz
KSS4bFqLR3VM1fKKFSg88DhJqE87NKJfAMcH0uDXEhwWjqkMM12ypEDRrD0765Wn
xOuWqdOvzViD0g0DltOa
=/9D0
-END PGP SIGNATURE-


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



Bug#717483: Fw: ITP: ruby-colorize -- Ruby string class extension that adds some methods to set color, background color and text effect on console easier.

2014-02-16 Thread Jonas Genannt


Begin forwarded message:

Date: Sun, 16 Feb 2014 19:56:58 +0530
From: Padma kpad...@gmail.com
To: Jonas Genannt jonas.gena...@capi2name.de
Subject: Re: ITP: ruby-colorize -- Ruby string class extension that adds some 
methods to
set color, background color and text effect on console easier.


Hello,

I am a little busy at the moment. If you want to take up that gem to
package, you can do it.


On Sun, Feb 16, 2014 at 3:20 PM, Jonas Genannt
jonas.gena...@capi2name.dewrote:

 Hello,

 is there any progress to get this in Debian? If you have no time, Ruby PKG
 Extras can
 take care of your ITP.

 Thanks,
 Jonas




-- 
Regards,
Padma


-- 
Hello,I am a little busy at the moment. If you want to take up that gem to package, you can do it.On Sun, Feb 16, 2014 at 3:20 PM, Jonas Genannt jonas.gena...@capi2name.de wrote:

Hello,

is there any progress to get this in Debian? If you have no time, Ruby PKG Extras can
take care of your ITP.

Thanks,
        Jonas
-- Regards,Padma



Bug#739114: ITP: ruby-sanitize -- whitelist-based HTML sanitizer for Ruby

2014-02-15 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-sanitize
  Version : 2.1.0
  Upstream Author : Ryan Grove r...@wonko.com
* URL : https://github.com/rgrove/sanitize/
* License : MIT
  Programming Lang: Ruby
  Description : whitelist-based HTML sanitizer for Ruby

Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable
elements and attributes, Sanitize will remove all unacceptable HTML from a
string.
..
Using a simple configuration syntax, you can tell Sanitize to allow certain
elements, certain attributes within those elements, and even certain URL
protocols within attributes that contain URLs. Any HTML elements or attributes
that you don't explicitly allow will be removed.

For GitLab - maintained by Ruby PKG Extras

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

iQIcBAEBCAAGBQJS/+YOAAoJEPBM7/YBbP/QH3wP/RKeKfMiF001QQQktN7KFCAA
nF8MBZREaFNS7BSCcCZ0wJOgCnnGRXlX02EnOJM57mDHafZWhM8kHQA0bhsXXctx
GO+DgyC9cVusJuhNiuzkxvDHg9R7Tp9p+IxpmAnLDDkblm3N+SsksU7rIUvxxJIH
MZLClXtSfeq57DrV7ZI8aWqHbEpM/XmqFG+mcBNvdISPwg5POaANDnZLTjoWWj+3
krma3z08lGUS908vIG16kRHDjnoeDSZpEYtp9RdAFto4qVTQQo3Gmks1Mhk650FK
5pJ9gEtP1z1y3mX4AXI9HnAelpQ7rateMSh+8Ssac/hfZm6hCvJBpI+qoNMYuf3r
fbIgmdwfGV3ssRP+/rzenFMQdhZ9xae2erIjhobTc4DO70ufScgYFNPc6ve2rNnd
KLkVCWLDsh0AFzf6QdADpwK9jUp19Qts9cwvxuoXYCqnNDxushWlNG/vIbZPsq3J
YAkm4uySLFo4TToZ26+g+KAaGhI2oOBDnuRnONedJiYq81SKRqxHkAi6rsoff2pX
x8xJmOxdfyqH3ciJX/eZ816PTVrnWpNXyRpPOI2WxGMLFS8dA/8pOgBq3wqE64Yl
0gSDzuucZOMors12f2AAq63u5GNXwnHhHD8oJIrZBwQEmO5pQQ3ndNW+T82cgGvk
SFPZjPpystXXtQK1G1Qh
=hxJu
-END PGP SIGNATURE-


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



Bug#739130: ITP: ruby-twitter-stream -- Twitter realtime API client

2014-02-15 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: ruby-twitter-stream
  Version : 0.1.16
  Upstream Author : Vladimir Kolesnikov
* URL : http://github.com/voloko/twitter-stream
* License : MIT
  Programming Lang: Ruby
  Description : Twitter realtime API client

Simple Ruby client library for twitter streaming API. Uses EventMachine for
connection handling. Adheres to twitter's reconnection guidline. JSON
format only.

For GitLab - maintained by Ruby PKG Extras

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

iQIcBAEBCAAGBQJTAAA4AAoJEPBM7/YBbP/QWT0P/1m0da74YbN/P/x8/6BSduGO
zdolLRMpAgCWoUuYE/R3Iww3WFLe0n+kA9rj2tcEUisMKe6Aj7FMk4i/T4ssklWy
ZAaW2ift5LyYmaC7uuIbryQNZOeFvVLNkPVvmWkjBiToJR091EEWBCOfimNjG0mh
Sx1a+c6fXIvnbH4uWVSPBYuUJK+t3fe9U/poGOVm5AXdWnijfb8pADwtHkgN90WK
14HnAXR7M8/XMKq5SmvKkiHqaIH1YNfc72yy6dz7Gbu7ApujFnOumZTXTPv6a7LQ
2B5vEfIaRT4qRcIg43Y6vBzam2S9lBGs8c+8ROa+yt9wJOpJy7z14q/QtfgWN2OX
NyqlQBCNkgINLDenE8I71BezDpcE9LapqgB38wn+1Xd6n8+zOhDssnG3xerVmrBY
SlSe3pxz/ZVUl/7rvcuYeg40gxuWcUvVxCM6Mt+HPjo5/GbiyWQDKHrsOkg2pmja
v8MRSR9jNUp71Te28gtaYLmfe2EZOUS/1L7+QYwWTDb4PxCBQO2oy+x7X5xkPa6O
NR8bk47ybfI6dpEVnFgCOb7QDMT8HdGrWYrWbi25K4tdyO1B21lE0mwKgT3XTHkE
FagOMa2wdl5FD86jfh48C/Uxa6kIoBdrlGFKIWL8JiaQa3n4vgZF5YKCZxo7+rV9
92mOuKKvFCSWJEo91euD
=LdjG
-END PGP SIGNATURE-


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



Bug#739008: ITP: haproxyctl -- Wrapper to talk to the HAProxy socket,

2014-02-14 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: haproxyctl
  Version : 1.2.0
  Upstream Author : Carlo Flores l...@js.la
* URL : https://github.com/flores/haproxyctl
* License : MIT / Expat
  Programming Lang: Ruby
  Description : Wrapper to talk to the HAProxy socket,
 This is a simple wrapper to make life with HAProxy a little more convenient.
Acts as an init script for start, stop, reload, restart, etc
Leverages 'socket' to enable and disable servers on the fly
Formats server weight and backends in a readable way
Provides Nagios and Cloudkick health checks


Ruby Packages Extra Team will be the maintainer.

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

iQIcBAEBCAAGBQJS/oTyAAoJEPBM7/YBbP/QW5YP/0kRGq7MpogGjDWZlxlsgyG4
eA21SYjj9c38k4t7+ikZDZ4Nb35Nz0uL0/utaJCkJUnQnu5bRp41NljCfuITPoB0
zCeoSWl9m//A4L+ItrMgzF5xl8SbBqEHznlRdbUJ4l40F2GMbHRQX/pqofML4dYJ
YKXbK1SY3vTGXeV8rP8hgfEWcAiKjgDitnC0Mn7uQVcbsVhEX1NuShA8m5QOSZTp
r3VNnDbwa2UkpcJrmGtFuaa7J5ho+j7lQYpkhppixEo074d+E8h26Vdkb81gOfjV
WwGJcsg3CGCrOXAh7u7noaf+92FMm9BeFgtSqd6c/dvG0KMSY+NldKsubgclqd6W
stiYf6ayae+hFIYh8GGgkOlikJrNO2SDAYVkw2BrZ9azj3xoD90O/8msvJWfNIlu
JNUdPhVXOTK9d2nUdVfgOAc0/O0Ihoy1j5nMkYP0pUX1JtCNZThrosOxSRPqhEnB
r5YnD+MhjYcm6dW4/a8EvGSbTJcW8qYDnyPbRnraDmwzJVkC2RyQmYDF3Ihb4b4G
6i1/olTZz6w7eUrCs+KwIU/L3BD+uP1poAp7P2fWupP09uQKKZFu/4C33TBYEz2p
q9xhXI96oxDhAVbk1HMlUsosuHueV0PTwtesHOnMbNXxctYJ6PnXseOpJGLb/Xg8
MDuI1JrxllWHOkCNRX4Q
=+qZu
-END PGP SIGNATURE-


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



Bug#735453: libsbml5-ruby1.8: build-depend on default ruby/comply with Ruby policy

2014-02-13 Thread Jonas Genannt
Hello Andreas,

 That's perfectly OK for me but this means removing *all* ruby binding.
 You are talking above about two versions.  Is there any evidence that
 you could create a package with newer Ruby version?

since we are releasing Jessie only with one Ruby Version, we build sbml against 
the
default Ruby interpreter. This will work, I guess.

I will try to work on patches for sbml.

Greets,
Jonas


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



Bug#735453: libsbml5-ruby1.8: build-depend on default ruby/comply with Ruby policy

2014-02-07 Thread Jonas Genannt
Hello Andreas,

sorry for being so late - we had a talked about the ruby binding of sbml on 
Mini Debconf
in Paris in January.

I have had a look at the build system, the library do not use the standard ruby 
extension
extconf.rb build method. Building the sbml ruby binding for two ruby version 
seems to
be very hard to do.

Since there is a very low popcon of ruby bindings and has got no rdepends, I 
suggests to
remove libsbml5-ruby1.8 from the package and archive.

Perhaps upstream would fix that, and we can re add the ruby bindings later.

Greets,
Jonas


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



Bug#733856: [Pkg-graphite-maint] Bug#733856: (no subject)

2014-01-18 Thread Jonas Genannt
Hello Pierre,

I can confirm the problem on my Graphite servers - and yes Carbon logging is a 
kind of
PITA.

 I tested on our server with a logrotate whose copytruncate is replaced
 with nocreate. It work as expected: file is moved and not re-created,
 thus carbon detect the logrotate and write to new log file (without a
 bunch of NUL ascii character).
 
 I attached the new debdiff with the copytruncate replaced with nocreate.

thanks for your work! It's very nice you have taken care. I will test it on my 
servers and
upload the fix soon.

Thanks,
Jonas


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



Bug#735649: ruby-amrita2: FTBFS: does not work with newer rubies version

2014-01-17 Thread Jonas Genannt
Package: ruby-amrita2
Severity: serious
Usertags: ruby18-removal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

your packag does not work with newer rubies:

  Entering dh_ruby --install
install -d 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby
install -D -m644 /«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/lib/amrita2.rb 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2.rb
install -D -m644 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/lib/amrita2/testsupport.rb 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/testsupport.rb
install -D -m644 /«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/lib/amrita2/gettext.rb 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/gettext.rb
install -D -m644 /«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/lib/amrita2/macro.rb 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/macro.rb
install -D -m644 /«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/lib/amrita2/version.rb 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/version.rb
install -D -m644 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/lib/amrita2/rails_bridge.rb 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/rails_bridge.rb
install -D -m644 /«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/lib/amrita2/template.rb 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/template.rb
/usr/bin/ruby1.9.1 -I/usr/lib/ruby/vendor_ruby 
/usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/template.rb:1352:in
 `process_block': undefined method `to_a' for #String:0x000139e198 
(NoMethodError)
from 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/template.rb:1335:in
 `process'
from 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/template.rb:1178:in
 `setup'
from 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2/usr/lib/ruby/vendor_ruby/amrita2/template.rb:1202:in
 `render_with'
from /«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/sample/hello/hello.rb:13:in 
`top (required)'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from debian/ruby-tests.rb:1:in `main'
ERROR: Test ruby1.9.1 failed. Exiting.
dh_auto_install: dh_ruby --install 
/«BUILDDIR»/ruby-amrita2-2.0.2+dfsg.1/debian/ruby-amrita2 returned exit code 1
make: *** [binary] Error 1


Thanks,
Jonas

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

iQIcBAEBCAAGBQJS2PiDAAoJEPBM7/YBbP/QZ9AP/2HbFfC1UuOxVMzhjH+m1h1v
ua7urlbzMxvzJTcLfnMNzoDtEE7NOSa1f/Zha9eReE6qTVALKhafesT0KF88GTJf
8lfnCtdeSDUB7OT1c7/JrGypiOvsukeEdrlyF49YO0YISrjHLlP304SNiAEeofoj
JFxwOWYm1VU4izZ08S5Sl57u0VP3bJnBtQwJWdXvNmDsMU33Pa9pnQWMJV1pmuNM
xv3bS8GVXk/McEP0GLPs8ITawAyQKAGeg9gtPbXa0UGoofts4n8Uv5Gwm8MWx2ZO
aloBRCXuZE57PuwGBHpQXXBRmYhc0vBc3Et0bC11+/s+jMlUYrQFRnfcmJxC4HBz
3qN4Ht/p9olre4Lwyie5pp/A1b8EoL2CQMPhaNUOoPsxHnDFNVmhwjy/5TfcqMKu
fcNSGBs8IJ+X4K5QE+DmslvfaJ1DqQM5sl7rJxyXdRgK3SiKU4Pj+nk21G8z1AQS
BfIATOjMIBLvHMc45jU5fXGwOb/hCvvere5oijQr88WYbgkpcPpEBY7cGZbCWoND
rSfMsy0gDwM2WvAUD5m3H3kc8X5u+ENaTnvLanXBZHpPIi7mDxakey15AJ1lc+iE
kyV06izltKOA+mQN6fq/URbrfz6NweJMvBUKWff2TrdacxE84FzSgOPQ4NWI8yZI
p4cnS9RdDhpXzv2bz4SZ
=6nox
-END PGP SIGNATURE-


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



Bug#735025: libgit-pure-perl: FTBFS: test failures; remove?

2014-01-17 Thread Jonas Genannt
Hello Dominic,

dh_auto_test
 make[1]: Entering directory
 `/build/dom-libgit-pure-perl_0.48-2-i386-YrkwGg/libgit-pure-perl-0.48'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'inc',
 'blib/lib', 'blib/arch') t/*.t syntax error at t/00_setup.t line 7, near 
 $name
 qw(test-project test-project-packs test-project-packs2 test-encoding)
 
 etc.
 
 This is the same previously reported as #711443 and fixed along with
 a rename of the package to libgit-pureperl-perl; this package should
 presumably therefore be removed.

yes. Upstream seems not to fix the problems. libgit-pure-perl doesn't have any 
rdeps. 

So yes, you can remove it.

Thanks,
Jonas 


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



Bug#735663: ruby-tioga: ruby1.8 won't be available on Jessie

2014-01-17 Thread Jonas Genannt
tags 735663 patch
thanks

Hello,

I have created an patch against your package to fix that bug.

Thanks,
Jonasdiff --git a/debian/control b/debian/control
index 9f606e1..ed4a275 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,10 @@
 Source: ruby-tioga
 Section: ruby
 Priority: optional
-Maintainer: Vincent Fourmond fourm...@debian.org
-Uploaders: Debian Ruby Extras Maintainers pkg-ruby-extras-maintain...@lists.alioth.debian.org
-Build-Depends: debhelper (= 7.0.50~), ruby1.8-dev, ruby1.8, zlib1g-dev,
-   rdoc1.8, libfftw3-dev, ruby1.9.1, ruby1.9.1-dev,
-   gem2deb (= 0.3.0~)
-Standards-Version: 3.9.3
+Maintainer: Debian Ruby Extras Maintainers pkg-ruby-extras-maintain...@lists.alioth.debian.org
+Uploaders: Vincent Fourmond fourm...@debian.org
+Build-Depends: debhelper (= 7.0.50~), zlib1g-dev, rdoc1.8, libfftw3-dev, gem2deb (= 0.3.0~)
+Standards-Version: 3.9.5
 Homepage: http://tioga.rubyforge.org
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tioga.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-tioga.git;a=summary
@@ -17,20 +15,13 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  texlive-latex-base | tetex-bin
-Suggests: libtioga-ruby-doc, xpdf | pdf-viewer, 
-  irb | irb1.8 | irb1.9.1
-Replaces: libtioga-ruby1.8 ( 1.13-4~), 
-  libtioga-ruby1.9.1 ( 1.13-4~),
-  libtioga-ruby ( 1.13-4~)
-Breaks: libtioga-ruby1.8 ( 1.13-4~), 
-libtioga-ruby1.9.1 ( 1.13-4~),
-libtioga-ruby ( 1.13-4~)
-Description: Ruby library for scientific graphs 
+Suggests: libtioga-ruby-doc, xpdf | pdf-viewer, irb
+Description: Ruby library for scientific graphs
  Tioga is a blend of PDF, pdfTex and ruby into a library to make
- scientific graphs of high quality. It is fairly complete and 
+ scientific graphs of high quality. It is fairly complete and
  extensive, and comes with examples and (online) complete documentation.
  .
- Tioga is useful for scripting the generation of graphs, and comes 
+ Tioga is useful for scripting the generation of graphs, and comes
  with a configuration file for irb for interactive plotting of pictures.
  .
  A PDF viewer is strongly recommended if you want to make use of the
@@ -49,12 +40,12 @@ Architecture: all
 Depends: ${misc:Depends}
 Section: doc
 Recommends: ruby-tioga, irb
-Description: Ruby library for scientific graphs
+Description: documentation for Ruby library for scientific graphs
  Tioga is a blend of PDF, pdfTex and ruby into a library to make
- scientific graphs of high quality. It is fairly complete and 
+ scientific graphs of high quality. It is fairly complete and
  extensive, and comes with examples and (online) complete documentation.
  .
- Tioga is useful for scripting the generation of graphs, and comes 
+ Tioga is useful for scripting the generation of graphs, and comes
  with a configuration file for irb for interactive plotting of pictures.
  .
  This package provides the rdoc documentation generated from tioga's
diff --git a/debian/libtioga-ruby1.8.preinst b/debian/libtioga-ruby1.8.preinst
deleted file mode 100644
index 99f070a..000
--- a/debian/libtioga-ruby1.8.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e 
-
-if [ $1 = upgrade ]
-then
-  update-alternatives --remove tioga /usr/bin/tioga-1.8
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
diff --git a/debian/libtioga-ruby1.9.1.preinst b/debian/libtioga-ruby1.9.1.preinst
deleted file mode 100644
index 3705aca..000
--- a/debian/libtioga-ruby1.9.1.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e 
-
-if [ $1 = upgrade ]
-then
-  update-alternatives --remove tioga /usr/bin/tioga-1.9.1
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#


Bug#722084: [lintian] Obsolete ruby 1.8

2014-01-16 Thread Jonas Genannt
Hello Bastien,

 Package: lintian
 Version: 2.5.19
 
 2.5.21 will obsolete ruby 1.8

as discussed at Ruby Sprint Paris, we would also obsolete Ruby 1.9.1.

Could you please add in the next Lintian version the following packages:

ruby1.9.1
ruby1.9.1-dev
libruby1.9.1

Thanks,
Jonas


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



Bug#735531: RM: ruby-kakasi -- ROM; does not work with newer rubies; upstream dead

2014-01-16 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

Hello ftp-masters,
 
could you please remove ruby-kakasi from the archive:

 - does not work with 1.9/2.0
 - upstream dead
 
Thanks,
Jonas
Ruby Sprint Paris


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



Bug#722379: Updating the Ruby packaging policy for your package «libhdfeos5-ruby1.8»

2014-01-16 Thread Jonas Genannt
severity 722379 serious
thanks

Hello,

your package build with Ruby 1.8. Please update your package to fit to the Ruby 
policy
and build it against Ruby 2.0 with gem2deb.

If your package does not build against Ruby 2.0 and there is no newer upstream 
version,
consider to remove that package from the archive.

If use have no time for the package update, please ping to ruby PKG Extras, we 
will take
care.

Thanks,
Jonas


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



Bug#722382: Updating the Ruby packaging policy for your package «libstfl-ruby»

2014-01-16 Thread Jonas Genannt
severity 722382 serious
thanks

Hello stfl-Maintainer,

during Ruby Sprint in Paris, we have created an patch for your package to fit 
the Ruby
Debian policy.

This patch removes Ruby 1.8 dependency and moves that package to gem2deb helper.

Pleas include the patch to fix your package. Otherwise we can't remove ruby 1.8 
from the
archive.

Thanks,
Jonasdiff --git a/debian/control b/debian/control
index 02573f0..3a94ecb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,11 @@
 Source: stfl
 Priority: optional
 Maintainer: Nico Golde n...@debian.org
-Build-Depends: debhelper (= 7), libncursesw5-dev, swig, python-all-dev (= 2.6.6-3~), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, spl-dev
+Build-Depends: debhelper (= 7), libncursesw5-dev, swig, python-all-dev (= 2.6.6-3~), spl-dev, gem2deb
 Standards-Version: 3.9.2
 Section: libdevel
 X-Python-Version: all
+XS-Ruby-Versions: all
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/stfl/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/trunk/
 Homepage: http://www.clifford.at/stfl/
@@ -50,36 +51,47 @@ Description: python bindings for the structured terminal forms language/library
  .
  This package contains the Python bindings to libstfl.
 
-Package: libstfl-ruby1.8
+Package: ruby-stfl
+XB-Ruby-Versions: ${ruby:Versions}
+X-DhRuby-Root: ruby
 Section: ruby
 Architecture: any
-Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
-Description: Ruby 1.8 bindings for the structured terminal forms language/library
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libstfl-ruby1.8 ( 0.22-2~), libstfl-ruby1.9.1 ( 0.22-2~), libstfl-ruby ( 0.22-2~)
+Breaks: libstfl-ruby1.8 ( 0.22-2~), libstfl-ruby1.9.1 ( 0.22-2~), libstfl-ruby ( 0.22-2~)
+Provides: libstfl-ruby1.8, libstfl-ruby1.9.1, libstfl-ruby
+Description: Ruby bindings for the structured terminal forms language/library
  stfl is a library which implements a curses-based widget set for text
  terminals.
  .
- This package contains the ruby1.8 bindings to libstfl.
+ This package contains the ruby bindings to libstfl.
+
+Package: libstfl-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-stfl
+Description: Transitional package libstfl-ruby1.8 for ruby-stfl
+ This is a transitional package libstfl-ruby1.8 to ease upgrades to the
+ ruby-stfl package. It can safely be removed.
 
 Package: libstfl-ruby1.9.1
-Section: ruby
-Architecture: any
-Depends: ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
-Description: Ruby 1.9.1 bindings for the structured terminal forms language/library
- stfl is a library which implements a curses-based widget set for text
- terminals.
- .
- This package contains the ruby1.9 bindings to libstfl.
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-stfl
+Description: Transitional package libstfl-ruby1.9.1 for ruby-stfl
+ This is a transitional package libstfl-ruby1.9.1 to ease upgrades to the
+ ruby-stfl package. It can safely be removed.
 
 Package: libstfl-ruby
-Section: ruby
+Section: oldlibs
+Priority: extra
 Architecture: all
-Depends: libstfl-ruby1.8, ${misc:Depends}
-Description: Ruby bindings for the structured terminal forms language/library
- stfl is a library which implements a curses-based widget set for text
- terminals.
- .
- This is a dependency package which depends on Debian's default Ruby version
- (currently 1.8.x).
+Depends: ${misc:Depends}, ruby-stfl
+Description: Transitional package libstfl-ruby for libstfl0
+ This is a transitional package libstfl-ruby to ease upgrades to the ruby-stfl
+ package. It can safely be removed.
 
 Package: libstfl-spl
 Section: devel
diff --git a/debian/libstfl-ruby1.8.dirs b/debian/libstfl-ruby1.8.dirs
deleted file mode 100644
index 709e902..000
--- a/debian/libstfl-ruby1.8.dirs
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/ruby/1.8/x86_64-linux
diff --git a/debian/libstfl-ruby1.8.examples b/debian/libstfl-ruby1.8.examples
deleted file mode 100644
index 96a062f..000
--- a/debian/libstfl-ruby1.8.examples
+++ /dev/null
@@ -1 +0,0 @@
-ruby/example.rb
diff --git a/debian/libstfl-ruby1.8.install b/debian/libstfl-ruby1.8.install
deleted file mode 100644
index 19a6a02..000
--- a/debian/libstfl-ruby1.8.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/ruby/1.8/*/stfl.so
diff --git a/debian/libstfl-ruby1.9.1.dirs b/debian/libstfl-ruby1.9.1.dirs
deleted file mode 100644
index 0cceba8..000
--- a/debian/libstfl-ruby1.9.1.dirs
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/ruby/1.9.1/x86_64-linux
diff --git a/debian/libstfl-ruby1.9.1.examples b/debian/libstfl-ruby1.9.1.examples
deleted file mode 100644
index 96a062f..000
--- a/debian/libstfl-ruby1.9.1.examples
+++ /dev/null
@@ -1 +0,0 @@
-ruby/example.rb
diff --git a/debian/libstfl-ruby1.9.1.install b/debian/libstfl-ruby1.9.1.install
deleted file mode 100644
index e6aec7b..000
--- a/debian/libstfl-ruby1.9.1.install
+++ /dev/null
@@ -1 +0,0 @@

Bug#713150: ruby-eventmachine: FTBFS: tests hang

2014-01-16 Thread Jonas Genannt
severity 713150 important
forwarded 713150 https://github.com/eventmachine/eventmachine/issues/457
thanks,

Hello,

we step down the severity and disable the tests on build time.

Waiting that upstream has fixed the bug:
https://github.com/eventmachine/eventmachine/issues/457

Thanks,
Jonas


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



Bug#733724: ohcount: Build-Depends on ruby1.8

2014-01-16 Thread Jonas Genannt
severity 733724 serious
thanks

Hello ohcount-Maintainer,

we want to remove Ruby1.8 and rubygems from the archive. An patch is included 
to fix that
problem.

Please feel free to use that and upload your package to unstable.

Thanks,
Jonasdiff --git a/debian/control b/debian/control
index 52dd620..6ffe9b1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,18 @@ Source: ohcount
 Section: utils
 Priority: optional
 Maintainer: Sylvestre Ledru sylves...@debian.org
-Build-Depends: debhelper (= 7), libpcre3-dev, ruby1.8, ruby1.8-dev, rake,
- rubygems, ragel (= 6.3), cdbs, ruby-diff-lcs, doxygen, gperf, quilt,
- file
+Build-Depends: debhelper (= 7), libpcre3-dev, gem2deb, rake,
+ ragel (= 6.3), ruby-diff-lcs, doxygen, gperf, file
 Standards-Version: 3.9.4
 Homepage: http://sourceforge.net/projects/ohcount/
 Vcs-Svn: https://bollin.googlecode.com/svn/ohcount/trunk
 Vcs-Browser: http://bollin.googlecode.com/svn/ohcount/trunk
+XS-Ruby-Versions: all
 
 Package: ohcount
+XB-Ruby-Versions: ${ruby:Versions}
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby, ruby1.8,
+Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends},
  ruby-diff-lcs, file
 Suggests: ohcount-doc
 Description: Source code line counter
@@ -32,8 +33,8 @@ Description: Source code line counter - Documentation
  Ohcount supports over 70 popular programming languages.
  Ohcount does more than just count lines of code. It can also detect
  popular open source licenses such as GPL within a large directory of source
- code. It can also detect code that targets a particular programming API, 
- such as Win32 or KDE. 
+ code. It can also detect code that targets a particular programming API,
+ such as Win32 or KDE.
  Ohcount is the line counter which powers http://www.ohloh.net/
  .
  This package contains the documentation.
diff --git a/debian/ohcount-doc.doc-base b/debian/ohcount-doc.doc-base
new file mode 100644
index 000..dbb3297
--- /dev/null
+++ b/debian/ohcount-doc.doc-base
@@ -0,0 +1,9 @@
+Document: ohcount
+Title: Debian ohcount Manual
+Author: Ohloh
+Abstract: ohcount manual
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ohcount-doc/index.html
+Files: /usr/share/doc/ohcount-doc/*
diff --git a/debian/ohcount-doc.docs b/debian/ohcount-doc.docs
new file mode 100644
index 000..e845566
--- /dev/null
+++ b/debian/ohcount-doc.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
index c6851b0..653a282 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,31 +1,28 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-libdir18 = $(shell ruby1.8 -r rbconfig -e 'print Config::CONFIG[rubylibdir]')
-
-clean::
-	$(CURDIR)/build clean
-	rm -rf $(DEB_DESTDIR)
-
-build/ohcount::
-	$(CURDIR)/build all
-
-build/ohcount-doc::
-	(cd doc  doxygen Doxyfile)
-
-install/ohcount::
-		mkdir -p debian/ohcount/usr/bin debian/ohcount/$(libdir18)/ohcount/
-		cp bin/ohcount debian/ohcount/usr/bin/
-		cp -R ruby/gestalt ruby/gestalt.rb ruby/ohcount.rb debian/ohcount/$(libdir18)/ohcount/
-
-
-install/ohcount-doc::
-		mkdir -p debian/ohcount-doc/usr/share/doc/ohcount-doc
-		cp -aR doc/html/* debian/ohcount-doc/usr/share/doc/ohcount-doc
-		cp -a README debian/ohcount-doc/usr/share/doc/ohcount-doc
+%:
+	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	dh_auto_clean -O--buildsystem=ruby
+	./build clean
+	rm -rf doc_build
+
+override_dh_install:
+	./build all
+	dh_install --buildsystem=ruby --with ruby
+	install -d debian/ohcount/usr/lib/ruby/vendor_ruby/ohcount
+	install -d debian/ohcount/bin
+	install -d debian/ohcount-doc/usr/share/doc/ohcount-doc
+	cp bin/ohcount debian/ohcount/usr/bin/
+	cp -R ruby/gestalt ruby/gestalt.rb ruby/ohcount.rb debian/ohcount/usr/lib/ruby/vendor_ruby/ohcount/
+	# build doxygen
+	mkdir doc_build
+	cp -aR doc/* doc_build/
+	(cd doc_build  doxygen Doxyfile)
+	cp -aR doc_build/html/* debian/ohcount-doc/usr/share/doc/ohcount-doc
+	rm -rf debian/ohcount/ruby
+	rmdir debian/ohcount/bin
 
 get-orig-source:
 	uscan --force-download


Bug#733724: ohcount: Build-Depends on ruby1.8

2014-01-16 Thread Jonas Genannt
Hello Sylvestre,

 Thanks for the patch.
 However, it fails to build with:
 Does it ring a bell ?
 
 Running sourcefile tests
 Running detector tests
 run_tests: test/unit/detector_test.h:61: test_detector_detect_polyglot:
 Assertion `lang' failed.
 Aborted

because it fails also on the old packages, but cdbs does not care about:

Building src/parser.c (will take a while)
Building Ohcount
Building test suite
Running test suite
run_tests: test/unit/detector_test.h:61: test_detector_detect_polyglot: 
Assertion `lang'
failed. Running sourcefile tests
Running detector tests
Aborted

(cd doc  doxygen Doxyfile)

Greets,
Jonas


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



Bug#733724: ohcount: Build-Depends on ruby1.8

2014-01-16 Thread Jonas Genannt
Hello Sylvestre,

  run_tests: test/unit/detector_test.h:61: test_detector_detect_polyglot: 
  Assertion
  `lang' failed. Running sourcefile tests
  Running detector tests
  Aborted
 
  (cd doc  doxygen Doxyfile)
 What do you think I should do then ?


I have created a new patch for your package. Please try that.

Thanks,
Jonasdiff --git a/debian/control b/debian/control
index 52dd620..6ffe9b1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,18 @@ Source: ohcount
 Section: utils
 Priority: optional
 Maintainer: Sylvestre Ledru sylves...@debian.org
-Build-Depends: debhelper (= 7), libpcre3-dev, ruby1.8, ruby1.8-dev, rake,
- rubygems, ragel (= 6.3), cdbs, ruby-diff-lcs, doxygen, gperf, quilt,
- file
+Build-Depends: debhelper (= 7), libpcre3-dev, gem2deb, rake,
+ ragel (= 6.3), ruby-diff-lcs, doxygen, gperf, file
 Standards-Version: 3.9.4
 Homepage: http://sourceforge.net/projects/ohcount/
 Vcs-Svn: https://bollin.googlecode.com/svn/ohcount/trunk
 Vcs-Browser: http://bollin.googlecode.com/svn/ohcount/trunk
+XS-Ruby-Versions: all
 
 Package: ohcount
+XB-Ruby-Versions: ${ruby:Versions}
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby, ruby1.8,
+Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends},
  ruby-diff-lcs, file
 Suggests: ohcount-doc
 Description: Source code line counter
@@ -32,8 +33,8 @@ Description: Source code line counter - Documentation
  Ohcount supports over 70 popular programming languages.
  Ohcount does more than just count lines of code. It can also detect
  popular open source licenses such as GPL within a large directory of source
- code. It can also detect code that targets a particular programming API, 
- such as Win32 or KDE. 
+ code. It can also detect code that targets a particular programming API,
+ such as Win32 or KDE.
  Ohcount is the line counter which powers http://www.ohloh.net/
  .
  This package contains the documentation.
diff --git a/debian/ohcount-doc.doc-base b/debian/ohcount-doc.doc-base
new file mode 100644
index 000..dbb3297
--- /dev/null
+++ b/debian/ohcount-doc.doc-base
@@ -0,0 +1,9 @@
+Document: ohcount
+Title: Debian ohcount Manual
+Author: Ohloh
+Abstract: ohcount manual
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ohcount-doc/index.html
+Files: /usr/share/doc/ohcount-doc/*
diff --git a/debian/ohcount-doc.docs b/debian/ohcount-doc.docs
new file mode 100644
index 000..e845566
--- /dev/null
+++ b/debian/ohcount-doc.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/patches/disabled_test_suite.patch b/debian/patches/disabled_test_suite.patch
new file mode 100644
index 000..8e6f3c2
--- /dev/null
+++ b/debian/patches/disabled_test_suite.patch
@@ -0,0 +1,15 @@
+Description: disable test suite on build time, does not work
+Author: Jonas Genannt jonas.gena...@capi2name.de
+Forwarded: not-needed
+
+--- a/build
 b/build
+@@ -109,7 +109,7 @@ build_test_suite()
+ run_test_suite()
+ {
+   echo Running test suite
+-  sh -c cd test/unit/  ./run_tests
++  echo disabled test suite, does not work
+ }
+ 
+ build_ruby_bindings()
diff --git a/debian/patches/series b/debian/patches/series
index ea40a7c..090933e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
 fix_null_dereference_2.patch
 fix_null_dereference.patch
 txx_support.patch
-
+disabled_test_suite.patch
diff --git a/debian/rules b/debian/rules
index c6851b0..5526837 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,31 +1,27 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-libdir18 = $(shell ruby1.8 -r rbconfig -e 'print Config::CONFIG[rubylibdir]')
-
-clean::
-	$(CURDIR)/build clean
-	rm -rf $(DEB_DESTDIR)
-
-build/ohcount::
-	$(CURDIR)/build all
-
-build/ohcount-doc::
-	(cd doc  doxygen Doxyfile)
-
-install/ohcount::
-		mkdir -p debian/ohcount/usr/bin debian/ohcount/$(libdir18)/ohcount/
-		cp bin/ohcount debian/ohcount/usr/bin/
-		cp -R ruby/gestalt ruby/gestalt.rb ruby/ohcount.rb debian/ohcount/$(libdir18)/ohcount/
-
-
-install/ohcount-doc::
-		mkdir -p debian/ohcount-doc/usr/share/doc/ohcount-doc
-		cp -aR doc/html/* debian/ohcount-doc/usr/share/doc/ohcount-doc
-		cp -a README debian/ohcount-doc/usr/share/doc/ohcount-doc
+%:
+	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	dh_auto_clean -O--buildsystem=ruby
+	./build clean
+	rm -rf doc_build
+
+override_dh_install:
+	./build all
+	dh_install --buildsystem=ruby --with ruby
+	install -d debian/ohcount/usr/lib/ruby/vendor_ruby/ohcount
+	install -d debian/ohcount/usr/bin
+	install -d debian/ohcount-doc/usr/share/doc/ohcount-doc
+	cp bin/ohcount debian/ohcount/usr/bin/
+	cp -R ruby/gestalt ruby/gestalt.rb ruby/ohcount.rb debian/ohcount/usr/lib/ruby/vendor_ruby/ohcount/
+	# build doxygen
+	mkdir doc_build
+	cp -aR doc/* doc_build/
+	(cd doc_build  doxygen Doxyfile)
+	cp -aR doc_build/html/* debian/ohcount-doc/usr/share/doc/ohcount-doc
+	rm -rf

Bug#735426: RM: libbz2-ruby -- ROM; upstream dead ; does not work with newer rubies

2014-01-15 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

Hello ftp-masters,
 
could you please remove libbz2-ruby from the archive:

 - upstream dead
 - does not work with Ruby 1.9/2.0
 
Thanks,
Jonas
Ruby Sprint Paris


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



Bug#735427: RM: eruby -- ROM; upstream dead ; does not work with newer rubies

2014-01-15 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

Hello ftp-masters,
 
could you please remove eruby from the archive:

 - upstream dead
 - does not work with 1.9/2.0
 
Thanks,
Jonas
Ruby Sprint Paris


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



Bug#735425: RM: libvorbisfile-ruby -- ROM; upstream dead ; does not work with newer rubies

2014-01-15 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

Hello ftp-masters,
 
could you please remove libvorbisfile-ruby from the archive:

 - upstream dead
 - does not work with Ruby 1.9/2.0
 
Thanks,
Jonas
Ruby Sprint Paris


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



Bug#722377: Updating the Ruby packaging policy for your package «librrd-ruby»

2014-01-15 Thread Jonas Genannt
Hello rrdtool-Maintainers,

we at Ruby Sprint have created an patch against your rrdtool package, to fit 
your
package to the new Ruby Policy.

This updated also fixes the remaining Ruby 1.8 removal problems.

The patch adds an new binary package ruby-rrd. The old ruby packages will be
transitional packages. (That can be removed after the Jessie release) 

Could you please upload a new rrdtool version with the patch included?


Thanks,
Jonasdiff --git a/debian/changelog b/debian/changelog
index c9ed55f..8c7ef74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 rrdtool (1.4.7-3) UNRELEASED; urgency=low
 
   * Fixed changelog of 1.4.7-2 regarding the versioned build-dep on tcl-dev.
+  * Using gem2deb to create Ruby packages (Closes: #687809, #722377)
 
  -- Sebastian Harl tok...@debian.org  Sat, 18 Aug 2012 15:53:54 +0200
 
diff --git a/debian/control b/debian/control
index 3519a54..68ebe27 100644
--- a/debian/control
+++ b/debian/control
@@ -11,13 +11,14 @@ Build-Depends: debhelper (= 5.0.38), groff, autotools-dev, gettext, quilt,
  tcl-dev (= 8), tcl-dev (= 9),
  perl (= 5.8.0),
  python-all-dev (= 2.6.6-3~), python-all-dbg (= 2.6.6-3~),
- ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev,
+ gem2deb,
  liblua5.1-0-dev, lua5.1
 Build-Conflicts: lua50
 Homepage: http://oss.oetiker.ch/rrdtool/
 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
 X-Python-Version: = 2.3
+XS-Ruby-Versions: all
 
 Package: rrdtool
 Architecture: any
@@ -56,7 +57,7 @@ Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}),
  ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 Recommends: librrds-perl (= ${binary:Version}),
  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
- librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9.1 (= ${binary:Version}),
+ ruby-rrd (= ${binary:Version}),
  python-all-dbg, liblua5.1-rrd0 (= ${binary:Version})
 Description: time-series data storage and display system (debugging symbols)
  The Round Robin Database Tool (RRDtool) is a system to store and display
@@ -163,10 +164,15 @@ Description: time-series data storage and display system (Python interface)
  .
  This package contains a Python interface to RRDs.
 
-Package: librrd-ruby
-Architecture: all
+Package: ruby-rrd
 Section: ruby
-Depends: ${rubydefault:Depends}, ${misc:Depends}
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+X-DhRuby-Root: bindings/ruby
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: librrd-ruby ( 1.4.7-3~), librrd-ruby1.8 ( 1.4.7-3~), librrd-ruby1.9.1 ( 1.4.7-3~)
+Breaks: librrd-ruby ( 1.4.7-3~), librrd-ruby1.8 ( 1.4.7-3~), librrd-ruby1.9.1 ( 1.4.7-3~)
+Provides: librrd-ruby, librrd-ruby1.8, librrd-ruby1.9.1
 Description: time-series data storage and display system (Ruby interface)
  The Round Robin Database Tool (RRDtool) is a system to store and display
  time-series data (e.g. network bandwidth, machine-room temperature,
@@ -175,36 +181,34 @@ Description: time-series data storage and display system (Ruby interface)
  extracted data to enforce a certain data density, allowing for useful
  graphical representation of data values.
  .
- This is a dummy package which depends on the package for Debian's default
- Ruby version.
+ This package contains a Ruby interface to RRDs.
+
+Package: librrd-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-rrd
+Description: Transitional package for ruby-fcgi / librrd-ruby
+ This is a transitional package for librrd-ruby to ease upgrades
+ to the ruby-rrd package. It can safely be removed.
 
 Package: librrd-ruby1.8
-Architecture: any
-Section: ruby
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: time-series data storage and display system (Ruby 1.8 interface)
- The Round Robin Database Tool (RRDtool) is a system to store and display
- time-series data (e.g. network bandwidth, machine-room temperature,
- server load average). It stores the data in Round Robin Databases (RRDs),
- a very compact way that will not expand over time. RRDtool processes the
- extracted data to enforce a certain data density, allowing for useful
- graphical representation of data values.
- .
- This package contains a Ruby 1.8 interface to RRDs.
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-rrd
+Description: Transitional package for ruby-fcgi / librrd-ruby1.8
+ This is a transitional package for librrd-ruby1.8 to ease upgrades
+ to the ruby-rrd package. It can safely be removed.
 
 Package: librrd-ruby1.9.1
-Architecture: any
-Section: ruby
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: time-series data storage and display system (Ruby 1.9.1 interface)
- The Round Robin Database Tool (RRDtool) is a system to store and display
- time-series data (e.g. network bandwidth, machine-room temperature,
- server load average). It stores the data in 

Bug#722396: libgv-ruby uses only Ruby 1.8

2014-01-15 Thread Jonas Genannt
severity 722396 serious
thanks

Hello graphviz Maintainer,

your package graphiz (libgv-ruby) works only for Ruby 1.8. Since Ruby 1.8 gets 
removed
soon, your package breaks the removal.

We have had a look, and suggests you to remove the package libgv-ruby from the 
build
process and the graphviz package. The binary package libgv-ruby has an popcon 
about 20,
and can't build for more than one Ruby version.

If you are willing to fix and keep libgv-ruby, please do it as soon as possible.

Thanks,
Jonas


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



Bug#735451: RM: webgen0.4 -- ROM; does not work with newer rubies

2014-01-15 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

Hello ftp-masters,
 
could you please remove webgen0.4 from the archive:

 - does not work with 1.9/2.0
 
Thanks,
Jonas
Ruby Sprint Paris


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



Bug#735474: RM: ruby-usb -- ROM; does not work with newer rubies

2014-01-15 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

Hello ftp-masters,
 
could you please remove ruby-usb from the archive:

 - does not work with 1.9/2.0
 - low popcon
 
Thanks,
Jonas
Ruby Sprint Paris


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



Bug#735475: hyperestraier: Update package to fit you ruby policy

2014-01-15 Thread Jonas Genannt
Package: hyperestraier
Severity: important

Hello,

your package ruby-hyperestraier uses Ruby 1.8 and Ruby 1.9. Please see attached 
patch.

This patch adds gem2deb support to your package. This build your ruby library 
against 1.9
and 2.0.

That patch is against your current Git tree, please include it, so we can 
remove Ruby 1.8
from the archive.

Thanks,
Jonas

diff --git a/debian/control b/debian/control
index 35d151b..e7f4c58 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ Source: hyperestraier
 Section: text
 Priority: optional
 Maintainer: KURASHIKI Satoru lur...@gmail.com
-Build-Depends: debhelper (= 9), autotools-dev, pkg-config, zlib1g-dev, libqdbm-dev (= 1.8.75), libfcgi-dev (= 2.4.0-6), ruby1.9.1, ruby1.9.1-dev, openjdk-7-jdk [amd64 armel armhf i386 ia64 powerpc powerpcspe s390 sparc], chrpath, perl
+Build-Depends: debhelper (= 9), autotools-dev, pkg-config, zlib1g-dev, libqdbm-dev (= 1.8.75), libfcgi-dev (= 2.4.0-6), gem2deb, openjdk-7-jdk [amd64 armel armhf i386 ia64 powerpc powerpcspe s390 sparc], chrpath, perl
 Standards-Version: 3.9.4
 Homepage: http://fallabs.com/hyperestraier/
 Vcs-Git: git://anonscm.debian.org/collab-maint/hyperestraier.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/hyperestraier.git
+XS-Ruby-Versions: all
 
 Package: hyperestraier
 Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe s390 sparc hurd-i386
@@ -47,6 +48,8 @@ Description: full-text search system Libraries [development]
  library.
 
 Package: ruby-hyperestraier
+XB-Ruby-Versions: ${ruby:Versions}
+X-DhRuby-Root: rubynative/src
 Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe s390 sparc hurd-i386
 Section: ruby
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/ruby-hyperestraier.dirs b/debian/ruby-hyperestraier.dirs
deleted file mode 100644
index 6a3e46f..000
--- a/debian/ruby-hyperestraier.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/ruby
-usr/bin
diff --git a/debian/ruby-hyperestraier.examples b/debian/ruby-hyperestraier.examples
index 3ed322d..cbba263 100644
--- a/debian/ruby-hyperestraier.examples
+++ b/debian/ruby-hyperestraier.examples
@@ -1,3 +1,2 @@
 rubypure/pure
 rubynative/native
-rubynative19/native
diff --git a/debian/rules b/debian/rules
index 4310743..451b756 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@
 # build-arch and build-indep targets  by Bill Allombert 2001
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
@@ -34,8 +34,6 @@ JAVA_UNSUPPORTED_CPUS = zhppaz zmipsz zs390xz zmipselz
 JAVA_UNSUPPORTED_SYSTEMS = zkfreebsd-gnuz zgnuz
 
 RUBYLIBDIR=/usr/lib/ruby/vendor_ruby
-RUBY18ARCHDIR=/usr/lib/ruby/vendor_ruby/1.8/$$(arch)
-RUBY19ARCHDIR=/usr/lib/ruby/vendor_ruby/1.9.1/$$(arch)
 
 export CFLAGS += `dpkg-buildflags --get CFLAGS`
 export CPPFLAGS += `dpkg-buildflags --get CPPFLAGS`
@@ -75,7 +73,6 @@ endif
 	$(CONFIGURE_VARS) ./configure $(CONFIGURE_SWITCHES)
 	cd rubypure  $(CONFIGURE_VARS) ./configure $(CONFIGURE_SWITCHES)
 	$(MAKE)
-	cd rubynative  $(CONFIGURE_VARS) ./configure $(CONFIGURE_SWITCHES)
 ifeq $(BUILD_JAVA) true
 	cd javapure  $(CONFIGURE_VARS) ./configure $(CONFIGURE_SWITCHES) \
 		--libdir=\$${prefix}/share/hyperestraier
@@ -95,8 +92,7 @@ build-arch-stamp:  config.status
 	$(MAKE) estseek.fcgi
 	cd rubypure  $(MAKE)
 	perl -p -i -e 's@^#! /usr/bin/ruby1\.8 -w@#! /usr/bin/ruby -w@' rubypure/estcall.rb
-	export RUBY=/usr/bin/ruby1.9.1  cd rubynative  $(MAKE)  $(MAKE) check
-	perl -p -i -e 's@^#! /usr/bin/ruby1\.8 -w@#! /usr/bin/ruby1.9.1 -w@' rubynative/estcmd.rb
+	perl -p -i -e 's@^#! /usr/bin/ruby1\.8 -w@#! /usr/bin/ruby -w@' rubynative/estcmd.rb
 ifeq $(BUILD_JAVA) true
 	cd javapure  $(MAKE)
 	cd javanative  $(MAKE)  $(MAKE) check
@@ -140,8 +136,8 @@ binary-arch-stamp: build-arch
 	cp -Rf rubypure/estraierpure.rb $(CURDIR)/debian/ruby-hyperestraier/$(RUBYLIBDIR)
 	install -m 644 rubynative/estraier-doc.rb $(CURDIR)/debian/ruby-hyperestraier/$(RUBYLIBDIR)
 
-	mkdir -p $(CURDIR)/debian/ruby-hyperestraier/$(RUBY19ARCHDIR)
-	cp -Rf rubynative/src/estraier.so $(CURDIR)/debian/ruby-hyperestraier/$(RUBY19ARCHDIR)
+	# build Ruby with gem2deb
+	dh_ruby --install
 
 	# create example directory tree
 	cp -pR rubypure/example rubypure/pure


Bug#734342: ruby-luabridge: does not work with Ruby 2.0

2014-01-15 Thread Jonas Genannt
severity 722396 serious
thanks

Hello,

your package does not compile against Ruby 2.0 - there are no newer upstream 
version.

Since there are no reverse dependencies on rubyluabridge, we (Ruby Group) 
suggests you to
remove that package from the archive.

Thanks,
Jonas


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



Bug#733893: RM: shoes -- ROM; orphaned, does not work with newer rubies

2014-01-01 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear ftp.debian.org Maintainers,

please remove shoes from the archive.

 - orphaned (#683393)
 - not working with newer Rubies

We won't add support for 2.0. Currently we are working on shoes4 which is the 
upcoming version and a complete rewrite. It's in pre alpha but only  10 issues 
remaining for the alpha mile stone. However as JRuby updates it will also 
support Ruby 2.0 features.
 -- https://github.com/shoes/shoes/issues/246

Shoes 4 is not ready yet, if there is later demand, we will put it back into 
archive.

Thanks,
Jonas



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

iQIcBAEBCAAGBQJSxIFEAAoJEPBM7/YBbP/Q1GEP/2VVuKzcjS//BG8b00hlTrzv
hdXIBteAhhRivRl17el6A8n3ZW8G1zVAKiMpEmnJsi2MQanFZpQtopPlkIYGqmQX
oH3arXGHT1SDvWfd/0YsWYt3L+dVHJXdkY+VWBnC+ttxYgz93WIbCUjA0/ofh+ph
eCmjcUDF9h27O6NFmy4+dq+6BkhqkaxKmGEQrNq16y2MXj0/falVDwA+LCh6PpbJ
vfL6xKz8h/S1qZXl0M4gg1jcUqw6McMMiptTkjzzIo3RNNbV965cfcrMNqEGnqk3
ENYEs88x0ErCSaW98Av0F9pCOOr0f9XCublRlFaJwajUaTHcuh6myAGjW9YHXy83
Vf6bgefqXeBaaBa/7V9TJsGoA4CEpCv5VvYYrF4VEMIkrYAyo5e74uF88IKXPBXL
ED0Ar+iuyawoaCLsAlEW6ERwokKbZRDhzZLZbqpHqoHt+gKUvLCByodRIharZiZ9
UXDv+K6WvFbFrzaogQ2fFFzK7zU26yifGK17rFu2PnsVCekKK7PaihhLHtoVyRDe
UtBSFwTL83vH3c3KjpmObzK4FDVSxV3oua1jrpgJ3GP3RbHReMtz6DtsH7E9SOWA
gBnHMs9B22/I8Zh0xho17wwQGkwU5xt45rYyZWNvB5p+P1letyenaTXhAiDoq65M
+j4dz80+0Tim4y0G9Bzs
=R51s
-END PGP SIGNATURE-


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



Bug#733594: RM: wfo -- ROM; low popcon, does not work with newer rubies

2013-12-29 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

Hello,

could you please remove the package wfo from the archive?

 - low popcon
 - does not work with Ruby 1.9


Thanks,
Jonas


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



Bug#731689: libfcgi-ruby - Update package to fit new Ruby policy

2013-12-22 Thread Jonas Genannt
Hello,

since there is no progress I have done packaging your package to the new Ruby 
packaging
policy:

http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fcgi.git;a=summary

Please update your package. If you have no time, please tell us, the Ruby PKG 
Extra Team
will take care, and upload your package. If we should do that for you, please 
acknowledge
this!

Thanks,
Jonas


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



Bug#732850: RM: ruby-mp3info -- ROM; low-popcon, orphaned, does not build against newer rubies

2013-12-22 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello,

could you please remove ruby-mp3info (libmp3info-ruby1.8) from archive?

 - low-popcon
 - orphaned
 - only ruby 1.8

Thanks,
  Jonas

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

iQIcBAEBCAAGBQJStvqKAAoJEPBM7/YBbP/QtwsP/ihYq3vUxBkFM7zRelu6YN7q
xcQpnQAlIWzPwj3vV2yp+O1Z/UO/QtK13q8KcWnCG6IIth02h6mEcAbl3d3F5LWn
CCtBK1koudCys4aGsctJQ+TGlf39bAAVGG+uNmP3SANSS25nixhCjNsQUJXQEdtG
c9mJCFx3pIOXCaMlVx07NOhn5bP9V/BSZ08B3T4ZX/CkhpcHgzImDUTsQiZ7biBr
gbqNunX5QpOpTvhvciSXdeCGEM57GIZ48kjDUFyO+hH5b2ybtbI0A4IRiuizp3Zm
4K/qOMGjW9Syjz+QZWtLFvShle1rce7biuMbe/k0vkxZi5O1yCwTBtTdc2inbsKQ
LEH5ONHmxoLEg6N0tOvsqwViQAWZajTh7jaokXCKpVAZQ8jFozHCX8iNtNyHQWiU
J7QXBZkTprCZLnCdUvLdXwCmh1mUt6PcFuBbPziDseUUO9Ty1Jd/ltHO3Ozv0m8B
dhUpeDGbYw2302SJfag3w6FtFBHDztaUEyK6rrb+P4Es1y3B64y9Z+I2cCjxTuEX
lEeuhWZpZejPO3dyrTLxQioMH1d65SQnPU9VYy/v9JOs3z7z1jahbtsMQRhFnORW
7BsNSDv3p+s2pRQLPwHiFUWGlyRX/72/MuV1zoQnqJ/o9mQnZS7LfzCdqphoCtY6
s3viWJ2H4XrS0b03qHzb
=+QXg
-END PGP SIGNATURE-


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



Bug#732851: RM: libwebapp-ruby -- ROM; low popcon, does not work with newer rubies

2013-12-22 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


Hello,

could you please remove libwebapp-ruby (libwebapp-ruby1.8,libwebapp-ruby1.9.1) 
from the archive?

 - low popcon
 - does not build with Ruby 2.0

See #722395 maintainer does not respond, we would like to get Ruby 1.8 removed 
soon.

Thanks,
Jonas

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

iQIcBAEBCAAGBQJStvs6AAoJEPBM7/YBbP/QBw4QAJAFsB4CCsSlBSMIM4bvaR7l
PKmUwMyx6h3yostoArfgH/un3/BgR/wVxO7PPrnck9/sHovTzRPL2r/dwv9WMxtr
tp3iZpl4c/qPK1UUQtFRWmLL6mQUbZPpcVW/x8J7ppgIbO7/26nNzCv3eZSgR0vT
1KOga8wkd+Pwu9NDGcWAedUWUK9eDIAv/k4zPadQgnOR9RUXa2mGGClHjKSuqMy7
aSBurgYAMYatPs7x2cAwfNf2uA/VBnw+7qXvTzTWuibLLRZrUM9ZxXXdYZVXJxDO
6FIAO5rRNjcse58y1AqKV0XTWxb1CLcxAilgOi9X+j8LVvz1N8UFerrd3rGvIMwJ
iOU+VO6l0rmSJQMWaDRCMmnE4FvrEFQYlmm3YFgBv2cM5J3iemYuwv3nNoqo9wQ7
Yn/2gX6zeouQL5lorOxvjGL/rqhZFjGClkccXtoevZhLWoiJ5d0F3Uen/y3h8h8I
zHzMas+J785iCGX/Ys8me/RuCfLo+lO1kJ1Hv3BwTxLLEWqTeUDd/KTry13empNa
0+ErT1OZduclNgpG9fL8TCFQzbTXlw33w/g0mwkZwWALPDyA2joeiwbo4fAuBvvX
nBqh4H1zJEit5w3R8Nr3FAUb3/StVYRM5cOnM7ELOpEdWZsnCrHqplHEsNzX3QYh
BYZ5oH3zxnpKuNOMfcmE
=rycD
-END PGP SIGNATURE-


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



Bug#566279: ruby-prof - new version, adds support for Ruby 1.9

2013-12-20 Thread Jonas Genannt
Hello,

thanks, could you please write to the bugreport, so I can ask for an sponsor.

Thanks,
Jonas

On Thu, 19 Dec 2013 18:19:30 -0500
Arnaud Cornet arnaud.cor...@gmail.com wrote:

 Agreed.
 On Dec 19, 2013 2:27 PM, Jonas Genannt jonas.gena...@capi2name.de wrote:
 
  Hello,
 
   If you agree, please send me an mail or update your package yourself.
 
  I will package the newest upstream version of ruby-prof and NMU your
  package shortly.
 
  Thanks,
  Jonas
 


-- 


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



Bug#566279: ruby-prof - new version, adds support for Ruby 1.9

2013-12-19 Thread Jonas Genannt
Hello,

 If you agree, please send me an mail or update your package yourself.

I will package the newest upstream version of ruby-prof and NMU your package 
shortly.

Thanks,
Jonas


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



Bug#732566: webgen0.4: change libexif-ruby to ruby-exif

2013-12-18 Thread Jonas Genannt
Package: webgen0.4
Version: 0.4.7-8
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

please change in your Recommends-line libexif-ruby to ruby-exif. The 
transitional package will go away shortly.

Thanks,
  Jonas

- -- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-0.bpo.3-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

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

iQIcBAEBCAAGBQJSsgz+AAoJEPBM7/YBbP/QWxUQAJFnNd99YkfiFj/PlRip3jJK
cIHTN1Lq7hFwA0V+rX01gE1pYz8WVaL/R6JeyztHB3an0zK+rJH0bo5AnSS2nvlf
izqfIdQz1jD/jraWI/WMa46zHbE6FWpc1ms555CNAbg1fhMNeNutzGstX67fxK5l
6mc9XYA/HTwMUHbYQ3aBjST4/NfqZj6VygMMU7MD81ZKXp/F923iYt8q5r5TIZAA
HU9q4mrzsw6/x73Zd8eKTzMrnpn/JxrEzjxmwO5Il/XtnHYyIwPh/jTan/z8rZBG
pLtXwlDzfS6jxjN20Q/2R9xHqiKaMGKiSlK2OBCIpLnCcqgwi/JDXY+qq87krNOd
pB9/aidWBHay9dI5ySfepk9jGJDOqL8dFrascqYWD59VBkLY4BXxj3yqWo4rN4GV
TNUmwpw+7oOmMEwwFO44PawlpUdLeBgSF7EFGCeUZ+Wj7cmjJqkPGIXAk3Iyl/jE
U1UphcZWLsrbt9+1N+XJEnUFes2Uyjqcdai0BYQ45HlBqU2PMOW/OFSq3mmB+zWm
f9YrKdLqvZRwi9rmcNEJ+s8ZPo8vR8DA/w7+g4iBLM+8pC030WXSupnEpRyk9kZ1
MumCde14rV7edeUCHB7aZPirU8fBkU5PAjr3dJDv+KHq9tswbIY1GuuKeDggd/st
y9mb4L4uToMwwdmkIAbR
=C31f
-END PGP SIGNATURE-


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



Bug#731689: libfcgi-ruby1.9.1: Updating the Ruby packaging policy for your package + new Upstream version

2013-12-08 Thread Jonas Genannt
Package: libfcgi-ruby1.9.1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

please update your package to the Ruby packaging policy. If you have no time to
do this. We can move your package under the hood of the Ruby Packaging Team.

You will stay as Uploader, you only need to acknowledge the move of your package
into the group.

Thanks,
Jonas

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

iQIcBAEBCAAGBQJSpH8NAAoJEPBM7/YBbP/QR14P/3hN+DmxifFUYpwya/nv2sKe
32H8KJypKZBn8jjS8edh21AA3wVCRQoNoyCH0AGutGNZX07G2XqznLCh5+uXafKJ
x6cVlO3qtq3eO0PAITqgEYoMwarNWKp7yRqYTRt+ITBGJHXvMVpB6r3fGBRdCptO
trdNEBD/pz/XcxGxxMj7oXNAZcdglMiDNjAmyJoHOfJFwokyqh8c9tuHXHy9RdIb
BeWmujCp0aTEr6FDkF/Wu43Vj0SwklWG6+DjSolOwOpCG9RTQofD5yF9XypXSXSM
9SGj6EzETneFvnz+OB7Z8IeHi3OTUDaXA0u1zc+Xyk2H3un5HCus+rqHXvN28Flz
H9On3HChp25aRPb09z4gLtUg55GFDEt9rP4ullOv3VFs0MjLxvGz5nNMSseyFqYM
tfbAfju0KrNAQWRsBN4xcBcaBSW9EnGUmW3jmgVZKHk5zBIZpWtKcNBEzWQsv0D4
BmtwuVB/JizsKbx/ixACKD2BxhLOs2XEuMymBZd7fqjxP9iyXzTdOvSOC6VPfkW6
OjfgUoBKc8CG+UKXIvlXDrQJe05UPTPr+gVDyxBW+tpKAFhOphwjs6A7cfQusRaY
7RenCX8eVQYD1oqkrRs1FBDgdyHLxT+r6fX5+mDO4WXWuqe+Q4FbTZ5zznPJsJek
/7ZvempGnrUPeYS2vm9K
=J/Sd
-END PGP SIGNATURE-


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



Bug#722395: Ruby webapp-ruby: does not build with Ruby 2.0 or Ruby 1.9

2013-12-01 Thread Jonas Genannt
Hello,

I have checked your package for Ruby 1.9 / 2.0. On both Ruby versions your 
package fails
on test-all.rb. Please contact upstream to make that library compatible to 
newer Ruby
version. If upstream is dead you should consider to remove libwebapp-ruby* from 
the
debian archive.

Thanks, 
Jonas

 test log Ruby 2.0

ruby2.0 -I. test-all.rb 
/tmp/ruby-webapp/webapp.rb:212: warning: assigned but unused variable - mtime
/usr/lib/ruby/vendor_ruby/htree/parse.rb:126: warning: assigned but unused 
variable - elem
/usr/lib/ruby/vendor_ruby/htree/scan.rb:142: warning: assigned but unused 
variable - stag
/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
`require': /tmp/ruby-webapp/webapp/manager.rb:159: invalid multibyte
escape: /\A\211PNG\r\n\032\n/ (SyntaxError) invalid multibyte escape: 
/\A\037\213/
from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require'
from /tmp/ruby-webapp/webapp.rb:115:in `top (required)'
from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require'
from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require'
from /tmp/ruby-webapp/test/test-query.rb:2:in `top (required)' from 
test-all.rb:4:in
`load' from test-all.rb:4:in `block in main'
from test-all.rb:3:in `glob'
from test-all.rb:3:in `main'



 test log Ruby 1.9

ruby1.9.1 -I. test-all.rb 
/tmp/ruby-webapp/webapp.rb:212: warning: assigned but unused variable - mtime
/usr/lib/ruby/vendor_ruby/htree/parse.rb:126: warning: assigned but unused 
variable - elem
/usr/lib/ruby/vendor_ruby/htree/scan.rb:142: warning: assigned but unused 
variable - stag
/tmp/ruby-webapp/webapp/message.rb:77: warning: shadowing outer local variable -
field_name /tmp/ruby-webapp/webapp/message.rb:86: warning: shadowing outer 
local variable
- field_name /tmp/ruby-webapp/webapp/htmlform.rb:351: warning: assigned but 
unused
variable - select_id Run options: 

# Running tests:

...EFEEFFEF......E..EE...

Finished tests in 0.033556s, 3009.9302 tests/s, 2831.1225 assertions/s.

  1) Error:
test_html_form_validation_checkbox(HTMLFormQueryTest):
TypeError: wrong argument type Proc (expected Binding)
/tmp/ruby-webapp/webapp/manager.rb:38:in `eval'
/tmp/ruby-webapp/webapp/manager.rb:38:in `initialize'
/tmp/ruby-webapp/test/test-query.rb:6:in `new'
/tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test'
/tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test'
/tmp/ruby-webapp/test/test-query.rb:147:in `validate'
/tmp/ruby-webapp/test/test-query.rb:186:in 
`test_html_form_validation_checkbox'

  2) Failure:
test_html_form_validation_hidden(HTMLFormQueryTest)
  [/tmp/ruby-webapp/test/test-query.rb:293]: [WebApp::QueryValidationFailure] 
exception
  expected, not Class: TypeError
Message: wrong argument type Proc (expected Binding)
---Backtrace---
/tmp/ruby-webapp/webapp/manager.rb:38:in `eval'
/tmp/ruby-webapp/webapp/manager.rb:38:in `initialize'
/tmp/ruby-webapp/test/test-query.rb:6:in `new'
/tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test'
/tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test'
/tmp/ruby-webapp/test/test-query.rb:147:in `validate'
/tmp/ruby-webapp/test/test-query.rb:293:in `block in 
test_html_form_validation_hidden'
---

  3) Error:
test_html_form_validation_radio(HTMLFormQueryTest):
TypeError: wrong argument type Proc (expected Binding)
/tmp/ruby-webapp/webapp/manager.rb:38:in `eval'
/tmp/ruby-webapp/webapp/manager.rb:38:in `initialize'
/tmp/ruby-webapp/test/test-query.rb:6:in `new'
/tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test'
/tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test'
/tmp/ruby-webapp/test/test-query.rb:147:in `validate'
/tmp/ruby-webapp/test/test-query.rb:216:in `test_html_form_validation_radio'

  4) Error:
test_html_form_validation_reset(HTMLFormQueryTest):
TypeError: wrong argument type Proc (expected Binding)
/tmp/ruby-webapp/webapp/manager.rb:38:in `eval'
/tmp/ruby-webapp/webapp/manager.rb:38:in `initialize'
/tmp/ruby-webapp/test/test-query.rb:6:in `new'
/tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test'
/tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test'
/tmp/ruby-webapp/test/test-query.rb:147:in `validate'
/tmp/ruby-webapp/test/test-query.rb:283:in `test_html_form_validation_reset'

  5) Failure:
test_html_form_validation_select(HTMLFormQueryTest)
  [/tmp/ruby-webapp/test/test-query.rb:312]: [WebApp::QueryValidationFailure] 
exception
  expected, not Class: TypeError
Message: wrong argument type Proc (expected Binding)
---Backtrace---
/tmp/ruby-webapp/webapp/manager.rb:38:in `eval'
/tmp/ruby-webapp/webapp/manager.rb:38:in `initialize'
/tmp/ruby-webapp/test/test-query.rb:6:in `new'
/tmp/ruby-webapp/test/test-query.rb:6:in `webapp_test'
/tmp/ruby-webapp/test/test-query.rb:142:in `query_string_test'

Bug#566279: ruby-prof - new version, adds support for Ruby 1.9

2013-12-01 Thread Jonas Genannt
Hello Arnaud,

could you please update your package to the newest Version? If you have no 
time, we can
move that package under the hood of the Ruby PKG Extra team. You will stay as 
uploader
and we will mange the newest upstream version for you.

If you agree, please send me an mail or update your package yourself.

Thanks,
Jonas


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



Bug#722084: lintian: [checks] Add Ruby pkg team checks to lintian

2013-11-30 Thread Jonas Genannt
Hello Niels,

thanks for your report on my package and sorry about the delay.

 This particular tag looks like a case of depends-on-obsolete-package and
 its sister tag, build-depends-on-obsolete-package.  Would you be okay
 with us just adding ruby1.8 to data/fields/obsolete-packages?

yes you are right. I have added a first new patch for lintian. This adds 
ruby1.8 and
libruby1.8 to the list of obsolete packages.

It would be nice if you can include that patch into the next release, this will 
make the
removal of ruby 1.8 easier.

I will open new bug report for the other features/checks for the Ruby Pkg.

Thanks,
Jonasdiff --git a/data/fields/obsolete-packages b/data/fields/obsolete-packages
index c70a2a0..f12071d 100644
--- a/data/fields/obsolete-packages
+++ b/data/fields/obsolete-packages
@@ -62,6 +62,8 @@ default-jdk-builddep
 
 # Last seen in Wheezy
 fuse-utils
+ruby1.8
+libruby1.8
 
 # See: http://wiki.debian.org/Teams/DebianPerlGroup/OpenTasks/Transitions/DigestSHA1ToDigestSHA
 libdigest-sha1-perl


Bug#730646: RM: liblangscan-ruby -- ROM; orphaned, upstream dead, does not build with Ruby 1.8

2013-11-27 Thread Jonas Genannt
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


Hello ftp-masters,

could you please remove liblangscan-ruby from the archive.

 - orphaned: #694120
 - last upstream release: 2007-01-25
 - does not build with Ruby  1.8

Reverse dependency: gonzui (I will also create an ROM)

Ack by member of Ruby PKG Team:
http://lists.debian.org/debian-ruby/2013/11/msg00015.html

Thanks,
Jonas

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

iQIcBAEBCAAGBQJSljJoAAoJEPBM7/YBbP/Q2xUP/idjgRU5SFhEizkcJ+OnJ3pq
JVimpuNBgUUPVb4EmWFK9dovN53PO1LWpbGu6kPPU3sQgwGgmewLgszWFZW2KeH2
rZbikhf+GPc7+7BzVrKR8mz8tU1TmnuQc+ezLWbsbZkw8Hz+Iy2uFJtYTm7Mzuo/
itj15y/74JGti03jFjjrXGaUPKSoTySEQsEFNGt5DQOs3pCH3L/omPVlHm14yN0b
h/7MV9iPFQqdftKrjqofDFa+IioRY5kqXTtGfAwNRoZa9P5LYinac2CLYgfAsuYH
i09juaKTQh1wXNq6bWf7QIdLkuJ4DnS7x0L69IRukpT2bbv579mNRlGO608+3CgV
83GZfj7dkuhY0WX9xujjb8nF/ehBwWWJZFOiUCTlxmOKcSxJAVRlmYjO/3AJ6dPN
7XT34SBXiLhEwu6FhG8JSb5uApHFdUJxNlQtf2nr0/ZvL1R3RBwzWw3raDVcchPW
DiVS3FlRiCBstaNDMj/5uSdK4XiVNjQso8QUlquxWMkZw0qHX75QrbRYd+nx3PWZ
WecMb/P2sG97jLuxDSzf04Q8QqXqmVD8QupR/c1SpiG9NyDJ9mDGn4Q2dnkrJrbW
t8XpKZhC4iBoVvcUVaxMbpf8aNA5xV7LHoEt1VwDRJGU6zxWJRUot29AvXtH2nwJ
Xw7wYMF2MOMRvgxZYL1y
=yhaw
-END PGP SIGNATURE-


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



  1   2   3   4   >