Re: Debhelper: LDFLAGS

2010-12-19 Thread Jakub Wilk
e: $ printf 'LDFLAGS=foo\nall:\...@echo LDFLAGS=\\"$$LDFLAGS\\"' > Makefile $ unset LDFLAGS $ make LDFLAGS="" $ export LDFLAGS=bar # set by evil dpkg-buildpackage $ make LDFLAGS="foo" -- Jakub Wilk signature.asc Description: Digital signature

Re: Debhelper: LDFLAGS

2010-12-19 Thread Jakub Wilk
ell script, if you want. This echo *is* a subshell. You'll get the very same results when you substitute it with a shell script. Here's the relevent piece of documentation: http://www.gnu.org/software/autoconf/manual/make/Variables_002fRecursion.html -- Jakub Wilk signature.asc Description: Digital signature

Re: RFS: Gummi - GTK+ based LaTeX editor with live preview pane

2010-12-19 Thread Jakub Wilk
* Laszlo Boszormenyi , 2010-12-20, 00:40: I think all variable equations should be in quotes (LDFLAGS in rules). Err, no. Makefiles doesn't have a concept of single/double quoted strings. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subje

Re: RFS: Gummi - GTK+ based LaTeX editor with live preview pane

2010-12-20 Thread Jakub Wilk
data/gummi.desktop A simpler way to remove files in the clean target is to add their names to debian/clean. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: RFS: mosquitto (updated version)

2010-12-20 Thread Jakub Wilk
have a very good reason, name of -dev package should be versionless. See bug #493951. -- 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/20101220

Re: Review of pev

2011-01-11 Thread Jakub Wilk
directory, so: Err, lack of top-level directory may be annoying if you unpack .orig.tar.gz by hand, but it's not a no-go. See Developers Reference 6.7.8.1. "Pristine source". -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: RFS: rgbpaint

2011-01-11 Thread Jakub Wilk
ASCII Pascal program text Uhm, sorry, no, file cannot be used to determine encodings. Besides, UTF-8 is a superset of ASCII, so everything is all right according to file. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe&

Re: RFS: piwik

2011-01-22 Thread Jakub Wilk
* Mònica Ramírez Arceda , 2011-01-22, 18:28: * debian/install: some lines have absolute path and others relative path. Absolute paths are wrong: you should convert absolute paths to relative. Why are they wrong? As far as I can tell dh_install does the right thing here. -- Jakub Wilk

Re: RFS: Dropbox

2011-02-19 Thread Jakub Wilk
different one; in generality, they are not binary-compatible. Incidentally, none of the Pythons in Debian are binary-compatible with the one embedded in Dropbox. Nb, I'm not interested in sponsoring this package, please don't Cc me. :) -- Jakub Wilk -- To UNSUBSCRIBE, email to

Re: Manual usage of quilt does not work any more

2011-02-20 Thread Jakub Wilk
Remove QUILT_PATCH_OPTS and the problem will go away. -- 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/20110220223856.ga8...@jwilk.net

Re: parse error in changelog

2011-02-21 Thread Jakub Wilk
* Lars Buitinck , 2011-02-21, 14:55: parsechangelog/debian: warning: debian/changelog(l5): badly formatted trailer line LINE: -- Lars BuitinckMon, 21 Feb 2011 14:30:22 +0100 There should be exactly two spaces between the e-mail address and the date. -- Jakub Wilk -- To

Re: RFS: abi-compliance-checker (updated package)

2011-02-24 Thread Jakub Wilk
+++ 7 files changed, 10539 insertions(+), 4872 deletions(-) Could you gently suggest the author that putting 10 Klines of Perl into a single file might be not the best idea? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of

Re: RFS: donkey (updated, DMUA candidate :)

2011-03-01 Thread Jakub Wilk
* Peter Pentchev , 2011-03-01, 13:06: * Build with -Werror by default unless the "nowerror" build option is specified. This is asking for troubles. Please don't do that. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: nested ifeq in debian/rules (makefile)

2011-03-02 Thread Jakub Wilk
* Richard Ulrich , 2011-03-02, 22:13: ifeq ( $(shell [ -e /etc/dpkg/origins/default ]; printf $$?), 0) ifeq ( $(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes) Remove spaces between "(" and "$". -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-ment

Re: nested ifeq in debian/rules (makefile)

2011-03-02 Thread Jakub Wilk
y two particular ones... -- 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/20110302233736.ga4...@jwilk.net

Re: RFS: antennavis (updated package - resolves FTBFS with binutils-gold)

2011-03-03 Thread Jakub Wilk
easons to amend existing changelog entries; please see Developers Reference 5.1 for an example. -- 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.debi

Re: Help needed: Bug#618057: dialign: FTBFS: dialign.c:345: undefined reference to `para_read'

2011-03-13 Thread Jakub Wilk
ll. :/ I'd recommend you: - Stop using cdbs. - Fix upstream makefile not to rely on having "-c" set in CFLAGS. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org A

Re: RFS: python-crypto (adopting package, fixes FTBFS)

2011-03-18 Thread Jakub Wilk
and Andreas? -- 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/20110318222649.ga...@jwilk.net

Re: RFS: gcc-mingw32 (NMU, RC bug fix)

2011-03-30 Thread Jakub Wilk
* Stephen Kitt , 2011-03-30, 09:49: The upload would fix these bugs: 618242 (RC, FTBFS). Did you check if it still FTBFS? AFAICS the failure what caused by the fact that libgmp3-dev was a virtual package for a while; but it isn't anymore, so gcc-mingw32 should now build fine. -- Jakub

Re: RFS: python-crypto (adopting package, fixes FTBFS)

2011-04-08 Thread Jakub Wilk
g | python2.5-dbg, python-dbg (>= 2.5), python-dbg (<< 2.7) I suppose that dh_python2 "helpfully" generated the dependency for you... * Why python-crypto-doc is "Priority: extra"? [0] http://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin -- Jakub Wilk -- To U

Re: creating new package without archive file (e.g. tar.gz)

2011-04-11 Thread Jakub Wilk
don't need to be "nice" or "round"; they should make sense, however. 1.0+something for a piece of software that is not planned to be released certainly doesn't. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of &

Re: RFS: micro-inetd (updated package)

2011-04-29 Thread Jakub Wilk
in the sponsor-business, but isn't a "hostile upstream" not a good reason for removal instead of adopting? s/hostlie/dead for many years/ AFAICS. But yes, with popcon ~15 and existing better alternatives (socat), removing it sounds like a good idea. -- Jakub Wilk -- To UNSUBS

Re: override_dh_auto_configure not called

2011-04-29 Thread Jakub Wilk
* Craig Small , 2011-04-30, 08:55: override_dh_auto_configure: dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_RPATH:BOOL=ON This is a little circular Nah, it's perfectly fine (perhaps even idiomatic) to call dh_FOO in the override_dh_FOO target. -- Jakub

Re: RFS: mcs (updated package)

2011-05-10 Thread Jakub Wilk
* Andrew O. Shadoura , 2011-05-10, 01:59: * Package name: mcs Version : 0.7.2-1 Upstream Author : William Pitcock * URL : http://www.atheme.org/projects/mcs * License : BSD Section : libs I will take a look. -- Jakub Wilk -- To UNSUBSCRIBE, email

Re: RFS: wiinux

2011-05-13 Thread Jakub Wilk
. Oh, and please don't use python-central for new packages. -- 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/20110513125200.ga4...@jwilk.net

Re: RFS: bubblemon (updated package)

2011-05-14 Thread Jakub Wilk
re. How about being more explicit? E.g. you could use something like this: | * New upstream release. | + Update Portugese translation (closes: #567423). Thanks to Américo | Monteiro for the patch. | + Fix FTBFS with GCC 4.6 (closes: #625314). Thanks to Matthias Klose | for the bug report.

Re: RFS: retext

2011-05-15 Thread Jakub Wilk
s via debian/clean, and I assume that debian/icons is a directory. -- 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/20110515151922.ga2...@jwilk.net

Re: RFS: jampal

2011-05-15 Thread Jakub Wilk
x27;t assume that you'll be the only person to make changes to Debian packaging. Maintain your packages as if you were to go MIA tomorrow! :) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Re: RFS: bubblemon (updated package)

2011-05-18 Thread Jakub Wilk
ckages.) I feel a little awkward about thanking the translator and bug-reporter, though, because their contributions have been integrated by upstream and not by me, rendering my thanking them a hollow gesture. This is of course up to you. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mento

python-llfuse (was: Packaging Feedback)

2011-05-20 Thread Jakub Wilk
or "python-setuptools". What is "Conflicts: s3ql (<= 0.28)" for? I'd move python-dbg from Depends to Recommends. python-llfuse-dbg is useful even without python-dbg, as it provides debug symbol for non-dbg extensions. - dget http://mentors.debian.net/debian/pool/main/p

Re: override_dh_auto_configure not called

2011-05-21 Thread Jakub Wilk
$@ build: build-arch build-indep ; build-indep: $(MAKE) docs build-arch: $(MAKE) bins Unfortunately, this example is incorrect: http://bugs.debian.org/627534 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ

Re: python-llfuse

2011-05-21 Thread Jakub Wilk
parts of packaging in debian/changelog, even if it's first upload to Debian. -- 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/20110521185350.ga...@jwilk.net

Re: python-llfuse

2011-05-21 Thread Jakub Wilk
nerated file is actually working. Then please write a test suite, so that it can be run at build time. You have both debian/pyversions and XS-Python-Version field. Please use either one or the other, not both. Any suggestions which one to keep? I'd keep the latter. -- Jakub Wilk -- T

Re: python-llfuse

2011-05-21 Thread Jakub Wilk
* Nikolaus Rath , 2011-05-21, 13:44: The documentation build requires an unreleased development version of Sphinx. What's the proper way to handle this? Please file a bug against python-sphinx asking to backport the features that are needed by your package. -- Jakub Wilk -- To UNSUBS

Re: Avoiding useless library dependencies

2011-05-22 Thread Jakub Wilk
--as-needed" is a linker option, not a compiler option.) -- 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/20110522204659.ga3...@jwilk.net

Re: Avoiding useless library dependencies

2011-05-23 Thread Jakub Wilk
ibdl, these two will show up in ldd output regardless of whether llfuse is linked with them or not. Use "readelf -d /path/to/library | grep NEEDED" instead of ldd. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". T

Re: python-llfuse

2011-05-23 Thread Jakub Wilk
. Can the debian build daemons handle that? How/why it breaks? If it's because root access is required (as Adam suggested), you could probably still run tests under user-mode-linux. (user-mode-linux is available only on i386 and amd64, but it's still better than nothing.) -- Jakub Wi

Re: svn.debian.org commit: path problems

2011-05-24 Thread Jakub Wilk
Mai 2011) It'd more interesting to see svn info for the debian/ subdirectory. (Though probably the fastest way to fix it is to do a new, clean checkout...) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe"

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-09 Thread Jakub Wilk
& x) { return x.first; } | inline uint64 Uint128High64(const uint128& x) { return x.second; } It is not acceptable to define such a generic names in a public header. Please educate your upstream not to do that. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.de

Re: RFS: cityhash - family of non-cryptographic hash functions for strings

2011-06-15 Thread Jakub Wilk
ou don't find it appropriate. Great, so the bug doesn't affect user who don't use your package. How about caring also about those who do? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Re: RFS: shedskin (a Python-to-C++ compiler written in Python)

2011-06-25 Thread Jakub Wilk
-copyright P: shedskin: no-homepage-field -- 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/20110625233243.ga2...@jwilk.net

Re: RFS: s3ql (new python application)

2011-06-27 Thread Jakub Wilk
://www.debian.org/doc/packaging-manuals/python-policy/ch-programs.html however. -- 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/20110627

Re: RFS: s3ql (new python application)

2011-06-27 Thread Jakub Wilk
uild runs the clean target without build-dependencies installed. [0] I didn't look at the package lately and I've never user pdebuild. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact l

Re: RFS: tnat64 -- IPv4 to NAT64 redirector

2011-06-29 Thread Jakub Wilk
.0.1 Isn't really relevant, as this is a LD_PRELOAD-able library. Then there's no reason to install the library into /usr/lib. Install it to a private directory instead. And you don't need any symlinks either. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@l

Nitpicking: you are doing it wrong

2011-07-08 Thread Jakub Wilk
ng a big fuss about them is not helping anybody. It only distracts attention from things that are important, and creates false impression that they are somehow crucial for high quality packages. I can assure, they are not. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ.

Re: how to get people to run lintian on their packages

2011-07-09 Thread Jakub Wilk
this problem, similarly to the official Debian build infrastructure (sbuild/wanna-build). Ahem. Our buildd infrastructure might not not be a best example of doing things securely. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe

Re: package with new soname: questions about .symbols and uploading

2011-07-14 Thread Jakub Wilk
at symbol lists didn't 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/20110714184849.ga6...@jwilk.net

Re: RFS: xplanet (updated package)

2011-07-20 Thread Jakub Wilk
selessly linked against it (they use none of its symbols). You might want to do something about these warnings. -- 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/20110720180224.ga5...@jwilk.net

Re: RFS: gecrit (2nd try)

2011-07-21 Thread Jakub Wilk
* Thomas Preud'homme , 2011-07-21, 17:38: * Dependency on ${python:Depends} is for python modules, not python programs and hence is useless Err, no, it's not only for Python modules. * Same thing for X-Python-Version, it's for python modules Ditto. -- Jakub Wilk -- To UNS

Re: RFS: gecrit (2nd try)

2011-07-21 Thread Jakub Wilk
* Jakub Wilk , 2011-07-21, 17:45: * Dependency on ${python:Depends} is for python modules, not python programs and hence is useless Err, no, it's not only for Python modules. * Same thing for X-Python-Version, it's for python modules Ditto. And in this particular case, the pa

Re: RFS: gecrit (2nd try)

2011-07-21 Thread Jakub Wilk
work on non-Debian systems...) As for Debian packaging, you should move the Python modules into a private directory, e.g. /usr/share/gecrit/. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Re: RFS: gecrit

2011-07-22 Thread Jakub Wilk
nt in Polish or removed. -- 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/20110722195907.ga8...@jwilk.net

Re: RFS: spice

2011-07-24 Thread Jakub Wilk
fo is wrong in one aspect: clean target is not the correct place to remove these files. The purpose of the clean target is to remove stuff *after* the build, which is of course way to late. The files should be removed in the build target instead. -- Jakub Wilk -- To UNSUBSCRIBE, ema

Re: Debhelper doesn't know the ‘build-stamp’ target, but Lintian recommends it

2011-07-26 Thread Jakub Wilk
se it for other purposed these days). It won't work with .PHONY. -- Jakub Wilk signature.asc Description: Digital signature

Re: RFS: mosquitto (new upstream version)

2011-07-26 Thread Jakub Wilk
x27;s actually used by some packaging helpers.) -- 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/20110726101000.ga7...@jwilk.net

Re: RFS: hashalot

2011-07-26 Thread Jakub Wilk
ncy will be satisfied by debhelper 8.0.0~bpo50+2, which is currently in backports/lenny. You bumped debian/compat, bumped standards version, added Homepage field - none of these things are documented in the changelog. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.

Re: RFS: hashalot

2011-07-26 Thread Jakub Wilk
ral* Public License? [0] One should either update config.{sub,guess} unconditionally or not all. [1] The configure script doesn't use config.{sub,guess} at all, and neither they are shipped in the upstream tarball. -- 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/20110726162823.ga4...@jwilk.net

Re: Please try expo.debian.net -- a replacement for mentors.debian.net

2011-07-26 Thread Jakub Wilk
uot; might want to turn against us) It's a shame that uscan is insecure-by-design. I use my wrapper script to add a bit sanity to it: https://bitbucket.org/jwilk/debian-misc/src/tip/upscan -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: RFS: retext (updated package)

2011-08-05 Thread Jakub Wilk
aren't actually required. What kind of automatic detection you are talking about? -- 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/201

Re: RFS: retext (updated package)

2011-08-05 Thread Jakub Wilk
at couldn't possibly work. -- 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/20110805221541.ga6...@jwilk.net

Re: RFS: presage

2011-08-06 Thread Jakub Wilk
, of course. Also, your debian/rules violates Policy 4.6. -- 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/20110806144931.ga...@jwilk.net

Re: RFS: presage

2011-08-06 Thread Jakub Wilk
se of validating copyright files. -- 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/20110806145120.gb...@jwilk.net

Re: Dependency problem

2011-08-11 Thread Jakub Wilk
python-wxgtk2.8 | python-qt4 | python-fltk | python-gtkglext1, python-wxgtk2.8 | python-qt4-gl | python-fltk | python-gtk2, python-wxgtk2.8 | python-qt4-gl | python-fltk | python-gtkglext1 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a sub

Re: Please advice about symbols versioning (was Re: How to close bug #620550?

2011-08-11 Thread Jakub Wilk
e actually any packages in Debian using gdbm symbols provided by libqdbm? If there are none, I'd just drop the symbols without changing package name or SONAME, and wouldn't bother creating a separate package. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debi

Re: Should dh_python2 be used for single-file python applications?

2011-08-14 Thread Jakub Wilk
are ready, of course. (There's no bug about that against python-markdown, so how could the maintainer know that a package for Python 3 is needed?) BTW, I have impression that debian-mentors is not read by many people who are experienced in packaging Python software. debian-pyt...@lists.de

Re: RFS: python-visvis

2011-08-15 Thread Jakub Wilk
./core/axises.py:1365: undefined name 'tickUnit' | ./core/axises.py:1820: undefined name 'tickUnit' | ./core/axises.py:1820: undefined name 'lim' | ./core/axises.py:1919: undefined name 'tickUnit' | ./core/axises.py:1919: undefined name 'lim' Please c

Re: mathgl build problem

2011-08-15 Thread Jakub Wilk
.h:24:0, | from conftest.cpp:57: | /usr/include/H5public.h:57:20: fatal error: mpi.h: No such file or directory | compilation terminated. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Re: dh-autoreconf/autotools-dev questions

2011-08-16 Thread Jakub Wilk
dh_autoreconf_clean - Clean all changes made by dh_autoreconf -- 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/20110816142543.ga9...@jwilk.net

Re: RFS: assimp

2011-08-18 Thread Jakub Wilk
t;/usr/lib/python2.6/dist-packages/pyassimp/helper.py", line 103, in search_library raise AssimpError, "assimp library not found" pyassimp.errors.AssimpError: assimp library not found Also, why did it print stuff on stdout? :/ -- Jakub Wilk -- To UNSUBSCRIBE, email to debia

Re: RFS: assimp

2011-08-19 Thread Jakub Wilk
sg", because version numbers with multiple dashes are confusing to users. -- 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/20110819095910.ga4...@jwilk.net

Re: RFS: assimp

2011-08-19 Thread Jakub Wilk
ose not to upload the package until a bug that is particularly severe/annoying is fixed.) -- 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.or

Re: RFS: assimp

2011-08-19 Thread Jakub Wilk
g it is almost always bad idea. Also, why did it print stuff on stdout? :/ ask upstream :-) ... no, seriously. Well, I have no interest in your package, I don't even know what it's all about. I was just (implicitly) asked by Michael to review the Python part of it, so I did. --

Re: RFS: assimp (2nd try)

2011-08-19 Thread Jakub Wilk
You import ctypes.util but it's not used anywhere. - In search_library you seem to define strerrno variable, but it isn't used anywhere. -- Jakub Wilk BZh91AY&SYÉÚ­Ć2߀@0Y˙˙÷˙˙úż˙˙ń`bźxç{ć`÷žöÉÂwŁ‘Ir¸m˝p^h+6wlƒŢěččݞÚv5TĄ7[Ĺł[ˇrw-íĽÍăěǏ­Pq4Xďorl9f˝=nçCŚŻžg__{<wvwź§

Re: RFS: dylandotnet

2011-08-22 Thread Jakub Wilk
re on ./dylandotnet_11.2.7.4-2.dsc dpkg-source: error: File ./dylandotnet_11.2.7.4.orig.tar.gz has size 344 instead of expected 3697578 I suspect that this is a mentors.debian.net bug. :/ -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". T

Re: RFS: mirage

2011-08-22 Thread Jakub Wilk
ally should pay attention to that when converting between helpers...) See Python Policy 3.3.1. Why your override_dh_auto_build is empty? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Re: RFS: mirage

2011-08-22 Thread Jakub Wilk
targets, leaving binary* targets only for stuff that needs (fake)root privileges. In this particular case building Python extensions definitely should be done in the build* targets. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubsc

Re: RFS: eviacam

2011-08-23 Thread Jakub Wilk
then _can_ fail.) - setuid and setgid are called in the wrong order. You should always call setgid first. - Unless I'm missing something, calls to seteuid and setegid are redundant. I would strongly advise you against including the helper in your package. -- Jakub Wilk -- To UNSUBS

Re: How do I create a symbols file?

2011-08-24 Thread Jakub Wilk
3) already covered by the Debian Policy. nor Debian New Maintainers' Guide tells me exactly how to create such a file or how to name it. The New Maintainer's Guide is about packaging basics, so certainly not about packaging libraries. -- Jakub Wilk -- To UNSUBSCRIBE, email to

Re: RFS: conque

2011-08-27 Thread Jakub Wilk
/conque/conque_2.2-1.dsc I would be glad if someone uploaded this package for me. I will take a look. -- 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.

Re: RFS: conque

2011-08-28 Thread Jakub Wilk
ns, format URI should be versioned, while yours is not. - This is of course personal choice, but I would recommend you not to use a more restrictive license for Debian packaging than the upstream uses. (More review later...) -- 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/20110828153329.ga8...@jwilk.net

Re: RFS: conque

2011-08-28 Thread Jakub Wilk
* Jakub Wilk , 2011-08-28, 17:33: To access further information about this package, please visit the following URL: http://mentors.debian.net/package/conque Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/c/conque

Re: mentors.dn package removal request

2011-08-28 Thread Jakub Wilk
versions of packages greater than the ones in Debian. Can you file that bug against the PTS? I don't removing it from m.d.n once you have done so. #626811 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: Cavalry

2011-08-31 Thread Jakub Wilk
lose moral standing in the community. -- 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/20110831120051.ga9...@jwilk.net

Re: RFS: conque

2011-09-01 Thread Jakub Wilk
K. [0] http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2011-August/thread.html -- 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/20110901193509.ga1...@jwilk.net

Re: Bug#639995: epigrass does not start on GNOME

2011-09-02 Thread Jakub Wilk
ents)) File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: distribute -- 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/20110902105438.ga3...@jwilk.net

Re: RFS: python-visvis

2011-09-03 Thread Jakub Wilk
age to the team's SVN even if you don't have a sponsor yet. -- 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/20110903104212.ga4...@jwilk.net

Re: Tracking RFSs as bugs

2011-09-05 Thread Jakub Wilk
his moaning about RFS not being dealt with in a timely manner: true, we don't manage to get packages reviewed and sponsored within 4 days, but is the situation really that bad at the moment? Are there any packages older than one month still waiting for sponsorship? Probably dozens of

Re: RFS: sxiv

2011-09-07 Thread Jakub Wilk
/sxiv/sxiv_0.9-1.dsc $ tar -tvvf sxiv_0.9.orig.tar.gz | grep '/debian/$' drwxr-xr-x epsilon/epsilon 0 2011-07-07 21:19 sxiv-0.9/debian/ Huh? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Re: RFS: django-autoslug

2011-09-07 Thread Jakub Wilk
ider joining the Python Modules Packaging Team: http://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin -- 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/20110907182142.gb6...@jwilk.net

Re: RFS: sxiv

2011-09-07 Thread Jakub Wilk
* Daniel Echeverry , 2011-09-07, 16:15: http://mentors.debian.net/debian/pool/main/s/sxiv/sxiv_0.9-1.dsc I tried to build the package with DEB_BUILD_OPTIONS=noopt, but -O2 was used as optimization anyway. Could you please fix that? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors

Re: RFS: sxiv

2011-09-08 Thread Jakub Wilk
unconditionally, which is not quite what I asked. Normally software should be build with -g -O2 (note that sxiv doesn't use -g, which is another thing to fix). Please see Debian Policy 10.1 and 4.9.1 for details. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org w

Re: Tracking RFSs as bugs

2011-09-08 Thread Jakub Wilk
* Andrew O. Shadura , 2011-09-08, 23:54: We already have ITP bugs. Why not just retitle them into RFS when someone wants their package to be sponsored? Not all sponsored packages are new. I'd hope most of them are not! -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors

Re: RFS: mercurial-server

2011-09-08 Thread Jakub Wilk
earn more about this "error in security 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/20110908223455.ga8...@jwilk.net

Re: obj-x86_64-linux-gnu / DEB_BUILD_GNU_TYPE / cmake

2011-09-11 Thread Jakub Wilk
it in the first place? The other way around for me would be to explicitely define the build directory, --builddirectory -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Re: RFS: sxiv

2011-09-11 Thread Jakub Wilk
what the change was made. -- 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/20110911180510.ga7...@jwilk.net

Re: RFS: conque

2011-09-11 Thread Jakub Wilk
t your struggles to get the package to the archive. :) For new packages single changelog entry saying "Initial release (closes: #NN)." is usually enough.[0] - The trailing space is still there: $ head -n1 debian/control | sed -e 's/ /SPACE/g' Source:SPACEconqueSPACE [0] N

Re: obj-x86_64-linux-gnu / DEB_BUILD_GNU_TYPE / cmake

2011-09-11 Thread Jakub Wilk
t;obj-*/path/to/anything" do the trick for you? -- 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/20110911192159.ga4...@jwilk.net

Re: RFS: mercurial-server

2011-09-11 Thread Jakub Wilk
afraid I haven't written this up anywhere yet - I wanted to get the new revision into people's hands first. The changesset that fixes the problem is here - it removes an order dependency in the way we process the rules: http://hg.opensource.lshift.net/mercurial-server/diff/9875791

Re: RFS: mercurial-server

2011-09-12 Thread Jakub Wilk
* Paul Crowley , 2011-09-12, 09:59: I've also uploaded a new version of the package to mentors.debian.net which is Lintian-clean. http://mentors.debian.net/package/mercurial-server Uploaded, thanks. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org w

Re: RFS: roxterm (updated package)

2011-09-14 Thread Jakub Wilk
or this purpose. That said, #641123 really looks like a serious bug in vte. -- 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/20110914104403.gb1...@jwilk.net

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