Bug#881025: ITP: tryton-modules-account-eu -- Account EU Module for the Tryton Application Platform
X-Debbugs-CC: debian-de...@lists.debian.org Package: wnpp Severity: wishlist Owner: Debian Tryton Maintainers * Package name: tryton-modules-account-eu Version : 4.6.0 Upstream Author : Tryton project (www.tryton.org) * URL : http://downloads.tryton.org/4.6/ * License : GPL-3+ Programming Lang: Python Description : Tryton Application Platform (Account EU Module) Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth). . This module provides common accounting requirements in Europe like e.g. the EC Sales List (ESL). This package is another base module published by the Tryton project and needed as new dependency for tryton-modules-account-be. -- Mathias Behrle PGP/GnuPG key availabable from any keyserver, ID: 0xD6D09BE48405BBF6 AC29 7E5C 46B9 D0B6 1C71 7681 D6D0 9BE4 8405 BBF6
Processed (with 2 errors): Re: ITP: libecc -- C library for elliptic curves based cryptography (ECC)
Processing commands for cont...@bugs.debian.org: > close 872255 Bug #872255 [wnpp] ITP: libecc -- C library for elliptic curves based cryptography (ECC) Marked Bug as done > 2017-09-01 15:12 GMT+02:00 Stéphane Neveu : Unknown command or malformed arguments to command. > > owner 872255 pkg-security-t...@lists.alioth.debian.org Unknown command or malformed arguments to command. > End of message, stopping processing here. Please contact me if you need assistance. -- 872255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872255 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#881059: ITP: eshell-bookmark -- integrate bookmarks with Eshell
Package: wnpp Owner: Lev Lamberov Severity: wishlist * Package name: eshell-bookmark Version : 2.0.0 Upstream Author : Matúš Goljer * URL or Web page : https://github.com/Fuco1/eshell-bookmark * License : GPL-3+ Programming Lang: Emacs Lisp Description : integrate bookmarks with Eshell This package provides bookmark.el integration for Eshell. It is especially useful for quickly jumping to remote/TRAMP hosts.
Become a Target Content Curator Today!
September 2017 Hi, We are reaching out to you on behalf of Target’s Content Program. We would love to invite you to partner with us while earning cash along the way. Plus, for a limited time, we are extending the opportunity to win a $500 Target Gift Card*. All you have to do is join the program at the link below and keep your fingers crossed...good luck! [Click HERE to join and be entered to WIN!](http://t.affiliates.acceleration-partners.com/a/11388/b/108605/c/424264/d/1/e/1/u/616253761) Earn up to 8% as a Target partner on products in a wide variety of categories. Plus, earn even more cash through our REDCard ($8) acquisition program. If you have any questions along the way, please visit our comprehensive [FAQ](http://t.affiliates.acceleration-partners.com/a/11388/b/108605/c/424264/d/2/e/2/u/616253761) for additional information on the Target Content Program. We look forward to working with you! Target Affiliate Team *See official contest rules [here](http://t.affiliates.acceleration-partners.com/a/11388/b/108605/c/424264/d/3/e/3/u/616253761) To Unsubscribe from Target affiliate communication click [Unsubscribe](http://t.affiliates.acceleration-partners.com/a/11388/b/108605/c/424264/d/4/e/4/u/616253761) Target Headquarters 1000 Nicollet Mall Minneapolis, MN 55403 Target.com, Target, and the Bullseye Design are registered trademarks of Target Brands, Inc. All rights reserved. Unsubscribe: http://affiliates.acceleration-partners.com/unsubscribe/?did=424264&u=616253761&e=w...@debian.org Report SPAM: http://affiliates.acceleration-partners.com/abuse/?did=424264&u=616253761&e=w...@debian.org
Bug#880373: ITP: autorandr -- Automatically select a display configuration for connected devices
Control: tags -1 +pending For what it's worth, I have tried the package Don built and announced here: https://www.donarmstrong.com/posts/autorandr/ And it works fine. I haven't tested the automatic stuff (systemd and hotplug and so on) much, but otherwise that package works well. I have also reviewed the Debian package and it looks legit from a FTP-master's perspective. A. signature.asc Description: PGP signature
Processed: Re: Bug#880373: ITP: autorandr -- Automatically select a display configuration for connected devices
Processing control commands: > tags -1 +pending Bug #880373 [wnpp] ITP: autorandr -- Automatically select a display configuration for connected devices Added tag(s) pending. -- 880373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880373 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#819589: RFP: python3-aioxmpp -- pure-python XMPP library using the asyncio standard library module
I've taken a look at this, For others, note: - Packaging this would require also packaging aiosasl and aioopenssl - The source needs some copyright work - slixmpp, already packaged, appears to provide similar functionality -- AE0D BF5A 92A5 ADE4 9481 BA6F 8A31 71EF 3661 50CE
Bug#767414: RFP: 2048 -- Simple number game for the text console
Hello. Here are some comments about the current packaging. Hope this helps… As upstream contributor, you should merge your changes into the original project at https://github.com/mevdschee. Your fork misses README.md, latest bug fixes, and the original project would probably welcome a manpage and improvements in the Makefile. The attachment fixes cosmetic issues in the manpage (https://liw.fi/manpages/), and contains many suggestions for the Makefile: * allow prefix /= /usr * avoid as many repetitions as possible, so that any renaming or version change is easyer (I suggest a name starting with a letter for the package and executable) * reduce the subshell runs, declare .PHONY targets, use := variables (for performance) Once an upstream tarball is released * without any debian/ subdirectory (there may be other distributors) * without .gitignore (the tarball is unrelated with the VCS) * with explicit authors and license * maybe with a short ./changelog file, either referencing the version control system or manually listing changes. * visible somewhere on the web (for automatic detection of new versions) * maybe signed by your electronic signature you can start the Debian packaging. debian/2048.debhelper.log debian/2048.substvars debian/files show that you have committed without cleaning your working directory. debian/changelog should only contain the history of the official Debian packages (currently, only one). In other words, it only sees the debian/subdirectory. In normal circumstances, changes to the upstream sources should be mentioned in ./changelog (or the VCS it refers to). Text files should end with an empty line (it helps diff tools). Your package is ready for debhelper 10 and Standards-Version 4.1.0. control/Vcs-* and copyright/Source changes should be self-explaining. I hate trailing whitespaces, but YMMV. Once upstream releases visible tarballs, adding a watch file scanning new upstream releases and checking signatures would be a good thing. See uscan(1).
Bug#880973: marked as done (ITP: evqueue-core -- evQueue is a fast event driven scheduler and queueing engine)
Your message dated Tue, 07 Nov 2017 21:02:11 + with message-id and subject line Bug#880973: fixed in evqueue-core 2.0-1 has caused the Debian Bug report #880973, regarding ITP: evqueue-core -- evQueue is a fast event driven scheduler and queueing engine 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.) -- 880973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880973 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Thibault Kummer * Package name: evqueue-core Version : 2.0 Upstream Author : Thibault Kummer * URL : http://www.evqueue.net/ * License : GPL 3 Programming Lang: C++ Description : evQueue is a fast event driven scheduler and queueing engine evQueue is an open source job scheduler and queueing engine. It features an event-driven C++ engine and a PHP / MySQL web control interface which provides tasks monitoring and creation. It provides both simple task execution and complex task chaining (workflow) using an easy to use drag & drop web interface. Workflow description includes output linking to input, conditions, loops... Queues management provides an easy way for task parallelization and resource control. The network API provides an easy way, XML based, for synchronous or asynchronous workflow launching and control, allowing tasks to be launched from external applications or web pages. You can thus execute heavy tasks on a remote (dedicated) machine to save resources on your web frontends while providing live reporing of the treatment to you users. --- End Message --- --- Begin Message --- Source: evqueue-core Source-Version: 2.0-1 We believe that the bug you reported is fixed in the latest version of evqueue-core, 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 880...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thibault KUMMER (supplier of updated evqueue-core 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: Wed, 17 Aug 2016 12:30:16 +0200 Source: evqueue-core Binary: evqueue-core evqueue-utils evqueue-agent Architecture: source amd64 Version: 2.0-1 Distribution: sid Urgency: medium Maintainer: Thibault KUMMER Changed-By: Thibault KUMMER Description: evqueue-agent - evQueue agent for managing remote tasks execution evqueue-core - evQueue core module evqueue-utils - evQueue utilities to manage daemon Closes: 880973 Changes: evqueue-core (2.0-1) stretch; urgency=medium . * Initial release (closes: #880973). Checksums-Sha1: f4a43e98c4c3c6e5bb8f623b70508a8d80ae0c8f 2142 evqueue-core_2.0-1.dsc 93c5ca2e13eb93ba63730cce11a0239fd5872c7b 8833680 evqueue-core_2.0.orig.tar.xz 327eac0ed40636be281ab5868ee77f52157f4faf 8568 evqueue-core_2.0-1.debian.tar.xz bcf1c55d325cbfd27f3f12825753d58a81387dc0 9564 evqueue-agent-dbgsym_2.0-1_amd64.deb a78647fcfb5181b2cbb90b7b641b2280cdfdb648 5304 evqueue-agent_2.0-1_amd64.deb b83a1756733d61732471ca52d1a0965a9e10fac9 5614080 evqueue-core-dbgsym_2.0-1_amd64.deb 90c30fb3f3fba7faabca943546ccaa459244a596 8297 evqueue-core_2.0-1_amd64.buildinfo 83a1a0d794723a00bede7db9b79fd0132c86b970 295340 evqueue-core_2.0-1_amd64.deb db707cfcc7282657b4eace5b74ca004b2073f3d9 2091868 evqueue-utils-dbgsym_2.0-1_amd64.deb 6dec394ab94cb8a0cb61971b891366f9ad088fb3 98604 evqueue-utils_2.0-1_amd64.deb Checksums-Sha256: 97d30667f854131ca5295d8ec7ec14273327fd9fa45459485b2cbdfa06e255bf 2142 evqueue-core_2.0-1.dsc 17efda51846f147b75325461e361a01bd6f810b458c71ea2bbb9917bc77fd64c 8833680 evqueue-core_2.0.orig.tar.xz 5fbf4b3ee4dec5042f0e5a164a0a096f88fcbb6f56443e453fdc8df9714a3dfa 8568 evqueue-core_2.0-1.debian.tar.xz 54746d7b4d3b20d528cc1b85bee263abaaaf4814a96d840cdca19f39a95dcb48 9564 evqueue-agent-dbgsym_2.0-1_amd64.deb d84563c3748a1f11d1070ea2274e34abad7c51e9f87d27a78edeacb5777dc7c6 5304 evqueue-agent_2.0-1_amd64.deb d612bb9491d25a1a2741b8a7c7d4291b5e705014d13d71b91559fdbe175c0466 5614080 evqueue-core-dbgsym_2.0-1_amd64.deb 4296a87cb49f98ab543d3e227803874619009fb6bc29dc21f7dcae665eb525c9 8297 evqueue-core_2.0-1_amd64.buildinfo 9bca0aeffc9e9c5709e854f4fe8bc93
Bug#881109: ITP: boost-numeric-bindings -- boost-numeric-bindings -- Numeric Library Bindings for Boost
Package: wnpp Severity: wishlist Owner: Stephen Sinclair * Package name: boost-numeric-bindings Version : 0.99 Upstream Author : Kresimir Fresl et. al. * URL : https://github.com/uBLAS/numeric_bindings * License : Boost Software License - Version 1.0 Programming Lang: C++ Description : boost-numeric-bindings -- Numeric Library Bindings for Boost Boost Bindings is a bindings library (not just) for Boost.Ublas. It offers an easy way of calling BLAS, LAPACK, UMFPACK, MUMPS and many other mature legacy numerical codes from within C++. Previously an ITP bug was filed (#536270) but then dropped. Since then a github repo was created and a "pre-release 0.99" was released with a bit more work, in 2015. I have updated the preliminary package by Teemu Ikonen from that bug to the latest version, as well as the latest Debian compat and policy versions, based on his package repo: git://git.debian.org/debian-science/packages/boost-numeric-bindings.git The package already installs the header files successfully to within the /usr/include/boost directory and I have preliminary support for running some of the tests. I intend to improve this, add documentation if possible, and keep it up to date with any future releases. It would be beneficial to Debian to have these headers more easily available, since projects are currently often embedding them headers in their source distributions.
Apresentação da alegrase.com.br
apresentação alegrase.com.bré uma plataforma online de divulgação de oportunidades de emprego em todo o territorio brasileiro. nossa ferramenta permite você gerenciar todas as suas vagas, e encontrar pessoas altamente eficientes em suas respectivas profissões. por isso a alegrase, precisa da sua parceria, para mudar o final dessa historia. melhor de tudo, é gratispara você empresa, então registre-se na plataforma, divulgue suas vagas, administre e tenha acesso a pessoas que estão prontas para contribuir para o crescimento da sua empresa. venha conosco. [1] registre-se agora painel de gestão em nosso painel de gestão, você administra todo o processo de seleção e contratação. e acompanha os seus candidatos. apenas divulgue. não importa qual o tipo de oportunidade que você tenha para divulgar. apenas: divulgue. pois sempre tem alguem precisando da sua chance para começar. seja, no escritorio, na fazenda, na padaria ou no predio, o importante, é trabalhar. comece agora. fácil de usar. registrando suas oportunidades em nossa plataforma, mais curriculos estarão disponiveis para você encontrar a pessoa ideal para a desempenhar a função que esta precisando. alcance os resultados que você precisa para a sua empresa. [2] [3] [4] [5] ver este email no navegador você recebeu esse email por causa da sua relação com alegrase. por favor, [6] reconfirme aquio seu interesse em receber os nossos e-mails, ou, caso não queira mais recebê-los, [7] remova a sua inscrição aqui. essa mensagem foi enviada para t...@benchmarkemail.com por cont...@alegrase.com.br avenida vasco da gama, 992 jaguaribe - joão pessoa - pb remover inscrição| ver inscrição| reencaminhar email| relatar abuso References: 1. u=75b095a 2. u=75b095b 3. u=75b095c 4. u=75b095d 5. http://alegrase.bmetrack.com/c/v?e=BFA06F&c=DBF8F&t=0&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D 6. http://alegrase.bmetrack.com/c/opt?e=BFA06F&c=DBF8F&t=0&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D 7. http://alegrase.bmetrack.com/c/u?e=BFA06F&c=DBF8F&t=0&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D Essa mensagem foi enviada para w...@debian.org por cont...@alegrase.com.br pode modificar/atualizar a sua inscrição através do seguinte link. Remover Inscri o de todas as listas de envio http://alegrase.bmetrack.com/c/su?e=BFA06F&c=DBF8F&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D&relid=CF08605E Gerir Subscrição http://alegrase.bmetrack.com/c/s?e=BFA06F&c=DBF8F&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D&relid=CF08605E Reencaminhar Email http://alegrase.bmetrack.com/c/f?e=BFA06F&c=DBF8F&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D&relid=CF08605E Relatar Abuso http://alegrase.bmetrack.com/Abuse?e=BFA06F&c=DBF8F&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D&relid=CF08605E Avenida Vasco da Gama, 992 Jaguaribe - João Pessoa - PB E-mail Marketing benchmarkemail.com [http://alegrase.bmetrack.com] Ver este email no navegador: http://alegrase.bmetrack.com/c/v?e=BFA06F&c=DBF8F&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D&relid=CF08605E Você recebeu esse email por causa da sua relação com alegrase. Por favor, reconfirme aqui o seu interesse em receber os nossos e-mails, ou, caso não queira mais recebê-los, remova a sua inscrição aqui. http://alegrase.bmetrack.com/c/u?e=BFA06F&c=DBF8F&l=7B579BFD&email=hN2qW5s9kYuEQ1vvVRitHw%3D%3D&relid=CF08605E
Processed: Bug#844424 marked as pending
Processing commands for cont...@bugs.debian.org: > tag 844424 pending Bug #844424 [wnpp] ITP: ruby-airbrussh -- Airbrussh pretties up your SSHKit and Capistrano output Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 844424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844424 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: boost-numeric-bindings: block ITP 881109 by RFS 881118
Processing commands for cont...@bugs.debian.org: > block 881109 by 881118 Bug #881109 [wnpp] ITP: boost-numeric-bindings -- boost-numeric-bindings -- Numeric Library Bindings for Boost 881109 was not blocked by any bugs. 881109 was not blocking any bugs. Added blocking bug(s) of 881109: 881118 > stop Stopping processing here. Please contact me if you need assistance. -- 881109: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881109 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#881136: ITP: ocaml-rope -- Ropes ("heavyweight strings") for OCaml
Package: wnpp Severity: wishlist Owner: Andy Li -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Package name: ocaml-rope Version : 0.5 Upstream Author : Christophe Troestler * URL : http://rope.forge.ocamlcore.org/ * License : LGPL-2.1 with linking exception Programming Lang: OCaml Description : Ropes ("heavyweight strings") for OCaml Ropes are a scalable string implementation: they are designed for efficient operation that involve the string as a whole such as concatenation and substring. This library implements ropes for OCaml. It is rich enough to replace strings. This is a dependency of the next version of Haxe (4.0.0). I will co-maintain it with the Debian OCaml Maintainers team. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQEcBAEBAgAGBQJaAprwAAoJENYPsCrEEWxp2JIH/0QOS8Tkms+fb3SDLfnBN1uC LPGJzd5vuMEBFUHQj4F3DcW44y77690EPEFH+QDJtwdGBxjJhbG9CfQUP7G8V52/ rstWtnetVF1VMyeq4voMG6pOHT/eXKTg9H8L8zK3ccwSUSvrRlJE+OppN1owb4Am b3bfUMsnD7GYTKb9f/VoQ+7zVD0JPh71xphcCSjBHH0hKoqMaDWfP9uRE/2e3zcU Iy4SvX66Pn4/9bSxOJZOZ/pX8xucZrD0wmmjuyZmNONXcIeSuWSZ7YUBJrr/EePb wsao+8r28nSBNYcJ3FfdoXacsLvHbZb5PeiZ94E9WZX+dFORvWsO9Wl0THPdngc= =c38q -END PGP SIGNATURE-