Bug#673600: RFS: nyancat/1.0+git20120519.5fe3de9-1

2012-06-05 Thread Jakub Wilk
y /usr/bin/nyancat-server nyancat -t telnet stream tcp nowait nobody /usr/bin/nyancat-server nyancat -t Is this the desired outcome? Shouldn't the last entry be disabled? How do inetd servers behave if there are multiple entries for the same service? -- Jakub Wilk -- To UNSUBSCRIBE,

Re: RFR: cairosvg -- SVG converter based on Cairo

2012-06-08 Thread Jakub Wilk
aceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/cairosvg/__init__.py", line 27, in from . import surface File "/usr/lib/python2.7/dist-packages/cairosvg/surface/__init__.py", line 23, in import

Re: RFR: cairosvg -- SVG converter based on Cairo

2012-06-11 Thread Jakub Wilk
#x27;t decode byte 0xc2 in position 68: ordinal not in range(128) Fair enough. It would be nice if the patch header explained that. One more thing: Vcs-* fields are broken: $ svn ls -v $(grep-dctrl -ns Vcs-Svn '' < debian/control) svn: URL 'svn://svn.debian.org/python-

Bug#676872: sponsorship-requests: RFS: python-minimock/1.2.7-1 -- simple library for Python mock objects

2012-06-11 Thread Jakub Wilk
.2.7-1.diff.zzEZVx | dpkg-buildpackage: error: dpkg-source -b python-minimock-1.2.7 gave error exit status 2 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120611221208.ga4...@jwilk.net

Bug#676872: sponsorship-requests: RFS: python-minimock/1.2.7-1 -- simple library for Python mock objects

2012-06-12 Thread Jakub Wilk
lled in my environment. (It wouldn't be installed in a minimal chroot.) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120612114332.ga8...@jwilk.net

Bug#660128: RFS: heybuddy/0.2.3-1 [ITP] (16th week)

2012-06-12 Thread Jakub Wilk
be in XPM format? (Please forgive my ignorance on this subject.) Shebang of the script is "#!/usr/bin/env python". "#!/usr/bin/python" is strongly preferred (see Python Policy 3.1). Copyright/license of CertificateValidatingHTTPSHandler.py is not documented in debian/copy

Bug#663151: RFS: rhinote/0.7.4-2

2012-06-18 Thread Jakub Wilk
-name.diff: - provide a descriptive name for the print job. * 007-set-class-name.diff: - set application name for use by window managers. Have you forwarded these patches upstream? You changed priority from extra to option, but this is not documented in the changelog. -- Jakub Wil

Bug#678368: RFS: libvisual/0.4.0-5 [QA] -- Audio visualization framework

2012-06-25 Thread Jakub Wilk
arch-dependent files in multiarch package. (Closes: #670031) Why is this necessary? Now that #671257 is fixed, .mo files shouldn't vary with architecture unless something odd is going on. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of &q

Bug#666243: RFS: peg/0.1.9-1 [ITP] -- recursive-descent parser generators for C

2012-07-16 Thread Jakub Wilk
./peg -o $@ $< leg.o : leg.c leg.c : leg.leg compile.c - ./leg -o $@ $< + #./leg -o $@ $< Hmm, why? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: h

Bug#666243: RFS: peg/0.1.9-1 [ITP] -- recursive-descent parser generators for C

2012-07-16 Thread Jakub Wilk
* Nathan Owens , 2012-07-16, 13:15: On the no relo issue try putting DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk in the debian/rules file Nope, this is neither required nor sufficient to fix this particular problem. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian

Bug#666243: RFS: peg/0.1.9-1 [ITP] -- recursive-descent parser generators for C

2012-07-19 Thread Jakub Wilk
en, unless someone modified *.leg/*.peg stuff. But in the latter case, the person wants either the .c files updated, or at least be notified that this cannot be done automatically. These instructions are only useful when developing peg and leg and are safe to skip. The great thing about

Bug#666243: RFS: peg/0.1.9-1 [ITP] -- recursive-descent parser generators for C

2012-07-19 Thread Jakub Wilk
t in the future tarballs. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120719223704.ga2...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-07-30 Thread Jakub Wilk
debian/rules has the same problem. + @cd /tmp + @tar -cvf - suckless-tools_$(CURRENT_VERSION) 2> /dev/null | gzip -9 > ../suckless-tools_$(CURRENT_VERSION).orig.tar.gz + @rm -rf /tmp/suckless-tools_$(CURRENT_VERSION) This creates temporary files insecurely. -- Jak

Re: modifications by sponsors

2012-07-31 Thread Jakub Wilk
make it clear that this is not the case. p.s. Not subscribed. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120731074425.ga2...@jwilk.net

Re: Backporting a multi-arched package

2012-07-31 Thread Jakub Wilk
If this is the case, you don't need to remove anything. * Move back to dephelper (>= 8) debian/compat: * Move back to "8" If we are talking about backporting to squeeze, these shouldn't be necessary. The backported version of debhelper >=9 has the multiarch bits disa

Re: Determine DEB_HOST_MULTIARCH without requiring dpkg-dev

2012-07-31 Thread Jakub Wilk
_HOST_MULTIARCH" you could query at run-time. Perhaps if you explained what exactly you're trying to do, I could give you a better answer. :) p.s. Not subscribed. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "uns

Bug#682454: RFS: cows-and-bulls/1.0-1 [ITP] - Words-based cows and bulls guessing game

2012-07-31 Thread Jakub Wilk
?:"; Ditto. All in all, I found it relatively low quality, especially if you take into account that it's a game that one could be implement in 5 minutes in a scripting language. Sorry. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org w

Bug#682454: RFS: cows-and-bulls/1.0-1 [ITP] - Words-based cows and bulls guessing game

2012-07-31 Thread Jakub Wilk
Should I list 'wamerican' package as a dependency? Yes. Even better, make it: wamerican | wordlist -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://

Bug#682454: RFS: cows-and-bulls/1.0-1 [ITP] - Words-based cows and bulls guessing game

2012-07-31 Thread Jakub Wilk
ican | wordlist Assuming that I want this game to run only on English locale, should wamerican be sufficient? Yes, but then fix the package to use /usr/share/dict/american-english. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "u

Re: [RC bug fix] Sponsor needed, 2nd try

2012-08-04 Thread Jakub Wilk
How can a work in public domain be "for scientific use only"? p.s. I'm not subscribed, please cc me on replies. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Bug#683871: RFS: pyskein/0.7.1-1 [ITP] -- Skein hash for Python3

2012-08-05 Thread Jakub Wilk
ython3-skein: python-script-but-no-python-dep usr/bin/skeinsum This is because /usr/bin/skeinsum has #!/usr/bin/python3.2 shebang, but the package depends on python3, which of course doesn't guarantee that /usr/bin/python3.2 exists. You probably want to make this shebang unversione

Bug#683871: RFS: pyskein/0.7.1-1 [ITP] -- Skein hash for Python3

2012-08-08 Thread Jakub Wilk
y in debian/rules, ever. :) The traditional solution is to fix the shebang by sed. The modern solution is to pass --executable=/usr/bin/python to the build command.[0] And finally, there's a “oooh, I'll use this new shiny thing” method: dh_python2 has now a --shebang option. [0] Docume

Bug#683871: RFS: pyskein/0.7.1-1 [ITP] -- Skein hash for Python3

2012-08-08 Thread Jakub Wilk
* Jakub Wilk , 2012-08-08, 19:55: dh_python2 has now a --shebang option. What I wrote is technically correct, but what I actually meant to write is: dh_python3 has now a --shebang option (even though it's not documented in the manpage). -- Jakub Wilk -- To UNSUBSCRIBE, email to d

Bug#683871: RFS: pyskein/0.7.1-1 [ITP] -- Skein hash for Python3

2012-08-09 Thread Jakub Wilk
s like something that should be fixed upstream. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120809145339.ga1...@jwilk.net

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-08-09 Thread Jakub Wilk
-0.09.tar.gz ee155f6577f99fca1f730ba39211f480 tinysvm_0.09.orig.tar.gz -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120809172237.ga...@jwilk.net

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-08-10 Thread Jakub Wilk
icy §10.2). Please update format URI in debian/copyright. Am I right that this version of TinySVM was released in… 2002? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-08-12 Thread Jakub Wilk
e " have proven" -> ", which have been proven"? Also, a list of two items without a conjunction between them seems awkward to me. Disclaimer: I'm not a native speaker of English. (But I heard they congregate on debian-l10n-english@ldo...) -- Jakub Wilk -- T

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-08-15 Thread Jakub Wilk
ow what you are | doing--modify the SWIG interface file instead. But where is the interface file? I don't see it included in the tarball. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-16 Thread Jakub Wilk
will create a temporary directory every time debian/rules is run (not only for the get-orig-source target). Instead of pushing new package to mentors I've pushed my changes to collab-maint repository [1] Hope that is fine with you if not let me know [1] git.debian.org:/git/collab-maint/suckle

Bug#685180: RFS: sniffit/0.3.7.beta-17

2012-08-17 Thread Jakub Wilk
ued as of september 1, 2009. From then on only "UGent.be" can be used. Please replace "rug.ac.be" by "UGent.be" in the URL. More information about hello can be obtained from http://www.example.com. Oh really? :) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-20 Thread Jakub Wilk
less of whether the variable is global or target-specific. Do you have any other alternatives for this? The alternative is to use shell variables for this purpose. I find it convenient to have a separate script to create .orig.tar, and make get-orig-source just call it. -- Jakub Wilk --

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-24 Thread Jakub Wilk
e you seen #685611? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120824183245.ga4...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-30 Thread Jakub Wilk
§4.9) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120830163434.ga9...@jwilk.net

Bug#683336: RFS: ninja-build/120508+git638b033

2012-08-31 Thread Jakub Wilk
g.make (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep) | make: *** [/usr/share/hardening-includes/hardening.make] Error 255 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of &q

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-31 Thread Jakub Wilk
/rules get-orig-source should leave them in package root directory and if I execute make -f rules get-orig-source it should execute in the debian/ directory? Yes. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Re: How to remove a package from unstable

2012-09-17 Thread Jakub Wilk
-freeze times. AFAIK freeze doesn't affect removals in any way. So: s/ in non-freeze times// And, as far as a package without rdeps (such as python-cpl) is concerned: s/may/almost certainly will/ P.S. Not subscribed. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors

Bug#688437: RFS: loook/0.6.8-1 ( ITP )

2012-10-02 Thread Jakub Wilk
ritten more readably as: parts = query.split() regex = re.compile(re.escape(query.lower()), re.DOTALL) if regex.search(docstring): return 1 This is weird. Why re.DOTALL when there couldn't be any unescaped dot in the regular expression? Also why bother with compiling regular expres

Bug#689500: RFS: python-eventlib/0.1.0-1

2012-10-03 Thread Jakub Wilk
clean target? Upstream seems to provide a test suite. Please run it at build time. Upstream provides some examples. It might be worth including the in the binary package. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe&

Bug#689501: RFS: python-xcaplib/1.0.17-1

2012-10-03 Thread Jakub Wilk
pstream provides some examples. It might be worth including them in the binary package. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121003205511.ga8...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-09 Thread Jakub Wilk
preparing also a package for Wheezy, with *minimal* fixes for #685611 (and perhaps other bugs that would fit the freeze criteria[0])? [0] http://release.debian.org/wheezy/freeze_policy.html -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of &q

Bug#689503: RFS: python-msrplib/0.15.0-1

2012-10-09 Thread Jakub Wilk
the "random" module is secure? The documentation says this module is "completely unsuitable for cryptographic purposes". -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121009212216.ga1...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-10 Thread Jakub Wilk
ng back to you tonight! Just a note is it okay to change Vcs-* field in this version even though its not mentioned in bug report? I'd say that updating Vcs-* falls under "4. translation updates and documentation fixes". -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-10 Thread Jakub Wilk
architecture, so I'm pretty sure Release Team won't be happy about such a change. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121010201026.ga6...@jwilk.net

Bug#663916: New phonetisaurus package available

2012-10-10 Thread Jakub Wilk
t the bundled one. Packaging the UTF-8 library (currently in src/3rdparty/utf8/) might be also worth considering, in order to comply with Policy §4.13. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#690049: RFS: sylkserver/2.1.1-1

2012-10-10 Thread Jakub Wilk
on-sipsimple I see there's ITP for the last one (#689510); no RFS, though. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121010214344.ga3...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-11 Thread Jakub Wilk
d stterm is also putting wrong license for st sterm, on the other hand, has the licence text copied verbatim, but only the short license name wrong. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-11 Thread Jakub Wilk
@ readers could chime in? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121011185854.ga...@jwilk.net

Bug#663916: New phonetisaurus package available

2012-10-12 Thread Jakub Wilk
e Apache license". Could you clarify this with upstream? Copyright/license information for src/3rdparty/google/ is missing. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121012220207.ga1...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-14 Thread Jakub Wilk
ckless-tools source: native-package-with-dash-version W: suckless-tools source: diff-contains-git-control-dir .git -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archi

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-14 Thread Jakub Wilk
arent directory, where is the upstream version from the most recent debian/changelog entry." -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-15 Thread Jakub Wilk
n the paragraphs in debian/control? It's not clear to me whether this is compliant with Policy §5.1 (though admittedly both dpkg and debhelper parsers are happy about it). Could you remove the extra newline? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with

Bug#663916: New phonetisaurus package available

2012-10-16 Thread Jakub Wilk
s directory has been renamed, too. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121016151218.ga3...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-17 Thread Jakub Wilk
n.org). -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121017120810.ga5...@jwilk.net

Bug#663916: New phonetisaurus package available

2012-10-17 Thread Jakub Wilk
ty/utfcpp/utf8/* src/3rdparty/utfcpp/utf8.h which is okay, but since there are no other files in the utfcpp/ subdirectory, it could be simplified to: Files: src/3rdparty/utfcpp/* -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsub

Bug#683184: closing RFS: suckless-tools/39-1

2012-10-17 Thread Jakub Wilk
Control: reopen -1 * Bart Martens , 2012-10-17, 16:20: Package suckless-tools has been removed from mentors. That's not a reason to close an RFS. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#663916: New phonetisaurus package available

2012-10-20 Thread Jakub Wilk
do? In my experiments it did not affect phonetisaurus-align in any way. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121020205526.ga7...@jwilk.net

Bug#663916: New phonetisaurus package available

2012-10-22 Thread Jakub Wilk
e's a warning about debian/copyright_hints not being up-to-date. There's also a few dozens of compiler warnings. Is upstream aware of them? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121022154809.ga8...@jwilk.net

Bug#663916: New phonetisaurus package available

2012-10-22 Thread Jakub Wilk
ail on "make clean", but it was working anyway. Right? D'oh! I meant s/doesn't/shouldn't/. So yes, you are right. Sorry for the confusion. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#663916: New phonetisaurus package available

2012-10-23 Thread Jakub Wilk
* Giulio Paci , 2012-10-22, 23:55: There's also a few dozens of compiler warnings. Is upstream aware of them? I just sent an email about them, along with a patch removing most of them. I think "fix" would be a better verb than "remove" here (in the patch name and its

Bug#663916: New phonetisaurus package available

2012-10-24 Thread Jakub Wilk
Could you move it into a separate patch? Please also bump date in the changelog. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121024145607.ga5...@jwilk.net

Bug#663916: New phonetisaurus package available

2012-10-25 Thread Jakub Wilk
otice: // Copyright (c) 2010, Google Inc. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121025133741.ga5...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-25 Thread Jakub Wilk
When I run bhlc on build log of new package I get this http://sprunge.us/CiYR But as far as I know this should be automatically introduced when using compat level 9 with debhelper >= 9 right? Or am I missing something? Perhaps 02_dpkg-buildflags.patch needs to be improved? :) -- Jakub Wil

Bug#690060: RFS: glade2script/3.0.5-1 [ITP] -- Glade interface engine for scripts

2012-10-25 Thread Jakub Wilk
such smelly code.) There are many eval() and exec() calls. Is that really necessary? This: | self.path_FIFO = '/tmp/FIFO%s' % (PID) and this: | if dossier == 'None': | dossier = '/tmp/webcache' and this: | if dossier == 'None': dossier = '

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-10-26 Thread Jakub Wilk
simpler just to strip them out completely. In any case, please provide a get-orig-source target. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.deb

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-28 Thread Jakub Wilk
ssid. The manpage says it's "an extremly[0] simple setsid replacement". But setsid itself _is_ extremely simple. In fact, if you compare ssid.c with setsid.c (from util-linux), you'll see they're almost identical. [0] Typo! -- Jakub Wilk diff --git a/debi

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-29 Thread Jakub Wilk
s are: | git/sprop/.hg_archival.txt | dpkg-source: info: you can integrate the local changes with dpkg-source --commit .hg_archival.txt is no longer in sprop tarball, so it should be removed from the repository, too. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debia

Bug#691893: RFS: roundup/1.4.20-2 [RC]

2012-11-03 Thread Jakub Wilk
cript libs. +Thanks to Jakub Wilk for reporting this bug. +(Closes: #678000) This is also only an important bug, and I don't think it needs to be fixed for wheezy at this point. These two would fall under the "4. translation updates and documentation fixes" freeze p

Bug#691907: RFS: ovito/1.1.0-1

2012-11-03 Thread Jakub Wilk
t look good: - it doesn't escape the arguments properly; - it ignores the other exectuable exit code. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121103223819.ga2...@jwilk.net

Bug#691907: RFS: ovito/1.1.0-1

2012-11-04 Thread Jakub Wilk
tch (in case I'm wrong and tarballs are downloadable from somewhere); - by providing README.source (see policy §4.14, point 4); - by adding get-orig-source target to debian/rules (see policy §4.9). -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a su

Bug#691893: RFS: roundup/1.4.20-2 [RC]

2012-11-04 Thread Jakub Wilk
debian/$(PACKAGE)/usr/share/doc/$(PACKAGE) This change is not is not documented in the changelog. +override_dh_auto_build: + python setup.py build If you called "dh_auto_build" here instead of "python setup.py build" it would be more obvious that the change is correct. -- Jakub Wilk

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-11-04 Thread Jakub Wilk
the very least using only documentation included in the source package. That is: - either .orig.tar can be downloaded with uscan; - or get-orig-source exist; - or README.source explaining how to recreate .orig.tar exist (see Policy §4.14, point 4). -- Jakub Wilk -- To UNSUBSCRIBE, email to

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-04 Thread Jakub Wilk
* Vasudev Kamath , 2012-10-30, 20:32: .hg_archival.txt is no longer in sprop tarball, so it should be removed from the repository, too. Done and changes back in the git. I don't see any relevant changes in the repository… -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors

Re: debian/bug-control: report bug against unofficial debian packages

2012-11-06 Thread Jakub Wilk
s with Debian BTS ? I use Bugs: mailto: as a source package header in debian/control instead. Does this actually work? According to bug #448493, it does not. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-11-07 Thread Jakub Wilk
mporary? You can't, unless you chdir to the directory that contains debian/{changelog,watch}. If you need an example, take a look at the openinbrowser package. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-07 Thread Jakub Wilk
scm.debian.org/ to http://git.debian.org/ intentional? Typo in the changelog: ssidd -> ssid. At least for lsw, dmenu and tabbed, copyright statement in d/copyright don't match those in LICENSE files. Please update the copyright file. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-me

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-11-10 Thread Jakub Wilk
n't matter that much, as long as there's an easy way to adapt the code to one's preferences. After all, this target is run by humans only. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-10 Thread Jakub Wilk
y versions of the MIT license. Please use Expat instead, when it matches." -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2012003828.ga4...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-12 Thread Jakub Wilk
dening? I believe that with compat 9, dh took care of this. Typo: manpage-hyphe-fix -> manpage-hyphen-fix. Switching to source format 3.0 (quilt) is not documented in the changelog. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-11-12 Thread Jakub Wilk
guration file. Who holds copyright to the new files get-orig-source adds? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121112223148.ga1...@jwilk.net

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-14 Thread Jakub Wilk
CS history (but not in any released version) is not really interesting for end users. So I propose only to document A->C switch; see the attached patch. Typo: soruce- > source. Also, a space is needed between "3.0" and "(quilt)". -- Jakub Wilk diff --git a/debian/chang

Bug#684220: RFS: tinysvm/0.09-1 [ITP] -- SVM trainer and classifier toolkit

2012-11-14 Thread Jakub Wilk
tests. Tests love to be run at build time. :) The test/*.sh files would be more reliable if they used "set -e". You may also want to provide DEP-8 tests. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-15 Thread Jakub Wilk
bly a bad idea. (If you wanted do that, you'd have to restore the original ones in the clean target.) Also note that this is slightly broken: ${LIBS} is expanded by make to an empty string, so you actually end up calling: find . -name config.mk | xargs sed -i 's,-s ,,' --

Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-15 Thread Jakub Wilk
nother, because it breaks DEB_BUILD_OPTIONS=nostrip. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121115160808.ga6...@jwilk.net

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-11-15 Thread Jakub Wilk
id pointer: 0x40118240 *** Please see the attachment for full transcript. Typo in debian/patches/2002_autoconf_fixes.patch: CFlAGS -> CFLAGS. -- Jakub Wilk yamcha-make-check.log.gz Description: Binary data

Bug#693335: RFS: pymarkups/0.2.3-1

2012-11-16 Thread Jakub Wilk
(I don't intend to sponsor this package.) * Dmitry Shachnev , 2012-11-15, 19:52: http://mentors.debian.net/debian/pool/main/p/pymarkups/pymarkups_0.2.3-1.dsc License in debian/copyright is not the same as in LICENSE. Shouldn't python3-pygments be in Recommends? (Maybe also in Build-Depends?)

Bug#693335: RFS: pymarkups/0.2.3-1

2012-11-18 Thread Jakub Wilk
Maybe because you use it directly? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121118121219.ga7...@jwilk.net

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-11-21 Thread Jakub Wilk
patch: purpos -> purpose. "spro", what's that? I think libyamcha-dev would be a better place for the *.cpp examples. Also, the instructions how to build/run them should be updated. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of

Bug#693556: RFS: mercurial-keyring/0.5.3-1 [ITP]

2012-12-01 Thread Jakub Wilk
| dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/mercurial-keyring_0.5.3-1.diff.FUtlxd debian/docs is empty... Wouldn't it make sense to install README.txt into the binary package? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.de

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-02 Thread Jakub Wilk
th DEB_BUILD_OPTIONS=noopt. The compile command-line looked like this: g++ -DHAVE_CONFIG_H -I. -I.. -I../src -D_FORTIFY_SOURCE=2 -g -O0 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -O3 -Wno-deprecated -Wall -c -o mkdarts.o mkdarts.cpp There are both -O0 and -O3

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-04 Thread Jakub Wilk
the compiler. It would be good to pass at least the latter. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121204115000.ga7...@jwilk.net

Bug#684434: closing RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-05 Thread Jakub Wilk
Control: reopen -1 * Bart Martens , 2012-12-04, 20:37: Package yamcha has been removed from mentors. That's not a reason to close the bug. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: [RFS] python-xtermcolor

2012-12-07 Thread Jakub Wilk
.cmap.colorize(string,rgb,ansi,bg,ansi_bg) | AttributeError: 'function' object has no attribute 'cmap' Similarly, if you set TERM=xterm-256color (which is what is needed to get 256 color support in applications using terminfo), you won't get any colors. -- Jakub Wilk

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-10 Thread Jakub Wilk
file which starts with the following comment: .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-12 Thread Jakub Wilk
care of this. Also note that neither version for copyright years were up-to-date in .orig.tar, so you should re-run help2man anyway. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-14 Thread Jakub Wilk
rated from the manpage, although it's not up-to-date... -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121214183625.ga7...@jwilk.net

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-17 Thread Jakub Wilk
? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121217215541.ga8...@jwilk.net

RFS: jbig2enc

2009-03-17 Thread Jakub Wilk
b-src http://mentors.debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/j/jbig2enc/jbig2enc_0.27-1.dsc I would be glad if someone uploaded this package for me. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a

RFS: l7-filter-userspace

2009-04-17 Thread Jakub Wilk
-userspace - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/l/l7-filter-userspace/l7-filter-userspace_0.11-1.dsc I would be glad if someone uploaded this package for me. -- Jakub Wilk -- To UNSUBSCR

RFS: libpam-alreadyloggedin

2009-05-12 Thread Jakub Wilk
age for me. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: RFS: libpam-alreadyloggedin

2009-05-12 Thread Jakub Wilk
Ooops, I should have checked that. I've just uploaded a new version that compiles cleanly. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

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