Bug#757354: ITP: flintqs -- Program using quadratic sieve to factor integers

2014-08-07 Thread Julien Puydt
Package: wnpp Severity: wishlist * Package name: flintqs Version: 20070817 Upstream author: William Hart * URL: http://www.sagemath.org/packages/upstream/flintqs/index.html * License: GPL-2+ Description: Program using quadratic sieve to factor integers This small program attempts to find

Bug#760193: Should not be shipped in jessie

2014-09-01 Thread Julien Puydt
Package: flintqs Version: 20070817-1 Severity: serious This package is a part of the effort to package sagemath in debian ; before other various pieces are in place, this one has little interest for a stable release. In fact, there is even a good chance that its features will be pushed in

Bug#761780: About src:ntl and libtool

2014-09-16 Thread Julien Puydt
Hi, I had a look, and saw that libtool is used like this: - first it is detected using libtool --version, and LIBTOOL is set ; - then it is used using lines looking like: $(LIBTOOL) --mode={link,compile,clean,install,uninstall} ... Notice that it's not using autotools to build -- it's a set

Bug#748540: I notice the same

2014-09-30 Thread Julien Puydt
Hi, my kids connect/disconnect all day long... and each opened session gets a new gpg-agent instance, which apparently never shuts down. It would be good if closing the session would also stop the attached gpg-agent. Thanks, Snark on #debian-science -- To UNSUBSCRIBE, email to

Bug#725253: libgf2x1: Illegal instruction (pclmul ?) on pre-2010 CPU

2014-11-19 Thread Julien Puydt
Hi, I discussed the issue with upstream, and the configure script is supposed to actually check for pclmul support, so it would be interesting for upstream to know if there's something wrong with the detection. In any case, for the debian package I shall just disable pclmul forcibly, so

Bug#751098: The -dev packages need a rework

2014-11-28 Thread Julien Puydt
Hi, I just had a look, thinking it was an easy bug to fix, but it turns out things are more complicated: - in fact, it looks like only the polybori-groebner headers use gdlib and libpng, so only that .pc should depend on them ; - the relevant libpolybori-groebner-dev package should depend

Bug#777032: ITP: rubiks -- a collection of Rubik's cube solvers

2015-02-04 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt julien.pu...@laposte.net * Package name : rubiks Version : 20070912 Upstream author : various * URL : http://www.sagemath.org/packages/standard/ * License : GPL, Expat, GPL-2+ Programming Lang : C, C

Bug#777073: Current version doesn't seem able to factor... 1 !

2015-02-04 Thread Julien Puydt
Hi, Le 04/02/2015 20:04, Laurent Fousse a écrit : Hi, On Wed, Feb 4, 2015 at 10:46 AM, Julien Puydt julien.pu...@laposte.net wrote: Package: libecm-dev Version: 6.4.4-2 While working on sagemath-on-debian, I met the following issue : the sample code below, when compiled against sage's ECM

Bug#777072: Precision issues

2015-02-04 Thread Julien Puydt
Package: maxima Version: 5.35.1-1 Severity: minor While working on sage+maxima+ECL, I discovered a few strange precision issues : sometimes debian's maxima (GCL-based) seems to give a lesser precision that what sage (using it's own ECL-based maxima) expects. For example: tanh(1.0); sage:

Bug#777073: Current version doesn't seem able to factor... 1 !

2015-02-04 Thread Julien Puydt
Package: libecm-dev Version: 6.4.4-2 While working on sagemath-on-debian, I met the following issue : the sample code below, when compiled against sage's ECM tells me 1 is a factor of 1 ; and No factor found when compiled against debian's... Snark on #debian-science #include ecm.h int

Bug#777073: Current version doesn't seem able to factor... 1 !

2015-02-04 Thread Julien Puydt
Hi, Le 05/02/2015 01:50, Laurent Fousse a écrit : On Wed, Feb 4, 2015 at 11:20 AM, Julien Puydt julien.pu...@laposte.net wrote: Hi, Le 04/02/2015 20:04, Laurent Fousse a écrit : Hi, On Wed, Feb 4, 2015 at 10:46 AM, Julien Puydt julien.pu...@laposte.net wrote: Package: libecm-dev

Bug#777237: Sagemath has special needs

2015-02-06 Thread Julien Puydt
Package: pari-gp Version: 2.7.2-1 Severity: wishlist While trying to use the debian package in sagemath, it turned out two things were lacking to make it work: - they use anal.h ; - they also have backported patches to add cb_pari_err_handle from upstream's repository (see end of this mail).

Bug#777473: Crash on big computation

2015-02-08 Thread Julien Puydt
Package: ecl Version: 13.5.1+dfsg2-4.2 In sagemath's ecl, the following code works (it's real slow, of course) -- while it fails quite fast with the debian package, and even kills the interpreter: (ext:set-limit 'ext:heap-size 0) (setq a (expt 10 (expt 10 5))) (setq b (expt a 600)) Duplicate

Bug#777237: Sagemath has special needs

2015-02-18 Thread Julien Puydt
Hi, Le 11/02/2015 21:44, Bill Allombert a écrit : On Fri, Feb 06, 2015 at 07:08:49PM +0100, Julien Puydt wrote: Package: pari-gp Version: 2.7.2-1 Severity: wishlist Hello Julien, While trying to use the debian package in sagemath, it turned out two things were lacking to make it work

Bug#777932: FTBFS with gcc 5 : lcalc

2015-02-18 Thread Julien Puydt
Hi, in fact this bug is a duplicate of #748898, where it's stated that sagemath has the same issue : http://trac.sagemath.org/ticket/12437 they have patches, which they might have sent upstream. On the one hand they modify the API/ABI, on the other they fix the compilation... is it a case

Bug#776802: We need a bigger pari stack size

2015-02-01 Thread Julien Puydt
Package: lcalc Version: 1.23+dfsg-3 the current debian package doesn't work as well as sagemath hopes it to: jpuydt@cauchy:~$ lcalc -z 3 -e --a1 0 --a2 0 --a3 1 --a4 -1 --a6 0 *** Warning: new stack size = 1028928 (0.981 Mbytes). *** Error in the PARI system. End of program. whereas

Bug#719330: Going forward with jmol in debian

2015-03-15 Thread Julien Puydt
Hi, we need the new jmol for the sagemath packaging effort ; unfortunately, none of us has any clue how to package java code. From looking at the sources, upstream is using the classical ant builder, so I guess on the other hand the debian java team would find it pretty easy to help on the

Bug#780570: The headers are not usable without the boost ones

2015-03-16 Thread Julien Puydt
Package: libpolybori-dev Version: 0.8.3-4 This package should depend on libboost-dev, since the headers are not usable without the boost headers. Thanks, Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#780251: python-cvxopt: Doesn't work anymore

2015-03-11 Thread Julien Puydt
Hi, Le 11/03/2015 17:59, Jean-Michel Nirgal Vourgère a écrit : Control: tags -1 moreinfo Control: severity -1 normal Hello Julien I ran all the tutorial examples from http://cvxopt.org/examples/index.html. Everything works fine here. Can you give us a test case? One line is enough to

Bug#780251: python-cvxopt: Doesn't work anymore

2015-03-11 Thread Julien Puydt
Hi, Le 11/03/2015 20:46, Jean-Michel Nirgal Vourgère a écrit : Control: retitle python-cvxopt: glpk component doesn't work anymore Control: severity -1 important Control: tags -1 -moreinfo +confirmed +fixed-upstream +patch I traced back the problem to release 4.53 of glpk [1], in February

Bug#777237: Sagemath has special needs

2015-03-07 Thread Julien Puydt
Hi, Le 06/03/2015 23:33, Bill Allombert a écrit : On Thu, Mar 05, 2015 at 05:46:13PM +0100, Julien Puydt wrote: cdef GEN E cdef long errnum cdef jmp_buf env iferr_env = env if setjmp (iferr_env[0]) != 0: E = pari_err_last() errnum = E[1

Bug#777237: Sagemath has special needs

2015-03-13 Thread Julien Puydt
Hi, Le 12/03/2015 19:18, Bill Allombert a écrit : On Sun, Mar 08, 2015 at 04:09:55PM +0100, Julien Puydt wrote: Hi, Le 07/03/2015 22:48, Bill Allombert a écrit : On Sat, Mar 07, 2015 at 12:59:36PM +0100, Julien Puydt wrote: How does cb_pari_err_recover() work ? Their cb_pari_err_handle

Bug#780251: Doesn't work anymore

2015-03-11 Thread Julien Puydt
Package: python-cvxopt Version: 1.1.4-1.2 Severity: grave The package is now unusable, since it uses a symbol (lpx_create_prob) which isn't in glpk anymore -- trying to load the module raises a symbol not found error. Updating to latest upstream would definitely help. If you don't have time

Bug#780408: Please package latest upstream

2015-03-13 Thread Julien Puydt
Package: ipython Severity: wishlist Hi, ipython 3 is available ; could you package it? I know there's a freeze, but an upload in experimental would still make it available. Thanks, Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#780186: GMP doesn't manage memory correctly

2015-03-10 Thread Julien Puydt
Package: gmp Version: 2:6.0.0+dfsg-6 Hi, the sagemath software is using MPIR, but we're trying to package it for debian using the default lib for multi-precision arithmetic : GMP. Sagemath uses mp_set_memory_functions to override the default memory management and make it better for their

Bug#779528: Upstream requests also has a 'certifi' component

2015-03-09 Thread Julien Puydt
Hi, Le 07/03/2015 18:17, Daniele Tricoli a écrit : Hello Julien, Julien Puydt wrote: could you also package the certifi component of requests? requests' upstream provides the possibility to specify the certificate bundle to use. The packaged version of requests use ca-certificates. Why do

Bug#777237: Sagemath has special needs

2015-03-04 Thread Julien Puydt
Hi, Le 04/03/2015 19:54, Bill Allombert a écrit : On Wed, Mar 04, 2015 at 10:47:15AM +0100, Julien Puydt wrote: Hi, Le 04/03/2015 00:53, Bill Allombert a écrit : I expect they should do something like if (setjmp(iferr_env)) { GEN E = pari_err_last(); char *s = GSTR(GENtoGENstr(E

Bug#777237: Sagemath has special needs

2015-03-05 Thread Julien Puydt
Le 04/03/2015 23:55, Bill Allombert a écrit : On Wed, Mar 04, 2015 at 10:47:28PM +0100, Julien Puydt wrote: block that is put somewhere appropriate. *They* won't do anything, but *I* am trying to wrap my head between what they already have, and what they should have -- I must admit I'm

Bug#777237: Sagemath has special needs

2015-03-04 Thread Julien Puydt
Hi, Le 04/03/2015 00:53, Bill Allombert a écrit : I expect they should do something like if (setjmp(iferr_env)) { GEN E = pari_err_last(); char *s = GSTR(GENtoGENstr(E)); fprintf(stderr,s); ... } before the point they are recovering using cb_pari_err_recover() at this time. I had

Bug#779528: Upstream requests also has a 'certifi' component

2015-03-01 Thread Julien Puydt
Package: src:requests Severity: wishlist Hi, could you also package the certifi component of requests? Thanks, Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#778986: Upstream GAP 4.7.7 is out

2015-03-01 Thread Julien Puydt
Le 28/02/2015 18:28, Bill Allombert a écrit : On Thu, Feb 26, 2015 at 10:04:55AM +0100, Julien Puydt wrote: Sure, but I cannot upload it to unstable until the freeze is over. So I would probably be better off to wait for 4.8. Yes, I know about the freeze. Is 4.8 around the corner

Bug#778980: Version 0.22 is out

2015-02-22 Thread Julien Puydt
Package: cython Severity: wishlist Hi, could you please package the last upstream? Thanks, Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#779035: Upstream is up to 4.1.0

2015-02-23 Thread Julien Puydt
Package: python-tornado Severity: wishlist Hi, upstream's 4.1.0 is out ; could you package it, please ? Thanks, Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#779036: Upstream has released 12.2

2015-02-23 Thread Julien Puydt
Package: python-setuptools Severity: wishlist Hi, upstream is now up to 12.2 ; could you package it, please ? Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#778853: Giving 0.4.12 a try

2015-02-22 Thread Julien Puydt
Hi, Le 22/02/2015 19:42, Markus Koschany a écrit : On 22.02.2015 19:13, Julien Puydt wrote: Hi, I built the packages from git for my kids, and noticed that the display still says 0.4.11 ; it looks like it comes from that line : ./obj-x86_64-linux-gnu/src/cmake_config_githash.h:#define

Bug#778853: Giving 0.4.12 a try

2015-02-22 Thread Julien Puydt
Hi, I built the packages from git for my kids, and noticed that the display still says 0.4.11 ; it looks like it comes from that line : ./obj-x86_64-linux-gnu/src/cmake_config_githash.h:#define CMAKE_VERSION_GITHASH debian/0.4.11+repack-1-28-g9cebca5-dirty Other than that, I'll tell you if

Bug#778986: Upstream GAP 4.7.7 is out

2015-02-22 Thread Julien Puydt
Package: src:gap Severity: wishlist Hi, could you package latest upstream, please? Thanks, Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#748767: New watch file

2015-02-22 Thread Julien Puydt
Hi, the following debian/watch file can probably replace the previous one: version=3 opts=filenamemangle=s|.*/(\d[\.\d]*\d)\.tar\.gz|dot2tex-$1\.tar\.gz| https://github.com/kjellmf/dot2tex/tags /kjellmf/dot2tex/archive/(\d[\d\.]*)\.tar\.gz Snark on #debian-science -- To UNSUBSCRIBE, email

Bug#778986: Upstream GAP 4.7.7 is out

2015-02-26 Thread Julien Puydt
Le 25/02/2015 21:31, Bill Allombert a écrit : On Sun, Feb 22, 2015 at 05:23:04PM +0100, Julien Puydt wrote: Package: src:gap Severity: wishlist Hi, could you package latest upstream, please? Sure, but I cannot upload it to unstable until the freeze is over. So I would probably be better

Bug#777473: A good lead and a workaround

2015-02-26 Thread Julien Puydt
Hi, it is now upstream's bug: https://sourceforge.net/p/ecls/bug/305 after some discussion on the sage-devel mailing-list, it was found that the problem is related to gmp 5.1.3 vs gmp 6.0.0. I also notice that if I force ECL_OPT_SET_GMP_MEMORY_FUNCTIONS to 0 in src/c/main.d, then the crash

Bug#777473: Upstream has the problem already

2015-02-25 Thread Julien Puydt
Hi, I just tried with upstream : it fails too, so it's an upstream issue -- I'll follow up with them and keep things updated here. I'm also asking to the sagemath devs if they know what they did to avoid that. Snark on #debian-science -- To UNSUBSCRIBE, email to

Bug#777237: Sagemath has special needs

2015-03-08 Thread Julien Puydt
Hi, Le 07/03/2015 22:48, Bill Allombert a écrit : On Sat, Mar 07, 2015 at 12:59:36PM +0100, Julien Puydt wrote: How does cb_pari_err_recover() work ? Their cb_pari_err_handle detects if it's a short stack problem (errnum == e_STACK), in which case it doubles the stack and doesn't throw

Bug#782885: Abort when the device doesn't support the image format

2015-04-19 Thread Julien Puydt
Package: stopmotion Version: 0.8.0-4 As mentioned in another report, when I plug my old philips webcam, stopmotion starts without crashing and sees the device. But when I click on the icon to start/stop the device, the following appears in the console : Device doesn't support width/height There

Bug#773108: Crashes

2015-04-19 Thread Julien Puydt
Hi, I also saw the crash on startup. Then I plugged my webcam in, and that crash disappeared : I got a window and menus. Then I had another crash, but that will require another report. Snark on #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#779472: RFP - ITP: mistune -- markdown parser in pure python

2015-05-02 Thread Julien Puydt
Control: retitle -1 ITP: mistune -- markdown parser in pure python Hi, I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. I'm part of the debian-science team already, so I do have some experience packaging for debian. Snark on

Bug#779035: Remove dep on certifi

2015-05-03 Thread Julien Puydt
Hi, here is a try at a patch to remove the dependance on certifi. It's untested, but shouldn't be too bad. Snark on #debian-python diff --git a/setup.py b/setup.py index 963a6dd..d61244f 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ if (platform.python_implementation() == 'CPython'

Bug#779472: RFP - ITP: mistune -- markdown parser in pure python

2015-05-03 Thread Julien Puydt
Hi, Le 02/05/2015 20:30, Julien Puydt a écrit : I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. I'm part of the debian-science team already, so I do have some experience packaging for debian. I made a tentative package using git

Bug#779035: Trying to help

2015-05-03 Thread Julien Puydt
Hi, I've had a look at the current package, to see what needs to be changed for version 4.1.0. I've looked at the various debian/patches/ to see how things stand : certs-path.patch -- the code changed for certifi domain-test.patch -- still current ignore-ca-certificates.patch -- the code

Bug#784161: Doesn't ship any vis module!?

2015-05-03 Thread Julien Puydt
Package: esys-particle Version: 2.3-2 Hi, my little brother was having a hard time using esys, unable to visualize anything. After he called for help, I soon found out that the debian package doesn't ship any implementation for the visualization subsystem! Indeed, the Python/esys/lsm/vis/

Bug#779035: With pbuilder support too

2015-05-09 Thread Julien Puydt
Hi, the previous mail explained how to make packages with dpkg-buildpackages. It turns out that if you add ca-certificates as a build-dep, then you'll have something which will build in pbuilder too! Snark on #debian-python and #debian-science -- To UNSUBSCRIBE, email to

Bug#779035: A new set of patches

2015-05-09 Thread Julien Puydt
Hi, the attached archive contains a ready-to-go patches/ directory for a 4.1.0-1 package : - removed the now-useless old patches ; - refreshed the remaining old patches ; - added a patch to remove the dep on certifi (the last one wasn't good). With upstream's sources for 4.1.0, the old

Bug#780408: Deps

2015-05-21 Thread Julien Puydt
Hi, I have sent RFS mails to the debian-python mailing-list on tornado and mistune, so those should cover all deps for ipython 3.1.0. Snark on #debian-python and #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#739506: There is an RFP on jsdoc3

2015-05-21 Thread Julien Puydt
Hi, I notice there is a RFP on node-jsdoc which is precisely about that : #774565. There are quite a few node-something packages in debian already, so I guess packaging is possible. If I knew anything about javascript, I would help :-/ Snark on #debian-python and #debian-science -- To

Bug#787342: RFP - ITP

2015-06-02 Thread Julien Puydt
Control: retitle -1 ITP: ptyprocess -- Run a subprocess in a pseudo terminal from Python I had a look and it seems like it should be pretty easy to package. Snark on #debian-python -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#787201: RFP - ITP

2015-06-02 Thread Julien Puydt
Control: retitle -1 ITP: python-terminado -- a tornado websocket backend for the term.js javascript terminal emulator library Snark on #debian-python -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#777473: Correct link to upstream bug

2015-06-10 Thread Julien Puydt
Hi, I just had a hard time getting up to speed on the matter because I made a typo in the upstream bug report link! Now upstream moved to gitlab and the issue to follow is: https://gitlab.com/embeddable-common-lisp/ecl/issues/58 Snark on #debian-science -- To UNSUBSCRIBE, email to

Bug#787742: Doesn't clean all aux files

2015-06-04 Thread Julien Puydt
Package: latexmk Version: 1:4.41-1 Severity: minor I tried to use latexmk to build one of my document, which is basically: \include{preamble} \begin{document} \include{body} \end{document} After that, calling latexmk with -c removes neither preamble.aux nor body.aux, even though my document's

Bug#780186: GMP doesn't manage memory correctly

2015-06-09 Thread Julien Puydt
Hi, Le lundi 08 juin 2015 à 22:26:27 (-0500), Steve M. Robbins a écrit : On Tue, Mar 10, 2015 at 09:07:52AM +0100, Julien Puydt wrote: Package: gmp Version: 2:6.0.0+dfsg-6 Hi, the sagemath software is using MPIR, but we're trying to package it for debian using the default lib

Bug#789692: ITP: node-strip-json-comments -- Strip comments from JSON

2015-06-23 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt julien.pu...@laposte.net X-Debbugs-CC: pkg-javascript-de...@lists.alioth.debian.org * Package name: node-strip-json-comments Version : 1.0.2 Upstream Author : Sindre Sorhus sindresor...@gmail.com (http://sindresorhus.com

Bug#789519: ITP: rank-width -- compute rank-width and rank-decomposition of graphs

2015-06-21 Thread Julien Puydt
Package: wnpp Severity: wishlist * Package name: rank-width Version : 0.7 Upstream author : Philipp Klaus Krause phil...@informatik.uni-frankfurt.de * URL : http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml * License : GPL-2+

Bug#789969: ITP: node-text-encoding -- Polyfill for the Encoding Living Standard's API

2015-06-25 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt julien.pu...@laposte.net X-Debbugs-CC: pkg-javascript-de...@lists.alioth.debian.org * Package name: node-text-encoding Version : 0.5.2 Upstream Author : Joshua Bell inexorablet...@gmail.com * URL : https://github.com

Bug#789787: ITP: node-unicode-7.0.0

2015-06-24 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt julien.pu...@laposte.net X-Debbugs-CC: pkg-javascript-de...@lists.alioth.debian.org * Package name: node-unicode-7.0.0 Version : 0.1.5 Upstream Author : Mathias Bynens (http://mathiasbynens.be/) * URL : http

Bug#711353: RFP - ITP

2015-06-24 Thread Julien Puydt
Control: retitle -1 ITP: node-unit -- Easy unit testing in node.js and the browser I'm going to work on it ; the later versions have much less dependencies so it shouldn't be too hard. Snark on #debian-js -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#789794: ITP: node-private -- Utility for associating truly private state with any JavaScript object

2015-06-24 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt julien.pu...@laposte.net X-Debbugs-CC: pkg-javascript-de...@lists.alioth.debian.org * Package name: node-private Version : 0.1.6 Upstream Author : Ben Newman b...@cs.stanford.edu * URL : http://github.com/benjamn

Bug#789912: ITP: node-after -- after - tiny flow control

2015-06-25 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt julien.pu...@laposte.net X-Debbugs-CC: pkg-javascript-de...@lists.alioth.debian.org * Package name: node-after Version : 0.8.1 Upstream Author : Raynos rayn...@gmail.com * URL : https://github.com/Raynos/after

Bug#761443: RFP - ITP

2015-06-25 Thread Julien Puydt
Control: retitle -1 ITP: node-mocha-lcov-reporter -- LCOV reporter for Mocha I'm going to work on it. Snark on #debian-js -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#787201: RFP: python-terminado -- a tornado websocket backend for the term.js javascript terminal emulator library

2015-05-29 Thread Julien Puydt
Package: wnpp Severity: wishlist * Package name: python-terminado Version : 0.5 Upstream author : Thomas Kluyver tho...@kluyver.me.uk * URL : https://github.com/takluyver/terminado License : BSD Description : a tornado websocket backend for the term.js

Bug#780408: Another new dep: terminado

2015-05-29 Thread Julien Puydt
Hi, I just saw there was another dep which wasn't satisfied in debian for ipython 3 : python-terminado, on which I just filed a RFP (#787201). Snark on #debian-python and #debian-science -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#787342: RFP: ptyprocess -- Run a subprocess in a pseudo terminal from Python

2015-05-31 Thread Julien Puydt
Package: wnpp Severity: wishlist X-Debbugs-CC: python-modules-t...@lists.debian.org * Package name : ptyprocess Version: 0.5 Upstream author: Thomas Kluyver tho...@kluyver.me.uk * URL: https://github.com/pexpect/ptyprocess License: ISC Description: Run a

Bug#777073: Current version doesn't seem able to factor... 1 !

2015-05-27 Thread Julien Puydt
Hi, On Tue, May 26, 2015 at 10:18:00AM +0200, Jerome BENOIT wrote: Hello Julien: I am now the owner of this bug. On my side I can reproduce what the former owner said. In particular, clearly 1 is a particular factor, so it makes sense to make it special, and return a specific value for.

Bug#787238: ITP: node-wrench -- Recursive filesystem (and other) operations that Node.js *should* have.

2015-05-30 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt julien.pu...@laposte.net X-Debbugs-CC: pkg-javascript-de...@lists.debian.org * Package name: node-wrench Version : 1.5.8 Upstream Author : Ryan McGrath r...@venodesigns.net * URL : https://github.com/ryanmcgrath

Bug#777073: Current version doesn't seem able to factor... 1 !

2015-05-27 Thread Julien Puydt
Hi, On Wed, May 27, 2015 at 10:08:34PM +0200, Jerome BENOIT wrote: Yes, because I noticed that the code I pasted needs to be compiled like this in Debian: gcc -o test test.c -lecm -lgmp (when run: No factor found) On my box: ldd /usr/lib/libecm.so linux-vdso.so.1 =

Bug#780408: Refreshed patches

2015-05-22 Thread Julien Puydt
Hi, here is a tarball with refreshed patches ; I removed pygments2.0_compatibility.patch and packaged-js.patch because they seemed obsolete. I just played with quilt and vi until I had a clean stack : I'm now going to check if I can get things further. Snark on #debian-python and

Bug#291798: Still current

2015-05-22 Thread Julien Puydt
Hi, I'm also finding mailbox aliases would be very useful : I'm typically getting mails on different servers (say server1, server2 and server3... all in their respective =INBOX) ; after a mail has been read, I want to archive it... on another server (say archiver, which is not one of the

Bug#789519: The pending-upload package is named rw

2015-08-15 Thread Julien Puydt
retitle 789519 rw -- compute rank-width and rank-decomposition of graphs thanks

Bug#765469: Is the problem still in the 4.2.0-1 that is now in debian/unstable?

2015-08-15 Thread Julien Puydt
Hi, I packaged and got 4.2.0-1 in debian since the report ; does that close that bug too? Snark on #debian-python

Bug#791251: (no subject)

2015-08-12 Thread Julien Puydt
Hi, I have a 0.4.3-1 in the git repository already. The gcc 5 transition is a rebuild away, since there are no rdeps. Thanks, Snark on #debian-science

Bug#804524: RFS: node-es6-shim/0.33.10+ds-1 (already in Debian: new version)

2015-11-09 Thread Julien Puydt
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "node-es6-shim", which is already in Debian -- upstream released a newer version. * Package name: node-es6-shim Version : 0.33.10+ds-1 Upstream Author : Paul Miller and

Bug#803437: RFS: pickleshare -- File system based database that uses Python pickles

2015-10-30 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Hi, I'm looking for a sponsor for my package: * Package name:pickleshare Version: 0.5 Upstream author: Ville Vainio * URL: https://github.com/pickleshare/pickleshare * License: Expat Progr. lang.:Python

Bug#803626: RFS[ITP]: edge-addition-planarity-suite -- Suite of planarity-related graph algorithms

2015-10-31 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Hi, I'm looking for a sponsor for my package: * Package name: edge-addition-planarity-suite Version : 3.0.0.4-1 Upstream Author : John M. Boyer * URL :

Bug#803082: [Python-modules-team] Bug#803082: Bug#803082: ipython ftbfs (too new lessc version)

2015-11-03 Thread Julien Puydt
hic > > approach. So maybe you'll see less surprises with this one? > > Julien Puydt (CCed) has been filing a number of ITPs for > ipython/jupyter packages recently, so maybe he's also considering the > transition to ipython 4.0.0. > Yes, definitely. And I think the final dep of I

Bug#803935: RFS [update]: pynac/0.5.0-1 -- Engine for symbolic geometric calculus for Python

2015-11-03 Thread Julien Puydt
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "pynac" -- a previous version is already in Debian, so this is only an update : * Package name: pynac Version : 0.5.0-1 Upstream author : Burcin Erocal * URL :

Bug#801782: RFS: node-private/0.1.6+20141112-1 [ITP, bug #789794]

2015-10-14 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-private" * Package name: node-private Version : 0.1.6+20141112-1 Upstream Author : Ben Newman * URL :

Bug#801999: RFS: node-jsesc/0.5.0-1 [ITP]

2015-10-16 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-jsesc" * Package name: node-jsesc Version : 0.5.0-1 Upstream Author : Mathias Bynens * URL : https://github.com/mathiasbynens/jsesc/ * License

Bug#802001: RFS: node-simple-fmt/0.1.0+20130419-1 [ITP]

2015-10-16 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-simple-fmt" * Package name: node-simple-fmt Version : 0.1.0+20130419-1 Upstream Author : Olov Lassus * URL : https://github.com/olov/simple-fmt *

Bug#802000: RFS: node-regenerate/1.2.1-1 [ITP]

2015-10-16 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-regenerate" * Package name: node-regenerate Version : 1.2.1-1 Upstream Author : Mathias Bynens * URL : https://github.com/mathiasbynens/regenerate *

Bug#802003: RFS: node-simple-is/0.2.0+20130421-1 [ITP]

2015-10-16 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-simple-is" * Package name: node-simple-is Version : 0.2.0+20130421-1 Upstream Author : Olov Lassus * URL : https://github.com/olov/simple-is * License

Bug#802004: RFS: node-stringmap/0.2.2+20130926-1 [ITP]

2015-10-16 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-stringmap" * Package name: node-stringmap Version : 0.2.2+20130926-1 Upstream Author : Olov Lassus * URL : https://github.com/olov/stringmap * License

Bug#802006: RFS: node-stringset/0.2.1+20130926-1 [ITP]

2015-10-16 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-stringset" * Package name: node-stringset Version : 0.2.1+20130926-1 Upstream Author : Olov Lassus * URL : https://github.com/olov/stringset * License

Bug#801838: RFS: node-es5-shim/4.1.14+dfsg-1 [ITP]

2015-10-15 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-es5-shim" * Package name: node-es5-shim Version : 4.1.14+dfsg-1 Upstream Author : Kristopher Michael Kowal and contributors * URL :

Bug#801782: RFS: node-private/0.1.6+20141112-1 [ITP, bug #789794]

2015-10-14 Thread Julien Puydt
Hi, Le 14/10/2015 17:28, Gianfranco Costamagna a écrit : Control: owner -1 ! Control: tags -1 moreinfo Hi, as said on irc: control: 1) priority: optional Ok. changelog 2) 0.1.6+20141112-1 --> 0.1.6+git20141112-1 Not according to a discussion with jonas on irc. 3) README.source.

Bug#801272: Please provide a libjs-promise too

2015-10-08 Thread Julien Puydt
Package: node-promise Version: 5.0.0-1 Severity: wishlist Hi, could you please provide a libjs-promise package for use in browsers? Snark on #debian-js

Bug#801838: RFS: node-es5-shim/4.1.14+dfsg-1 [ITP]

2015-10-15 Thread Julien Puydt
Hi, Le jeudi 15 oct. 2015 à 08:16:24 (+), Gianfranco Costamagna a écrit : > Control: owner -1 ! > Control: tags -1 moreinfo > > as said on irc: > > 1) rules: > > override_dh_auto_test: please add a comment on the above line regarding the > reason for > disabling the testsuite (requires

Bug#801922: ITP: node-es6-shim -- ECMAScript 6 compatibility shims for legacy JavaScript engines

2015-10-16 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt <julien.pu...@laposte.net> Severity: wishlist * Package name: node-es6-shim Version : 0.33.6 Upstream Author : Paul Miller and contributors * URL : https://github.com/paulmillr/es6-shim * License : Expat Programmin

Bug#801972: RFS: node-es6-shim/0.33.6-1 [ITP] -- ECMAScript 6 compatibility shims for legacy JavaScript engines

2015-10-16 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "node-es6-shim" * Package name: node-es6-shim Version : 0.33.6-1 Upstream Author : Paul Miller and contributors * URL : https://github.com/paulmillr/es6-shim *

Bug#801980: ITP: node-jsesc -- Escape JavaScript strings, with short output

2015-10-16 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt <julien.pu...@laposte.net> Severity: wishlist * Package name : node-jsesc Version : 0.5.0 Upstream Author : Mathias Bynens * URL : https://github.com/mathiasbynens/jsesc/ * License : Expat Programming Lang: JavaScript Description : Escape Java

Bug#801982: ITP: node-regenerate -- Unicode-aware regular expression generator

2015-10-16 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt <julien.pu...@laposte.net> Severity: wishlist * Package name : node-regenerate Version : 1.2.1 Upstream Author : Mathias Bynens * URL : https://github.com/mathiasbynens/regenerate * License : Expat Programming Lang: JavaScript Description : U

Bug#801984: ITP: node-simple-fmt -- Maximally minimal string formatting library

2015-10-16 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt <julien.pu...@laposte.net> Severity: wishlist * Package name : node-simple-fmt Version : 0.1.0 Upstream Author : Olov Lassus <olov.las...@gmail.com> * URL : https://github.com/olov/simple-fmt * License : Expat Programming Lang: JavaScript

Bug#801983: ITP: node-simple-is -- Maximally minimal type-testing library

2015-10-16 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt <julien.pu...@laposte.net> Severity: wishlist * Package name : node-simple-fmt Version : 0.2.0 Upstream Author : Olov Lassus <olov.las...@gmail.com> * URL : https://github.com/olov/simple-is * License : Expat Programming Lang: JavaScript

Bug#801987: ITP: node-stringset -- fast and robust stringset

2015-10-16 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt <julien.pu...@laposte.net> Severity: wishlist * Package name : node-stringset Version : 0.2.1 Upstream Author : Olov Lassus <olov.las...@gmail.com> * URL : https://github.com/olov/stringset * License : Expat Programming Lang: JavaScript

<    1   2   3   4   5   6   7   8   9   10   >