Bug#647096: Anyone working on this?
I've been using my package for a while on networks I have logins for and its been mostly fine. (I think things have gotten a little confused after I tried installing systemd. I did just test a login at captive portal hotspot and the detection and prompt to login worked. The package is probably useful for others using dnssec. Diane On Saturday, January 25, 2014 11:13:06 Ondřej Surý wrote: > I would be happy to co-maintain/sponsor the package. > > I did forgot about it and I would be happy to have co-maintainer. > > O. > > > On 25. 1. 2014, at 8:51, Diane Trout wrote: > > > > Hello, > > > > I partially built a package for dnssec-trigger before I remembered to > > check > > wnpp. > > > > Would it be worthwhile to finish my package and try to submit it to > > Debian? > > > > To get it releasable I would need to: > > * Write an init script > > * Figure out why the network manager script doesn't seem to be working > > right> > > now. > > > > * Adapt the current configuration script to run at postinst. > > > > I'm going to do the first two anyway because I'm having some of network > > problems this tool can solve. > > > > Diane -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1895483.5xzkEKlqjX@myrada
Bug#613706: I have fakeraid cards and patches for dmraid
retitle 613706 ITA: dmraid -- Device-Mapper Software RAID support tool owner 613706 ! thanks -- Regards, Dimitri. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CANBHLUizN9xxA0OgANXvF9un29D==tx-cH4=yosmhxuamek...@mail.gmail.com
Processed: I have fakeraid cards and patches for dmraid
Processing commands for cont...@bugs.debian.org: > retitle 613706 ITA: dmraid -- Device-Mapper Software RAID support tool Bug #613706 [wnpp] O: dmraid -- Device-Mapper Software RAID support tool Changed Bug title to 'ITA: dmraid -- Device-Mapper Software RAID support tool' from 'O: dmraid -- Device-Mapper Software RAID support tool' > owner 613706 ! Bug #613706 [wnpp] ITA: dmraid -- Device-Mapper Software RAID support tool Owner recorded as Dimitri John Ledkov . > thanks Stopping processing here. Please contact me if you need assistance. -- 613706: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613706 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.139286181710219.transcr...@bugs.debian.org
Processed: your mail
Processing commands for cont...@bugs.debian.org: > forcemerge 738357 645513 Bug #738357 [wnpp] ITP: cppreference-doc - A C/C++ reference manual Bug #738358 [wnpp] ITP: cppreference-doc - A C/C++ reference manual Bug #738357 [wnpp] ITP: cppreference-doc - A C/C++ reference manual Added tag(s) pending. Added tag(s) pending. Bug #645513 [wnpp] ITP: cppreference-doc -- C++ standard library reference manual for English language Bug #738358 [wnpp] ITP: cppreference-doc - A C/C++ reference manual Merged 645513 738357 738358 > End of message, stopping processing here. Please contact me if you need assistance. -- 645513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645513 738357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738357 738358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738358 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13928554499903.transcr...@bugs.debian.org
Bug#734331: mg-20131118 sans clens
Hi Trent, Peter, Finaly I got some time! Thanks for the input and the great patches. I rolled a new release just now. Peter, util.h is not dead code on bsd systems. I try to make mg work on all platforms, not just on Linux. So I didn't remove the include, I just made it conditional on libbsd being used. Trent Buck wrote: > Han, > > Peter (another Debian packager) made mg works with libbsd alone; no clens. > > Is this likely to bite us on the ass later? > > Adding clens to Debian is work we'd rather avoid if possible. > Date: Tue, 14 Jan 2014 23:10:18 +0100 > From: Peter De Wachter > To: trentb...@gmail.com > CC: 734...@bugs.debian.org > Subject: Re: Bug#734331: RFH: mg -- microscopic GNU Emacs-style editor > > On 13-01-14 00:19, Trent W. Buck wrote: > > I'm usually in #debian-mentors on irc.oftc.net from ca. 10AM to 6PM > > Australia/Melbourne time. > > I rarely IRC. If necessary I can come online but that's midnight to 8AM > Europe/Brussels time... > > > The mg stuff probably still says it's maintained in darcs, but the > > repo (inc. history) was migrated to git, at > > git.debian.org:/git/collab-maint/mg.git > > > > It's a repo of just debian/, which appears to be an unusual workflow > > among the git people. I'm open to changing that if you feel strongly. > > No problem. I actually still keep all my packages in Subversion... > > > As I said in the RFH, the next step should be to get clens into a > > finished state, then get it sponsored. > > > > I've rsynced what I've currently got to ~twb-guest/Desktop/mg/ on > > git.debian.org; you should have read access. > > Ok, I've taken a look, and I think we don't need to bother with clens at > all. As far as I can tell it only duplicates stuff that's already in > libbsd. I've attached a trivial patch to use that library and it seems > to work fine. Can you check if that's okay with upstream? > diff --git a/GNUmakefile b/GNUmakefile > index f9a02da..eac73c5 100644 > --- a/GNUmakefile > +++ b/GNUmakefile > @@ -13,13 +13,15 @@ libdir= $(prefix)/lib > includedir= $(prefix)/include > mandir= $(prefix)/man > > +BSD_CFLAGS:= $(shell pkg-config --cflags libbsd-overlay) > +BSD_LIBS:= $(shell pkg-config --libs libbsd-overlay) > > CC= gcc > CFLAGS?= -O2 -pipe > CFLAGS+= -g -Wall -Werror -Wno-error=unused-but-set-variable > -Wno-error=maybe-uninitialized > CFLAGS+= -DFKEYS -DREGEX -DXKEYS > -CFLAGS+= -I$(includedir)/clens > -LIBS=-lcurses -lclens > +CFLAGS+= $(BSD_CFLAGS) -D__dead=__dead2 > +LIBS=-lcurses $(BSD_LIBS) > > INSTALL= /usr/bin/install > STRIP= /usr/bin/strip > diff --git a/def.h b/def.h > index c7dc24e..1ef0edc 100644 > --- a/def.h > +++ b/def.h > @@ -13,7 +13,6 @@ > #include "sysdef.h" /* Order is critical.*/ > #include "ttydef.h" > #include "chrdef.h" > -#include > > typedef int (*PF)(int, int);/* generally useful type */ > > diff --git a/theo.c b/theo.c > index a5cf284..fadac2a 100644 > --- a/theo.c > +++ b/theo.c > @@ -24,6 +24,7 @@ > * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > > +#include > #include "def.h" > #include "kbd.h" > #include "funmap.h" # Han -- (I hate large) \||/ Nothing happens. (sigs) Oo. | @___oo /\ /\ / (__| ) /^\) ^\/ _) ) /^\/ _) ) _ / / _) /\ )/\/ || | )_) < > |(,,) )__) || /\)___)\ | \( )___) )___ \__(___;;; __;;; -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140219225925.gb17...@boetes.org
Bug#702075: marked as done (ITP: hexchat -- an IRC client based on XChat)
Your message dated Wed, 19 Feb 2014 22:00:07 + with message-id and subject line Bug#702075: fixed in hexchat 2.9.6.1-1 has caused the Debian Bug report #702075, regarding ITP: hexchat -- an IRC client based on XChat to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 702075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702075 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: RFP HexChat is an IRC client based on XChat this is currently on repository debian but development was abandoned. HexChat is completely open source and development is fully active https://github.com/HexChat/hexchat I think it would be useful to include it in the debian repository http://hexchat.org/downloads.html http://hexchat.org/ Marco --- End Message --- --- Begin Message --- Source: hexchat Source-Version: 2.9.6.1-1 We believe that the bug you reported is fixed in the latest version of hexchat, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 702...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jesse Rhodes (supplier of updated hexchat package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 03 Feb 2014 19:09:17 -0700 Source: hexchat Binary: hexchat hexchat-common Architecture: source amd64 all Version: 2.9.6.1-1 Distribution: unstable Urgency: low Maintainer: Jesse Rhodes Changed-By: Jesse Rhodes Description: hexchat- IRC client for X based on X-Chat 2 hexchat-common - Common files for HexChat Closes: 702075 Changes: hexchat (2.9.6.1-1) unstable; urgency=low . * Initial release (Closes: #702075) Checksums-Sha1: a16ccf615c4e521089c43a708c13fc803b73d610 1960 hexchat_2.9.6.1-1.dsc a2978606df331117440614cce188494f97ebed31 1768392 hexchat_2.9.6.1.orig.tar.xz ebb575e374efa103acf754d388dc2f642efd2e61 25184 hexchat_2.9.6.1-1.debian.tar.xz f4f44a8e6829a90051eea833f845692b5fd5ee77 338882 hexchat_2.9.6.1-1_amd64.deb 418cbb6dd19b72ed7b49d595908463f3a2bdeb53 658338 hexchat-common_2.9.6.1-1_all.deb Checksums-Sha256: 1c60525876e0fad5ce89ac87f778ad221774219e8456956e4f62152ac04bc627 1960 hexchat_2.9.6.1-1.dsc 6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470 1768392 hexchat_2.9.6.1.orig.tar.xz 05ba1459503b83508f40ea6fb20fc5f90d3fed927a37a95350532fb39cd7b7bb 25184 hexchat_2.9.6.1-1.debian.tar.xz b4e7e1836f2d11cca416da00eebe3aa2e976a143cb2a036c72f7918f78ea9628 338882 hexchat_2.9.6.1-1_amd64.deb d767c368d48042061d7acbf5567c6b0490c6b989160e8282df9c0d3de8dce6d7 658338 hexchat-common_2.9.6.1-1_all.deb Files: 3fd7eda76421c426808b5c048b95c0c6 1960 net optional hexchat_2.9.6.1-1.dsc 4723f43afc65a973ceddbea0173ff416 1768392 net optional hexchat_2.9.6.1.orig.tar.xz 33310a48d6d54199c30fbf8bbae0f6ae 25184 net optional hexchat_2.9.6.1-1.debian.tar.xz 52e13ee955a1d3bd0b9307f80d50e9e2 338882 net optional hexchat_2.9.6.1-1_amd64.deb 37b4e69c899a5a4c8842c943fc0a7b0f 658338 net optional hexchat-common_2.9.6.1-1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJTBD+7AAoJEI7tzBuqHzL/L3IQAMNLaSmXwcD8wfpqqWrA/XYB iHX5xshWPNr75buPagqW3ZjV5xXNXtg7PklKGCoFVJdfkcLBlwkPefLKBiTUKBx1 qAaw3fLfJhR3aoo1atPGgSRLiZbu9qnXodc5cnYOg753tKG8A3MvTctdPowhr+Fj 8zBwZHFJQp0ZSNM4u1PtY08KVue91GUJVTBVh61bV0CYyWjKu7xOiuUa/EXwu7JZ iqluFIFjfHD1KISurenM2IGi/9hCwJ7KOYZoYkCtMExMsrqPF6iLlpkVzlaXkxgq DXi43lKm8jRxDj94McIH0KVvcDEn9B1nS6uLpi2fcJiptAZ0RbOuYYXCSTs2w37j H/HScI9uZpkkx8cT24dIyB6iP/mDyghjm0Cgc9oOz+WlZbLZI69TCrrcCYduwzpB 8rW3sMC85r30zoA8ZW2wUf0iY0l6ug54qj6f4MTM7miOKbUPFglGmaVFrTB3viTb b2rCi9pogHEutdTom/MvNBN0aLELs5QUeSU9xq7JYYUEcWglhP2H+z7WWn8pE/Wm YhxO7ujbaHPPY4o3jeqEcVt/4W1ndtjoZRjbhXYcJmuu3JFpE5lNINDoNImOZr3Q 33DjZIhSlQulGitmi2gvQm3pT+F1qz0CIieD/wYGuQbqyC0SJTHMq4/Qomn02jqc i5509jqUaeT8LFF4H7sq =HP8B -END PGP SIGNATURE End Message ---
Processed: your mail
Processing commands for cont...@bugs.debian.org: > retitle 739538 ITP: haskell-setlocale -- Haskell bindings to setlocale() Bug #739538 [wnpp] haskell-setlocale Changed Bug title to 'ITP: haskell-setlocale -- Haskell bindings to setlocale()' from 'haskell-setlocale' > thanks Stopping processing here. Please contact me if you need assistance. -- 739538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739538 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.139284717525596.transcr...@bugs.debian.org
Processed: your mail
Processing commands for cont...@bugs.debian.org: > retitle 739538 haskell-setlocale Bug #739538 [wnpp] ITP: haskell-setlocale -- Haskell bindings to setlocale() Changed Bug title to 'haskell-setlocale' from 'ITP: haskell-setlocale -- Haskell bindings to setlocale()' > thanks Stopping processing here. Please contact me if you need assistance. -- 739538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739538 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.139284690923708.transcr...@bugs.debian.org
Processed: your mail
Processing commands for cont...@bugs.debian.org: > retitle 739538 ITP: haskell-setlocale -- Haskell bindings to setlocale() Bug #739538 [wnpp] ITP: libghc-setlocale -- Haskell bindings to setlocale() Changed Bug title to 'ITP: haskell-setlocale -- Haskell bindings to setlocale()' from 'ITP: libghc-setlocale -- Haskell bindings to setlocale()' > thanks Stopping processing here. Please contact me if you need assistance. -- 739538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739538 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.139284690423520.transcr...@bugs.debian.org
Bug#739538: Acknowledgement (ITP: libghc-setlocale -- Haskell bindings to setlocale())
Oh. I see i mistyped the Upstream Author. The Upstream Author is Lukas Mai . signature.asc Description: PGP signature
Bug#738468: marked as done (ITA: zmap -- network scanner for researchers)
Your message dated Wed, 19 Feb 2014 21:42:00 + with message-id and subject line Bug#738468: fixed in zmap 1.1.2-1 has caused the Debian Bug report #738468, regarding ITA: zmap -- network scanner for researchers to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 738468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738468 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: normal I request an adopter for the zmap package. The package description is: ZMap is a network scanner that enables researchers to easily perform Internet-wide network studies. With a single machine and a well provisioned network uplink, ZMap is capable of performing a complete scan of the IPv4 address space in under 45 minutes, approaching the theoretical limit of gigabit Ethernet. . ZMap can be used to study protocol adoption over time, monitor service availability, and help us better understand large systems distributed across the Internet. --- End Message --- --- Begin Message --- Source: zmap Source-Version: 1.1.2-1 We believe that the bug you reported is fixed in the latest version of zmap, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 738...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Dariusz Dwornikowski (supplier of updated zmap package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 18 Feb 2014 23:35:49 +0100 Source: zmap Binary: zmap Architecture: source amd64 Version: 1.1.2-1 Distribution: unstable Urgency: medium Maintainer: Dariusz Dwornikowski Changed-By: Dariusz Dwornikowski Description: zmap - network scanner for researchers Closes: 738468 Changes: zmap (1.1.2-1) unstable; urgency=medium . * New maintainer (Closes: #738468) * Added watch file * debian/copyright added new maintainer * debian/control - spelling fix - fixed Vcs fields to be canonical * debian/patches/02-fix-hyphenation-in-man - fixes hyphen-used-as-minus-sign in zmap.1 * New upstream version Checksums-Sha1: 9b54684470a7bdbf350db50562bbdcf6f6ea2be9 1876 zmap_1.1.2-1.dsc e3dedd3167f9ccfa4f71d57b97aa86f21ced3c4b 84364 zmap_1.1.2.orig.tar.gz a257789efe63918a54e0e368d48e72d30fdd8eb2 4436 zmap_1.1.2-1.debian.tar.xz e544c2c74d7ef07bfa8760d44deab5564d4d3fb1 55360 zmap_1.1.2-1_amd64.deb Checksums-Sha256: 63970d6c38f41337c2b83b9f048c62d77ce8e8faa19d842b267e1a7bdec28d8f 1876 zmap_1.1.2-1.dsc 3766b1cee8287184e4f475761b78633639e130fd004ae067ce4abf79b3a2da0d 84364 zmap_1.1.2.orig.tar.gz 17c0bc31a339db583f67b23aa481919ba42a05b9bb0ce6a509b5ede0f9002b6e 4436 zmap_1.1.2-1.debian.tar.xz e36533f77a47b1c4de671cd2afd54b9310c97c6092d2cd6242b90173427590b4 55360 zmap_1.1.2-1_amd64.deb Files: 0e1eddc19df042a6b9a5fad8642fa865 1876 net optional zmap_1.1.2-1.dsc dc142e412195516e1a9cd67b0496d43e 84364 net optional zmap_1.1.2.orig.tar.gz 24f07d7a062d8e9ed285359d0742b190 4436 net optional zmap_1.1.2-1.debian.tar.xz 8d50ebc4f05623d67fb10f69eb24c49b 55360 net optional zmap_1.1.2-1_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJTBQ/vAAoJEI7tzBuqHzL/uJIQAMjFKuDgwEz8HvBcsl4UMNse u/Bvno68tpWm/iAju+k8K6Wis24yKPOCNk+cFEKyCXJ6ivVKDEsoSc1t/dUJ5PnG TmefGf4FN8crUY45pLyXWmJVFAt/GjwGpsSAPEwh9I7+jYa7FI1niuiDbqQMOBI9 wVbAxgEI7PJrkEjTb9AkfY+fjZvADc3ZnveM0UW6SwPCaNsKI711i3SQ1700uayF Qa1UHJIgIsdrLTCSjZLesP3cewIM6LYcZxruK07cBhVM9So9wI9+K8622ZPpQfrv Mv8Dz6GFveA2F0hICYyxpLuVjyIz8q0d3BA/wP5aIWcswNmvzpkVrFUt9hTwcvSx wtpKXMUpDgBKOQB+89ILADXzTdyQF71b9k0tFx3JxypzTCKq4PvNDeq+YSCQWcoH 5fZvIV6upeE6LA1Qb8YV9z1RSWFH3VV6hhIA83WFFoiWwCPDLwZJUzChXn1x31zM D0GIG7LiIbkU8b8ze9rwqnoJLCbTqi9Nj0+xaSAIswx3pe8C3HvfawoAEL1uV279 M+eFxe3wFOKPfP3g29mmGmbqLd3A9v87ahHHJRF006zdIoVQvEmui+4aRIqqsBOC C49TIy2/TPGkYv+L+hesSnIKZBujhQgL6LVrZfkWP+l2HcYr/ABbX3e3w49Bzl4E ecnalAquqF4XZQgtZ6eQ =d86Y -END PGP SIGNATURE End Message ---
Bug#739545: RFP: rust -- Rust is a safe, concurrent, practical language
Package: wnpp Severity: wishlist * Package name: rust Version : 0.9 Upstream Author : bander...@mozilla.com * URL : http://www.rust-lang.org/ * License : Apache, MIT Programming Lang: Rust Description : Rust is a safe, concurrent, practical language Rust is designed to be a safe, concurrent, practical language, supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The package is needed as it's a pre-requisite for using/installing 'servo'. The package could be in experimental and later when it has matured to debian standards, move it to sid/unstable, testing and then finally stable. -- Regards, Shirish Agarwal शिरीष अग्रवाल My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CADdDZRkt5xQ9hoz+-1xBBtBC=3Tuu9OHpQmf=gzrkqkrwsa...@mail.gmail.com
Bug#739544: RFP: rust -- Rust is a safe, concurrent, practical language
Package: wnpp Severity: wishlist * Package name: rust Version : 0.9 Upstream Author : bander...@mozilla.com * URL : http://www.rust-lang.org/ * License : Apache, MIT Programming Lang: (C, C++, C#, Perl, Python, etc.) Description : Rust is a safe, concurrent, practical language Rust is designed to be a safe, concurrent, practical language, supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The package is needed as it's a pre-requisite for using/installing 'servo' , the next-gen layout engine from mozilla. The package could be in experimental and later when it has matured to debian standards, move it to sid/unstable, testing and then finally stable. -- Regards, Shirish Agarwal शिरीष अग्रवाल My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cadddzrnkhz_qmrvkanug0yxcpttfmds15ciwwbwkpxft6hs...@mail.gmail.com
Bug#739540: ITP: golang-go-xdg -- Go interface for XDG standards
Package: wnpp Severity: wishlist Owner: Sergio Schvezov * Package name: golang-go-xdg Version : 0~bzr20140219-1 Upstream Author : John R. Lenton * URL : https://launchpad.net/go-xdg * License : BSD-2-Clause Programming Lang: Go Description : Go interface for XDG standards After importing this package, you can support the XDG base directories standard in your programs. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140219195057.14269.49951.reportbug@rivendell
Bug#739538: ITP: libghc-setlocale -- Haskell bindings to setlocale()
Package: wnpp Severity: wishlist Owner: Sven Bartscher * Package name: libghc-setlocale Version : 0.0.3 Upstream Author : Name l@web.de * URL : http://hackage.haskell.org/package/setlocale * License : PublicDomain Programming Lang: haskell Description : Haskell bindings to setlocale() This package provides haskell bindings to setlocale() I'm going to maintain this package together with a co-maintainer, Thomas Bartscher. We're going to need a sponsor. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140219192836.13187.99322.reportbug@sven.bartscher
Bug#739146: marked as done (ITP: ste-plugins - stereo LADPSA plugins)
Your message dated Wed, 19 Feb 2014 18:00:09 + with message-id and subject line Bug#739146: fixed in ste-plugins 0.0.2-1 has caused the Debian Bug report #739146, regarding ITP: ste-plugins - stereo LADPSA plugins to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 739146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739146 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: mira.mi...@seznam.cz * Package name : ste-plugins Version : 0.0.2 Upstream Author : Fons Adriaensen * URL : http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ (http://kokkinizita.linuxaudio.org/linuxaudio/downloads/) * License : GPL-2+ Programming Lang: C++ Description : stereo LADPSA plugins A set of stereo plugins. * Stereo width * Stereo balance and panner --- End Message --- --- Begin Message --- Source: ste-plugins Source-Version: 0.0.2-1 We believe that the bug you reported is fixed in the latest version of ste-plugins, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 739...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jaromír Mikeš (supplier of updated ste-plugins package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 16 Feb 2014 04:23:50 +0100 Source: ste-plugins Binary: ste-plugins Architecture: source amd64 Version: 0.0.2-1 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers Changed-By: Jaromír Mikeš Description: ste-plugins - stereo LADPSA plugins Closes: 739146 Changes: ste-plugins (0.0.2-1) unstable; urgency=low . [ Jaromír Mikeš ] * Initial release (Closes: #739146) * Added .gitignore file. . [ Felipe Sateler ] * Add myself to uploaders * Move aside ladspa.h so we use the system one Checksums-Sha1: 3a354727849997017d8087e36c1059a8b254184f 2032 ste-plugins_0.0.2-1.dsc 49ec625c66757c6de69fc3812ca4c9296ff62d24 15964 ste-plugins_0.0.2.orig.tar.bz2 0e2e812027594cb82876883041f7611e317a62eb 2348 ste-plugins_0.0.2-1.debian.tar.xz c6e032b5960298cd6112099a062591dc4c49302a 5668 ste-plugins_0.0.2-1_amd64.deb Checksums-Sha256: c52a8d0efd2b86879fa21bbb0e0acff4955ca0043e373c17d1abc34f5603efbf 2032 ste-plugins_0.0.2-1.dsc c67fd4d57813d272b131872e037d934ba93ae4eb09d2d02c3b48c3d80b4f6c68 15964 ste-plugins_0.0.2.orig.tar.bz2 24ac2ef13d87ebeb91b24bc4029832b846202fd531bcb9d9f115a76d40a5b97f 2348 ste-plugins_0.0.2-1.debian.tar.xz c2ba0b8a4955907a78f94c4d8108dcfe24f9c216115f5775103149e7e0ef001c 5668 ste-plugins_0.0.2-1_amd64.deb Files: 05a7324ca53f16ac162de7a4252b58c6 2032 sound optional ste-plugins_0.0.2-1.dsc 9a6b41cb8594221f7a87cb8662e8699d 15964 sound optional ste-plugins_0.0.2.orig.tar.bz2 f3ed3a2df854d8a9448bbd587f16f044 2348 sound optional ste-plugins_0.0.2-1.debian.tar.xz 9a703bf642e59649ebf0234dd710e4bd 5668 sound optional ste-plugins_0.0.2-1_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJTAjRcAAoJEKO6uuJAjdbPFKQP+wQGg+kI64+1jZDgKRP50Waq h/uErTzWVXMS2+K31T/JhYgeOKQFZgOhcV7S7xUHe4+xALBupiB88X+/XF+I7yG3 QUuanbjtEsL/rYjurRWnZ70tyONEZLs8zT39MCKiqrk9esatpK/KsESuz91SITvj 7yDWqnP/OOAth9sBOYbP8Pue3HtP+Dr6Z+8SYv4bPSj6/ds7lXotEpWOAn9EjJzc 1iTJZDPVLCG6Xe9SONr3Hgt74o6En2/DniJyxCfYkaGgl7VGxQ++zsaiyc2chiMq NXeGRr8g3NxFD8ntuULgqbDFN0i1gAZ+Gi/xnhc3x+2xezDPxRO1Xg33ldTvZRd9 RChAUUyBtaDKnFRpV8Pg6c5AsnQ330vVWVmsSSC5IWtURG3SH7WPy7qqr1pk//J6 6eOYtQouRSp2dXO6p9OMkfTITQ3SndBogaUg+Yb+9LkigIuVLoHFwVcvrQjuG9jV 3Ujh2eRbbzhBvX69CmS7CUYlMQTmftfiFObgcy6atFvE9iM7qX3IALNJ54sDjIzm 49so/FbBMIIl18UlIuQ2P6bWuaDQAQnac0yl7ChQmKfPxNeOYysqsIalRG3tAlrh STGa2qzv2Qo/cexIX3jNwaKi3Xo0M7l0BJDvU0WfEFO7mCL2AdfgB6+TjGaeauhU uXa4PsEY7lfnScAgdZpN =iugf -END PGP SIGNATURE End Message ---
Bug#736756: marked as done (ITP: speedtest-cli -- A command line client for the speedtest.net bandwidth, testing service)
Your message dated Wed, 19 Feb 2014 18:00:08 + with message-id and subject line Bug#736756: fixed in speedtest-cli 0.2.4-1 has caused the Debian Bug report #736756, regarding ITP: speedtest-cli -- A command line client for the speedtest.net bandwidth, testing service to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 736756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736756 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Jonathan Carter * Package name: speedtest-cli Version : 0.2.4 Upstream Author : Matt Martz * URL : https://github.com/sivel/speedtest-cli/ * License : Apache 2 Programming Lang: Python Description : A command line client for the speedtest.net bandwidth testing service Speedtest.net is a webservice that allows you to test your broadband connection by downloading a file from one of many Speedtest.net servers from around the world. This utility allows you to use the Speedtest.net service from the command line. --- End Message --- --- Begin Message --- Source: speedtest-cli Source-Version: 0.2.4-1 We believe that the bug you reported is fixed in the latest version of speedtest-cli, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 736...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jonathan Carter (supplier of updated speedtest-cli package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 25 Jan 2014 22:43:09 +0200 Source: speedtest-cli Binary: speedtest-cli Architecture: source all Version: 0.2.4-1 Distribution: unstable Urgency: low Maintainer: Jonathan Carter Changed-By: Jonathan Carter Description: speedtest-cli - Command line interface for testing internet bandwidth using speed Closes: 736756 Changes: speedtest-cli (0.2.4-1) unstable; urgency=low . * Initial release (Closes: #736756) Checksums-Sha1: 801e2dd266fab72ea1298a0b14f00348c527990a 1793 speedtest-cli_0.2.4-1.dsc 4b50685faaacd39daafde0f0879a80566f27e89f 1 speedtest-cli_0.2.4.orig.tar.xz 1e52ea2eecce85c7b074a87df24b2033085ce566 2240 speedtest-cli_0.2.4-1.debian.tar.xz f655248b4ca6bf6ba30219a27ce8e9b2df2ac41f 9834 speedtest-cli_0.2.4-1_all.deb Checksums-Sha256: 9cb9a6d106cf6da1ef185d779280e21df360209b5987f9acea41faf403375e52 1793 speedtest-cli_0.2.4-1.dsc efd293fc46e406866140910100b0e2c4b2e6a43b35b4f8a07e7479aace463d3d 1 speedtest-cli_0.2.4.orig.tar.xz e345a64f777098c545f4f1704b36b3650170b7ac67d3cb7803b6511cf0c0856e 2240 speedtest-cli_0.2.4-1.debian.tar.xz 907f1b92c0b7d4959498dd18dcd57aca3e1225ffbd859373c5475ffd734f1064 9834 speedtest-cli_0.2.4-1_all.deb Files: 4b1728d160779b5407670b586a3068e5 1793 utils optional speedtest-cli_0.2.4-1.dsc 63ea6988805358a08eef0330ac0a22c0 1 utils optional speedtest-cli_0.2.4.orig.tar.xz 18b48304b421a41b07f8c74312fedb6a 2240 utils optional speedtest-cli_0.2.4-1.debian.tar.xz a8470a431b63a2eb86c2337da8a18d0d 9834 utils optional speedtest-cli_0.2.4-1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJS/SddAAoJEDtW4rvVP9yxN3MP/26AFJLA5mOsGG2M7bMjUG3q brVpvScwsU618fagEBPSzoY0GVzSc2qgKOvPuFJfrkDGwJd5frUedYWNC1ROhHbE ZptZqqII7+0p+gi9OqzdE478CKNuaaRkwcLW8fZPmRFrGffK6ZKaW5aiKx/G6mnX V+gz1FexLXX3AQZJcMN8gJHuFcxYJNNomlrYsz+qXXXUx5XY/r3pHBH5cpRhde5h 66vNst4fZoXgVx0BO1e8HlDKHAO6XaZ1cPlujmztb1IL58Ex4ifxOscl/qXFQbh5 k1N+d/be3Jot5UpxPx9/Sscp0Y/a1iOH74nPegUv6dzV3OQleYMFSuVfYFbgjxi1 vTYDrLW3X32EZZ/dFPXoSR/BrJfdPxSe1CZmvvAD6mxxvyuAOmutckgWykjGrJSo XqSyUfHRmnEoajgbKxPPgr/Yz39ISGna4UXqOTt7nKruNDY1N3NMCxlG2G+d+ujc K68OoZ129MNbhMzLGC31UX3TsZPSrQPv7mnvGL65Kzfayln6ygmt0okoNo6AhD7m EBcmWGfaNR6N1Dq1CUd/bGO7CSTR1YrhxI/AWsRIGHts+BcHRz+dZT0lz9drfxiK kvWZTJldqDgxN2sFgxp3Ea9LGAcpVjdt0nX7UDgrAnkCveyw9m+RSsdeI1azG/V0 Km5W2xYpSe8iZEvvXFb/ =E4kI -END PGP SIGNATURE End Message ---
Bug#726277: marked as done (ITP: php-psr-log -- interfaces, classes and traits)
Your message dated Wed, 19 Feb 2014 18:00:08 + with message-id and subject line Bug#726277: fixed in php-psr-log 1.0.0-1 has caused the Debian Bug report #726277, regarding ITP: php-psr-log -- interfaces, classes and traits to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 726277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726277 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Control: affects -1 owncloud * Package name: php-psr-log Version : 1.0.0 * URL : https://github.com/php-fig/log * License : Expat Programming Lang: PHP Description : interfaces, classes and traits related to PSR-3 It is merely an interface that describes a logger, not a logger of its own. I’d like to depend on this package for the upcoming owncloud 6 package. Regards David signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: php-psr-log Source-Version: 1.0.0-1 We believe that the bug you reported is fixed in the latest version of php-psr-log, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 726...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. François-Régis Vuillemin (supplier of updated php-psr-log package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 06 Feb 2014 17:27:42 +0100 Source: php-psr-log Binary: php-psr-log Architecture: source all Version: 1.0.0-1 Distribution: unstable Urgency: low Maintainer: Debian PHP PEAR Maintainers Changed-By: François-Régis Vuillemin Description: php-psr-log - common interface for logging libraries Closes: 726277 Changes: php-psr-log (1.0.0-1) unstable; urgency=low . * Initial release (Closes: #726277) Checksums-Sha1: d2f85b80828acfd0f2a9b9f208483de86af854ae 1609 php-psr-log_1.0.0-1.dsc 61318fa02516c600f2dc448876d1179e1bc822b6 4617 php-psr-log_1.0.0.orig.tar.gz 786a793b56d71936b7f266650f1a7d7b1eb7ff2c 2616 php-psr-log_1.0.0-1.debian.tar.xz da94ea0e2745a45d0469face251e85fdf4f4d861 6088 php-psr-log_1.0.0-1_all.deb Checksums-Sha256: d7c0c915aa541f1d6f5365eaf640245f65db711c72cada23634ad043ed4256d1 1609 php-psr-log_1.0.0-1.dsc 0b54f47edad44c0e32847292863a3204c4c3a04ae68448b73b01b3b6c51733ab 4617 php-psr-log_1.0.0.orig.tar.gz 74a431bb21337fa0b7391dd550c552a3c11dda4ab2e3996add06856fc8448563 2616 php-psr-log_1.0.0-1.debian.tar.xz 384036676b85162d190ddfd6cd61e685db275d97f3e8758d0144140723e9 6088 php-psr-log_1.0.0-1_all.deb Files: 740445b8646a41f5e80d1aa6b548e004 1609 php optional php-psr-log_1.0.0-1.dsc 2499e0aeb6feaabcdd58f335ccdf5b96 4617 php optional php-psr-log_1.0.0.orig.tar.gz d9a92a1759d390a2fa8d7ed9ba9ecd3f 2616 php optional php-psr-log_1.0.0-1.debian.tar.xz 27e2bd4755b9849cc8da1e717446d6b1 6088 php optional php-psr-log_1.0.0-1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQEcBAEBCAAGBQJS/7bDAAoJEAWMHPlE9r08AvYH/0+ZTQQBeNKAMwkIkIacQU+E DN2POgr6vdvIchzZgRzbinMzC9EgGezfN0J8rc4Z/g3epzh+EcVxa4Fwh4Aapsc/ nKtM/EegZA1RIIaa6SzkqScXCAoCaLKr+v6cPzUz2QknK/pOK+yarnkNTbP2RJDb chNvSSuAeyMvxXjPbAOpUXXTBcU97uYIxTX/ryL9bmti3Xx1SX4/Qovc9CvlylTe UfYdPsEQ3TT050oBhUGDm/J5U336d8FmOl+hnRezRA6mqgo+wGzfhAFRpchtk3Yf GdZom5qlVwhdR90W1ghiYlH+nR5c1gD7WGkPtF1bmLxrGLNX6Vh7WsfXHwlP1fg= =+p1h -END PGP SIGNATURE End Message ---
Bug#739483: duck to generic
I too think duck is a too generic for a debian specific tool. Does it install modules or binaries name duck? if not its probably ok, source package namespace is not as critical as the binary or module namespace. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5304ef85.60...@googlemail.com
Bug#739528: ITP: GladTeX
Package: wnpp Owner: Sebastian Humenda Severity: wishlist * Package name: gladtex Version : 0.1 Upstream Author : GladTeX developers * URL : http://gladtex.sf.net * License : GPL-2+ Programming Lang: Perl, C Description : Embed LaTeX equations in HTML files GladTeX is a preprocessor that enables the use of LaTeX equations within HTML files. The equations, embedded in ... tags, as if within $$..$$ in LaTeX, is fed through latex and replaced by images. Additionally all images get an alt-tag for alternative texts that contains the LaTeX-equivalent of the image. This is handy for text-mode browsers or blind people using a screen reader. signature.asc Description: Digital signature
Bug#628689: marked as done (ITP: opentyrian-data -- game data for opentyrian)
Your message dated Wed, 19 Feb 2014 17:24:45 +0100 with message-id <20140219162445.GA12791@klow> and subject line closing has caused the Debian Bug report #628689, regarding ITP: opentyrian-data -- game data for opentyrian to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 628689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628689 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist * Package name: opentyrian Version : No official releases; they just try to keep the code repository stable Upstream Author : http://code.google.com/p/opentyrian/people/list * URL : http://code.google.com/p/opentyrian/ * License : GPLv2 Programming Lang: C Description : OpenTyrian is a port of the DOS shoot-em-up Tyrian. Jason Emery generously gave the OpenTyrian developers a copy of the Tyrian 2.1 source code, which has since been ported from Turbo Pascal to C. The port uses SDL, making it easily cross-platform. Like openttd (Open Transport Tycoon Deluxe) only the source code is GPL, so the data files would have to be downloaded separately. --- End Message --- --- Begin Message --- Closing this bug as we'll use game-data-packager instead of a source package. (see #739486) -- Etienne Millon--- End Message ---
Processed: RFP: vmtouch -- File system cache diagnostics and control
Processing commands for cont...@bugs.debian.org: > noowner 672696 Bug #672696 [wnpp] RFP: vmtouch -- File system cache diagnostics and control Removed annotation that Bug was owned by emman...@libera.cc. > stop Stopping processing here. Please contact me if you need assistance. -- 672696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672696 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.139282717117218.transcr...@bugs.debian.org
Bug#739509: ITP: gasic -- genome abundance similarity correction
Package: wnpp Severity: wishlist Owner: Andreas Tille * Package name: gasic Version : 0.0.r18 Upstream Author : Martin S. Lindner * URL : http://sourceforge.net/projects/gasic/files/ * License : BSD Programming Lang: Python Description : genome abundance similarity correction One goal of sequencing based metagenomic analysis is the quantitative taxonomic assessment of microbial community compositions. However, the majority of approaches either quantify at low resolution (e.g. at phylum level) or have severe problems discerning highly similar species. Yet, accurate quantification on species level is desirable in applications such as metagenomic diagnostics or community comparison. GASiC is a method to correct read alignment results for the ambiguities imposed by similarities of genomes. It has superior performance over existing methods. This package is maintained by the Debian Med team and the packaging is available at git://anonscm.debian.org/debian-med/gasic.git -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140219145930.15574.78491.report...@mail.an3as.eu
Bug#739508: ITP: fitgpc -- fitting genome coverage distributions with mixture models
Package: wnpp Severity: wishlist Owner: Andreas Tille * Package name: fitgpc Version : 0.0.20130418 Upstream Author : Martin S. Lindner * URL : http://sourceforge.net/projects/fitgcp/files/ * License : BSD Programming Lang: Python Description : fitting genome coverage distributions with mixture models Genome coverage, the number of sequencing reads mapped to a position in a genome, is an insightful indicator of irregularities within sequencing experiments. While the average genome coverage is frequently used within algorithms in computational genomics, the complete information available in coverage profiles (i.e. histograms over all coverages) is currently not exploited to its full extent. Thus, biases such as fragmented or erroneous reference genomes often remain unaccounted for. Making this information accessible can improve the quality of sequencing experiments and quantitative analyses. . fitGCP is a framework for fitting mixtures of probability distributions to genome coverage profiles. Besides commonly used distributions, fitGCP uses distributions tailored to account for common artifacts. The mixture models are iteratively fitted based on the Expectation-Maximization algorithm. This package is maintained by the Debian Med team and the packaging is available at git://anonscm.debian.org/debian-med/fitgpc.git -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140219145641.15506.46788.report...@mail.an3as.eu
Bug#739504: ITP: fonts-sahl-naskh -- a fork of Droid Arabic Naskh font
Package: wnpp Severity: wishlist Owner: Mohamed Amine * Package name: fonts-sahl-naskh Version : 20140125+git Upstream Author : Khaled Hosny * URL : https://github.com/khaledhosny/sahl-naskh * License : Apache 2.0 Description : a fork of Droid Arabic Naskh font Sahl (Arabic for even, easy, convenient) is a fork of Droid Arabic Naskh font, fixing some of the issues in the original font. . Changes: . - Quranic annotation marks: - Made U+06E4 bigger, it was tiny and almost invisible! - Changed U+06E0 to be a small 0, not a black rectangle! - Changed U+06DF to be a small sukun, not black circle! - Changed U+06E1 to not be a small initial haa! - Increased the distance between vowel marks and base letter, they were too close to be readable. - Removed the Riyal ligature, this symbol should be used directly if needed, not automatically replace the Arabic word riyal. - Added GDEF ligature caret, just in case any application begins to support them. - Merged the Droid Serif in the font, so that it covers Latin and punctuation marks. - Raised the isolated Noon to the baseline, as it looks out of place next to Waw, Raa or even Alef (the glyphs it is likely to come next to). - Fixed the position of Hamza below Lam-Alef; it was placed under the Lam! signature.asc Description: Digital signature
Bug#738665: marked as done (ITP: python-pysam -- interface for the SAM/BAM sequence alignment and mapping format)
Your message dated Wed, 19 Feb 2014 13:00:10 + with message-id and subject line Bug#738665: fixed in python-pysam 0.7.5-1 has caused the Debian Bug report #738665, regarding ITP: python-pysam -- interface for the SAM/BAM sequence alignment and mapping format to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 738665: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738665 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Andreas Tille * Package name: python-pysam Version : 0.7.5 Upstream Author : Heng Li * URL : http://code.google.com/p/pysam/ * License : MIT Programming Lang: C, Python Description : interface for the SAM/BAM sequence alignment and mapping format Pysam is a Python module for reading and manipulating Samfiles. It's a lightweight wrapper of the samtools C-API. This package is maintained by the Debian Med team at git://anonscm.debian.org/debian-med/python-pysam.git --- End Message --- --- Begin Message --- Source: python-pysam Source-Version: 0.7.5-1 We believe that the bug you reported is fixed in the latest version of python-pysam, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 738...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Tille (supplier of updated python-pysam package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 07 Feb 2014 18:29:40 +0100 Source: python-pysam Binary: python-pysam python-pysam-tests Architecture: source amd64 all Version: 0.7.5-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team Changed-By: Andreas Tille Description: python-pysam - interface for the SAM/BAM sequence alignment and mapping format python-pysam-tests - interface for the SAM/BAM sequence alignment and mapping format ( Closes: 738665 Changes: python-pysam (0.7.5-1) unstable; urgency=low . * Initial release (Closes: #738665) Checksums-Sha1: ad53e17f7fbd0263d92ecd488e353865fdd49728 2135 python-pysam_0.7.5-1.dsc cbb6a0b0b1b4da4c8723c470bd85c065c30623f8 147 python-pysam_0.7.5.orig.tar.gz 3a2cd272d9439940728c1e516d7aaf3606955fd2 19036 python-pysam_0.7.5-1.debian.tar.xz 527f7b4bff87aac7a04ce9503433c88dc591bbf3 612368 python-pysam_0.7.5-1_amd64.deb 96bce6fa78af1a3f3c349414b4132950c56fb14d 397946 python-pysam-tests_0.7.5-1_all.deb Checksums-Sha256: eb8b491f7aaf4084b2a49be436dbca0ab4745bfea968cbfb80681dff037e177a 2135 python-pysam_0.7.5-1.dsc fa85900ead3d1c2c9ce24f28d2b1843c0a8ffb761cd21d440049e29eca2e2453 147 python-pysam_0.7.5.orig.tar.gz 8bfe2e6be18ed5f5f53aeca99daff4bf88030a0aa45991123ce83e0ea8a5ac70 19036 python-pysam_0.7.5-1.debian.tar.xz ad09a05cd2af4294e96560e2969314be7609828992ae563c163e0dcb478d2c76 612368 python-pysam_0.7.5-1_amd64.deb 929386c9f1c8b357f681ee4d011d2ca95b9e616a9c9f4f79ac9467d9e7a789d3 397946 python-pysam-tests_0.7.5-1_all.deb Files: 021423ad2c723cb81e1e6f89e26a081b 2135 python optional python-pysam_0.7.5-1.dsc dc0c7387e1aa153974f9ddaf7ad560fe 147 python optional python-pysam_0.7.5.orig.tar.gz 51e15c1a873caaf38c0835fd543c0ebe 19036 python optional python-pysam_0.7.5-1.debian.tar.xz a25aaddda30abfeb620d15f220d3e4fc 612368 python optional python-pysam_0.7.5-1_amd64.deb e8ef411c81ef71eded1e7216d6260bed 397946 python extra python-pysam-tests_0.7.5-1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJTA7IeAAoJEFeKBJTRxkbRjZYQAJB5/lsZH/34jaYEq2O4pnG2 HEys5XkhpgX9I5V3/OqWkFQiP78lhGa6Hy97tgmJ9fk0Q7XqcrRBDutWRcDIjZa/ uTh9vVKnV13xBFqJ4J0tc+FaP1pWw5P77bwEsF+5J8J70hlT+OKGYS8Cy1mWyhux O4YJy8wWyggXQBIIZRIKklIyZaMBw0Ng89MJ9ZnB4UEXx1Mq3NRVHjQVYx+kdLD8 kEJOMiNZ5Rj75J17QKq5sEiWO57LI3dMyzf499azPkYyElAXWbNeu3/dq7PBusCa 68aLF5GCySXk0sd2tSKnCKuCiwBbx17NLDCi6H20et3gtFsUFuwNaQAbaQYu9XyV sprrnPBxRTPmcLwASbKNgZLA+O+OnMLEiojSUjNtdV8PgH0TJ0zSuUGovnNbYoPR MgZmGdTvRrxrgRxLalsLV5bV1IGUOlw8KRqGuR0ERxwW0vnGnEaSEjXZ8IRUAQHZ PcuUCjpJRKprTcEKd6URl783GbqWBpgS2YL0VZjYizbADNaOA8UIfFZwqsnpxlxx r1/oJwau8oy0bzGwT7JkBVU8p26vAhhdiy1cE/bK44BXHMjXVXRrlyeHNO/5s3/3 ufePCjwr/N725DOimoJ73XsxIfg8RXUBsb8zRV7+KctNkoNrjkdiNuv
Bug#738818: marked as done (ITP: r-other-amsmercury -- efficient calculation of accurate masses and abundances of isotopic peaks)
Your message dated Wed, 19 Feb 2014 13:00:10 + with message-id and subject line Bug#738818: fixed in r-other-amsmercury 1.3.0-1 has caused the Debian Bug report #738818, regarding ITP: r-other-amsmercury -- efficient calculation of accurate masses and abundances of isotopic peaks to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 738818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738818 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Andreas Tille * Package name: r-other-amsmercury Version : 1.3.0 Upstream Author : Marc Kirchner * URL : http://hci.iwr.uni-heidelberg.de/MIP/Software/nitpick.php * License : LGPL Programming Lang: R Description : efficient calculation of accurate masses and abundances of isotopic peaks This GNU R package provides fficient calculation of accurate masses and abundances of isotopic peaks. It is a precondition for R NITPICK which does peak identification for mass spectrometry data. Remark: This package is maintained by the DebiChem team as a precondition for r-other-nitpick. The packaging is available at git://anonscm.debian.org/debichem/packages/r-other-amsmercury.git --- End Message --- --- Begin Message --- Source: r-other-amsmercury Source-Version: 1.3.0-1 We believe that the bug you reported is fixed in the latest version of r-other-amsmercury, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 738...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Tille (supplier of updated r-other-amsmercury package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 12 Feb 2014 14:16:59 +0100 Source: r-other-amsmercury Binary: r-other-amsmercury Architecture: source amd64 Version: 1.3.0-1 Distribution: unstable Urgency: low Maintainer: Debichem Team Changed-By: Andreas Tille Description: r-other-amsmercury - efficient calculation of accurate masses and abundances of isotop Closes: 738818 Changes: r-other-amsmercury (1.3.0-1) unstable; urgency=low . * Initial release (closes: #738818). Checksums-Sha1: ee061d6f675fc42845605d353e3284463c71dcc9 2043 r-other-amsmercury_1.3.0-1.dsc 50dbeb17c07e05785f925a668a338d41c56b9f5d 5202 r-other-amsmercury_1.3.0.orig.tar.gz fa22a9b79a1e43c49593340e82359a30c014f6fb 2052 r-other-amsmercury_1.3.0-1.debian.tar.xz 17fd21232c3b5dfbb87733583e9c3f83bb9a5573 16762 r-other-amsmercury_1.3.0-1_amd64.deb Checksums-Sha256: 8cbb9b40f9eadfb80c7445702e3453ac521062d292a2258a2895660c3c64 2043 r-other-amsmercury_1.3.0-1.dsc 32c5228b8cd307a9b6fe9ef064f00c35ccec2a35e16599afe0a2c0a686aa 5202 r-other-amsmercury_1.3.0.orig.tar.gz 429465004e19c84da3a925e529cb5170ffc2c4606f0a0b998df29c76a3b626a8 2052 r-other-amsmercury_1.3.0-1.debian.tar.xz 3e3b93cbc2ccab646827f0a7e778786789fcc1d5cd6db9b1409bfd864c214c91 16762 r-other-amsmercury_1.3.0-1_amd64.deb Files: 2c70335ed8cbd24e12a78c878c7166b0 2043 gnu-r optional r-other-amsmercury_1.3.0-1.dsc b4b51d492c3767890b62a489d1ef685b 5202 gnu-r optional r-other-amsmercury_1.3.0.orig.tar.gz d130bbacb660322fc899d9f5a255a08d 2052 gnu-r optional r-other-amsmercury_1.3.0-1.debian.tar.xz 90335ea955d0122df6fa10f343d31abe 16762 gnu-r optional r-other-amsmercury_1.3.0-1_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJS/IyXAAoJEFeKBJTRxkbRXOMP/2rNzgT0tBeeSE1LPgZD0/TR jTEdkOVuuQx+/CAcNl7nAZnAnay0AEEpVMwiCbzyXeasSjjax4IXwP70k9bWlnca unIoYNuI08O3SjNStXkzBiKr1oQQj55ksVY3Z/+Tr/UscH0vZrHHyxjHAxs4BnxW ZqjwO+lVMURa/SixwIPsVDNsZYTTspZCNYOx8JuhcbRJFBVzxLB0181e/iEE4MrL fxDJvT/TFGRGpQ0dGtX4uOJc2MsBjv+l35TWGvQF7LgyItlgAqQZvj0NEmminUy+ zfd1cFoCQIR3mrluvAHcXqiDGeACXdjcdaXcsCt8cecwj5NZ2TRq1Hs4SWR48tic yPX+KxM5De8EC+qYwaBQ4b2juuXqikjB5d+BmkukleototEov7/nJoR6ZZrHJyf2 kd2CffENRiQjZ7XnP7+AWMowB6TQJ3VyrUUDCIB+hY0Xq0AXmLmDvQzBmfYjtjYn FWdXlxJauGpLk5yNp6dS+DxlQ2QZ7wEU7ajuQVSq7KKz+3+a40q2PXsHbZ5h87lW r2tcdpg/BeEuwkhTtPyIKju3Q0Lj0dm3TPxgaSERPDOOqyRsDF3e/Z18jyxuSGiv u86O+CzCg8nIjQdqFQDgO6Xpoc3xC84dXzgioT8vUmkSHUCxNJcC0dvBjZSaOFqo mGX3MmG4duJcZ2ZWxqTg =0Q35 -END PGP SIGNATURE End
Bug#739483: ITP: duck -- checks URLs in debian/control and debian/upstream files
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am 2014-02-19 09:54, schrieb Josselin Mouette: > Hi, > > Le mercredi 19 février 2014 à 08:43 +0100, Simon Kainz a écrit : >> duck extracts links and VCS-* entries from >> >> debian/control debian/upstream debian/upstream-metadata.yaml >> debian/upstream/metadata > > The name sounds a bit too generic for a Debian-specific tool. > > How about something like “debduck”? > Well, duck means _D_ebian _U_rl _C_hec_K_er, so i think it's quite specific. I didn't want to put this in the short description. Still needed to change this? Bye, - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCgAGBQJTBHgpAAoJEBy08PeN7K/pxy4P/RLdzYAQTOwvGhQ2jG3C3eT3 J4mnKCjkZRFR8PWXt9F/FATEY4WccnBiOIQPc1lq76hmua3ZNHHkvFxN2LUI6TIV iS4ao6j/07uSIrFdoRLbZZJgMbCkp0qvF33stu2OGkYDP5swdVRCOjfh7LO5CGyF isbyvXE0V0y1XRYjiCiOBbnOFmL+F3Zsqji+twUIbV0JdALtPAgAyjR7ZEeUMXhs SzTRW1gVYPd2a6aq4kwrWCWMaoscyfMiGQI6tX3SxutZYrLoCt7P5ufEQYngRvJC mgl4tH47xCUSqx17mAU0BgmkZgRHOQT/L2+abo3gXe0I76YGxrEAizf8IYZG/5nv N0zjF+bPWFIrWvARI/Jyn3sbw4YfoBlmxpKyM52YuiyjOzjHAR4Ulg94dJyemanA mig9x6gIJ5l2b6FJie2+oJa8JWmGzNf1bzRnCa86dJfYiUOMY1ozGxfWbeIg7SKQ EE1zngB+Lawn1FtaWR+k20ECOKa/ZzeGgOAYrfw7tN7DzPLR7COw9SbnzNkXwjbE vrJbuELv+PFna58NLsDgKImcmu9iMWlPu/E5bQYpmbDXbXk7UyBEdMicEs3CKxVU jqd45LoZfHxJni4Ur1Qgai2TnhX6DrsJKp1lODhw6Qh/wScNyCMpS0huajDHSPLv W9WeqWA3lGOM97M3Erl8 =nf9J -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/53047830.9000...@familiekainz.at
Bug#739483: ITP: duck -- checks URLs in debian/control and debian/upstream files
Hi, Le mercredi 19 février 2014 à 08:43 +0100, Simon Kainz a écrit : > duck extracts links and VCS-* entries from > > debian/control > debian/upstream > debian/upstream-metadata.yaml > debian/upstream/metadata The name sounds a bit too generic for a Debian-specific tool. How about something like “debduck”? -- .''`.Josselin Mouette : :' : `. `' `- -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1392800042.26492.754.camel@dsp0698014
Processed: retitle RFP: caja-extensions
Processing control commands: > retitle -1 RFP: caja-extensions -- extensions for Caja file Bug #739374 [wnpp] RFP: caja-extensions -- privilege granting extension for caja using gksu Changed Bug title to 'RFP: caja-extensions -- extensions for Caja file' from 'RFP: caja-extensions -- privilege granting extension for caja using gksu' -- 739374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739374 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.b739374.13927993959608.transcr...@bugs.debian.org
Bug#739374: retitle RFP: caja-extensions
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Control: retitle -1 RFP: caja-extensions -- extensions for Caja file manager adding extra-functionality Hi, Please accept my apologizes for my mistake by sending an incorrect RFP for caja-extensions Descriprion and correct it with the following below: Package: wnpp Severity: wishlist * Package name: caja-extensions Version : 1.7.0 Upstream Author : Stefano Karapetsas * URL : http://www.mate-desktop.org/ * License : GPL Programming Lang: C Description : provides extensions for caja file manager in MATE The extensions help caja file manager to handle extra functions working with: gksu, open-terminal, image-converter, sendto and share in MATE Desktop Environment. . This package will be maintained by the MATE Packaging Team. Thank you gnugr -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQEcBAEBAgAGBQJTBG6KAAoJEOWQha2zhDgv+REIAMMqOar+cLiEZ3PYthMBbQZz mferRiGpPqfUpX4ZxhvzRyqczuSpfshHyqDUr0ETnt1MKOFABmfbTsZVaQ3tzSdQ 2oNC5tDf2K6dc7YihjSJoF/qHtsULomcr4wAkg9qsQsjei1NH+XaQ3nfNEsh2Oe9 mNtpdstrd4aZ4g+r8z884nitI5udafgSS2sxP/6r6X6BojAfg3i4Hqxt83VyuOm2 TK4MSjOGahv7LsCOvjTSHwETsgyHet2aDyPNtV9l/ErvYjogsIIeciPSE30MCZmn 2ieu37y2LD49mDq/46DzT7MlNFzZeIlapocxxfIT4jaif09vpZLAFUgb6RkLkvQ= =BObW -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/53046e95.4090...@gnugr.org
Processed (with 1 errors): your mail
Processing commands for cont...@bugs.debian.org: > retitle 672696 RFP: vmtouch -- File system cache diagnostics and control Bug #672696 [wnpp] RFP: vmtouch -- Portable file system cache diagnostics and control Changed Bug title to 'RFP: vmtouch -- File system cache diagnostics and control' from 'RFP: vmtouch -- Portable file system cache diagnostics and control' > tools Unknown command or malformed arguments to command. > owner 672696 emman...@libera.cc Bug #672696 [wnpp] RFP: vmtouch -- File system cache diagnostics and control Owner recorded as emman...@libera.cc. > tags 672696 +pending Bug #672696 [wnpp] RFP: vmtouch -- File system cache diagnostics and control Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 672696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672696 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13927988386659.transcr...@bugs.debian.org
Bug#739483: ITP: duck -- checks URLs in debian/control and debian/upstream files
Package: wnpp Severity: wishlist Owner: Simon Kainz * Package name: duck Version : 0.1 Upstream Author : Simon Kainz * URL : http://duck.debian.net * License : GPL Programming Lang: Perl Description : checks URLs in debian/control and debian/upstream files duck extracts links and VCS-* entries from debian/control debian/upstream debian/upstream-metadata.yaml debian/upstream/metadata It tries to access those VCS-* entries and URLs using the approriate tool and tries to find out wether the given URLs or entries are broken or working. If errors are detected, the filename, fieldname and URL of the broken link/URL are displayed. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140219074324.15457.87091.report...@zidpc9027.tu-graz.ac.at