Bug#536553: ITP: libtest-checkmanifest-perl -- Perl module to check if your Manifest matches your distro
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libtest-checkmanifest-perl Version : 1.01 Upstream Author : Renee Baecker, * URL : http://search.cpan.org/dist/Test-CheckManifest/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl module to check if your Manifest matches your distro Test::CheckManifest checks whether the Manifest file matches the distro or not. To match a distro the Manifest has to name all files that come along with the distribution. To check the Manifest file, this module searches for a file named MANIFEST. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#514390: status of Test-Apocalypse
Test-CheckManifest is packaged and ready to be upload, so Apocalypse won't need to switch to Test-DistManifest yet. The author of Module-CPANTS-Analyse answered, we've got the info we need, and Jonathan is going to complete its debian/copyright tomorrow. After those two are uploaded, I will complete Test-Apocalypse. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#536651: ITP: libppix-editortools-perl -- Utility methods and base classes for manipulating Perl via PPI
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libppix-editortools-perl Version : 0.06 Upstream Author : Steffen Mueller C * URL : http://search.cpan.org/dist/PPIx-EditorTools/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Utility methods and base classes for manipulating Perl via PPI PPIx::EditorTools is a set of tools designed to be used by IDEs and Editors to manipulate Perl code. It provides base classes and utility methods for manipulating Perl via PPI. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#497153: Upstream lost interest
On Sun, Jul 12, 2009 at 04:13:47PM +0300, أحمد المحمودي wrote: > Hello, > > I found your git-bzr package on mentors. So I used it & I found a bug > in the user-correct-paths patch you added: bzr fast-export does not > work, so I replaced that with bzr-fast-export to work correctly. > hm. I can't find bzr-fast-export. which package does it come from? based on the path to it in the original version containing fastimport, and the bzr-fastimport package providing "bzr fast-export", I made the assumption...but of course, I did notice that that didn't work. Was this a bad exception? What do I need to do to make this work? I can't remove my patch, because of course most users won't have ~/.bazaar/plugins/fastimport/exporters/bzr-fast-export.py and I don't, and have no clue where to get it.. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#497153: Upstream lost interest
Hi! On Sun, Jul 12, 2009 at 09:22:17PM +0300, أحمد المحمودي wrote: > > I just tried Debian's bzr-fastimport now, and it seems that your > *UNMODIFIED* patch was just the correct thing to make it work ! > last I checked it results in a python traceback. I will try again with the latest version today, tho. > Btw, I am only testing import from bzr to git, as I want to convert some > bzr repos to git. But I didn't test pushing a change from git back into > bzr, which seems to be the Launchpad bug you mentioned earlier. > > I'm talking now with Ubuntu guys to sync bzr-fastimport from Debian. > ok, thanks! Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#526796: RFP: mitter -- Micro-blogging client with multiple interfaces
Hi Filip, On Mon, Jul 13, 2009 at 06:39:20PM +0200, Filip Chabik wrote: > Mitter has just landed on mentors.d.n. Useful links: > are you going to package this and mbpurple for Debian? If so, please retitle these RFPs to ITPs and set yourself as the owner so that people know that you are working on it. You will also need to send an RFS mail to the debian-mentors list (you can get an example from mentors.debian.net). Thanks for working on these, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#526796: RFP: mitter -- Micro-blogging client with multiple interfaces
On Mon, Jul 13, 2009 at 11:38:11PM +0200, Andrea Colangelo wrote: > On Mon, Jul 13, 2009 at 20:52, Ryan Niebur wrote: > > are you going to package this and mbpurple for Debian? If so, please > > retitle these RFPs to ITPs and set yourself as the owner so that > > people know that you are working on it. You will also need to send an > > RFS mail to the debian-mentors list (you can get an example from > > mentors.debian.net). > > Just in case you didn't noticed, this bug is already an ITP, and the > owner is myself. I have a sponsor for this package too: my work will > be uploaded shortly. ah, sorry, I was only going by the Subject line from Filip's email. I didn't actually look up the bug. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#539170: O: wxwidgets2.8
retitle 539170 ITA: wxwidgets2.8 owner 539170 ! thanks I guess I'll give this another try... On Wed, Jul 29, 2009 at 05:06:40PM +0200, Adeodato Simó wrote: > Package: wnpp > > I'm orphaning the wxwidgets2.8 package. > > -- > - Are you sure we're good? > - Always. > -- Rory and Lorelai > > > > > -- > To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#540247: ITP: abi-compliance-checker -- tool for checking binary compatibility of shared libraries (was: Re: backward/forward binary compatibility checker)
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: abi-compliance-checker Version : 1.1 Upstream Author : Andrey Ponomarenko * URL : http://ispras.linux-foundation.org/index.php/ABI_compliance_checker * License : GPL-3+ Programming Lang: Perl Description : tool for checking binary compatibility of shared libraries ABI-compliance-checker is a lightweight tool for checking backward binary compatibility of shared C/C++ libraries in OS Linux. It checks interface signatures and data type definitions in two library versions (headers and shared objects) and searches ABI changes that may lead to incompatibility. Breakage of the compatibility may result in crashing or incorrect behavior of applications built with an old version of a library when it is running with a new one. ABI-compliance-checker was intended for library developers that are interested in ensuring backward binary compatibility. Also ABI-compliance-checker may be used for checking forward binary compatibility and compliance checking of the same library versions on different Linux distributions. Hi Andrey, On Thu, Aug 06, 2009 at 06:38:41PM +0400, Andrey Ponomarenko wrote: > Colleagues, I'm software engineer from Institute for System > Programing of Russian Academy of Sciences and we are developing a free > lightweight tool for checking backward/forward binary compatibility of > shared C/C++ libraries in OS Linux. It checks interface signatures and > data type definitions in two library versions (headers and shared > objects) and searches ABI changes that may lead to incompatibility. > We have released 1.1 version of this tool and we'd like you to consider > its usefulness for your project. > The wiki-page with the latest release of binary compatibility checker is > http://ispras.linux-foundation.org/index.php/ABI_compliance_checker > This looks like an extremely useful piece of software (in the past I've thought "I wish there were a tool to do this" :)). I'll package it for Debian. Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#540247: abi-compliance-checker 1.1-1, manpage patches and tweaks
Hi! On Sat, Aug 08, 2009 at 02:41:10PM +0100, Paul Sladen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Ryan et al, > > I ended up packaging this aswell, but you bet me to a submission by a clear > 18 hours. I've cloned your git tree of the package and tweaked it; > I wonder if you'd be interested in reviewing/accepting the patches. > next time, please file an ITP *before* you start packaging, this is the purpose of them -- to prevent duplicate work. I'll look at the rest of your email later. Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#540976: ITP: libcarp-always-perl -- Perl module to make warns and dies noisy with stack backtraces
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libcarp-always-perl Version : 0.09 Upstream Author : Adriano R. Ferreira * URL : http://search.cpan.org/dist/Carp-Always/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl module to make warns and dies noisy with stack backtraces Carp::Always is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#540815: ITP: abi-compliance-checker - backward and forward binary compatibility checker
On Mon, Aug 10, 2009 at 02:41:26PM +0100, Andrew O. Shadoura wrote: > Package: wnpp > Severity: wishlist > > > Hello. > > I intent to package the following software: > I've just packaged this a few days ago, and it's already been uploaded. Cheers, Ryan -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#498608: Processed: RFP: htmlvalidator -- HTML validator for Iceweasel
there's really no reason to package this afaict. the iceweasel-webdeveloper package already does this (I think). it contacts the W3C validators for CSS and HTML. is there any advantage to this plugin over using that? Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#542505: ITP: libhtml-latemp-news-perl -- news maintenance module for Latemp (and possibly other web frameworks)
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libhtml-latemp-news-perl Version : 0.1.7 Upstream Author : Shlomi Fish * URL : http://search.cpan.org/dist/HTML-Latemp-News/ * License : MIT Programming Lang: Perl Description : news maintenance module for Latemp (and possibly other web frameworks) HTML::Latemp::News is a module that maintains news item for a web-site. It can generate an RSS feed, as well as a news page, and an HTML newsbox, all from the same data. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#542507: ITP: libhtml-latemp-genmakehelpers-perl -- Latemp utility module
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libhtml-latemp-genmakehelpers-perl Version : 0.2.0 Upstream Author : Shlomi Fish * URL : http://search.cpan.org/dist/HTML-Latemp-GenMakeHelpers/ * License : MIT Programming Lang: Perl Description : Latemp utility module HTML::Latemp::GenMakeHelpers is a utility module to generate Makefile snippets for websites using latemp. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#542508: ITP: libhtml-latemp-navlinks-genhtml-perl -- module to generate the HTML of navigation links
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libhtml-latemp-navlinks-genhtml-perl Version : 0.1.8 Upstream Author : Shlomi Fish * URL : http://search.cpan.org/dist/HTML-Latemp-NavLinks-GenHtml/ * License : MIT Programming Lang: Perl Description : module to generate the HTML of navigation links HTML::Latemp::NavLinks::GenHtml is a module to generate the HTML of navigation links for Latemp. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#542506: ITP: libhtml-widgets-navmenu-perl -- Perl module for generating HTML navigation menus
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libhtml-widgets-navmenu-perl Version : 1.0302 Upstream Author : Shlomi Fish * URL : http://search.cpan.org/dist/HTML-Widgets-NavMenu/ * License : MIT Programming Lang: Perl Description : Perl module for generating HTML navigation menus HTML::Widgets::NavMenu generates a navigation menu for a site. It can also generate a complete site map, a path of leading components, and also keeps track of navigation links ("Next", "Prev", "Up", etc.) -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#542504: ITP: libfile-find-object-rule-perl -- alternative interface to File::Find::Object
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libfile-find-object-rule-perl Version : 0.0300 Upstream Author : Shlomi Fish * URL : http://search.cpan.org/dist/File-Find-Object-Rule/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : alternative interface to File::Find::Object File::Find::Object::Rule is a friendlier interface to File::Find::Object. It allows you to build rules which specify the desired files and directories. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#542516: ITP: libcommon-sense-perl -- module that implements some sane defaults for Perl programs
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libcommon-sense-perl Version : 0.04 Upstream Author : Marc Lehmann and Robin Redeker * URL : http://search.cpan.org/dist/common-sense/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : module that implements some sane defaults for Perl programs common::sense implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#428879: ITP: capistrano -- executes commands in parallel on multiple servers
owner 428879 Christopher Lunsford quit Christopher has taken over the packaging of this. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#543541: RFH: quilt -- Tool to work with series of patches
Hi, On Tue, Aug 25, 2009 at 07:45:43PM +0200, Raphael Hertzog wrote: > Package: wnpp > Severity: normal > > The quilt package needs supplementary maintainers in order to be well > maintained. The main maintainer Martin Quinson has not enough time > to do all the required work. Simon Horman is co-maintainer but I haven't > seen him doing anything on the package (and the last mention in changelog > dates back to Apr 2007), Simon shall we remove you from the Uploaders? > I am the third maitainer listed in Uploaders but I joined only to > work on the integration with new source package formats (and with build > system in general) and would like to see the package in a better shape but > I don't have the time/will to do all the usual work. > I'm willing to help. > There is lots of work to do: > - update all the patches for the new upstream version (and we have 22 > patches) > Martin Quinson started this work but he has not yet pushed his work > in a public branch, hopefully that mail will remind him to do it > - document all the patches and submit them upstream even if they have been > not very receptive to some of them a few years ago (in particular the > rewrite of backup-files in shell apparently) I'm guessing these two should wait for Martin. > - go through open bug reports and forward them upstream as well > okay, will look at them. Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#543607: ITA: libapache-sessionx-perl -- An extented persistence framework for session data
Package: wnpp Severity: wishlist Tags: pending Owner: pkg-perl-maintain...@lists.alioth.debian.org This package is now in our repo, see http://lists.debian.org/debian-perl/2009/08/msg00085.html -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543608: ITA: libdbix-recordset-perl -- Perl extension for DBI recordsets
Package: wnpp Severity: wishlist Tags: pending Owner: pkg-perl-maintain...@lists.alioth.debian.org This package is now in our repo, see http://lists.debian.org/debian-perl/2009/08/msg00085.html -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543609: ITA: libembperl-perl -- A system for building dynamic websites with Perl
Package: wnpp Severity: wishlist Tags: pending Owner: pkg-perl-maintain...@lists.alioth.debian.org This package is now in our repo, see http://lists.debian.org/debian-perl/2009/08/msg00085.html -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543610: ITA: libextutils-xsbuilder-perl -- Automatic XS glue code generation
Package: wnpp Severity: wishlist Tags: pending Owner: pkg-perl-maintain...@lists.alioth.debian.org This package is now in our repo, see http://lists.debian.org/debian-perl/2009/08/msg00085.html -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#543856: poedit -- gettext catalog editor
retitle 543856 ITA: poedit -- gettext catalog editor owner 543856 ! thanks On Thu, Aug 27, 2009 at 07:45:03AM +, Daniel Baumann wrote: > Package: wnpp > Severity: normal > > I am orphaning poedit. > I'll take it. -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#543892: O: hostname -- utility to set/show the host name or domain name
retitle 543892 ITA: hostname -- utility to set/show the host name or domain name owner 543892 ! thanks On Thu, Aug 27, 2009 at 09:27:29AM +, Daniel Baumann wrote: > Package: wnpp > Severity: normal > > I am orphaning hostname. > I will adopt it. It is "Priority: required" (tho *very* simple), so who wants to comaintain? :) I've taken a look at the bugs in the BTS and LP and will soon start working on patches. I'll push to a git repo under collab-maint tomorrow. Cheers, Ryan -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#543892: (no subject)
owner 543892 mes...@debian.org quit nevermind, I lost the "race". :) -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#478741: any news on getting redmine into debian ?
On Sun, Aug 30, 2009 at 08:38:07PM -0300, Rodrigo Campos wrote: > I was wondering if there was any news about this (since I want to install > redmine) and the last message here is almost 2 months ago :) > hm. I was going to review it, and then Jérémy was going to do some more work, and it looks like he has (tho I didn't notice...oops). Jérémy, do you want me to review it now? -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#544399: ITP: rakudo -- implementation of Perl 6 for Parrot
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: rakudo Version : "2009-08" aka PDX (will probably use 0.1~2009-08-1 for the package version) Upstream Author : The Rakudo Team * URL : http://rakudo.org/ * License : Artistic License 2.0 Programming Lang: Parrot Description : implementation of Perl 6 for Parrot Rakudo Perl is an implementation of the Perl 6 specification that runs on the Parrot virtual machine. I won't be able to upload this for a while, because previous to the current git version the build system didn't work with system installed parrot. parrot and rakudo release go together (monthly), but the debian maintainer of parrot only uploads the "stable" releases. So I have to wait for the next stable version of parrot to be released and uploaded to debian, and then for the corresponding version of rakudo to be released. So it will probably be a few months... -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#544399: ITP: rakudo -- implementation of Perl 6 for Parrot
On Mon, Aug 31, 2009 at 03:40:34PM +0200, Marc 'HE' Brockschmidt wrote: > Ryan Niebur writes: > > Rakudo Perl is an implementation of the Perl 6 specification that > > runs on the Parrot virtual machine. > > > > I won't be able to upload this for a while, because previous to the > > current git version the build system didn't work with system installed > > parrot. parrot and rakudo release go together (monthly), but the > > debian maintainer of parrot only uploads the "stable" releases. So I > > have to wait for the next stable version of parrot to be released and > > uploaded to debian, and then for the corresponding version of rakudo > > to be released. So it will probably be a few months... > > Would it be possible to put a current parrot build into experimental? > ask allison, not me :). anyways, if we were going the experiemental route, we'd either have to put rakudo from git and parrot from svn, or wait until the septemeber releases of both of them. either of which I'd be happy to do, and I have rakudo + parrot packages building from git/svn. so Allison, what's your opinion? -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#544399: ITP: rakudo -- implementation of Perl 6 for Parrot
please keep the ITP bug CCed. On Mon, Aug 31, 2009 at 03:45:07PM -0700, Allison Randal wrote: > Last I heard (by automated notice), parrot 1.4 packages are already in > experimental, though I didn't check to make sure. they're actually in unstable. anyways, I need the unreleased versions of parrot (more recent than 1.5.0 even). I'm using r40789 from SVN locally. Cheers, Ryan -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#544399: ITP: rakudo -- implementation of Perl 6 for Parrot
Hi, On Mon, Aug 31, 2009 at 05:33:47PM -0700, Allison Randal wrote: > Ryan Niebur wrote: >> please keep the ITP bug CCed. > > Apologies, was replying from my phone. > no problem. >> On Mon, Aug 31, 2009 at 03:45:07PM -0700, Allison Randal wrote: >> they're actually in unstable. anyways, I need the unreleased versions >> of parrot (more recent than 1.5.0 even). I'm using r40789 from SVN >> locally. > > Now that I have real internet access again... the automated notice was > that 1.4 packages were migrated to "testing". So, yes, not relevant to > what you're looking for. > > We only package the stable releases because the intermediate monthly > releases are for development testing, not for broader use. I'm willing > to package some monthly releases between now and Parrot's next stable > release (2.0 in January), just to be absolutely sure that Rakudo > packages can enter unstable at the same time as Parrot 2.0. As long as > it's understood that the experimental packages don't supersede the 1.4 > packages in unstable/testing, and won't ever migrate to unstable or > testing. They're just throwaway packages for Rakudo testing. > ya. preparing an experimental upload would be great. Do you want to wait for the September release or package the SVN version? > But, it really boils down to a question of whether you have Rakudo users > testing Debian experimental. If not, then it makes more sense to put the > intermediate packages up on alioth. > adding experimental to the sources.list and running "apt-get install -t experimental rakudo" is easier than downloading .debs from alioth, and it means that it's more official (because it's actually in Debian repos). other than that, I don't see the difference. Thanks, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#536320: adoption conky package
Hi Kapil, On Wed, Sep 02, 2009 at 06:05:14AM +0530, Kapil Hari Paranjape wrote: > > If you have no time to work on the package, I will re-title the bug to > RFA and do the basic packaging of 1.7.2 just to keep conky going in > Debian. > please don't retitle it back to an RFA. if it comes to the point where Nikolas is not going to be adopting it, set the owner back to me, I will. However, I still think it would be much better if Nikolas adopts it, since he's a conky developer. Cheers, Ryan -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#544000: waiting for copyright info
block 544002 by 544001 block 544001 by 544000 quit waiting for copyright info from upstream -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#544917: RFA: pente -- Five in a row game for X and the console
retitle 544917 ITA: pente -- Five in a row game for X and the console owner 544917 ! thanks I still intend to maintain this.. next time please ask the people in Uploaders before making WNPP bugs. On Thu, Sep 03, 2009 at 08:43:44PM +0200, Gonéri Le Bouder wrote: > Package: wnpp > Severity: normal > > We, Debian Games, request an adopter for the pente package. If nobody adopt > the package in the 3 comming months, we'll ask ftp-master to remove the > package from the archive. > > The package is/was maintained in the Debian Games Team, we would prefere the > new maintainer to do so. > > The package description is: > Pente is the English name for the Asian game ni-nuki, which itself > is a version of the game go-moku. The game is a variant of the well > known five in a row. Placing five stones in a row is one way to win, > the other is to capture five pairs of the opponents stones. > . > Pente can run in three different modes: X, curses or text. You can > play against the computer or another human, and there is also support > for playing over a network. > > > > -- > To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#472802: What's happening?
On Thu, Jul 02, 2009 at 07:18:38PM +0100, Julian Gilbey wrote: > On Wed, Jun 24, 2009 at 03:00:25PM +0200, Carsten Schmitz wrote: > > Hello! > > > > My name is Carsten Schmitz, I am the project lead of the LimeSurvey > > project. I asked Nicolas Barcet to package LimeSurvey last year and he > > already showed off a working package to me. > > > > Now for some reason this whole issue fell asleep. I am not fully aware > > of the procedures to push this packaging to the finish line but I would > > be happy to get any kind of update about what is going on. Nicolas told > > me that we need to find a sponsor for this package who would be willing > > to go the full way. > > > > So, any hunch how to do that? > > There were some issues with the package which Nicolas offered, and I > pointed these out to him - then I went off and got engaged and > completely forgot to look at the latest version. > > Right, time to get off my butt and do something about it. > > I've got two crazy weeks of school left - please could you ping me > after 20th July and I'll look into it? ping :) so what's happening with this? -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#544399: ITP: rakudo -- implementation of Perl 6 for Parrot
Hi Allison, On Tue, Sep 01, 2009 at 09:16:52PM -0700, Allison Randal wrote: > Ryan Niebur wrote: >> >> ya. preparing an experimental upload would be great. Do you want to >> wait for the September release or package the SVN version? > > Let's wait for the releases. Parrot and Rakudo are carefully sync'd at > release points, but there's no guarantee of compatibility at random > SVN/git revisions. > >> adding experimental to the sources.list and running "apt-get install >> -t experimental rakudo" is easier than downloading .debs from alioth, >> and it means that it's more official (because it's actually in Debian >> repos). other than that, I don't see the difference. > > I talked some with Patrick about plans for Rakudo releases. It sounds > like it'll be useful to have the 1.6 (maybe 1.8) and 2.3 releases of > Parrot in experimental. Rakudo packages could be in experimental around > Parrot 1.6, (maybe 1.8,) 2.0 (January), and 2.3 (April), then aim for > Rakudo in Debian unstable around Parrot 2.6 (July). > as I'm sure you already know, parrot 1.6 is now released, so how about an upload to experimental? :) Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#547225: O: ne -- Nice Editor, an easy-to-use and powerful editor
Hi Sven, On Mon, Sep 21, 2009 at 10:03:59PM +0200, Sven Joachim wrote: > I have some interest in this package as a prospective ncurses > co-maintainer, because ne is *very* picky about wrong terminfo entries, > and that helped me to discover that the xterm-256color terminfo had a > wrong backspace description. However, I certainly won't use ne as an > editor for any serious work, since I'm forever addicted to the One True > Editor¹, and with that state of affairs I cannot really maintain ne. > > Today I've hacked around the package a bit, fixing the lintian warnings > and upgrading it to version 2.0.3 which has (limited) syntax > highlighting. What remains is to split the package (most of the stuff > lives in /usr/share, meaning that an arch-independent binary package is > in order), and to update debian/copyright. If anyone is interested in > that work, please mail me. > why not just upload it as a QA upload? Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#548322: O: libdbd-oracle-perl
On Fri, Sep 25, 2009 at 06:33:45PM +0300, Damyan Ivanov wrote: > retitle 548322 ITA: libdbd-oracle-perl > owner 548322 pkg-perl-maintain...@lists.alioth.debian.org > thanks > > > This is a very useful package, but I don't use it at the moment, so > > someone > > else should take over. > > An updated package is available in Debian Perl Group's SVN repository. > It only lacks someone with the oracle libs to build and test it. > hm...wasn't the deal that I/we made with Luk that he was supposed to do that? :) -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#548901: ITA: sqlfairy -- SQL translation utilities
Package: wnpp Severity: normal On Sun, Sep 27, 2009 at 06:58:16PM -0400, Eric Dorland wrote: > * Jonathan Yu (jonathan.i...@gmail.com) wrote: > > Hi Eric: > > > > There's an outstanding bug for the sqlfairy/libsql-translator-perl > > package, which requests an upgrade (it also contains lots of bug > > fixes). It's been three weeks since the initial bug report, filed by > > one of the upstream maintainers of that package. Ref: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544904 -- Thankfully, > > the upgrade would also close several Debian bugs, too (as mentioned in > > the filing BTS#544904) > > > > I am mostly interested in the upgrade of the package because it also > > impacts DBIx::Class (maintained under the Debian Perl Group as > > libdbix-class-perl). It brings with it many bug fixes, and some > > feature additions which have a ripple effect in DBIx::Class, Catalyst > > and other packages that depend on them, like the upcoming MojoMojo > > (packaging currently in progress). > > Sorry for the delay. My day job has been punishing for the last few > weeks. I've just uploaded the new version to unstable. > > > I understand that you are a maintainer of iceweasel (wow! thanks!), so > > you've probably got bigger fish to fry. It is in that vein that I > > would like to offer the Debian Perl Team's services in maintaining > > that package. > > If you want it, you can have it. I haven't actively used the package > in a long time. > we will take it. Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#504966: ITP: thin -- fast and very simple Ruby web server
Package: wnpp Owner: Ryan Niebur <[EMAIL PROTECTED]> Severity: wishlist * Package name: thin Version : 1.0.0 Upstream Author : Marc-Andre Cournoyer <[EMAIL PROTECTED]> * URL : http://code.macournoyer.com/thin/ * License : (not sure atm) Programming Lang: Ruby Description : fast and very simple Ruby web server Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: * the Mongrel parser, the root of Mongrel's speed and security * Event Machine, a network I/O library with extremely high scalability, performance and stability * Rack, a minimal interface between webservers and Ruby frameworks . Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use package for your own pleasure. I'm not entirely sure what the license is, so I'm going to email the upstream author. -- _________ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#504966: ITP: thin -- fast and very simple Ruby web server
On Sat, Nov 08, 2008 at 10:56:36AM -0500, bd_ wrote: > On Sat, Nov 8, 2008 at 3:07 AM, Ryan Niebur <[EMAIL PROTECTED]> wrote: > > Package: wnpp > > Owner: Ryan Niebur <[EMAIL PROTECTED]> > > Severity: wishlist > > > > * Package name: thin > > Version : 1.0.0 > > Upstream Author : Marc-Andre Cournoyer <[EMAIL PROTECTED]> > > * URL : http://code.macournoyer.com/thin/ > > * License : (not sure atm) > > Programming Lang: Ruby > > Description : fast and very simple Ruby web server > > > > Thin is a Ruby web server that glues together 3 of the best Ruby > > libraries in web history: > >* the Mongrel parser, the root of Mongrel's speed and security > >* Event Machine, a network I/O library with extremely high > > scalability, performance and stability > >* Rack, a minimal interface between webservers and Ruby frameworks > > . > > Which makes it, with all humility, the most secure, stable, fast and > > extensible Ruby web server bundled in an easy to use package for your own > > pleasure. > > > > I'm not entirely sure what the license is, so I'm going to email the > > upstream author. > > The COPYING file at upstream's version control > (http://github.com/macournoyer/thin.git/COPYING) has a fairly standard > simple permissive license, which should be no problem for debian main. but at the same time the README says it's the ruby license, which is GPL and a custom license. And (parts of) it can't be anything that's not GPL, because parts of it are derived from mongrel (Zed's copyrights are even still there in places), which is GPL. Of course, I don't know my legal stuff, so... -- _ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#503562: nevermind
retitle 503562 O: xalan -- Provides XSLT support for applications noowner 503562 thanks Ummm, nevermind. I don't want to maintain xalan. Sorry for keeping this idled for a month. Thanks, Ryan -- _ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#507387: (no subject)
retitle 507387 ITA: libcompress-bzip2-perl -- Perl interface to Bzip2 compression library owner 507387 ! thanks I will adopt this for the Debian Perl Team. -- _ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#507391: O: crip -- terminal-based ripper/encoder/tagger tool
retitle 507391 ITA: crip -- terminal-based ripper/encoder/tagger owner 507391 ! thanks I will adopt this. -- _ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#507418: ITA: devtodo -- hierarchical, prioritised todo list manager
Package: wnpp Owner: Ryan Niebur <[EMAIL PROTECTED]> X-Debbugs-CC: Arthur Korn <[EMAIL PROTECTED]> Hi, Arthur, I saw that you uploaded a new version of devtodo orphaning it but did not create a WNPP bug. Is it okay for me to adopt this? Thanks, Ryan -- _____ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#508535: ITA: storebackup -- fancy compressing managing checksumming hard-linking cp -rua
Package: wnpp Owner: Ryan Niebur X-Debbug-CC: Arthur Korn I intend to adopt storebackup. Arthur, I assume this is the same case as devtodo? :) Thanks, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#509485: ITP: libgooglecharts-ruby -- Ruby library to create sexy charts using the Google API
Package: wnpp Owner: Ryan Niebur Severity: wishlist * Package name: libgooglecharts-ruby Version : 1.3.6 Upstream Author : Matt Aimonetti * URL : http://googlecharts.rubyforge.org/ * License : MIT Programming Lang: Ruby Description : Ruby library to create sexy charts using the Google API Googlecharts is a nice and simple wrapper for the Google Chart API. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#509485: ITP: libgooglecharts-ruby -- Ruby library to create sexy charts using the Google API
Hi, On Tue, Dec 23, 2008 at 02:37:04PM +0900, Junichi Uekawa wrote: > Hi, > > Does this package go into main or contrib? Specifically, does this > package work without being connected to network ? > It belongs in contrib. "all" that it does it generate a URL, which points to google. Thanks, Ryan -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#509568: ITP: libxml-validator-schema-perl -- Perl module to validate XML against a subset of W3C XML Schema
Package: wnpp Severity: wishlist Owner: Ryan Niebur * Package name: libxml-validator-schema-perl Version : 1.10 Upstream Author : Sam Tregar * URL : http://search.cpan.org/dist/XML-Validator-Schema/ * License : GPL and Artistic Programming Lang: Perl Description : Perl module to validate XML against a subset of W3C XML Schema XML::Validator::Schema allows you to validate XML documents against a W3C XML Schema. This module does not implement the full W3C XML Schema recommendation (http://www.w3.org/XML/Schema), but a useful subset. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#509567: ITP: libxml-sax-expatxs-perl -- Perl SAX 2 XS extension to Expat parser
Package: wnpp Severity: wishlist Owner: Ryan Niebur * Package name: libxml-sax-expatxs-perl Version : 1.31 Upstream Author : Petr Cimprich * URL : http://search.cpan.org/dist/XML-SAX-ExpatXS/ * License : GPL and Artistic Programming Lang: C, Perl Description : Perl SAX 2 XS extension to Expat parser XML::SAX::ExpatXS is a direct XS extension to Expat XML parser. It implements Perl SAX 2.1 interface. See http://perl-xml.sourceforge.net/perl-sax/ for Perl SAX API description. Any deviations from the Perl SAX 2.1 specification are considered as bugs. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#510025: ITP: libpango-perl -- Perl module to layout and render international text
Package: wnpp Severity: wishlist Owner: Debian Perl Group * Package name: libpango-perl Version : 1.210 Upstream Author : scott at asofyet dot org, kaffeetisch at gmx dot de, pcg at goof dot com * URL : http://gtk2-perl.sourceforge.net/ * License : LGPL Programming Lang: Perl Description : Perl module to layout and render international text libpango-perl allows a perl developer to use the Pango library. . Pango is a library to layout and render international text. . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-l...@gnome.org at lists.gnome.org. . Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net This package is a dependancy of newer versions of libgtk2-perl. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#412437: start the team?
Hi, Alan, since you've already worked on this a bit, do you want to start the team and the repository with what you already have done? Then any of us can work on integrating in some of the work that Ubuntu did. Thanks, Ryan (ryan52-guest on alioth) -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#510533: O: ksudoku -- sudoku puzzle generator/solver
retitle 510533 ITA: ksudoku -- sudoku puzzle generator/solver owner 510533 ! thanks /me will take it -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#488931: (no subject)
owner 488931 ! retitle 488931 ITA: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding thanks I will take care of this. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#488931: Processed: Re: RFA: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding
owner 488931 ! thanks On Sun, Jan 11, 2009 at 11:00:05PM +, Debian Bug Tracking System wrote: > > owner 488931 ! > Bug 488931 [wnpp] ITA: mp3splt -- Splits MP3 and Ogg Vorbis files without > reencoding > Owner changed from Ryan Niebur to Uwe Hermann > . I already took this this morning... Thanks, Ryan -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#412437: getdeb.net deb source (+ Alioth project)
Hi, (sorry for the late response) On Tue, Jan 13, 2009 at 10:14:18AM +, Alan Woodland wrote: > Savvas Radevic wrote: >> Also this personal package archive (Fabien Tassin): >> http://ppa.launchpad.net/fta/ubuntu/pool/main/s/songbird/ > The project on alioth has been approved now, and I've added Ryan to the > developers on it. I did have a quick look over the Ubuntu source they > have in launchpad yesterday lunchtime, but didn't build it yet. I also > couldn't quite figure out how to make git play nice with bzr either. Any > thoughts on that yet Ryan? Feel free to set something up on the group > filespace on alioth if you want! There's this http://github.com/pieter/git-bzr/tree/master It claims to work with the git-core in experimental. I can try to figure out how to make it play nice with git-buildpackage (if possible..) or we could just not use git-buildpackage (just keep the debian directory in a git repo w/o upstream source) If that doesn't work out, I'm not completely opposed to using bzr.. do you have an opinion on it? any of those solutions are fine with me. (git w/o upstream source would be my choice). Thanks, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#501450: ITP: libeventmachine-ruby -- Event-driven I/O library for high-performance
Hi, what's the status on this? Thanks, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#368006: I'll package this.
retitle 368006 ITP: libtest-memory-cycle-perl -- Test::Memory::Cycle - Check for memory leaks and circular memory references owner 368006 ! thanks I'll package it. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#515504: (no subject)
retitle 515504 ITA: pente -- Five in a row game for X and the console owner 515504 ! thanks I'll take this. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#491835: ITP: libnagios-plugin-perl -- A family of perl modules to streamline writing Nagios plugins
Hi Marc, If you lose interest or decide to not package Nagios::Plugin (and Math::Calc::Units) for some other reason, I'd be happy to take these ITPs, as I'd like to use this in my plugins. Thanks, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#516390: ITP: libdata-stream-bulk-perl -- N at a time iteration API
Package: wnpp Severity: wishlist Owner: Debian Perl Group * Package name: libdata-stream-bulk-perl Version : 0.03 Upstream Author : Yuval Kogman * URL : http://search.cpan.org/dist/Data-Stream-Bulk/ * License : same as Perl Programming Lang: Perl Description : N at a time iteration API Data::Stream::Bulk tries to find middle ground between one at a time and all at once processing of data sets. . The purpose of this module is to avoid the overhead of implementing an iterative API when this isn't necessary, without breaking forward compatibility in case that becomes necessary later on. . The API optimizes for when a data set typically fits in memory and is returned as an array, but the consumer cannot assume that the data set is bounded. . The API is destructive in order to minimize the chance that resultsets are leaked due to improper usage. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#516778: ITA: ack-grep -- A grep-like program specifically for large source trees
Package: wnpp Owner: ryanrya...@gmail.com X-Debbugs-CC: pe...@makholm.net - Forwarded message from Peter Makholm - > Date: Mon, 23 Feb 2009 13:47:02 +0100 > From: Peter Makholm > Subject: Re: ack-grep co-maintenance? > To: Ryan Niebur > > Sorry for not having answered you before. > > I don't really have time to take proper care of debian packageing at > the moment. If you want to take over the maintainership, pleas > do. Otherwise I will offering it to someone in the Debian Perl Group. > > //Makholm > > - End forwarded message - -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#518099: ITP: libgtk2-mozembed-perl -- Perl interface to the Mozilla embedding widget
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libgtk2-mozembed-perl Version : 0.08 Upstream Author : the gtk2-perl team * URL : http://gtk2-perl.sourceforge.net/ * License : LGPL-2.1+ Programming Lang: Perl Description : Perl interface to the Mozilla embedding widget This module allows a Perl developer to use the Mozilla embedding widget. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#518103: ITP: libapp-nopaste-perl -- easy access to any pastebin
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libapp-nopaste-perl Version : 0.04 Upstream Author : Shawn M Moore, C<< >> * URL : http://search.cpan.org/dist/App-Nopaste/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : easy access to any pastebin Pastebins (also known as nopaste sites) let you post text, usually code, for public viewing. They're used a lot in IRC channels to show code that would normally be too long to give directly in the channel (hence the name nopaste). . Each pastebin is slightly different. When one pastebin goes down (I'm looking at you, http://paste.husk.org), then you have to find a new one. And if you usually use a script to publish text, then it's too much hassle. . This module aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#491835: (no subject)
Hi Marc, Seeing as how you haven't responded for a couple of weeks, I am going to take over these ITPs. If you don't respond by this weekend I'll take them over and get packages ready. Thanks, Ryan -- _________ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#493818: status
has a sponsor, waiting for them to upload it. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#504966: status
has a sponor, waiting for them to upload it. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#500354: status
Looking for a sponsor: http://mentors.debian.net/debian/pool/main/m/mergelog/mergelog_4.5.1-8.dsc -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#516778: status
just waiting for upstream to clarify copyright and license information for etc/ack.bash_completion.sh -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#518267: ITA: inotify-tools
Package: wnpp Owner: Ryan Niebur X-Debbugs-CC: Peter Makholm - Forwarded message from Peter Makholm - > Date: Tue, 24 Feb 2009 10:05:57 +0100 > From: Peter Makholm > Subject: Re: ack-grep co-maintenance? > To: Ryan Niebur > Cc: Peter Makholm > > Ryan Niebur writes: > [...] > > You can have inotify-tools too. > > Thanks for caring. Both are graat tools and I use them regulary. > > //Makholm - End forwarded message - -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#453323: Debian Perl Group isn't working on this any more
retitle 453323 RFP: libfile-extattr-perl -- access extended attributes of files noowner 453323 thanks This package was removed from our svn repository due to inactivity. Converting back to a "Request For Package". -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#510061: ITP: libmoosex-attributehelpers-perl -- Extend your attribute interfaces
Hi, what's the status on this? may I take it over? It's needed for a new version of libdevel-repl-perl. Thanks, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#518443: ITP: libschedule-ratelimiter-perl -- Perl library to prevent events from happening too quickly
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libschedule-ratelimiter-perl Version : 0.01 Upstream Author : Daniel J. Wright, * URL : http://search.cpan.org/dist/Schedule-RateLimiter/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl library to prevent events from happening too quickly Schedule::RateLimiter provides a way to voluntarily restrict how many times a given action may take place within a specified time frame. Such a tool may be useful if you have written something which periodically polls some public resource and want to ensure that you do not overburden that resource with too many requests. . Initially, one might think that solving this problem would be as simple as sleeping for the number of seconds divided by the number of iterations in between each event. However, that would only be correct if the event took no time at all. . If you know exactly how much time each event is going to take then you could build an even more complicated one-liner such as this: . sleep( (seconds / iterations) - single_event_time ) -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#510061: ITP: libmoosex-attributehelpers-perl -- Extend your attribute interfaces
owner 510061 ! thanks Hi, On Fri, Mar 06, 2009 at 08:32:13AM +0100, Sébastien Aperghis-Tramoni wrote: > > Sure, take over it. I couldn't make the package at work, and won't have > the time to do it right now. > okay, thanks -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#491835: (no subject)
owner 491835 ! owner 491836 ! thanks okay, taking them over. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#495967: [Fwd: Bug#495967: Info received (ITP: autoglade -- automagic application generation using Glade)]
Hi, On Sun, Mar 08, 2009 at 11:38:50PM -0500, raespi wrote: > Hi, I wrote about a week ago concerning my interest in adopting this new > request for autoglade becoming a package ... I was wondering as to which > is the next step ?? I'm waiting for a reply since the email from the > Debian team said: > there are a few steps: 1) retitle the RFP to an ITP, and set yourself as the owner (see the BTS documentation for how to do that) this way other people know you are working on it, and won't work on it themselves http://www.debian.org/Bugs/server-control 2) create the package see the Debian New Maintainer Guide, Debian Policy, and Debian Developers reference for how to that. You should probably read all 3 of these documents. http://www.debian.org/doc/maint-guide/ http://www.debian.org/doc/developers-reference/ http://www.debian.org/doc/debian-policy/ 3) upload your package to mentors.debian.net and send an RFS to the debian-mentors list > "They will reply in due course" > you were never going to get a response as you did not ask any questions. and that's not the correct place to ask. anyway, if you have any questions ask on the irc channel #debian-mentors on irc.oftc.net or on the debian-mentors email list. Good luck, and welcome, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#519343: (no subject)
retitle 519343 ITA: libtext-template-perl -- Text::Template perl module owner 519343 ! retitle 519344 ITA: libwww-search-perl -- Perl modules which provide an API to WWW search engines. owner 519344 ! thanks I will adopt these for pkg-perl. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#519365: ITP: libdatetime-format-http-perl -- Perl module for date conversion with date formats used by the HTTP protocol
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libdatetime-format-http-perl Version : 0.37 Upstream Author : Dave Rolsky * URL : http://search.cpan.org/dist/DateTime-Format-HTTP/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl module for date conversion with date formats used by the HTTP protocol DateTime::Format::HTTP provides functions that deal the date formats used by the HTTP protocol (and then some more). -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#520583: ITP: libnokogiri-ruby -- simple, fast Hpricot-like HTML/XML parser for Ruby
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libnokogiri-ruby Version : 1.2.2 Upstream Author : Aaron Patterson and Mike Dalessio * URL : http://wiki.github.com/tenderlove/nokogiri * License : MIT Programming Lang: Ruby Description : simple, fast Hpricot-like HTML/XML parser for Ruby Nokogiri is an HTML, XML, SAX, and Reader parser. FEATURES: * XPath support for document searching * CSS3 selector support for document searching * XML/HTML builder * Drop in replacement for Hpricot (though not bug for bug) -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#497153: git-bzr status
Packaging is finished, waiting for this bug to get fixed: https://bugs.launchpad.net/bzr-fastimport/+bug/347729 -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#488931: mp3splt status
Looking for a sponsor, see: http://lists.debian.org/debian-mentors/2009/03/msg00548.html -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#493818: ITP: teseq -- a utility for rendering terminal typescripts human-readable
Package: wnpp Owner: Ryan Niebur <[EMAIL PROTECTED]> Severity: wishlist * Package name: teseq Version : 1.0.0 Upstream Author : Micah Cowan <[EMAIL PROTECTED]> * URL : http://www.gnu.org/software/teseq/ * License : GPLv3+ Programming Lang: C, Perl Description : a utility for rendering terminal typescripts human-readable GNU Teseq is a tool for analyzing files that contain control characters and terminal control sequences. It is intended to be useful for diagnosing terminal emulators, and programs that make heavy use of terminal features (such as those based on the Curses library). It is primarily targeted at individuals who possess a basic understanding of terminal control sequences, especially CSI sequences; however, by default Teseq will try to identify and describe the sequences that it encounters, and the behavior they might produce in a terminal. -- _____ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#502029: [DRE-maint] Bug#502029: RFP: ruby-krb5 -- krb5 ruby bindings
retitle 502029 ITP: ruby-krb5 -- krb5 ruby bindings owner 502029 ! thanks On Sun, Oct 12, 2008 at 10:13:33PM +0200, Guido Günther wrote: > Package: wnpp > Severity: wishlist > > * Package name: ruby-krb5 [...] > Needed for Ovirt packaging. Would the ruby team be interested in > packaging/maintaining this? > -- Guido > I'd like to package this as part of the pkg-ruby-extras team. I am not currently a member of the team, though I would like to be. -- _____ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature
Bug#547225: O: ne -- Nice Editor, an easy-to-use and powerful editor
Hi Julián, On Mon, Nov 16, 2009 at 12:15:40AM -0500, Julián Moreno Patiño wrote: >Hi, > >I'm sorry, I had not seen that Sven Joachim is working in the package, I >renounce to adopt it =) > >Please Sven Joachim close bug in the changelog: New maintainer. Closes: >#547225 > Sven didn't want to adopt the package. He only did a QA upload. This package still needs an adopter, so if you're interested, please do so. Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#497650: ITP: bucardo -- asynchronous replication system for PostgreSQL
On Wed, Sep 03, 2008 at 09:07:47PM +1000, Nicholas Jefferson wrote: > Package: wnpp > Severity: wishlist > > Bucardo is an asynchronous PostgreSQL replication system, allowing for > both multi-master and multi-slave operations. > Hi Nicholas! What's the status of this ITP? I'd like to try this out at work to solve a problem we're having with our current database backup system. If you need a sponsor, let me know. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#497650: ITP: bucardo -- asynchronous replication system for PostgreSQL
Hi, On Tue, Nov 17, 2009 at 01:16:54PM +1100, Nicholas Jefferson wrote: >> Hi Nicholas! What's the status of this ITP? I'd like to try this out >> at work to solve a problem we're having with our current database >> backup system. If you need a sponsor, let me know. > > Hi Ryan, > > Please see http://mentors.debian.net/debian/pool/main/b/bucardo/ for the > latest package. > great, thanks. I'll review the package and send you private email. > Please also note that replication is not backup. > yes, I know. Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#536320: Will Debian ever get 1.7.2?
On Wed, Dec 09, 2009 at 06:49:58PM +0100, Cesare Tirabassi wrote: > Excuse me for interloping again in this discussion, but, is there any > chance to see 1.7.2 in Debian (I'm particularly concerned about > squeeze)? > I don't want to step over anybody's toes here (and if I am then please > shut me off) but maintaining conky in Debian won't be an hassle for me. > I've just moved my packages to 3.0, and the delta to Debian will be > very small (mainly to include proper support to build on hurd and > kfreebsd). > oops, missed the mail telling me I can take it over. will look into this in the next week or so. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#561202: O: sffview - Structured Fax File (SFF) Viewer
Package: wnpp Severity: normal sffview has been orphaned. Maintaining a package requires time and skills. Please only adopt this package if you will have enough time and attention to work on it. If you want to be the new maintainer, please see http://www.debian.org/devel/wnpp/index.html#howto-o for detailed instructions how to adopt a package properly. Some information about this package: Package: sffview Binary: sffview Version: 0.4-4 Priority: optional Section: graphics Maintainer: Debian QA Group Build-Depends: debhelper (>= 7), docbook-to-man, libwxgtk2.6-dev, libboost-filesystem-dev (>= 1.32.0+1.33.0), quilt Architecture: any Standards-Version: 3.8.2 Format: 1.0 Directory: pool/main/s/sffview Files: 4cb03fcbbca470a68eec466b617a2fdd 1070 sffview_0.4-4.dsc 5c5e84f4dae907b8ac443e9d72c4b253 59164 sffview_0.4.orig.tar.gz 29c76f3838d27cad440892c71cae4faf 4679 sffview_0.4-4.diff.gz Homepage: http://sfftools.sourceforge.net/sffview.html Checksums-Sha1: 11728dad37850b4c2a330779acf59c75071b08e9 59164 sffview_0.4.orig.tar.gz 38572d9c8a86a86d3ec517f9ebe8968a947d4dfd 4679 sffview_0.4-4.diff.gz Checksums-Sha256: 7280cc790b3e8eec4b3edfd4d357efa961da543062c8e24d2625e93b75d1a79e 59164 sffview_0.4.orig.tar.gz be37834b045a0417647ea478891a63088ac6e2cadd6a6e18580024d81558ea15 4679 sffview_0.4-4.diff.gz Package: sffview Priority: optional Section: graphics Installed-Size: 164 Maintainer: Debian QA Group Architecture: i386 Version: 0.4-4 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libwxbase2.6-0 (>= 2.6.3.2.2), libwxgtk2.6-0 (>= 2.6.3.2.2) Filename: pool/main/s/sffview/sffview_0.4-4_i386.deb Size: 43674 MD5sum: a3b196d23d855b8d546b56fb6c0f2e6c SHA1: 4b0ff70c57767d2303811ada53db32d9da9de76e SHA256: d61c94513c9112f2d9c10621c224d3348a1f99a91f89b2342092d8b6bcf58239 Description: Structured Fax File (SFF) Viewer sffview is a X11 viewer SFF files. SFF means 'structured fax file' and is the file format that ISDN cards with CAPI interface expect and create. Homepage: http://sfftools.sourceforge.net/sffview.html Tag: interface::x11, role::program, scope::utility, uitoolkit::wxwindows, use::viewing, works-with::fax, x11::application -- _____ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#565963: ITP: tritium -- a tabbed/tiling window manager
oops. accidently pressed the send button way too soon... anyways, I intend to adopt and reupload this package, probably comaintaining with Vagrant. On Tue, Jan 19, 2010 at 10:47:33PM -0800, Ryan Niebur wrote: > Package: wnpp > Owner: Ryan Niebur > Severity: wishlist > > * Package name: tritium > Version : 0.3.8-2 and by this I meant the upstream version, 0.3.8. > Upstream Author : FIXME Mike O'Connor. > * URL : FIXME http://sourceforge.net/projects/tritium/ > * License : FIXME GPL-2. > Programming Lang: FIXME Python. > Description : a tabbed/tiling window manager > > tritium is a tiling/tabbed window manager for the X Window System > inspired by the ion3 window manager. It was written completely from > scratch in Python and shares no actual code with ion3. > Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#522362: ITP: libdevel-simpletrace-perl -- Perl helper to see where you code warns and dies using stack traces
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libdevel-simpletrace-perl Version : 0.07 Upstream Author : Sébastien Aperghis-Tramoni * URL : http://search.cpan.org/dist/Devel-SimpleTrace/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl helper to see where you code warns and dies using stack traces Devel::SimpleTrace can be used to more easily spot the place where a program or a module generates errors. Its use is extremely simple, reduced to just useing it. . This is achieved by modifying the functions warn() and die() in order to replace the standard messages by complete stack traces that precisely indicates how and where the error or warning occurred. Other than this, their use should stay unchanged, even when using die() inside eval(). -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#522720: ITP: libproc-simple-perl -- Perl interface to launch and control background processes
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libproc-simple-perl Version : 1.24 Upstream Author : Michael Schilli * URL : http://search.cpan.org/dist/Proc-Simple/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl interface to launch and control background processes The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. . Either external programs or perl subroutines can be launched and controlled as processes in the background. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#522719: ITP: libgoo-canvas-perl -- Perl interface to the GooCanvas
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libgoo-canvas-perl Version : 0.05 Upstream Author : Ye Wenbin * URL : http://search.cpan.org/dist/Goo-Canvas/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Perl interface to the GooCanvas GTK+ doesn't have a builtin canvas widget. Goo::Canvas fills that gap. It is easy to use and has powerful and extensible ways to create items in canvases. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#522721: ITP: shutter -- feature-rich screenshot program
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: shutter Version : 0.70 Upstream Author : Mario Kemper and Shutter Team * URL : http://shutter-project.org/ * License : GPL-3+ Programming Lang: Perl Description : feature-rich screenshot program Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window. . Features: * take a screenshot of your complete desktop, a rectangular area or capture a website * take screenshot directly or with a specified delay time * save the screenshots to a specified directory and name them in a convenient way (using special wild-cards) * Shutter is fully integrated into the Gnome Desktop (TrayIcon etc.) * generate thumbnails directly when you are taking a screenshot and set a size level in % * Shutter session collection o keep track of all screenshots during session o copy screeners to clipboard o print screenshots o delete screenshots o rename your file * upload your files directly to Image-Hosters (e.g. http://ubuntu-pics.de), retrieve all the needed links and share them with others * edit your screenshots directly using the embedded drawing tool -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#523725: ITA: socat -- multipurpose relay for bidirectional data transfer
Hi, On Sun, Apr 12, 2009 at 06:53:45PM +0200, Luca Bruno wrote: > I'd be glad to comaintain this one, as I use it almost every day... > Let me know where you intend to put this on(may I suggest > collab-maint git?)... > hm, ok. normally I use git on my vps, but I guess I'll figure out how collab-maint works.. I requested to join collab-maint. will create a repository and email you once I get let in. > Ciao, Luca > > -- > .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) > : :' : The Universal O.S.| lucab (AT) debian.org > `. `'`| GPG Key ID: 3BFB9FB3 > `- http://www.debian.org | Debian GNU/Linux Developer -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#523839: ITP: libany-moose-perl -- use Moose or Mouse modules
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libany-moose-perl Version : 0.07 Upstream Author : Shawn M Moore , Florian Ragwitz , Stevan Little , Tokuhiro Matsuno * URL : http://search.cpan.org/dist/Any-Moose/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : use Moose or Mouse modules Any::Moose allows a perl package that doesn't care whether it's using Moose or Mouse to use either Mouse or Moose. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#523840: ITP: libdata-alias-perl -- Comprehensive set of aliasing operations
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libdata-alias-perl Version : 1.07 Upstream Author : Idea by Tony Bowden and Paul Johnson, code by Michael G Schwern , wardrobe by Calvin Klein. * URL : http://search.cpan.org/dist/Data-Alias/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : Comprehensive set of aliasing operations Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. . Data::Alias is a module that allows you to apply "aliasing semantics" to a section of code, causing aliases to be made whereever Perl would normally make copies instead. You can use this to improve efficiency and readability, when compared to using references. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#525093: ITP: libzoom-ruby -- Ruby binding to the Z39.50 Object-Orientation Model
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libzoom-ruby Version : 0.4.1 Upstream Author : Laurent Sansonetti * URL : http://ruby-zoom.rubyforge.org/ * License : LGPL-2.1 Programming Lang: Ruby Description : Ruby binding to the Z39.50 Object-Orientation Model Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard, also known as the international standard ISO 23950. . Z39.50 is a client-server protocol for searching and retrieving information from remote computer databases. It is covered by ANSI/NISO standard Z39.50, and ISO standard 23950. The standard's maintenance agency is the Library of Congress. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#525569: ITP: libparanoid-perl -- General function library for safer, more secure programming
Package: wnpp Owner: Ryan Niebur Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: libparanoid-perl Version : 0.23 Upstream Author : Arthur Corliss * URL : http://search.cpan.org/dist/Paranoid/ * License : Artistic | GPL-1+ Programming Lang: Perl Description : General function library for safer, more secure programming This collection of modules started out as modules which perform things (debatably) in a safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules, including keeping the debug hooks for command-line debugging. . All the modules below are intended to be used directly in your programs if you need the functionality they provide. . Paranoid does provide one function meant to secure your environment enough to satisfy taint-enabled programs, and as a container which holds the last reported error from any code in the Paranoid framework. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature