Re: Packaging with CMake

2008-10-05 Thread Russ Allbery
, the rest is using the standard Debian packaging tools. If anyone knows about a more elegant way than the dummy configure file, I'd be also interested in it :-) Why not take the commands in your dummy configure script and just put them directly into debian/rules? -- Russ Allbery ([EMAIL

Re: Perl testing (prove) dependencies

2008-10-17 Thread Russ Allbery
perl is fine, unless you are trying to support backports to a verison of the perl package before Test::Harness was added to core. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Re: Debian policy, a problem or a misunderstand ?

2008-11-04 Thread Russ Allbery
this in Policy's Git repository. It will be in the next release. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Getting -m64 at the right time and place.

2008-11-15 Thread Russ Allbery
delete upstream's Autoconf code and add that macro.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: RFS: xinha

2008-11-22 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: Build-Depends: debhelper (= 6.0.7~) what is that tilde doing there? (lintian should probably warn about it) It allows the package to build with backports of debhelper 6.0.7. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Re: RFS: webcpp

2008-12-11 Thread Russ Allbery
because they were seeing obscure bugs and issues on some architectures unless a current version of libtool was used. These sorts of bugs unfortunately are the kind that can be hidden or cause weird failures. I really think this one should be fixed. -- Russ Allbery (r...@debian.org

Re: RFS: furl

2008-12-26 Thread Russ Allbery
, which is designed for exactly this purpose. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Arch:all package depending on package that isn't Arch:any

2009-01-12 Thread Russ Allbery
platforms. It would be nice if there were some way of telling the archive software not to include this package in the archive index on the platforms it doesn't support, though. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ

Re: Closing bugs, incrementing release number, and uploads to mentors.debian.net

2009-01-18 Thread Russ Allbery
, which then passes it along to dpkg-buildpackage and from there to dpkg-genchanges. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Closing bugs, incrementing release number, and uploads to mentors.debian.net

2009-01-18 Thread Russ Allbery
). The sort there isn't entirely correct; you really want to do a dpkg version comparison. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Closing bugs, incrementing release number, and uploads to mentors.debian.net

2009-01-20 Thread Russ Allbery
with the final version of the code? -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: dh 7 broken by design?

2009-02-17 Thread Russ Allbery
the right solution, since it also breaks invoking debian/rules as a makefile instead of as an executable. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: dh 7 broken by design?

2009-02-17 Thread Russ Allbery
comment into account: On Tue, Feb 17, 2009 at 02:06:09PM -0800, Russ Allbery wrote: If the -B flag is necessary, this will require a change in Debian Policy; currently, the above arguably violates a must. I'm inclined to think this isn't the right solution, since it also breaks invoking debian

Re: dh 7 broken by design?

2009-02-18 Thread Russ Allbery
Joey Hess jo...@debian.org writes: Russ Allbery wrote: I really think this is a bug in make. Probably, but who knows. It could just be a misfeature on which ghod knows what somehow depends. .PHONY: precompiled-binary-we-cannot-regenerate-with-gcc.o It feels like the next step is to ask

Re: RFS: libpam-paperauth

2009-03-04 Thread Russ Allbery
. Lintian should also warn about this, though, even on i386. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: best practice for updating inetd.conf with a user-chosen port?

2009-03-12 Thread Russ Allbery
, and inetd can already do all that for you. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: substvar-source-version-is-deprecated

2009-03-17 Thread Russ Allbery
to ${binary:Version} or ${source:Version} as appropriate (introduced in dpkg 1.13.19, released with etch). Support for ${Source-Version} may be removed from dpkg-dev in the future. Is that still unclear? -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle

Re: Fixing old-fsf-address-in-copyright-file

2009-03-19 Thread Russ Allbery
, Eduardo is correct and the address portion is not part of the notices that the GPL requires be maintained. If it is not required to be verbatim in ‘debian/copyright’, then why include it at all? I don't see any reason to do so at the moment. -- Russ Allbery (r...@debian.org) http

Re: distributing precompiled binaries

2009-03-26 Thread Russ Allbery
to a non-free build-dependency. That would mean it should go into contrib, which is for DFSG-free things that can't be built or used without non-free bits. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org

Re: distributing precompiled binaries

2009-03-26 Thread Russ Allbery
Chow Loong Jin hyper...@gmail.com writes: On Thu, 2009-03-26 at 10:53 -0700, Russ Allbery wrote: That would mean it should go into contrib, which is for DFSG-free things that can't be built or used without non-free bits. I'm actually considering using a postinst script to tell the user

Re: Why the maintainer bother to use set -e instead of #!/bin/sh -e for all maintainer scripts?

2009-03-29 Thread Russ Allbery
/var/lib/dpkg/info/foo.postinst, and then it doesn't exit on error, it's surprising and can be dangerous. It's an unusual situation, which is why it's only tagged with --pedantic. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian

Re: double slash

2009-04-01 Thread Russ Allbery
)$(prefix) I used to write my makefiles that way too. It's hard to shake the feeling that there should be a slash in there. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: double slash

2009-04-01 Thread Russ Allbery
. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: RFS: kio-ftps (updated package)

2009-04-18 Thread Russ Allbery
to omit the version number if you expect not to need it. I plan on starting to omit the version number after dfsg in the next upstream release for some of my repackaged source packages where the repackaging has been stable for quite some time. -- Russ Allbery (r...@debian.org) http

Re: RFS: docutils-writer-manpage 0.1~svn.r5690-2, urgency=medium

2009-04-19 Thread Russ Allbery
tend to add overrides for info-level tags. It's only pedantic tags that I recommend against overriding. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: Lintian question

2009-04-21 Thread Russ Allbery
again and in some cases it can hide other problems that are real. We in turn try to fix bugs quickly, although I've been swamped lately so the pace of releases has dropped. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors

Re: questions regarding libmimelib1 as seperate source package

2009-04-24 Thread Russ Allbery
, you added explicit nul termination for all strings as an additional line of code when making that change, correct? (I personally prefer to ship a replacement strlcpy function rather than using strncpy, since the strncpy semantics are rather broken.) -- Russ Allbery (r...@debian.org

Re: questions regarding libmimelib1 as seperate source package

2009-04-24 Thread Russ Allbery
using strlcpy and strlcat, but may not end the buffer with \r\n. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: questions regarding libmimelib1 as seperate source package

2009-04-24 Thread Russ Allbery
]) in configure.ac and then include LTLIBOBJS in the list of objects that go into the shared library in your Makefile.am. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: Question about README.source

2009-04-27 Thread Russ Allbery
~ ftp.protocol~ README~ rfc4217.txt I'd put that information in debian/copyright instead. (What you have sounds fine, or you could just say that you removed rfc4217.txt for DFSG reasons and, since you were repackaging the source anyway, removed all *~ files.) -- Russ Allbery (r...@debian.org

Re: mimelib 1.1.2 packages: strlcpy/strlcat vs. strcpy/strcat

2009-04-27 Thread Russ Allbery
it. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Documenting new upstream version in ‘debian /changelog’

2009-04-27 Thread Russ Allbery
almost nothing. I'm with Ben; I try to summarize major changes for all of my packages that are likely to affect users in the Debian changelog. I don't always manage, but I try. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian

Re: On the quest for automated QA checks

2009-05-02 Thread Russ Allbery
for this at the --pedantic level. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: On the quest for automated QA checks

2009-05-03 Thread Russ Allbery
Rogério Brito rbr...@ime.usp.br writes: I'd like to make it clear that I'm just brainstorming here and that at this stage, I'm not really concerned with the feasibility of the ideas. I'm just doing a what if thing. Oh, sure, totally understood. On May 02 2009, Russ Allbery wrote: Lintian

Re: Lintian clean?

2009-05-03 Thread Russ Allbery
be a little annoying. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Lintian clean?

2009-05-04 Thread Russ Allbery
Patrick Matthäi pmatth...@debian.org writes: Russ Allbery schrieb: Given that anyone can upload packages to mentors, this seems like a fairly worrisome security risk. Why that? It may be implemented as the current Debian buildd network. OpenSuSE is also providing such a buildd service

Re: Lintian clean?

2009-05-04 Thread Russ Allbery
packages but throw them away so I'd like to have mentors do something similar. This seems like a good idea to me too. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe

Re: RFS: gnus -- A versatile news and mail reader for Emacsen

2009-05-11 Thread Russ Allbery
to people who specifically need newer versions. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: change glib-config to pkgconfig in configure.in

2009-05-15 Thread Russ Allbery
: PKG_CHECK_MODULES([PKGNAME], [glib]) AC_SUBST([PKGNAME_CFLAGS]) AC_SUBST([PKGNAME_LIBS]) It doesn't matter until one day it does and you get bizarre and obscure error messages and corrupted shell scripts and spend hours trying to figure out why. -- Russ Allbery (r...@debian.org

Re: RFS: gnus -- A versatile news and mail reader for Emacsen

2009-05-16 Thread Russ Allbery
Rogério Brito rbr...@ime.usp.br writes: On May 11 2009, Russ Allbery wrote: Just to double-check: did you already know the background on this? The gnus Debian package is not really recommended for most users. Most users of Gnus are probably better off not installing the gnus Debian package

Re: How to get rid of dir-or-file-in-var-run?

2009-05-23 Thread Russ Allbery
. For some reason, the package still contains the directory even though you've removed it from debian/dirs. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: Both dpkg-source -x foo.dsc and lintian seems to ignore trustedkeys.gpg keyring

2009-05-24 Thread Russ Allbery
. next if /^Record size =/; next if /^Skipping to next header/; -next if /^gpg: /; +next if /^gpgv?: /; next if /^secmem usage: /; next if /^Exiting with failure status due to previous errors/; tag $tag, $_; -- Russ

Re: how to check for binary compability?

2009-05-25 Thread Russ Allbery
version. Is this also an internal symbol or was it part of the published API? -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: how to check for binary compability?

2009-05-27 Thread Russ Allbery
are optional (and can be tricky with C++ since the symbol names can vary per architecture). -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: ITR: febootstrap

2009-05-27 Thread Russ Allbery
already knows it exists are likely to want to use this package. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: ITR: febootstrap

2009-05-27 Thread Russ Allbery
(an interesting Kerberos implementation, but 99% of users will want either MIT or Heimdal instead). -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: ITR: febootstrap

2009-05-28 Thread Russ Allbery
was only questioning because you'd said to raise the priority from extra to optional, and this didn't seem like a package where we'd want to make a special effort to move it into optional. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian

Re: Problem with dpkg-shlibdeps

2009-06-18 Thread Russ Allbery
dh_installdeb before dh_shlibdeps fixed it; it wasn't me who wrote that debian/rules and I have no idea whether it used to work. It looks like dh runs dh_shlibdeps before dh_installdeb, so I would have expected more people to run into this. -- Russ Allbery (r...@debian.org) http

Re: Problem with dpkg-shlibdeps

2009-06-18 Thread Russ Allbery
directory already exists (I can't find a mkdir anywhere and it writes to the shlibs file there), and I can't figure out where earlier in the calling sequence the DEBIAN directory would be made. Clearly I'm missing something -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle

Re: RFS: segment

2009-06-21 Thread Russ Allbery
this even if upstream calls the source package something else. It makes many things in Debian more straightforward and less confusing for users and software. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ

Re: RFS: ah

2009-06-22 Thread Russ Allbery
of nroff. The man page installed in /usr/share/man/man1 must actually be written in *roff. Maybe you accidentally installed the output rather than the man page source? -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ

Re: Specifying ia32-libs in control when on a 64 bit Debian/Ubuntu?

2009-06-24 Thread Russ Allbery
that use case). -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Generating lintian-overrides file?

2009-06-25 Thread Russ Allbery
, more fundamentally, why is it there and what does it do? -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Generating lintian-overrides file?

2009-06-25 Thread Russ Allbery
Erik de Castro Lopo mle+deb...@mega-nerd.com writes: Russ Allbery wrote: What *is* the content of the file? In other words, more fundamentally, why is it there and what does it do? Its a haskell interface definition file. When ghc6 compiles the Haskell source code file License.hs

Re: Generating lintian-overrides file?

2009-06-25 Thread Russ Allbery
Erik de Castro Lopo mle+deb...@mega-nerd.com writes: Russ Allbery wrote: Yeah, that sounds like a good Lintian exception. I see no good reason to make lintian aware of this particular exception. It might however make sense to make lintian ignore any file named license* if that file

Re: RFS: libapache2-mod-authnz-external

2009-06-26 Thread Russ Allbery
it. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: RFS: libapache2-mod-authnz-external

2009-06-26 Thread Russ Allbery
will not cause this problem. There's something else wrong. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: RFS: libapache2-mod-authnz-external

2009-06-26 Thread Russ Allbery
. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: RFS: iulib (3rd attempt)

2009-06-27 Thread Russ Allbery
in the *.diff.gz that may cause build problems. This sounds like a problem with your local build environment, not with the package. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: RFS: roxterm (new maintainer, 1.15.1-1 ready for sponsored release)

2009-07-04 Thread Russ Allbery
it unconditionally in prerm because you don't want to call it on upgrade normally, but there isn't a similar case for postinst. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: Installing server software in /opt not good?

2009-07-14 Thread Russ Allbery
accepted into an apt-get repository? It will preclude it from being uploaded to Debian proper. It will not preclude it from being available from a private apt repository. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ

Re: Can't open man1/optin.so: No such file or directory

2009-07-28 Thread Russ Allbery
if that is at all possible. Another option would be to install the extra man page data into a /usr/share/package directory and then modify the man page to include it via its full path instead of expecting it to live in the man directory alongside the man pages. -- Russ Allbery (r...@debian.org

Re: RFS: magicfilter (updated package)

2009-08-02 Thread Russ Allbery
to the package should instead be closed by mailing nnn-d...@bugs.debian.org. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: RFS: magicfilter (updated package)

2009-08-03 Thread Russ Allbery
-60.1) unstable; urgency=low Please upload again with that fixed and I'll sponsor this. Thank you for your work on the package! -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: RFS: magicfilter (updated package)

2009-08-04 Thread Russ Allbery
Rogério Brito rbr...@ime.usp.br writes: On Aug 03 2009, Russ Allbery wrote: Rogério Brito rbr...@ime.usp.br writes: I have one off-topic comment: I've seen some well known maintainers do some things without the rigor that mentors apply to prospective maintainers. Yes. It's a little

Re: RFS: ognl

2009-08-09 Thread Russ Allbery
not be called PHP, nor may PHP appear in their name, without prior written permission from gr...@php.net. You may indicate that your software works in conjunction with PHP by saying Foo for PHP instead of calling it PHP Foo or phpfoo -- Russ Allbery (r...@debian.org

Re: Package uploaded with UNRELEASED distribution.

2009-08-20 Thread Russ Allbery
the *.changes file and the package. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Package uploaded with UNRELEASED distribution.

2009-08-20 Thread Russ Allbery
Michal Čihař ni...@debian.org writes: Russ Allbery r...@debian.org napsal(a): We had a specific request for Lintian to not warn about UNRELEASED as the distribution so that people could run it on each build and know that any output meant a problem. Unfortunately, that creates

Re: Package uploaded with UNRELEASED distribution.

2009-08-21 Thread Russ Allbery
enough to write a Lintian check. I'll file a bug so that I don't forget. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: RFS: acct (updated package)

2009-09-09 Thread Russ Allbery
is going wrong). I suspect that the upstream makefiles don't rebuild the info documents by default. That's not uncommon. Check to see if there's an additional makefile target that will do so (and build-depend on texinfo, of course). -- Russ Allbery (r...@debian.org) http

Re: Appropriate warning when removing important package

2009-09-16 Thread Russ Allbery
the impact you want with the least customization to Debian required. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Lintian pickiness and packaging improvements

2009-10-29 Thread Russ Allbery
covered by checks that many people disagree with. wild-guess certainty doesn't make checks pendantic, only downgrades them to info. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject

Re: Lintian pickiness and packaging improvements

2009-10-29 Thread Russ Allbery
stylistic belong in info instead. That's why both of them are suppressed by default. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Lintian pickiness and packaging improvements

2009-10-29 Thread Russ Allbery
Rogério Brito rbr...@ime.usp.br writes: On Oct 29 2009, Russ Allbery wrote: That was actually most of the point of pedantic. Minor possible bugs that aren't stylistic belong in info instead. That's why both of them are suppressed by default. OK. Nice. Please keep them there. We can just

Re: A libtool and automake question (for developing fuppes)

2009-11-02 Thread Russ Allbery
, reporting here what libraries your program is trying to link against should help in narrowing it down. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: (non-)upstream changelog

2009-11-05 Thread Russ Allbery
whether upstream provides its own changelog or not. It seems polite and I know as a user it makes debian/changelog more useful to me than a bunch of bare New upstream release lines when trying to track down when something might have changed. -- Russ Allbery (r...@debian.org) http

Lintian experimental tags (was: RFS: ampache (updated package))

2009-11-12 Thread Russ Allbery
are actually wrong or at least not interesting. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Lintian pickiness and packaging improvements

2009-11-12 Thread Russ Allbery
as severity: minor. In general, though, I agree with the above. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Man and UTF-8.

2009-11-17 Thread Russ Allbery
with '', and therefore texinfo also has the same sort of behavior. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Man and UTF-8.

2009-11-17 Thread Russ Allbery
that it would if it were designed today. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Man and UTF-8.

2009-11-17 Thread Russ Allbery
Ben Finney ben+deb...@benfinney.id.au writes: Russ Allbery r...@debian.org writes: You would have needed to take it up with Joseph Ossanna and Brian Kernighan, since *roff has worked this way since the beginning of the formatting language. Note that “blame the makers of groff” is *not* what

Re: Man and UTF-8.

2009-11-18 Thread Russ Allbery
be taken to avoid clashes between different encodings used in the same file). This should actually work with current versions of groff as well, but I haven't experimented with it a lot myself, so I don't know what problem Charles is running into. -- Russ Allbery (r...@debian.org

Re: Writing manpages

2009-11-18 Thread Russ Allbery
found seems to be Perl's pod format. At least, the markup doesn't pollute my view. Yup. :) And there's a nice Emacs mode for POD that does coloration and whatnot. (There is for *roff as well, but I hate typing *roff directly.) -- Russ Allbery (r...@debian.org) http

Re: Debian changelog vs upstream changelog

2009-11-27 Thread Russ Allbery
changelogs. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: weak-library-dev-dependency is there a lintian bug ?

2009-12-01 Thread Russ Allbery
), not 4.0.3-1. Unless you are doing something _really_ weird and changing the version per-binary? If you're changing the version per-binary (some packages do this), then you will need a Lintian override since Lintian doesn't understand that. -- Russ Allbery (r...@debian.org) http

Re: Updated packages: alien-arena, alien-arena-server, alien-arena-data (request for mentor)

2009-12-07 Thread Russ Allbery
. It seems like the best first step would be for you to offer to join the pkg-games team for the purposes of maintaining those packages, thus potentially providing you with direct commit access to their repository and letting you take over the existing packaging. -- Russ Allbery (r...@debian.org

Re: Man pages and UTF-8

2007-08-10 Thread Russ Allbery
, but a quick test seems to indicate it still doesn't work even if you run groff -T utf8 in a UTF-8 locale. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Man pages and UTF-8

2007-08-10 Thread Russ Allbery
characters. It's the best solution for European characters, but a quick skim doesn't show a way to enter an arbitrary UTF-8 code point. So, not good. :/ It might be worth raising this on debian-devel, since it's been a sore point in UTF-8 support for a while. -- Russ Allbery ([EMAIL PROTECTED

Re: Man pages and UTF-8

2007-08-10 Thread Russ Allbery
entirely. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Man pages and UTF-8

2007-08-12 Thread Russ Allbery
apparently produce UTF-8 *output*, but I think the encodings of all of its input at the moment are in other character sets. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: Man pages and UTF-8

2007-08-13 Thread Russ Allbery
right now, since currently those code points are disallowed. I'd love to see this dealt with for lenny. I just don't know how realistic that is. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: stripping by upstream

2007-08-13 Thread Russ Allbery
if upstream puts such things into makefile variables. If they don't, you have to patch the Makefile. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Man pages and UTF-8

2007-08-13 Thread Russ Allbery
wonder if that's what Red Hat uses or if they transcode as well and just lose on man pages that contain non-European characters. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Re: RHS: libterm-ansicolor-ruby

2007-08-14 Thread Russ Allbery
together on a whim, the Perl module has been amazingly popular, seems to be used all over the place, and is now included in Perl core, so there's some indication that people really do like having this sort of functionality. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: Man pages and UTF-8

2007-08-14 Thread Russ Allbery
{FF01}-\x{FF60}); but even that is not a particularly good approximation compared to using the real table. My guess is that wcwidth's answer is based on the latest version of that table at the time that glibc released, although I'd have to double-check to be sure. -- Russ Allbery ([EMAIL

Re: unable to build gdb from source

2007-08-15 Thread Russ Allbery
and find out? It's a bug that's annoying to try to fix and probably not worth the effort. make *really* doesn't like spaces in filenames in various contexts. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: RHS: libterm-ansicolor-ruby

2007-08-15 Thread Russ Allbery
reasonable to me. It is a standard, and it's not like they change or are system-dependent. Yes, there are terminals that don't implement those standards. How many of them are used by anyone other than hobbyists as part of computer archeology? -- Russ Allbery ([EMAIL PROTECTED]) http

Re: RHS: libterm-ansicolor-ruby

2007-08-15 Thread Russ Allbery
The Fungi [EMAIL PROTECTED] writes: On Wed, Aug 15, 2007 at 12:38:07PM -0700, Russ Allbery wrote: Thomas Dickey [EMAIL PROTECTED] writes: (no point in hardcoding a few dozen string definitions, unless one _likes_ the nasty comments that people make when they read the code ;-) I took

Re: RFS: xawtv (updated package)

2007-08-15 Thread Russ Allbery
with the next release of Policy. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: License issues with md5deep

2007-08-19 Thread Russ Allbery
by your copyright. And that's fine. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

  1   2   3   4   5   6   7   >